]> code.citadel.org Git - citadel.git/blobdiff - webcit/bootstrap
* VDIR build here too.
[citadel.git] / webcit / bootstrap
index 88007b836ef2dac47a58cdbc5d58731de6aa125b..cc325f548f14ada683087e5cb47c785f870a3342 100755 (executable)
@@ -8,6 +8,8 @@
 # Remove any vestiges of pre-6.05 build environments
 rm -f .libs modules *.so *.lo *.la 2>/dev/null
 
+./get_ical_data.sh
+
 echo ... running aclocal ...
 aclocal
 
@@ -22,6 +24,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