X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=4abe82fad96c3137271bb71e1edd212e2b585b1f;hb=4656759d4f7ce86facb86bf249679b8a822be152;hp=5ada9eacdddd487e067133500a84555e82001a40;hpb=48705b849f706b852579a2fa221b78e620885a55;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 5ada9ea..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.15],[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