* reconf: Give up if autoreconf fails
authorKen Raeburn <raeburn@mit.edu>
Tue, 3 Sep 2002 20:59:57 +0000 (20:59 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 3 Sep 2002 20:59:57 +0000 (20:59 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14818 dc483132-0cff-0310-8789-dd5450dbe970

src/util/ChangeLog
src/util/reconf

index 67582fd7a20e382a8c669f95f987896911da022c..3607d71cf60bdf5767bf535fc05b817150dbb9f6 100644 (file)
@@ -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
index 39713eaefbf7405d23b0df3f933f9e115d8c32fd..48ebb30f4b463464f3cbc4cc57bf5c2479133e63 100644 (file)
@@ -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