X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=e66de0d5062b3fa15bb071c2d83975a55cee7870;hp=2248ac99f474c793f84efdd324bac19ac86588e0;hb=823c76005503eb00b3681eedf0559a0dc06883ce;hpb=a10c33b251054238d9b49f177f5205ff6e68fc65 diff --git a/configure.ac b/configure.ac index 2248ac9..e66de0d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,9 @@ dnl This file is part of YAZ proxy dnl See the file LICENSE for details. AC_PREREQ(2.60) -AC_INIT([yazproxy],[1.3.4],[adam@indexdata.dk]) +AC_INIT([yazproxy], +m4_esyscmd([. ./IDMETA; echo $VERSION|tr -d '\n']), +[yaz-help@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.9]) @@ -12,7 +14,7 @@ AC_PROG_CXX AC_HEADER_STDC AM_PROG_LIBTOOL -YAZPP_INIT([threads],[1.1.1]) +YAZPP_INIT([threads],[1.1.4]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi