Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 548310
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- 1/m4/boost.m4
0
++ 2/m4/boost.m4
Lines 72-78 Link Here
72
dnl everything else.
72
dnl everything else.
73
dnl Cannot use 'dnl' after [$4] because a trailing dnl may break AC_CACHE_CHECK
73
dnl Cannot use 'dnl' after [$4] because a trailing dnl may break AC_CACHE_CHECK
74
(eval "$ac_cpp conftest.$ac_ext") 2>&AS_MESSAGE_LOG_FD |
74
(eval "$ac_cpp conftest.$ac_ext") 2>&AS_MESSAGE_LOG_FD |
75
  grep -v '#' |
75
  tr -d '\r' |
76
  tr -d '\r' |
77
  tr -s '\n' ' ' |
76
  $SED -n -e "$1" >conftest.i 2>&1],
78
  $SED -n -e "$1" >conftest.i 2>&1],
77
  [$3],
79
  [$3],
78
  [$4])
80
  [$4])
Lines 206-212 Link Here
206
  AC_CACHE_CHECK([for Boost's header version],
208
  AC_CACHE_CHECK([for Boost's header version],
207
    [boost_cv_lib_version],
209
    [boost_cv_lib_version],
208
    [m4_pattern_allow([^BOOST_LIB_VERSION$])dnl
210
    [m4_pattern_allow([^BOOST_LIB_VERSION$])dnl
209
     _BOOST_SED_CPP([/^boost-lib-version = /{s///;s/\"//g;p;q;}],
211
     _BOOST_SED_CPP([[/^boost-lib-version = /{s///;s/[\" ]//g;p;q;}]],
210
                    [#include <boost/version.hpp>
212
                    [#include <boost/version.hpp>
211
boost-lib-version = BOOST_LIB_VERSION],
213
boost-lib-version = BOOST_LIB_VERSION],
212
    [boost_cv_lib_version=`cat conftest.i`])])
214
    [boost_cv_lib_version=`cat conftest.i`])])

Return to bug 548310