From: jow Date: Fri, 10 Dec 2010 16:01:33 +0000 (+0000) Subject: [tools] automake: skip over not existing m4 macro directories, don't fail X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=d7949ae19aa74a505d4d69d85ad18fedcd121019;p=openwrt-working-2016%2F.git [tools] automake: skip over not existing m4 macro directories, don't fail git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24424 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/tools/automake/patches/100-aclocal-skip-not-existing-directories.patch b/tools/automake/patches/100-aclocal-skip-not-existing-directories.patch new file mode 100644 index 0000000000..1df30300d9 --- /dev/null +++ b/tools/automake/patches/100-aclocal-skip-not-existing-directories.patch @@ -0,0 +1,12 @@ +--- 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