diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-01-20 15:19:22 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-01-20 15:19:22 +0000 |
commit | 122069cabaca3992da6cb97afd91a291970c00b8 (patch) | |
tree | 36dea1ce43a6f7ed52e6d83d46c3039a8f82cc75 /tools/automake/patches/100-aclocal-skip-not-existing-directories.patch | |
parent | fccdc995da93d2bcfe5683dd24e2abdf171007ba (diff) | |
download | upstream-122069cabaca3992da6cb97afd91a291970c00b8.tar.gz upstream-122069cabaca3992da6cb97afd91a291970c00b8.tar.bz2 upstream-122069cabaca3992da6cb97afd91a291970c00b8.zip |
automake: further relocation fixes
SVN-Revision: 29828
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 c049b835d2..cc1f49d519 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 -@@ -309,6 +309,12 @@ sub scan_m4_dirs ($@) +@@ -310,6 +310,12 @@ sub scan_m4_dirs ($@) foreach my $m4dir (@dirlist) { |