The R Project SVN R

Rev

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

Rev 47538 Rev 47769
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: 47538 $'
23
revision='$Revision: 47769 $'
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 132... Line 132...
132
  R_ARCH=
132
  R_ARCH=
133
fi
133
fi
134
 
134
 
135
makefiles="-f ${R_HOME}/etc${R_ARCH}/Makeconf -f ${R_SHARE_DIR}/make/config.mk"
135
makefiles="-f ${R_HOME}/etc${R_ARCH}/Makeconf -f ${R_SHARE_DIR}/make/config.mk"
136
## avoid passing down -jN
136
## avoid passing down -jN
-
 
137
MAKEFLAGS=
137
export MAKEFLAGS=
138
export MAKEFLAGS
138
query="${MAKE} -s ${makefiles} print R_HOME=${R_HOME}"
139
query="${MAKE} -s ${makefiles} print R_HOME=${R_HOME}"
139
 
140
 
140
LIBR=`eval $query VAR=LIBR`
141
LIBR=`eval $query VAR=LIBR`
141
STATIC_LIBR=`eval $query VAR=STATIC_LIBR`
142
STATIC_LIBR=`eval $query VAR=STATIC_LIBR`
142
 
143