Rev 11204 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#!/bin/sh## ${R_HOME}/bin/LINKif test -z "${R_HOME}"; thenecho "Fatal error: R_HOME was not set"exit 1fiRexeclibdir=${R_HOME}/binlinkopts="-avoid-version -rpath ${Rexeclibdir}"exec ${R_HOME}/bin/libtool --mode=link ${*} ${linkopts}### Local Variables: ***### mode: sh ***### sh-indentation: 2 ***### End: ***