summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 867dfff..1456586 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -22,10 +22,10 @@
aclocal-1.9 -I m4
# generate config.h.in from configure.ac
-autoheader --warnings=all
+autoheader --warnings=all --force
# generate Makefile.in from Makefile.am and configure.ac
automake-1.9 --warnings=all --add-missing --copy --force-missing
# generate configure from configure.ac
-autoconf --warnings=all
+autoconf --warnings=all --force