| 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: 47780 $'
|
23 |
revision='$Revision: 47836 $'
|
| 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-6 The R Core Development Team.
|
27 |
Copyright (C) 2002-6 The R Core Development 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 88... |
Line 88... |
| 88 |
SHLIB_CFLAGS additional CFLAGS used when building shared objects
|
88 |
SHLIB_CFLAGS additional CFLAGS used when building shared objects
|
| 89 |
SHLIB_CXXLD command for linking shared objects which contain
|
89 |
SHLIB_CXXLD command for linking shared objects which contain
|
| 90 |
object files from a C++ compiler
|
90 |
object files from a C++ compiler
|
| 91 |
SHLIB_CXXLDFLAGS
|
91 |
SHLIB_CXXLDFLAGS
|
| 92 |
special flags used by SHLIB_CXXLD
|
92 |
special flags used by SHLIB_CXXLD
|
| 93 |
DYLIB_EXT file extension (including '.') for shared objects
|
93 |
SHLIB_EXT file extension (including '.') for shared objects
|
| 94 |
SHLIB_FFLAGS additional FFLAGS used when building shared objects
|
94 |
SHLIB_FFLAGS additional FFLAGS used when building shared objects
|
| 95 |
SHLIB_LD command for linking shared objects which contain
|
95 |
SHLIB_LD command for linking shared objects which contain
|
| 96 |
object files from a C or Fortran compiler only
|
96 |
object files from a C or Fortran compiler only
|
| 97 |
SHLIB_LDFLAGS
|
97 |
SHLIB_LDFLAGS
|
| 98 |
special flags used by SHLIB_LD
|
98 |
special flags used by SHLIB_LD
|