diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-05-03 21:40:17 -0600 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-05-03 21:40:17 -0600 |
commit | c27decbb0a998080e215ec2fc5df9c9f26529999 (patch) | |
tree | f42eedc5c75f600ecc3407ab69aae3749e7c1955 /autogen.sh | |
parent | fed7f6bf2769eadc92fe94a24c1d667f01ed522d (diff) | |
download | dimension-c27decbb0a998080e215ec2fc5df9c9f26529999.tar.xz |
Don't report success when autogen.sh fails.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |