X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=configure.ac;h=65207eff5a2f040d83863a271f687bfbbdf75356;hb=1e118509f32cacf688acc277c59cdb97d1048f04;hp=753551247eabe3c65e0d37af0b7737b18104da61;hpb=94e341af1ed1bcb064089db64836015844c3dcd7;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 7535512..65207ef 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.10],[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 @@ -35,8 +35,10 @@ fi AC_CHECK_LIB(dl,dlopen) AC_CHECK_LIB(m,main) +AC_CHECK_FUNCS([localtime_r]) + ## 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 @@ -49,12 +51,6 @@ AX_BOOST([1.32]) if test "$ax_cv_boost_base" = "no"; then AC_MSG_ERROR([install libboost-dev or similar]) fi -if test "$ax_cv_boost_date_time" = "no"; then - AC_MSG_ERROR([install libboost-date-time-dev or similar]) -fi -if test "$ax_cv_boost_program_options" = "no"; then - AC_MSG_ERROR([install libboost-program-options-dev or similar]) -fi if test "$ax_cv_boost_thread" = "no"; then AC_MSG_ERROR([install libboost-thread-dev or similar]) fi