Displaying 1 result from an estimated 1 matches for "ax_cxx_compile_stdcxx_11".
2013 Oct 06
1
R 3.1.0 and C++11
...s more like the
availability of OpenMP: something which configure can probe at build time,
and which can be deployed later via suitable #ifdef tests.
As a proof of concept, I added this macro from the autoconf archive to the
m4/ directory of R-devel:
http://www.gnu.org/software/autoconf-archive/ax_cxx_compile_stdcxx_11.html
and made a one-line change to configure.ac (indented two spaces just for email)
edd at max:~/svn/r-devel$ svn di configure.ac
Index: configure.ac
===================================================================
--- configure.ac (revision 64031)
+++ configure.ac (working copy)...