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 Yaniv Kamay
parent 594d940f39
commit 17dd5f047e

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