* reconf: Delete autom4te.cache directories after running autoreconf
authorKen Raeburn <raeburn@mit.edu>
Sat, 6 Mar 2004 01:50:12 +0000 (01:50 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 6 Mar 2004 01:50:12 +0000 (01:50 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16151 dc483132-0cff-0310-8789-dd5450dbe970

src/util/ChangeLog
src/util/reconf

index 84cafbec9e4779531856176f0ad4eade9880a131..5639956fa11b3c56552ce4e1b9245091b1fdaa01 100644 (file)
@@ -1,3 +1,8 @@
+2004-03-05  Ken Raeburn  <raeburn@mit.edu>
+
+       * reconf: Delete autom4te.cache directories after running
+       autoreconf.
+
 2004-02-26  Ken Raeburn  <raeburn@mit.edu>
 
        * Makefile.in (MY_SUBDIRS): Drop apputils.
index 6a5038145fc8e17063fcc42a4c9f4c8bc61ae8ce..7b56054a721267ee4327f6a8f2c1e3333182cc3c 100644 (file)
@@ -98,3 +98,4 @@ if test $? = 0 ; then
        cp /dev/null include/krb5/autoconf.stmp
     fi
 fi
+find . -name autom4te.cache -print | xargs rm -rf