Skip to content

Commit

Permalink
autotools.mk: disable autoreconf recursion if more than one dir is gi…
Browse files Browse the repository at this point in the history
…ven in PKG_AUTOMAKE_PATHS

SVN-Revision: 26589
  • Loading branch information
jow- committed Apr 11, 2011
1 parent 22285a7 commit a65b43a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/autotools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ define autoreconf
[ -d $(p)/autom4te.cache ] && rm -rf autom4te.cache; \
touch NEWS AUTHORS COPYING ChangeLog; \
$(AM_TOOL_PATHS) $(STAGING_DIR_HOST)/bin/autoreconf -v -f -i -s \
$(if $(word 2,$(3)),--no-recursive) \
-B $(STAGING_DIR_HOST)/share/aclocal \
$(patsubst %,-I %,$(5)) \
$(patsubst %,-I %,$(4)) $(4) || true; \
Expand Down

0 comments on commit a65b43a

Please sign in to comment.