]> code.citadel.org Git - citadel.git/blobdiff - citadel/bootstrap
* disable dspam stuff its anywhere near production ready
[citadel.git] / citadel / bootstrap
index a1ddb3057fc03bf2cd1b522547d3908d15cfffe8..94f101f2a8549e7ffe857270735ecd4894f56cca 100755 (executable)
@@ -9,7 +9,7 @@
 rm -f .libs modules *.so *.lo *.la 2>/dev/null
 
 echo ... running aclocal ...
-aclocal
+aclocal  -I m4
 
 echo ... running autoconf ...
 autoconf
@@ -22,6 +22,12 @@ rm -rf autom4te*.cache
 echo ... running autoheader ...
 autoheader
 
+echo ... running mk_svn_revision.sh ...
+./mk_svn_revision.sh
+
+echo ... running mk_module_init.sh ...
+./mk_module_init.sh
+
 echo
 echo This script has been tested with autoconf 2.53 and
 echo automake 1.5. Other versions may work, but we recommend