X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=1b0c736387fe0bb3172f4f0bfcc2a3c35627d8da;hb=d175195e24b16f1fc84750ed54b0e7b2709dee9a;hp=2e5b338f9b6b023f32ecbad139ab7ffa053c12d3;hpb=22c667c95a48e77eef00bb5a96f4664c92f0940c;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 2e5b338..1b0c736 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.0.13.1],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.0.22],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) @@ -36,7 +36,7 @@ AC_CHECK_LIB([m],[main]) AC_CHECK_FUNCS([localtime_r]) ## YAZPP checks -YAZPP_INIT([threads],[1.1.0]) +YAZPP_INIT([threads],[1.1.4]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi @@ -57,7 +57,6 @@ AC_CONFIG_FILES([ Doxyfile Makefile src/Makefile - src/Jamfile xml/Makefile xml/schema/Makefile xml/xslt/Makefile