> On Dec. 20, 2013, 10:17 p.m., Ben Mahler wrote: > > Where did you obtain the macro? Was it from the autoconf macro archive > > here: > > http://www.gnu.org/software/autoconf-archive/ax_cxx_header_stdcxx_tr1.html#ax_cxx_header_stdcxx_tr1 > > > > We'll need to keep the copyright notice on this file.
No, I scraped it directly from http://gcc.gnu.org/onlinedocs/libstdc++/manual/backwards.html. Thanks for digging up a proper source. Will replace it with that complete one. - TILL ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16392/#review30766 ----------------------------------------------------------- On Dec. 21, 2013, 4:36 p.m., TILL TOENSHOFF wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/16392/ > ----------------------------------------------------------- > > (Updated Dec. 21, 2013, 4:36 p.m.) > > > Review request for mesos, Benjamin Hindman, Ben Mahler, and Niklas Nielsen. > > > Bugs: MESOS-706 > https://issues.apache.org/jira/browse/MESOS-706 > > > Repository: mesos-git > > > Description > ------- > > Adds a check for TR1 within the autoconf phase (AC_HEADER_STDCXX_TR1) and > simply errors out if that fails. Users are advised to use at least gcc 4.0 > for getting over that hurdle. > > > Diffs > ----- > > configure.ac f69908a > m4/ax_cxx_header_stdcxx_tr1.m4 PRE-CREATION > > Diff: https://reviews.apache.org/r/16392/diff/ > > > Testing > ------- > > ./bootstrap ./configure (with and without TR1 headers available) > > > Thanks, > > TILL TOENSHOFF > >
