X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=4abe82fad96c3137271bb71e1edd212e2b585b1f;hb=f4399bd250923d273f2da8ba25ae8df962dab00a;hp=e8f70eb9cc17686a48a63d68da467b2896452c45;hpb=fe18e231f92a6b771f80a268555e23c599079f42;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index e8f70eb..4abe82f 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.17],[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