autogen: exit upon errors (subdir config)

Signed-off-by: Uri Lublin <uril@redhat.com>
This commit is contained in:
Uri Lublin 2009-12-30 15:34:56 +02:00 committed by Alexander Larsson
parent 7da0ccc65e
commit 287b1cd389

View File

@ -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