+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
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