The R Project SVN R

Rev

Rev 84466 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 84466 Rev 88582
Line 1... Line 1...
1
#!@R_SHELL@
1
#!@R_SHELL@
2
# Shell wrapper for R executable.
2
# Shell wrapper for R executable.
3
 
3
 
4
R_HOME_DIR=
4
R_HOME_DIR="@abs_top_builddir@"
5
if test "${R_HOME_DIR}" = "@prefix@/@LIBnn@/R"; then
5
if test "${R_HOME_DIR}" = "@prefix@/@LIBnn@/R"; then
6
   case "@R_OS@" in
6
   case "@R_OS@" in
7
   linux*)
7
   linux*)
8
     run_arch=`uname -m`
8
     run_arch=`uname -m`
9
     case "$run_arch" in
9
     case "$run_arch" in