X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fbootstrap;h=354aed11092472e0a0fff49e1f41ef7708841072;hb=HEAD;hp=c18665abcd399d46a30312411da25e963c2bb0ac;hpb=4acfe6bb63ebd56093aa72219f91140623cfa4de;p=citadel.git diff --git a/citadel/bootstrap b/citadel/bootstrap index c18665abc..f8488a4d7 100755 --- a/citadel/bootstrap +++ b/citadel/bootstrap @@ -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