Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
[citadel.git] / webcit / bootstrap
index 4d7ca56d7c74fabb8f413409b3ab3b8d4029b617..84de74c831b228ff895eb46df58e62b8c3f0a25d 100755 (executable)
@@ -2,8 +2,6 @@
 #
 # run me after checking WebCit out of svn.
 #
-# $Id$
-#
 
 # Remove any vestiges of pre-6.05 build environments
 rm -f .libs modules *.so *.lo *.la 2>/dev/null
@@ -24,6 +22,10 @@ rm -rf autom4te*.cache
 echo ... running autoheader ...
 autoheader
 
+echo ... 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 I recommend the latest