summaryrefslogtreecommitdiffstats
path: root/src/util/reconf
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-07-17 20:13:30 +0000
committerKen Raeburn <raeburn@mit.edu>2002-07-17 20:13:30 +0000
commitfded2ddcdbcbecc5fa297f3b7267874aca29af8e (patch)
tree46c9da7e60ff69af3552e029eeb609731fcdd54c /src/util/reconf
parentd893fa64aae8130d590a77825aef2189f08d4645 (diff)
downloadkrb5-fded2ddcdbcbecc5fa297f3b7267874aca29af8e.tar.gz
krb5-fded2ddcdbcbecc5fa297f3b7267874aca29af8e.tar.xz
krb5-fded2ddcdbcbecc5fa297f3b7267874aca29af8e.zip
* reconf: Create include/krb5/autoconf.stmp on success if it didn't already exist
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14654 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/reconf')
-rw-r--r--src/util/reconf7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/util/reconf b/src/util/reconf
index b896227c5b..39713eaefb 100644
--- a/src/util/reconf
+++ b/src/util/reconf
@@ -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