X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=configure.ac;h=19a92cd9610eb972fa97cbf9c31527a2e4d6c49f;hb=0ebfd75cbd5ea26e5e55336299e2c62ba3104803;hp=17a54ff542bc649cfa77c9950cfcc03d6ee3bfa8;hpb=9ef89e85237edaeae244691be5d68d4fab583c17;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 17a54ff..19a92cd 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ ## Process this file with autoconf to produce a configure script. # Autoconf and automake setup -AC_PREREQ(2.59) -AC_INIT([metaproxy],[1.0.12],[metaproxy-help@indexdata.dk]) +AC_PREREQ(2.60) +AC_INIT([metaproxy],[1.0.13],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.hpp) @@ -12,7 +12,7 @@ AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_SYSTEM ##AC_PREFIX_DEFAULT(`pwd`/install) -AM_INIT_AUTOMAKE([1.8]) +AM_INIT_AUTOMAKE([1.9]) # Checks for programs. AC_PROG_CXX @@ -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.1.0]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi