X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=configure.ac;h=a3632b3015c06e646d0472e9c225ffdc6901689a;hb=90c51614faf4ccc90065ca81abb802a6de879070;hp=a0188a2e737fc8010501c0f091547a227d7a91d5;hpb=d15eeaaabd7e3f92ffe0215bd930bbc92b380e0f;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index a0188a2..a3632b3 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ(2.59) -AC_INIT([metaproxy],[1.0.9],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.0.11],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.hpp) @@ -36,7 +36,7 @@ AC_CHECK_LIB(dl,dlopen) AC_CHECK_LIB(m,main) ## YAZPP checks -YAZPP_INIT(threads,1.0.3) +YAZPP_INIT([threads],[1.0.3]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi