summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2016-11-07 19:34:01 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2016-11-07 19:34:01 +0000
commit04387bc188a6b0c2d7bc4a032bb46fb41ae59079 (patch)
treec9910776e30d3bd125470fa1571e6dd0bef2b40c /autogen.sh
parent15898325c1b3610dba737c311a33b28d83e343c7 (diff)
downloadlibepoxy-04387bc188a6b0c2d7bc4a032bb46fb41ae59079.tar.gz
build: Force replacing autotools generated files
If the '--force' switch is not passed to autoreconf, the autotools will try to reuse the generated files committed in the Git repo, which hard code the names and versions of the tools originally used to generate them.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index fc34bd5..34a9bb2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,7 +6,7 @@ test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd $srcdir
-autoreconf -v --install || exit 1
+autoreconf -v -f --install || exit 1
cd $ORIGDIR || exit $?
if test -z "$NOCONFIGURE"; then