]> code.citadel.org Git - citadel.git/blobdiff - citadel/bootstrap
Moved 'setup' to the utils directory and converted the build
[citadel.git] / citadel / bootstrap
index c18665abcd399d46a30312411da25e963c2bb0ac..8f3373470bcff71483a25c6d2fad03376745b5de 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 #
-# run me after checking Citadel out of CVS.
-#
-aclocal
-libtoolize --force
-autoconf
-autoheader
+# 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