summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/ChangeLog4
-rw-r--r--src/util/reconf2
2 files changed, 5 insertions, 1 deletions
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 <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
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