From: Kees Monshouwer Date: Wed, 15 Jun 2016 11:46:52 +0000 (+0200) Subject: sync boost.m4 with upstream X-Git-Tag: auth-4.0.0-rc1~36^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0e4992bb1222182692b96a757064342f1fe0e76;p=thirdparty%2Fpdns.git sync boost.m4 with upstream --- 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.