From c21e4f9fda31046a8d472844e8f835223376e5a0 Mon Sep 17 00:00:00 2001 From: Michael Hampton Date: Mon, 19 Jan 2004 21:01:15 +0000 Subject: [PATCH] * Clear out the autom4te.cache when bootstrapping to avoid autoheader problems --- citadel/ChangeLog | 4 ++++ citadel/bootstrap | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/citadel/ChangeLog b/citadel/ChangeLog index 81a442571..e73de5eae 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,4 +1,7 @@ $Log$ + Revision 614.8 2004/01/19 21:01:15 error + * Clear out the autom4te.cache when bootstrapping to avoid autoheader problems + Revision 614.7 2004/01/19 04:44:11 ajc * Further work on creating LDAP entries. @@ -5236,3 +5239,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant Fri Jul 10 1998 Art Cancro * Initial CVS import + diff --git a/citadel/bootstrap b/citadel/bootstrap index abbe5c162..330e137b0 100755 --- a/citadel/bootstrap +++ b/citadel/bootstrap @@ -40,6 +40,10 @@ echo ... running aclocal ... $aclocal echo ... running autoconf ... $autoconf +# If your autoconf version changes, the autom4te.cache stuff will mess you up. +# Get rid of it. +echo ... removing autoheader cache files ... +rm -rf autom4te*.cache echo ... running autoheader ... $autoheader -- 2.39.2