From: Michael Hampton Date: Mon, 19 Jan 2004 21:01:15 +0000 (+0000) Subject: * Clear out the autom4te.cache when bootstrapping to avoid autoheader problems X-Git-Tag: v7.86~5647 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=c21e4f9fda31046a8d472844e8f835223376e5a0;p=citadel.git * Clear out the autom4te.cache when bootstrapping to avoid autoheader problems --- 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