* reconf: Create include/krb5/autoconf.stmp on success if it didn't already exist
authorKen Raeburn <raeburn@mit.edu>
Wed, 17 Jul 2002 20:13:30 +0000 (20:13 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 17 Jul 2002 20:13:30 +0000 (20:13 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14654 dc483132-0cff-0310-8789-dd5450dbe970

src/util/ChangeLog
src/util/reconf

index eee5b0c7735774f49e5c0a0dd73d854da821ad04..2669b70c5060b38c85938f8b08005bafc82c4f08 100644 (file)
@@ -1,3 +1,8 @@
+2002-07-17  Ken Raeburn  <raeburn@mit.edu>
+
+       * reconf: Create include/krb5/autoconf.stmp on success if it
+       didn't already exist.
+
 2002-07-05  Ken Raeburn  <raeburn@mit.edu>
 
        * Makefile.in (SLIBSH): Use vertical-bar instead of comma for
index b896227c5b77ca3d045b18f4562a9c9315576d0b..39713eaefbf7405d23b0df3f933f9e115d8c32fd 100644 (file)
@@ -84,4 +84,9 @@ fi
 if $verbose ; then 
        echo $autoreconf $autoreconfoptions -l $localdir --verbose $force 
 fi
-$autoreconf $autoreconfoptions  -l $localdir --verbose $force 
+$autoreconf $autoreconfoptions  -l $localdir --verbose $force
+if test $? = 0 ; then
+    if test ! -d include/krb5/autoconf.stmp ; then
+       cp /dev/null include/krb5/autoconf.stmp
+    fi
+fi