changed --enable-fortran to --enable-fortran-test

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@9719 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2015-05-22 06:59:38 +00:00
parent 2201a4fbb4
commit 8d9f5f5d7d

View File

@ -142,10 +142,10 @@ D. Linux compiling, testing, and installing the IPhreeqc library
../configure --help ../configure --help
Most common options: Most common options:
--prefix=dir--specifies the directory for installation of the --prefix=dir specifies the directory for installation of the
library. Default is /usr/local, $HOME would install library. Default is /usr/local, $HOME would install
to your home directory. to your home directory.
--disable-fortran--specifies that you do not want to include the Fortran test --disable-fortran-test specifies that you do not want to include the Fortran test
files during "make check", which compiles, links, and runs programs that files during "make check", which compiles, links, and runs programs that
use IPhreeqc. use IPhreeqc.
@ -160,7 +160,7 @@ D. Linux compiling, testing, and installing the IPhreeqc library
Optionally, use -j n--where n is the number of compilations make runs in parallel. Optionally, use -j n--where n is the number of compilations make runs in parallel.
D.6. Compile and run the test cases. The files in the directory tests are compiled and linked D.6. Compile and run the test cases. The files in the directory tests are compiled and linked
to the IPhreeqc library. The Fortran files are optionally included (--enable-fortran to the IPhreeqc library. The Fortran files are optionally included (--enable-fortran-test
configure option). configure option).
make check make check