From: Ken Raeburn Date: Tue, 3 Sep 2002 20:59:57 +0000 (+0000) Subject: * reconf: Give up if autoreconf fails X-Git-Tag: krb5-1.3-alpha1~431 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=55662e97859d83cdaa672b244d8bd12fa35cffac;p=krb5.git * reconf: Give up if autoreconf fails git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14818 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/ChangeLog b/src/util/ChangeLog index 67582fd7a..3607d71cf 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,3 +1,7 @@ +2002-09-03 Ken Raeburn + + * reconf: Give up if autoreconf fails. + 2002-09-03 Tom Yu * mkrel: set -e to catch errors. Only build and clean autoconf if diff --git a/src/util/reconf b/src/util/reconf index 39713eaef..48ebb30f4 100644 --- a/src/util/reconf +++ b/src/util/reconf @@ -84,7 +84,7 @@ fi if $verbose ; then echo $autoreconf $autoreconfoptions -l $localdir --verbose $force fi -$autoreconf $autoreconfoptions -l $localdir --verbose $force +$autoreconf $autoreconfoptions -l $localdir --verbose $force || exit 1 if test $? = 0 ; then if test ! -d include/krb5/autoconf.stmp ; then cp /dev/null include/krb5/autoconf.stmp