[cantera]: adding trailing underscore to fortran functions

This commit is contained in:
Nicholas Malaya 2012-02-04 01:10:05 +00:00
parent dbf089e1db
commit 93b5951a0b
2 changed files with 7 additions and 0 deletions

View file

@ -30,6 +30,9 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to add underscore after fortran functions */
#undef LAPACK_FTN_TRAILING_UNDERSCORE
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#undef LT_OBJDIR

View file

@ -27,6 +27,10 @@ AC_SUBST([PACKAGE_DESCRIPTION])
PACKAGE_URL="http://code.google.com/p/cantera/"
AC_SUBST([PACKAGE_URL])
# add trailing underscore
AC_DEFINE([LAPACK_FTN_TRAILING_UNDERSCORE],1,[Define to add underscore after fortran functions])
LAPACK_FTN_TRAILING_UNDERSCORE=1
# ------------------------------
# Checks for required programs
# ------------------------------