X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=73eab3e4f9926264ed759c37a823c6c80c7339c1;hb=3c05d12bc1b857dba4d3bb61928cc652d86a24ed;hp=4b4cb62e9557811e24e23f18fe27909d589e2bc9;hpb=fac6320a7deabe9a288500c9c2145d948f916d2b;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 4b4cb62..73eab3e 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.0.14.1],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.0.18],[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.1]) +YAZPP_INIT([threads],[1.1.3]) 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