Add wrapper around aclocal which also search in the targets staging dir aclocal
[openwrt-10.03/.git] / tools / automake / files / aclocal
diff --git a/tools/automake/files/aclocal b/tools/automake/files/aclocal
new file mode 100755 (executable)
index 0000000..a586ccc
--- /dev/null
@@ -0,0 +1,5 @@
+#!/usr/bin/env sh
+aclocal.real \
+    -I ${STAGING_DIR}/host/share/aclocal \
+    -I ${STAGING_DIR}/usr/share/aclocal \
+    $@