aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-03-23 17:15:13 +0100
committerThomas White <taw@physics.org>2012-03-27 16:48:09 +0200
commitdbe80891f0ccc85ca68b94544fa19e6e451124b2 (patch)
treea936cdadc2f04494ea388e5b68eb2ca2e1f219ec
parent29eefe720ddf7d760e9c18d2320324b9996f8b26 (diff)
Tweak autogen.sh again
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 2b462cee..19503607 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,7 @@
#!/bin/sh
- aclocal -I m4 \
-&& libtoolize --force --copy \
+libtoolize --force --copy \
+&& aclocal -I m4 --force \
&& gtkdocize --copy \
&& autoheader --force \
&& automake --add-missing --copy --force \