X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=configure.ac;h=be73fbcc2ed9ff3deae1f13a5dd6d582f8a702fd;hb=e6d572ef110d14fa55115021505b808620457bd3;hp=1683ba8ddad58fd7c46fa13c24ecda5fa691e61e;hpb=3fb33dbcd9e57622aa094a83ad8283c8f306286a;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 1683ba8..be73fbc 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.0.19],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.0.23],[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.3]) +YAZPP_INIT([threads],[1.1.4]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi @@ -56,6 +56,7 @@ AC_CHECK_HEADERS([sys/select.h sys/socket.h]) AC_CONFIG_FILES([ Doxyfile Makefile + include/Makefile include/metaproxy/Makefile src/Makefile xml/Makefile xml/schema/Makefile