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 | 078481e37a033f1612a8631e986f7adeb4b22261 (patch) | |
tree | 67f6ba0125b6445693b7bede44e34691910f93af /tools/automake/patches/100-aclocal-skip-not-existing-directories.patch | |
parent | 30afe193cfeace4cd956198c031d5532e274d2f1 (diff) | |
download | upstream-078481e37a033f1612a8631e986f7adeb4b22261.tar.gz upstream-078481e37a033f1612a8631e986f7adeb4b22261.tar.bz2 upstream-078481e37a033f1612a8631e986f7adeb4b22261.zip |
[tools] automake: further relocation fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29828 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 | 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) { |