aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-03-20 22:19:52 +0100
committerThomas White <taw@bitwiz.org.uk>2012-03-20 22:19:52 +0100
commitacd85dfb425a57abd4c092858b02ab802a4849da (patch)
tree2d2f4d44b56fa66a958e7c60f546cbdcd292b55c /autogen.sh
parentc470594fcfd9d9b71a8e96bbb075b37b5cf6bcf9 (diff)
Put autogen.sh in the right order
Diffstat (limited to 'autogen.sh')
-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