diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-04-02 16:25:28 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-04-02 16:25:28 +0000 |
commit | 093b12cba9237e9233217ee59d7ac0568f0bc673 (patch) | |
tree | d98e6feb309ed1f3b998e6e071de63a1aed7d63c /tools/automake/patches/100-aclocal-skip-not-existing-directories.patch | |
parent | 9c6d6caf0ec83a0919b2cf5a4c56c06f03da39a5 (diff) | |
download | upstream-093b12cba9237e9233217ee59d7ac0568f0bc673.tar.gz upstream-093b12cba9237e9233217ee59d7ac0568f0bc673.tar.bz2 upstream-093b12cba9237e9233217ee59d7ac0568f0bc673.zip |
automake: update to 1.11.3
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 31173
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 | 2 |
1 files changed, 1 insertions, 1 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 cc1f49d519..7829d0ecde 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 -@@ -310,6 +310,12 @@ sub scan_m4_dirs ($@) +@@ -314,6 +314,12 @@ sub scan_m4_dirs ($@) foreach my $m4dir (@dirlist) { |