From: Ruben Kerkhof Date: Wed, 16 Oct 2013 17:02:16 +0000 (+0200) Subject: The boost macro's require a newer autoconf X-Git-Tag: rec-3.6.0-rc1~400^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da430af54b10b30352b7abf9cd46f5fd828d2df5;p=pdns The boost macro's require a newer autoconf They depend on among other things AC_PROG_GREP which was introduced in autoconf 2.60 --- diff --git a/configure.ac b/configure.ac index a631f32d7..75a740bde 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ LT_INIT AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AC_C_BIGENDIAN -AC_PREREQ(2.52) +AC_PREREQ([2.61]) : ${CXXFLAGS="-Wall -O2"} AC_PREFIX_DEFAULT(/usr/local) AC_PROG_CC