* Clear out the autom4te.cache when bootstrapping to avoid autoheader problems
authorMichael Hampton <io_error@uncensored.citadel.org>
Mon, 19 Jan 2004 21:01:15 +0000 (21:01 +0000)
committerMichael Hampton <io_error@uncensored.citadel.org>
Mon, 19 Jan 2004 21:01:15 +0000 (21:01 +0000)
citadel/ChangeLog
citadel/bootstrap

index 81a4425713e18055241d11bb01462e1ef1a15e86..e73de5eae82a181976b08882c6200aa2812bd717 100644 (file)
@@ -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 <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
+
index abbe5c16268deebd684e76a95bd1737fe029535f..330e137b012bd30619997b797906f9e2c8d7018f 100755 (executable)
@@ -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