resync translations with launchpad
[citadel.git] / webcit / bootstrap
index 88007b836ef2dac47a58cdbc5d58731de6aa125b..2c1f5941b7c77788d10e0c4a031bf3719a8392d2 100755 (executable)
@@ -2,12 +2,12 @@
 #
 # 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
 
+./scripts/get_ical_data.sh
+
 echo ... running aclocal ...
 aclocal
 
@@ -22,6 +22,10 @@ rm -rf autom4te*.cache
 echo ... running autoheader ...
 autoheader
 
+echo ... mk_module_init.sh ...
+./scripts/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