X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=configure.ac;h=b4159f396dfb4420495fade1a21638fbb8266fd4;hb=5218088b33987d73e09d987bf8b565154a9bbfef;hp=844b31b6231a188696c22999ffa560c0745855ec;hpb=170cc497cb0177ed961d9dc1be7311c832b2ded9;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 844b31b..b4159f3 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ ## Process this file with autoconf to produce a configure script. # Autoconf and automake setup -AC_PREREQ(2.59) +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 @@ -45,16 +47,10 @@ CPPFLAGS="$YAZPPINC $CPPFLAGS" # check for Boost C++ development libs and headers -AX_BOOST([1.32]) +AX_BOOST([1.33]) 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