as we only support 2.6, remove the useless bool for it
[openwrt.git] / tools / automake / files / aclocal
index a586ccc..a60df10 100755 (executable)
@@ -1,5 +1,2 @@
 #!/usr/bin/env sh
-aclocal.real \
-    -I ${STAGING_DIR}/host/share/aclocal \
-    -I ${STAGING_DIR}/usr/share/aclocal \
-    $@
+aclocal.real $ACLOCAL_INCLUDE $@
This page took 0.019171 seconds and 4 git commands to generate.