Add wrapper around aclocal which also search in the targets staging dir aclocal folder for m4 files.
SVN-Revision: 12929master
parent
1962736dc2
commit
1f819de60e
@ -0,0 +1,5 @@ |
||||
#!/usr/bin/env sh |
||||
aclocal.real \ |
||||
-I ${STAGING_DIR}/host/share/aclocal \ |
||||
-I ${STAGING_DIR}/usr/share/aclocal \ |
||||
$@ |
Loading…
Reference in new issue