Moved 'setup' to the utils directory and converted the build
[citadel.git] / citadel / bootstrap
1 #!/bin/sh
2 #
3 # run me after checking Citadel out of the source code repository.
4
5 echo ... running mk_svn_revision.sh ...
6 ./scripts/mk_svn_revision.sh
7
8 grep '#define REV_LEVEL' citadel.h | sed 's/[^0-9]*//g' >package-version.txt