From e5faac2a4713dcd7b4ee4edaf35df11ec3dd497d Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 10 Aug 2004 01:09:30 +0000 Subject: [PATCH] arith.h needs to be created for win --- config/.cvsignore | 1 + config/configure.in | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) 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