aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index 129581e5..74f74eb0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,8 +1,8 @@
#!/bin/sh
aclocal -I m4 \
-&& libtoolize \
+&& libtoolize --force \
&& gtkdocize --copy \
-&& autoheader \
-&& automake -ac \
-&& autoconf
+&& autoheader --force \
+&& automake --add-missing --copy --force \
+&& autoconf --force