Hello,
Apparently the problem is due to the fact that MYSERVER_VERSION is
defined in terms of the contents of the ‘version’ file, which does not
relate to the $PACKAGE_VERSION string of Autoconf:
--8<---------------cut here---------------start------------->8---
$ grep PACKAGE_STRING configure
PACKAGE_STRING='GNU MyServer 0.10'
PACKAGE_STRING
#define PACKAGE_STRING "$PACKAGE_STRING"
PACKAGE_STRING="0.9.2"
MYSERVER_VERSION="${PACKAGE_STRING}"
--8<---------------cut here---------------end--------------->8---
Thanks,
Ludo’.