+2002-09-03 Ken Raeburn <raeburn@mit.edu>
+
+ * reconf: Give up if autoreconf fails.
+
2002-09-03 Tom Yu <tlyu@mit.edu>
* mkrel: set -e to catch errors. Only build and clean autoconf if
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