projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3a95ec
)
* reconf: Delete autom4te.cache directories after running autoreconf
author
Ken Raeburn
<raeburn@mit.edu>
Sat, 6 Mar 2004 01:50:12 +0000
(
01:50
+0000)
committer
Ken 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
patch
|
blob
|
history
src/util/reconf
patch
|
blob
|
history
diff --git
a/src/util/ChangeLog
b/src/util/ChangeLog
index 84cafbec9e4779531856176f0ad4eade9880a131..5639956fa11b3c56552ce4e1b9245091b1fdaa01 100644
(file)
--- a/
src/util/ChangeLog
+++ b/
src/util/ChangeLog
@@
-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.
diff --git
a/src/util/reconf
b/src/util/reconf
index 6a5038145fc8e17063fcc42a4c9f4c8bc61ae8ce..7b56054a721267ee4327f6a8f2c1e3333182cc3c 100644
(file)
--- 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