]> code.citadel.org Git - citadel.git/blob - citadel/bootstrap
textclient: test to see whether iconv requires -liconv in ldflags. Now it should...
[citadel.git] / citadel / bootstrap
1 #!/bin/bash
2 #
3 # run me after checking Citadel out of the source code repository.
4
5 grep '#define REV_LEVEL' server/citadel.h | sed 's/[^0-9]*//g' >package-version.txt