aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-03-22 17:25:32 +0100
committerThomas White <taw@physics.org>2012-03-27 16:47:24 +0200
commite56e0b22695fbfb23af60f987503bf16ad60615a (patch)
tree885efc8c060f83d927ecedcf63f6e2dd559db96f
parent1dddd733e9c53e4a6d71236401e5b2471ed197b7 (diff)
Tweak autogen.sh options
-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