From a0e4992bb1222182692b96a757064342f1fe0e76 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Wed, 15 Jun 2016 13:46:52 +0200 Subject: [PATCH] sync boost.m4 with upstream --- m4/boost.m4 | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/m4/boost.m4 b/m4/boost.m4 index 36109776c9..b0d66c9c09 100644 --- a/m4/boost.m4 +++ b/m4/boost.m4 @@ -22,7 +22,7 @@ # along with this program. If not, see . m4_define([_BOOST_SERIAL], [m4_translit([ -# serial 25 +# serial 26 PowerDNS modified ], [# ], [])]) @@ -86,9 +86,10 @@ dnl boost-lib-version = dnl # 2 "conftest.cc" 3 dnl "1_56" dnl -dnl So get rid of the # lines, and glue the remaining ones together. +dnl So get rid of the # and empty lines, and glue the remaining ones together. (eval "$ac_cpp conftest.$ac_ext") 2>&AS_MESSAGE_LOG_FD | grep -v '#' | + grep -v '^[[[:space:]]]*$' | tr -d '\r' | tr -s '\n' ' ' | $SED -n -e "$1" >conftest.i 2>&1], @@ -548,6 +549,13 @@ BOOST_DEFUN([Asio], BOOST_FIND_HEADER([boost/asio.hpp])]) +# BOOST_ASSIGN() +# ------------- +# Look for Boost.Assign +BOOST_DEFUN([Assign], +[BOOST_FIND_HEADER([boost/assign.hpp])]) + + # BOOST_BIND() # ------------ # Look for Boost.Bind. -- 2.47.2