diff options
author | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-10-08 21:50:03 +0000 |
---|---|---|
committer | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-10-08 21:50:03 +0000 |
commit | e57a3cb7f2d656644bc46d5bdd89a9199754c614 (patch) | |
tree | a685819eb4207baf4f382a1db3c4d42e74082313 /tools/automake/files/aclocal | |
parent | e378dbfeabc3cc6fe75f3d8e0e462ca60b9c15b0 (diff) |
Add wrapper around aclocal which also search in the targets staging dir aclocal
folder for m4 files.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12929 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/automake/files/aclocal')
-rwxr-xr-x | tools/automake/files/aclocal | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/automake/files/aclocal b/tools/automake/files/aclocal new file mode 100755 index 000000000..a586ccc61 --- /dev/null +++ b/tools/automake/files/aclocal @@ -0,0 +1,5 @@ +#!/usr/bin/env sh +aclocal.real \ + -I ${STAGING_DIR}/host/share/aclocal \ + -I ${STAGING_DIR}/usr/share/aclocal \ + $@ |