1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-20 14:38:20 +02:00
openwrt/tools/automake/patches/100-aclocal-skip-not-existing-directories.patch

13 lines
328 B
Diff
Raw Normal View History

--- a/aclocal.in
+++ b/aclocal.in
@@ -311,7 +311,8 @@ sub scan_m4_dirs ($@)
{
if (! opendir (DIR, $m4dir))
{
- fatal "couldn't open directory `$m4dir': $!";
+ msg ('override', "warning: skipping not existing directory `$m4dir'");
+ next;
}
# We reverse the directory contents so that foo2.m4 gets