The R Project SVN R

Rev

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

Rev 47836 Rev 51820
Line 3... Line 3...
3
## against R.
3
## against R.
4
##
4
##
5
## Usage:
5
## Usage:
6
##   R CMD config [options] [VAR]
6
##   R CMD config [options] [VAR]
7
 
7
 
8
## Copyright (C) 2002-6 The R Core Development Team
8
## Copyright (C) 2002-10 The R Core Development Team
9
##
9
##
10
## This document is free software; you can redistribute it and/or modify
10
## This document is free software; you can redistribute it and/or modify
11
## it under the terms of the GNU General Public License as published by
11
## it under the terms of the GNU General Public License as published by
12
## the Free Software Foundation; either version 2, or (at your option)
12
## the Free Software Foundation; either version 2, or (at your option)
13
## any later version.
13
## any later version.
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: 47836 $'
23
revision='$Revision: 51820 $'
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 129... Line 129...
129
if test "${R_OSTYPE}" = "windows"; then
129
if test "${R_OSTYPE}" = "windows"; then
130
  MAKE=make
130
  MAKE=make
131
  R_DOC_DIR=${R_HOME}/doc
131
  R_DOC_DIR=${R_HOME}/doc
132
  R_INCLUDE_DIR=${R_HOME}/include
132
  R_INCLUDE_DIR=${R_HOME}/include
133
  R_SHARE_DIR=${R_HOME}/share
133
  R_SHARE_DIR=${R_HOME}/share
134
  R_ARCH=
-
 
135
fi
134
fi
136
 
135
 
137
makefiles="-f ${R_HOME}/etc${R_ARCH}/Makeconf -f ${R_SHARE_DIR}/make/config.mk"
136
makefiles="-f ${R_HOME}/etc${R_ARCH}/Makeconf -f ${R_SHARE_DIR}/make/config.mk"
138
## avoid passing down -jN
137
## avoid passing down -jN
139
MAKEFLAGS=
138
MAKEFLAGS=