| Line 18... |
Line 18... |
| 18 |
## General Public License for more details.
|
18 |
## General Public License for more details.
|
| 19 |
##
|
19 |
##
|
| 20 |
## A copy of the GNU General Public License is available at
|
20 |
## A copy of the GNU General Public License is available at
|
| 21 |
## http://www.r-project.org/Licenses/
|
21 |
## http://www.r-project.org/Licenses/
|
| 22 |
|
22 |
|
| 23 |
revision='$Revision: 65646 $'
|
23 |
revision='$Revision: 68218 $'
|
| 24 |
version=`set - ${revision}; echo ${2}`
|
24 |
version=`set - ${revision}; echo ${2}`
|
| 25 |
version="R configuration information retrieval script: ${R_VERSION} (r${version})
|
25 |
version="R configuration information retrieval script: ${R_VERSION} (r${version})
|
| 26 |
|
26 |
|
| 27 |
Copyright (C) 2002-2013 The R Core Team.
|
27 |
Copyright (C) 2002-2013 The R Core Team.
|
| 28 |
This is free software; see the GNU General Public License version 2
|
28 |
This is free software; see the GNU General Public License version 2
|
| Line 59... |
Line 59... |
| 59 |
CXXPICFLAGS special flags for compiling C++ code to be turned into a
|
59 |
CXXPICFLAGS special flags for compiling C++ code to be turned into a
|
| 60 |
shared library
|
60 |
shared library
|
| 61 |
CXX1X C++ compiler command for C++11 code
|
61 |
CXX1X C++ compiler command for C++11 code
|
| 62 |
CXX1XSTD flag used to enable C++11 support
|
62 |
CXX1XSTD flag used to enable C++11 support
|
| 63 |
CXX1XFLAGS C++11 compiler flags
|
63 |
CXX1XFLAGS C++11 compiler flags
|
| 64 |
CXX1XXPICFLAGS
|
64 |
CXX1XPICFLAGS
|
| 65 |
special flags for compiling C++11 code to be turned into
|
65 |
special flags for compiling C++11 code to be turned into
|
| 66 |
a shared library
|
66 |
a shared library
|
| 67 |
DYLIB_EXT file extension (including '.') for dynamic libraries
|
67 |
DYLIB_EXT file extension (including '.') for dynamic libraries
|
| 68 |
DYLIB_LD command for linking dynamic libraries which contain
|
68 |
DYLIB_LD command for linking dynamic libraries which contain
|
| 69 |
object files from a C or Fortran compiler only
|
69 |
object files from a C or Fortran compiler only
|