X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fbootstrap;h=2942bace5b352f77779524148f301cffdf6ee146;hb=HEAD;hp=43c30e3c2e582ef2cfd92ce23d081bf4f5fd8286;hpb=7d67da44c7fe90bcf5b577ed444c28009ef5ea71;p=citadel.git diff --git a/webcit/bootstrap b/webcit/bootstrap index 43c30e3c2..2942bace5 100755 --- a/webcit/bootstrap +++ b/webcit/bootstrap @@ -6,6 +6,8 @@ # Remove any vestiges of pre-6.05 build environments rm -f .libs modules *.so *.lo *.la 2>/dev/null +grep '^#define CLIENT_VERSION' webcit.h | sed 's/[^0-9]*//g' >package-version.txt + echo ... running aclocal ... aclocal @@ -23,7 +25,6 @@ autoheader echo ... mk_module_init.sh ... ./scripts/mk_module_init.sh - echo echo This script has been tested with autoconf 2.53 and echo automake 1.5. Other versions may work, but I recommend the latest @@ -33,4 +34,3 @@ echo Also note that autoconf and automake should be configured echo with the same prefix. echo -grep '^#define CLIENT_VERSION' webcit.h | sed 's/[^0-9]*//g' >package-version.txt