X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=f316eb971f65577baccb886e79ecd04f4c1711ba;hb=af4aeffc188e6d93b50803694bd5e57c1dc5e520;hp=3cc5e7581fbf7ac32ab2dbd1449ca685e78604f1;hpb=9f05fe92b8bb08874625b236e115c31e81f19680;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 3cc5e75..f316eb9 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.0.17],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.0.19],[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.2]) +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