arith.h needs to be created for win

This commit is contained in:
Harry Moffat 2004-08-10 01:09:30 +00:00
parent dad2ab22ff
commit e5faac2a47
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,4 @@
configure.in_particles
config.status
config.log
autom4te.cache

View file

@ -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