Added AM_PROG_AR and removed defines PHREEQC_CPP and PHREEQC_CLASS

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@9007 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2014-10-23 23:51:00 +00:00
parent 0272550872
commit 58da41b950

View File

@ -10,8 +10,6 @@ AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AC_CONFIG_SRCDIR([src/IPhreeqc.cpp])
AC_DEFINE(SWIG_SHARED_OBJ)
AC_DEFINE(PHREEQC_CPP)
AC_DEFINE(PHREEQC_CLASS)
AC_DEFINE(USE_PHRQ_ALLOC)
AC_DEFINE(NDEBUG)
@ -23,6 +21,7 @@ AC_PROG_CPP
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET
AM_PROG_AR
# Check if the fortran interface should be included
AC_MSG_CHECKING([if Fortran interface included])