summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-26 14:26:44 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-26 15:10:19 +0000
commitb28f3b221014bfe598c43bdb534cd587782d18b6 (patch)
treeb0a3449a9ba60ca1d64c0ed377b508e71df62985
parent29137c6ff7a9e370e2332d855ab46616ad4e9cc9 (diff)
downloadgmp-b28f3b221014bfe598c43bdb534cd587782d18b6.tar.gz
.bootstrap: set -e so it properly signals failure
-rwxr-xr-x.bootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/.bootstrap b/.bootstrap
index 74812b5e0..5cca82821 100755
--- a/.bootstrap
+++ b/.bootstrap
@@ -1,4 +1,5 @@
#! /bin/sh
+set -e
# FIXME: Use automake -a? Then we could remove various
# automake-supplied files from the repository.
@@ -8,7 +9,7 @@ rm -rf autom4te.cache
# Stick to automake-1.8, since later versions require the ylwrap
# script.
-aclocal && libtoolize && autoconf && autoheader && automake
+aclocal && libtoolize && autoconf && autoheader && automake || exit 1
cat >doc/version.texi <<EOF
@set UPDATED 19 January 2038