]> code.citadel.org Git - citadel.git/blobdiff - citadel/bootstrap
* Clear out the autom4te.cache when bootstrapping to avoid autoheader problems
[citadel.git] / citadel / bootstrap
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