[cantera]: fixing configure line error

This commit is contained in:
Nicholas Malaya 2012-02-09 20:28:27 +00:00
parent 1ab9bc6deb
commit 2c19a43fec
3 changed files with 7 additions and 4 deletions

View file

@ -14,7 +14,7 @@ AM_CXXFLAGS = $(AM_CPPFLAGS)
lib_LTLIBRARIES = $(top_builddir)/build/lib/libctbase.la
library_includedir = $(top_builddir)/build/include
library_include_HEADERS = $(h_sources)
library_include_HEADERS = utilities.h
otherincludedir = $(top_builddir)/build/include/cantera/kernel
otherinclude_HEADERS = $(h_sources)
@ -26,6 +26,9 @@ otherinclude_HEADERS = $(h_sources)
__top_builddir__build_lib_libctbase_la_LDFLAGS = $(all_libraries) -release $(GENERIC_RELEASE)
__top_builddir__build_lib_libctbase_la_SOURCES = $(cc_sources) $(h_sources)
__top_builddir__build_lib_libctbase_include = $(h_sources)
__top_builddir__build_lib_libctbase_includedir = $(prefix)/include
# header file accumulation -- only copy if file updated!
all:

View file

@ -57,7 +57,7 @@
/* Define to add underscore after fortran functions */
#undef LAPACK_FTN_TRAILING_UNDERSCORE
/* Define to lapack functions lowercase */
/* Define to make lapack functions lowercase */
#undef LAPACK_NAMES_LOWERCASE
/* Define to the sub-directory in which libtool stores uninstalled libraries.

View file

@ -32,8 +32,8 @@ AC_DEFINE([LAPACK_FTN_TRAILING_UNDERSCORE],1,[Define to add underscore after for
LAPACK_FTN_TRAILING_UNDERSCORE=1
AC_DEFINE([FTN_TRAILING_UNDERSCORE],1,[Define to add underscore after fortran functions])
FTN_TRAILING_UNDERSCORE=1
AC_DEFINE([LAPACK_NAMES_LOWERCASE],1,[Define to lapack functions lowercase])
LAPACK_NAMES_LOWERCASE 1
AC_DEFINE([LAPACK_NAMES_LOWERCASE],1,[Define to make lapack functions lowercase])
LAPACK_NAMES_LOWERCASE=1
AC_DEFINE([LAPACK_FTN_STRING_LEN_AT_END],1,[Define to add string to end of lapack functions])
LAPACK_FTN_STRING_LEN_AT_END=1