summaryrefslogtreecommitdiff
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
commit135cfe50c90da2c191bd769afd9043a6480f084d (patch)
tree8108ba1b2fc9824032d8a8e302e5ef78c5c42ef9 /include/autotools.mk
parent5495be14216748dd974744011821c4bdd20b8553 (diff)
downloadmtk-20170518-135cfe50c90da2c191bd769afd9043a6480f084d.zip
mtk-20170518-135cfe50c90da2c191bd769afd9043a6480f084d.tar.gz
mtk-20170518-135cfe50c90da2c191bd769afd9043a6480f084d.tar.bz2
autotools.mk: add yet another aclocal path
SVN-Revision: 24547
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 4a7c10b..b204f80 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; \
) \