| 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 |
## https://www.R-project.org/Licenses/
|
21 |
## https://www.R-project.org/Licenses/
|
| 22 |
|
22 |
|
| 23 |
revision='$Revision: 77128 $'
|
23 |
revision='$Revision: 77305 $'
|
| 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-2019 The R Core Team.
|
27 |
Copyright (C) 2002-2019 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 247... |
Line 247... |
| 247 |
fi
|
247 |
fi
|
| 248 |
if test "${personal}" = "yes"; then
|
248 |
if test "${personal}" = "yes"; then
|
| 249 |
if test "${R_OSTYPE}" = "windows"; then
|
249 |
if test "${R_OSTYPE}" = "windows"; then
|
| 250 |
if test -f "${R_MAKEVARS_USER}"; then
|
250 |
if test -f "${R_MAKEVARS_USER}"; then
|
| 251 |
makefiles="${makefiles} -f \"${R_MAKEVARS_USER}\""
|
251 |
makefiles="${makefiles} -f \"${R_MAKEVARS_USER}\""
|
| 252 |
elif test ${R_ARCH} = "/x64" -a -f "${HOME}/.R/Makevars.win64"; then
|
252 |
elif test ${R_ARCH} = "/x64" && test -f "${HOME}/.R/Makevars.win64"; then
|
| 253 |
makefiles="${makefiles} -f \"${HOME}\"/.R/Makevars.win64"
|
253 |
makefiles="${makefiles} -f \"${HOME}\"/.R/Makevars.win64"
|
| 254 |
elif test -f "${HOME}/.R/Makevars.win"; then
|
254 |
elif test -f "${HOME}/.R/Makevars.win"; then
|
| 255 |
makefiles="${makefiles} -f \"${HOME}\"/.R/Makevars.win"
|
255 |
makefiles="${makefiles} -f \"${HOME}\"/.R/Makevars.win"
|
| 256 |
elif test -f "${HOME}/.R/Makevars"; then
|
256 |
elif test -f "${HOME}/.R/Makevars"; then
|
| 257 |
makefiles="${makefiles} -f \"${HOME}\"/.R/Makevars"
|
257 |
makefiles="${makefiles} -f \"${HOME}\"/.R/Makevars"
|