X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=configure.ac;h=3ca8491ea21ac3a47098bde89db8712ffbf33dca;hb=42e5dcbaf3605a244b671f5bedfbb9d24c8706bc;hp=9869bc3f3106f99d1d394fc4c22c151ad6f31186;hpb=b112dc32edc6bf672a08ed573ec921d0a80a7c79;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 9869bc3..3ca8491 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 @@ -52,9 +52,6 @@ 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