https://github.com/cran/RandomFields
Revision 091cb3f90520d153e1ed6ee6a0ea4c61694500df authored by Martin Schlather on 27 January 2015, 00:00:00 UTC, committed by Gabor Csardi on 27 January 2015, 00:00:00 UTC
1 parent f5e4e9e
Raw File
Tip revision: 091cb3f90520d153e1ed6ee6a0ea4c61694500df authored by Martin Schlather on 27 January 2015, 00:00:00 UTC
version 3.0.59
Tip revision: 091cb3f
configure.ac
# autoconf configure.ac > configure && chmod +x configure

# Urversion vo 2.0.66
# ab 2.0.67 geaendert.

AC_INIT([RandomFields], 1.3) dnl package name, version

        
: ${R_HOME=`R RHOME`}
if test -z "${R_HOME}"; then
   echo "could not determine R_HOME"
   exit 1
fi
CC=`"${R_HOME}/bin/R" CMD config CC`
CFLAGS=`"${R_HOME}/bin/R" CMD config CFLAGS`


AC_CONFIG_FILES([src/Makevars])
AC_OUTPUT
back to top