From 26d5b24f3d9d72b425a5b6eafbb0c02efd9da5b2 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sat, 6 Mar 2004 01:50:12 +0000 Subject: [PATCH] * reconf: Delete autom4te.cache directories after running autoreconf git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16151 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/ChangeLog | 5 +++++ src/util/reconf | 1 + 2 files changed, 6 insertions(+) diff --git a/src/util/ChangeLog b/src/util/ChangeLog index 84cafbec9..5639956fa 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,3 +1,8 @@ +2004-03-05 Ken Raeburn + + * reconf: Delete autom4te.cache directories after running + autoreconf. + 2004-02-26 Ken Raeburn * Makefile.in (MY_SUBDIRS): Drop apputils. diff --git a/src/util/reconf b/src/util/reconf index 6a5038145..7b56054a7 100644 --- a/src/util/reconf +++ b/src/util/reconf @@ -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 -- 2.26.2