summaryrefslogtreecommitdiff
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
commit2ff0a9679865a543ad99d3c7d7eed083ed9cf46d (patch)
treea25afbf7c06f65757b24c1f935527d757e215729 /autogen.sh
parentacff8ce267205ca306dd2d12813785879ee0a590 (diff)
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 d004e93..2619803 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