summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index b16d700..42fb31d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,7 @@
#! /bin/sh
-aclocal
-autoconf
-libtoolize --force --copy
-automake --add-missing --copy
+aclocal &&
+autoconf &&
+libtoolize --force --copy &&
+automake --add-missing --copy &&
echo You may now run ./configure