1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 10:49:13 +02:00

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

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