autotools.mk: -B is not passed on by autoreconf, use -I instead - fixes PKG_MACRO_PATHS

SVN-Revision: 25312
This commit is contained in:
Jo-Philipp Wich 2011-02-02 18:18:38 +00:00
parent d5987b5db4
commit 4fec7f7edb
1 changed files with 1 additions and 1 deletions

View File

@ -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; \
) \