The R Project SVN R

Rev

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

Rev 46994 Rev 47442
Line 20... Line 20...
20
## General Public License for more details.
20
## General Public License for more details.
21
##
21
##
22
## A copy of the GNU General Public License is available at
22
## A copy of the GNU General Public License is available at
23
## http://www.r-project.org/Licenses/
23
## http://www.r-project.org/Licenses/
24
 
24
 
25
revision='$Revision: 46994 $'
25
revision='$Revision: 47442 $'
26
version=`set - ${revision}; echo ${2}`
26
version=`set - ${revision}; echo ${2}`
27
version="R configuration information retrieval script ${version}
27
version="R configuration information retrieval script r${version}
28
 
28
 
29
Copyright (C) 2002-6 The R Core Development Team.
29
Copyright (C) 2002-6 The R Core Development Team.
30
This is free software; see the GNU General Public License version 2
30
This is free software; see the GNU General Public License version 2
31
or later for copying conditions.  There is NO warranty."
31
or later for copying conditions.  There is NO warranty."
32
 
32
 
Line 36... Line 36...
36
those listed in the 'Variables' section below, or the header and
36
those listed in the 'Variables' section below, or the header and
37
library flags necessary for linking against R.
37
library flags necessary for linking against R.
38
 
38
 
39
Options:
39
Options:
40
  -h, --help            print short help message and exit
40
  -h, --help            print short help message and exit
41
  -v, --version         print 'config' version info and exit
41
  -v, --version         print version info and exit
42
      --cppflags        print pre-processor flags required to compile
42
      --cppflags        print pre-processor flags required to compile
43
			a program using R as a library
43
			a program using R as a library
44
      --ldflags         print linker flags needed for linking against
44
      --ldflags         print linker flags needed for linking against
45
			the R library
45
			the R library
46
 
46