From 1bba18de7a6c725ad4758393d329d50222a18f15 Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 2 Feb 2011 18:18:38 +0000 Subject: [include] autotools.mk: -B is not passed on by autoreconf, use -I instead - fixes PKG_MACRO_PATHS git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25312 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/autotools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/autotools.mk') diff --git a/include/autotools.mk b/include/autotools.mk index 2851731ef..24f9b721d 100644 --- a/include/autotools.mk +++ b/include/autotools.mk @@ -39,7 +39,7 @@ define autoreconf touch NEWS AUTHORS COPYING ChangeLog; \ $(AM_TOOL_PATHS) $(STAGING_DIR_HOST)/bin/autoreconf -v -f -i -s \ -B $(STAGING_DIR_HOST)/share/aclocal \ - $(patsubst %,-B %,$(5)) \ + $(patsubst %,-I %,$(5)) \ $(patsubst %,-I %,$(4)) $(4) || true; \ fi; \ ) \ -- cgit v1.2.3