The R Project SVN R

Rev

Rev 47522 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 47522 Rev 47538
Line 1... Line -...
1
#!@R_SHELL@
-
 
2
 
-
 
3
## config -- Simple shell script to get the values of basic R configure
1
## config -- Simple shell script to get the values of basic R configure
4
## variables, or the header and library flags necessary for linking
2
## variables, or the header and library flags necessary for linking
5
## against R.
3
## against R.
6
##
4
##
7
## Usage:
5
## Usage:
Line 20... Line 18...
20
## General Public License for more details.
18
## General Public License for more details.
21
##
19
##
22
## A copy of the GNU General Public License is available at
20
## A copy of the GNU General Public License is available at
23
## http://www.r-project.org/Licenses/
21
## http://www.r-project.org/Licenses/
24
 
22
 
25
revision='$Revision: 47522 $'
23
revision='$Revision: 47538 $'
26
version=`set - ${revision}; echo ${2}`
24
version=`set - ${revision}; echo ${2}`
27
version="R configuration information retrieval script: ${R_VERSION} (r${version})
25
version="R configuration information retrieval script: ${R_VERSION} (r${version})
28
 
26
 
29
Copyright (C) 2002-6 The R Core Development Team.
27
Copyright (C) 2002-6 The R Core Development Team.
30
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