X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fautomake%2Ffiles%2Faclocal;h=a60df10c4269296d0d9e3da31e02852b403542da;hb=363c3e68acec79f25deae49d2a8ecc45ec752d78;hp=60278e2ab089ffde394c908e2b49ec6cb784c470;hpb=6b4e3e7609c9bb00df8c9c1e789ef95d95df69ab;p=lede-git%2F.git diff --git a/tools/automake/files/aclocal b/tools/automake/files/aclocal index 60278e2ab0..a60df10c42 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 $@