From da430af54b10b30352b7abf9cd46f5fd828d2df5 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Wed, 16 Oct 2013 19:02:16 +0200 Subject: [PATCH] The boost macro's require a newer autoconf They depend on among other things AC_PROG_GREP which was introduced in autoconf 2.60 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1