aboutsummaryrefslogtreecommitdiffstats
path: root/tools/automake/files
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2008-10-08 21:50:03 +0000
committerLars-Peter Clausen <lars@metafoo.de>2008-10-08 21:50:03 +0000
commit5bcefcc4b56c3f1855cc0772818badfe91e9154d (patch)
treea685819eb4207baf4f382a1db3c4d42e74082313 /tools/automake/files
parentf82b9c2d6f310c20a1b10d4dc77174223ba30055 (diff)
downloadupstream-5bcefcc4b56c3f1855cc0772818badfe91e9154d.tar.gz
upstream-5bcefcc4b56c3f1855cc0772818badfe91e9154d.tar.bz2
upstream-5bcefcc4b56c3f1855cc0772818badfe91e9154d.zip
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')
-rwxr-xr-xtools/automake/files/aclocal5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/automake/files/aclocal b/tools/automake/files/aclocal
new file mode 100755
index 0000000000..a586ccc61f
--- /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 \
+ $@