From: Jo-Philipp Wich Date: Mon, 13 Dec 2010 16:05:53 +0000 (+0000) Subject: [include] autotools.mk: add yet another aclocal path X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=8a8cfc79018cc01f94b8b21514c76d6002121419 [include] autotools.mk: add yet another aclocal path SVN-Revision: 24547 --- 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; \ ) \