]> code.citadel.org Git - citadel.git/blobdiff - textclient/bootstrap
libical3 compatibility , patches submitted by Adrian Bunk
[citadel.git] / textclient / bootstrap
index 636a4b1687313a320736e6cdd3aac72894acc1a4..d4c23fcf2749d8804e3b0563a4eb55fd3b2f9448 100755 (executable)
@@ -22,9 +22,6 @@ autoheader
 echo ... running mk_svn_revision.sh ...
 ./scripts/mk_svn_revision.sh
 
-echo ... running 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 we recommend
@@ -33,3 +30,5 @@ echo
 echo Also note that autoconf and automake should be configured
 echo with the same prefix.
 echo
+
+grep '^#define CLIENT_VERSION' src/include/citadel_ipc.h | sed 's/[^0-9]*//g' >package-version.txt