Displaying 2 results from an estimated 2 matches for "have_netcdf_h".
Did you mean:
have_net_if_h
2006 Apr 25
0
need automake/autoconf help to build RnetCDF and ncdf packages
...r/local/include/netcdf.h,
[USR_LOCAL_NETCDF_H=TRUE], [USR_LOCAL_NETCDF_H=FALSE])
if test "${USR_LOCAL_NETCDF_H}" = TRUE; then
NETCDF_INCDIR="/usr/local/include"
NETCDF_LIBDIR="/usr/local/lib"
NETCDF_LIBNAME="netcdf"
HAVE_NETCDF_H=TRUE
elif test "${HAVE_NETCDF_H}" = FALSE; then
AC_CHECK_FILE(/usr/include/netcdf.h,
[USR_NETCDF_H=TRUE], [USR_NETCDF_H=FALSE])
if test "${USR_NETCDF_H}" = TRUE; then
NETCDF_INCDIR="/usr/include"
NETCDF_LIBDIR=&qu...
2008 Mar 13
0
need automake/autoconf help to build RnetCDF and ncdf packages
...F_PATH}"; then
AC_CHECK_FILE(/usr/local/include/netcdf.h,
[USR_LOCAL_NETCDF_H=TRUE], [USR_LOCAL_NETCDF_H=FALSE])
if test "${USR_LOCAL_NETCDF_H}" = TRUE; then
NETCDF_INCDIR="/usr/local/include"
NETCDF_LIBDIR="/usr/local/lib"
NETCDF_LIBNAME="netcdf"
HAVE_NETCDF_H=TRUE
elif test "${HAVE_NETCDF_H}" = FALSE; then
AC_CHECK_FILE(/usr/include/netcdf.h,
[USR_NETCDF_H=TRUE], [USR_NETCDF_H=FALSE])
if test "${USR_NETCDF_H}" = TRUE; then
NETCDF_INCDIR="/usr/include"
NETCDF_LIBDIR="/usr/lib"
NETCDF_LIBNAME="netcdf&quo...