autotools.mk: -B is not passed on by autoreconf, use -I instead - fixes PKG_MACRO_PATHS
SVN-Revision: 25312
This commit is contained in:
parent
d5987b5db4
commit
4fec7f7edb
@ -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; \
|
||||
) \
|
||||
|
Loading…
Reference in New Issue
Block a user