Displaying 1 result from an estimated 1 matches for "libsbmlode".
2005 Oct 05
1
Problems with autoconf example from r-ext.
...lode_include_path} ${CPPFLAGS}"])
else
if test [ -n "${SBMLODE_INCLUDE}" ] ; then
AC_SUBST([CPPFLAGS],["-I${SBMLODE_INCLUDE} ${CPPFLAGS}"])
fi
fi
dnl ditto for a library path
AC_ARG_WITH([sbmlode-lib],AC_HELP_STRING([--with-sbmlode-lib=LIB_PATH],[the
location of libsbmlode libraries]),[sbmlode_lib_path=$withval])
if test [ -n "$sbmlode_lib_path" ] ; then
AC_SUBST([LIBS],[" -L${sbmlode_lib_path} ${LIBS}"])
else
if test [ -n "${SBMLODE_LIBS}" ] ; then
AC_SUBST([LIBS],["-I${S...