aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-03-20 22:19:52 +0100
committerThomas White <taw@physics.org>2012-03-27 16:47:18 +0200
commitb843787b6d1660b182310a9c89332d8110fd4c8d (patch)
tree2d2f4d44b56fa66a958e7c60f546cbdcd292b55c
parent781360a12678c88cb6ed9a200552b7ac7d12bc0f (diff)
Put autogen.sh in the right order
-rwxr-xr-xautogen.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/autogen.sh b/autogen.sh
index ef950cea..129581e5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,8 +1,8 @@
#!/bin/sh
-gtkdocize --copy
-libtoolize
-aclocal -I m4
-autoconf
-autoheader
-automake -ac
+ aclocal -I m4 \
+&& libtoolize \
+&& gtkdocize --copy \
+&& autoheader \
+&& automake -ac \
+&& autoconf