diff --git a/config/.cvsignore b/config/.cvsignore index 4f2407ed3..c7b254a9a 100644 --- a/config/.cvsignore +++ b/config/.cvsignore @@ -1,3 +1,4 @@ +configure.in_particles config.status config.log autom4te.cache diff --git a/config/configure.in b/config/configure.in index e07048525..7ac150d5b 100755 --- a/config/configure.in +++ b/config/configure.in @@ -67,7 +67,7 @@ if test "x${prefix}" = "xNONE"; then fi if test "x${OS_IS_WIN}" = "x1"; then - prefix=`cygpath -a -m "${prefix}" | sed 's/\\\/\\//g'` + prefix=`cygpath -a -m "${prefix}" ` fi @@ -811,6 +811,9 @@ AC_OUTPUT(../Cantera/Makefile \ # ) if test "x${OS_IS_WIN}" = "x1"; then cp -f ../config.h ../Cantera/src +cd ../ext/f2c_libs +cp arith.hwin32 arith.h +cd ../../config fi if test -f "../test_problems/ck2cti_test/runtest"; then chmod +x ../test_problems/ck2cti_test/runtest