]> code.citadel.org Git - citadel.git/blobdiff - citadel/bootstrap
Moved the scripts that create svn_revision.c and modules_init.* into a scripts
[citadel.git] / citadel / bootstrap
index d14671ffd93db598810cb94819ad41e962235d15..14ceb3d83b7afb48e4ebfead2d4c69cadeefc5ad 100755 (executable)
@@ -23,7 +23,10 @@ echo ... running autoheader ...
 autoheader
 
 echo ... running mk_svn_revision.sh ...
-./mk_svn_revision.sh
+./scripts/mk_svn_revision.sh
+
+echo ... running mk_module_init.sh ...
+./scripts/mk_module_init.sh
 
 echo
 echo This script has been tested with autoconf 2.53 and