From 55662e97859d83cdaa672b244d8bd12fa35cffac Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 3 Sep 2002 20:59:57 +0000 Subject: [PATCH] * reconf: Give up if autoreconf fails git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14818 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/ChangeLog | 4 ++++ src/util/reconf | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.26.2