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

autotools.mk: remove GNUmakefile before running autoreconf (spotted libgcrypt++)

SVN-Revision: 24344
parent 502dc1cb
No related merge requests found
...@@ -20,6 +20,7 @@ define autoreconf ...@@ -20,6 +20,7 @@ define autoreconf
if [ -x ./autogen.sh ]; then \ if [ -x ./autogen.sh ]; then \
./autogen.sh || true; \ ./autogen.sh || true; \
elif [ -f ./configure.ac ] || [ -f ./configure.in ]; then \ elif [ -f ./configure.ac ] || [ -f ./configure.in ]; then \
rm -f ./GNUmakefile; \
$(STAGING_DIR_HOST)/bin/autoreconf -v -f -i -s \ $(STAGING_DIR_HOST)/bin/autoreconf -v -f -i -s \
$(patsubst %,-I %,$(PKG_LIBTOOL_PATHS)) $(PKG_LIBTOOL_PATHS) || true; \ $(patsubst %,-I %,$(PKG_LIBTOOL_PATHS)) $(PKG_LIBTOOL_PATHS) || true; \
fi \ 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