From d58d0658b2a585f7b3b7dbde162a13defb051bc2 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sat, 11 Mar 2006 23:00:26 +0000 Subject: [PATCH] * reconf: Put autoconf.stmp into include directory git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17733 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/ChangeLog | 4 ++++ src/util/reconf | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/util/ChangeLog b/src/util/ChangeLog index 635f686ac..2659162f2 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,3 +1,7 @@ +2006-03-11 Ken Raeburn + + * reconf: Put autoconf.stmp into include directory. + 2006-01-26 Ken Raeburn * export-check.pl: Accept 'S' in nm output. diff --git a/src/util/reconf b/src/util/reconf index 604b7164b..aec534f70 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 -- 2.26.2