diff options
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 \ + $@ |