summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUri Lublin <uril@redhat.com>2009-12-30 15:34:56 +0200
committerYaniv Kamay <ykamay@redhat.com>2010-01-10 19:43:48 +0200
commit17dd5f047e9ae0fd95a9d22503138174efb80239 (patch)
tree16ff53f8001431e85d5b661569373994e8da9e0a
parent594d940f39fa3a70a7ddc5188a71d8e16718f8f3 (diff)
downloadspice-17dd5f047e9ae0fd95a9d22503138174efb80239.tar.gz
spice-17dd5f047e9ae0fd95a9d22503138174efb80239.tar.xz
spice-17dd5f047e9ae0fd95a9d22503138174efb80239.zip
autogen: exit upon errors (subdir config)
Signed-off-by: Uri Lublin <uril@redhat.com>
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index d004e93a..2619803e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,7 @@
#! /bin/sh
+set -e # exit on errors
+
# FIXME: can replace this entire script with
# the following line if we can require autoconf 2.60:
# autoreconf -v --force --install || exit 1