summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-05-03 21:40:17 -0600
committerTavian Barnes <tavianator@gmail.com>2010-05-03 21:40:17 -0600
commitc27decbb0a998080e215ec2fc5df9c9f26529999 (patch)
treef42eedc5c75f600ecc3407ab69aae3749e7c1955 /autogen.sh
parentfed7f6bf2769eadc92fe94a24c1d667f01ed522d (diff)
downloaddimension-c27decbb0a998080e215ec2fc5df9c9f26529999.tar.xz
Don't report success when autogen.sh fails.
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