summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorUri Lublin <uril@redhat.com>2009-12-30 15:34:56 +0200
committerAlexander Larsson <alexl@redhat.com>2010-03-24 14:03:51 +0100
commit287b1cd38903d611bc320ca5261eb5dcd8d49e16 (patch)
treeae518b15907429ff567c9649aec604915b1d3a99 /autogen.sh
parent7da0ccc65e2ef09e89e010399cbcbba2797dd633 (diff)
downloadspice-287b1cd38903d611bc320ca5261eb5dcd8d49e16.tar.gz
spice-287b1cd38903d611bc320ca5261eb5dcd8d49e16.tar.xz
spice-287b1cd38903d611bc320ca5261eb5dcd8d49e16.zip
autogen: exit upon errors (subdir config)
Signed-off-by: Uri Lublin <uril@redhat.com>
Diffstat (limited to 'autogen.sh')
-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