* reconf: Put autoconf.stmp into include directory
authorKen Raeburn <raeburn@mit.edu>
Sat, 11 Mar 2006 23:00:26 +0000 (23:00 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 11 Mar 2006 23:00:26 +0000 (23:00 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17733 dc483132-0cff-0310-8789-dd5450dbe970

src/util/ChangeLog
src/util/reconf

index 635f686ac39bfa106ad4f730f98f98775214e00e..2659162f257e59ae5d66d0f513731e80f167e33e 100644 (file)
@@ -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.
index 604b7164b43c722ce24906f18f276e50ccfc6a4a..aec534f7039f70828e79c38ef4a9900ee70ffa50 100755 (executable)
@@ -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