From aa1fa7f74a6706801583cd097b114f01c5904b92 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 22 Apr 2009 22:05:55 +0000 Subject: clean up automake/pkg-config handling, move separate host/package variable exports to templates, fix automake path for host builds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15339 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/automake/files/aclocal | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'tools/automake') 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 $@ -- cgit v1.2.3