diff options
author | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-12-17 02:47:13 +0000 |
---|---|---|
committer | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-12-17 02:47:13 +0000 |
commit | 2b2956250905a4139c6debeb6fc05bd65e4f2d82 (patch) | |
tree | 8594df066b0928b6207142d5d3cddbb8506f63b6 /tools/automake/patches/100-aclocal-skip-not-existing-directories.patch | |
parent | f24253ee5b2196c77dd0ea65225c6695b30b57ce (diff) |
[tools] automake: update to 1.11.6
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39108 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/automake/patches/100-aclocal-skip-not-existing-directories.patch')
-rw-r--r-- | tools/automake/patches/100-aclocal-skip-not-existing-directories.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/automake/patches/100-aclocal-skip-not-existing-directories.patch b/tools/automake/patches/100-aclocal-skip-not-existing-directories.patch index 7829d0ecde..e6c3d7f335 100644 --- a/tools/automake/patches/100-aclocal-skip-not-existing-directories.patch +++ b/tools/automake/patches/100-aclocal-skip-not-existing-directories.patch @@ -1,6 +1,6 @@ --- a/aclocal.in +++ b/aclocal.in -@@ -314,6 +314,12 @@ sub scan_m4_dirs ($@) +@@ -327,6 +327,12 @@ foreach my $m4dir (@dirlist) { @@ -12,4 +12,4 @@ + if (! opendir (DIR, $m4dir)) { - fatal "couldn't open directory `$m4dir': $!"; + if ($install && $type == FT_USER && $first_user_m4dir) |