X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/3286421e3602e8a0b472dc26602559aa51b2cf80..f204634fda9f982124620224b2fc4a7cc2503e60:/tools/automake/files/aclocal diff --git a/tools/automake/files/aclocal b/tools/automake/files/aclocal index 60278e2ab..a60df10c4 100755 --- a/tools/automake/files/aclocal +++ b/tools/automake/files/aclocal @@ -1,10 +1,2 @@ #!/usr/bin/env sh -if [ -d ${STAGING_DIR}/host/share/aclocal ]; then - aclocal_include_dirs="-I ${STAGING_DIR}/host/share/aclocal" -else - aclocal_include_dirs= -fi -if [ -d ${STAGING_DIR}/usr/share/aclocal ]; then - aclocal_include_dirs="$aclocal_include_dirs -I ${STAGING_DIR}/usr/share/aclocal" -fi -aclocal.real $aclocal_include_dirs $@ +aclocal.real $ACLOCAL_INCLUDE $@