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

autotools.mk: always pass -I m4, some package don't seem to set correct AMFLAGS (or any at all..)

SVN-Revision: 24574
parent 6489a9c5
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ define autoreconf
$(AM_TOOL_PATHS) $(STAGING_DIR_HOST)/bin/autoreconf -v -f -i -s \
-B $(STAGING_DIR_HOST)/share/aclocal \
$(patsubst %,-B %,$(5)) \
$(patsubst %,-I %,$(4)) $(4) || true; \
$(patsubst %,-I %,$(4)) -I m4 $(4) || true; \
fi; \
) \
);
......
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