aboutsummaryrefslogtreecommitdiffstats
path: root/include/autotools.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-12-13 16:05:53 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-12-13 16:05:53 +0000
commit3e09ff9a2e0ef103aee77f6bdf2180507b86c041 (patch)
tree875cfdc3fa093d101d07f42e349bd38a8b59a7ec /include/autotools.mk
parent70720ea02a62b376a2f0341219e74ce4e5a559ae (diff)
downloadmaster-187ad058-3e09ff9a2e0ef103aee77f6bdf2180507b86c041.tar.gz
master-187ad058-3e09ff9a2e0ef103aee77f6bdf2180507b86c041.tar.bz2
master-187ad058-3e09ff9a2e0ef103aee77f6bdf2180507b86c041.zip
[include] autotools.mk: add yet another aclocal path
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24547 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/autotools.mk')
-rw-r--r--include/autotools.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/autotools.mk b/include/autotools.mk
index 4a7c10bf86..b204f80dba 100644
--- a/include/autotools.mk
+++ b/include/autotools.mk
@@ -29,6 +29,7 @@ define autoreconf
$(STAGING_DIR_HOST)/bin/autoreconf -v -f -i -s \
-B $(STAGING_DIR_HOST)/share/aclocal \
-B $(STAGING_DIR)/host/share/aclocal \
+ -B $(STAGING_DIR)/usr/share/aclocal \
$(patsubst %,-I %,$(PKG_LIBTOOL_PATHS)) $(PKG_LIBTOOL_PATHS) || true; \
fi; \
) \