fix dlen
[citadel.git] / citadel / bootstrap
index c18665abcd399d46a30312411da25e963c2bb0ac..f8488a4d749999a68072ea33695865807a4c9258 100755 (executable)
@@ -1,8 +1,5 @@
-#!/bin/sh
+#!/bin/bash
 #
-# run me after checking Citadel out of CVS.
-#
-aclocal
-libtoolize --force
-autoconf
-autoheader
+# run me after checking Citadel out of the source code repository.
+
+grep '#define REV_LEVEL' server/citadel_defs.h | sed 's/[^0-9]*//g' >package-version.txt