aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
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