summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-03-11 23:00:26 +0000
committerKen Raeburn <raeburn@mit.edu>2006-03-11 23:00:26 +0000
commitd58d0658b2a585f7b3b7dbde162a13defb051bc2 (patch)
treefbbde16ee5911a4452b62178026b5a308969fbf1
parent2b238304d1d698cf6537bef5a53098ab6ce52476 (diff)
downloadkrb5-d58d0658b2a585f7b3b7dbde162a13defb051bc2.tar.gz
krb5-d58d0658b2a585f7b3b7dbde162a13defb051bc2.tar.xz
krb5-d58d0658b2a585f7b3b7dbde162a13defb051bc2.zip
* reconf: Put autoconf.stmp into include directory
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17733 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/util/ChangeLog4
-rwxr-xr-xsrc/util/reconf4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/util/ChangeLog b/src/util/ChangeLog
index 635f686ac3..2659162f25 100644
--- a/src/util/ChangeLog
+++ b/src/util/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-11 Ken Raeburn <raeburn@mit.edu>
+
+ * reconf: Put autoconf.stmp into include directory.
+
2006-01-26 Ken Raeburn <raeburn@mit.edu>
* export-check.pl: Accept 'S' in nm output.
diff --git a/src/util/reconf b/src/util/reconf
index 604b7164b4..aec534f703 100755
--- a/src/util/reconf
+++ b/src/util/reconf
@@ -99,8 +99,8 @@ if $verbose ; then
fi
$autoreconf $autoreconfoptions $localdirarg $localdir --verbose $force || exit 1
if test $? = 0 ; then
- if test ! -d include/krb5/autoconf.stmp ; then
- cp /dev/null include/krb5/autoconf.stmp
+ if test ! -d include/autoconf.stmp ; then
+ cp /dev/null include/autoconf.stmp
fi
fi
find . -name autom4te.cache -print | xargs rm -rf