]> code.citadel.org Git - citadel.git/blobdiff - citadel/bootstrap
Moved 'setup' to the utils directory and converted the build
[citadel.git] / citadel / bootstrap
index bdfa052455c7c26ab78ce4a1cf41c07ada48ee79..8f3373470bcff71483a25c6d2fad03376745b5de 100755 (executable)
@@ -1,7 +1,8 @@
 #!/bin/sh
 #
-# run me after checking Citadel out of CVS.
-#
-autoconf
-autoheader
-libtoolize
+# run me after checking Citadel out of the source code repository.
+
+echo ... running mk_svn_revision.sh ...
+./scripts/mk_svn_revision.sh
+
+grep '#define REV_LEVEL' citadel.h | sed 's/[^0-9]*//g' >package-version.txt