diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2008-10-08 21:50:03 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2008-10-08 21:50:03 +0000 |
commit | 1f819de60e94eab20a63012711e17116a2a9b2a0 (patch) | |
tree | b1b53ef901facf1932ec5b6d1fb6b169275d97d8 /tools/automake/files/aclocal | |
parent | 1962736dc2b8c59f387ae6509f11807a4427c1d0 (diff) | |
download | upstream-1f819de60e94eab20a63012711e17116a2a9b2a0.tar.gz upstream-1f819de60e94eab20a63012711e17116a2a9b2a0.tar.bz2 upstream-1f819de60e94eab20a63012711e17116a2a9b2a0.zip |
Add wrapper around aclocal which also search in the targets staging dir aclocal folder for m4 files.
SVN-Revision: 12929
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 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 \ + $@ |