Add wrapper around aclocal which also search in the targets staging dir aclocal
[openwrt.git] / tools / automake / files / aclocal
1 #!/usr/bin/env sh
2 aclocal.real \
3 -I ${STAGING_DIR}/host/share/aclocal \
4 -I ${STAGING_DIR}/usr/share/aclocal \
5 $@
This page took 0.040199 seconds and 5 git commands to generate.