X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=28c00653fb8c4540e487236b445c26227666dd75;hb=b078c89a9ee8e512b53560ff48cd041b25ac2cdf;hp=5ada9eacdddd487e067133500a84555e82001a40;hpb=48705b849f706b852579a2fa221b78e620885a55;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 5ada9ea..28c0065 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.1.1],[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.2.1]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi @@ -56,8 +56,8 @@ AC_CHECK_HEADERS([sys/select.h sys/socket.h]) AC_CONFIG_FILES([ Doxyfile Makefile + include/Makefile include/metaproxy/Makefile src/Makefile - src/Jamfile xml/Makefile xml/schema/Makefile xml/xslt/Makefile