Skip to content
Snippets Groups Projects
Commit a65b43a4 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

autotools.mk: disable autoreconf recursion if more than one dir is given in PKG_AUTOMAKE_PATHS

SVN-Revision: 26589
parent 22285a76
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,7 @@ define autoreconf ...@@ -38,6 +38,7 @@ define autoreconf
[ -d $(p)/autom4te.cache ] && rm -rf autom4te.cache; \ [ -d $(p)/autom4te.cache ] && rm -rf autom4te.cache; \
touch NEWS AUTHORS COPYING ChangeLog; \ touch NEWS AUTHORS COPYING ChangeLog; \
$(AM_TOOL_PATHS) $(STAGING_DIR_HOST)/bin/autoreconf -v -f -i -s \ $(AM_TOOL_PATHS) $(STAGING_DIR_HOST)/bin/autoreconf -v -f -i -s \
$(if $(word 2,$(3)),--no-recursive) \
-B $(STAGING_DIR_HOST)/share/aclocal \ -B $(STAGING_DIR_HOST)/share/aclocal \
$(patsubst %,-I %,$(5)) \ $(patsubst %,-I %,$(5)) \
$(patsubst %,-I %,$(4)) $(4) || true; \ $(patsubst %,-I %,$(4)) $(4) || true; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment