search for: sbmlode_lib

Displaying 1 result from an estimated 1 matches for "sbmlode_lib".

Did you mean: sbmlode_libs
2005 Oct 05
1
Problems with autoconf example from r-ext.
...FLAGS}"]) 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${SBMLODE_LIBS} ${LIBS}&quot...