*** empty log message ***

This commit is contained in:
Dave Goodwin 2005-09-30 18:02:59 +00:00
parent a2a33f1cac
commit 3f3ca7d62c
2 changed files with 6 additions and 6 deletions

View file

@ -57,19 +57,19 @@ if test "x${OS_IS_WIN}" = "x1"; then
fi fi
AC_SUBST(USE_CLIB_DLL) AC_SUBST(USE_CLIB_DLL)
prdef="/usr/local" prdef="/usr/local/cantera"
if test "x$OS_IS_DARWIN" = "x1"; then prdef="/Applications/Cantera"; fi if test "x$OS_IS_DARWIN" = "x1"; then prdef="/Applications/Cantera"; fi
#AC_PREFIX_DEFAULT([$prdef]) #AC_PREFIX_DEFAULT([$prdef])
local_inst=1 local_inst=1
if test "x${prefix}" = "xNONE"; then if test "x${prefix}" = "xNONE"; then
if test "x${OS_IS_CYGWIN}" = "x1" -o "x${OS_IS_WIN}" = "x1" ; then #if test "x${OS_IS_CYGWIN}" = "x1" -o "x${OS_IS_WIN}" = "x1" ; then
prefix=${CANTERA_INSTALL_DIR} # prefix=${CANTERA_INSTALL_DIR}
# mkdir ${prefix} # mkdir ${prefix}
else #else
prefix=${prdef} prefix=${prdef}
#${ac_default_prefix} #${ac_default_prefix}
fi #fi
local_inst=0 local_inst=0
fi fi

2
configure vendored
View file

@ -25,7 +25,7 @@
# If you define this to be <prefix>, then instead of running this # If you define this to be <prefix>, then instead of running this
# script as ./configure --prefix=<prefix> you can just run it as # script as ./configure --prefix=<prefix> you can just run it as
# ./configure # ./configure
CANTERA_CONFIG_PREFIX=${CANTERA_CONFIG_PREFIX:=""} CANTERA_CONFIG_PREFIX=${CANTERA_CONFIG_PREFIX:="/usr/local/cantera"}
#---------------------------------------------------------------------- #----------------------------------------------------------------------