X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=c2945f76e49be7c8b6681f728ba1720aa6b1801d;hb=018d0f565c921d316d91e8dcb80e86f6469ebc21;hp=64ffe7af602e208ee3b9ee36a4c8fb9d5595b9cf;hpb=68077fb163a5a274e1e9dbf9762d4e4bc71dc7f2;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 64ffe7a..c2945f7 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],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.1.3],[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.0]) +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