From 287b1cd38903d611bc320ca5261eb5dcd8d49e16 Mon Sep 17 00:00:00 2001 From: Uri Lublin Date: Wed, 30 Dec 2009 15:34:56 +0200 Subject: [PATCH] autogen: exit upon errors (subdir config) Signed-off-by: Uri Lublin --- autogen.sh | 2 ++ 1 file changed, 2 insertions(+) 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