*** empty log message ***
This commit is contained in:
parent
a2a33f1cac
commit
3f3ca7d62c
2 changed files with 6 additions and 6 deletions
|
|
@ -57,19 +57,19 @@ if test "x${OS_IS_WIN}" = "x1"; then
|
|||
fi
|
||||
AC_SUBST(USE_CLIB_DLL)
|
||||
|
||||
prdef="/usr/local"
|
||||
prdef="/usr/local/cantera"
|
||||
if test "x$OS_IS_DARWIN" = "x1"; then prdef="/Applications/Cantera"; fi
|
||||
#AC_PREFIX_DEFAULT([$prdef])
|
||||
|
||||
local_inst=1
|
||||
if test "x${prefix}" = "xNONE"; then
|
||||
if test "x${OS_IS_CYGWIN}" = "x1" -o "x${OS_IS_WIN}" = "x1" ; then
|
||||
prefix=${CANTERA_INSTALL_DIR}
|
||||
#if test "x${OS_IS_CYGWIN}" = "x1" -o "x${OS_IS_WIN}" = "x1" ; then
|
||||
# prefix=${CANTERA_INSTALL_DIR}
|
||||
# mkdir ${prefix}
|
||||
else
|
||||
#else
|
||||
prefix=${prdef}
|
||||
#${ac_default_prefix}
|
||||
fi
|
||||
#fi
|
||||
local_inst=0
|
||||
fi
|
||||
|
||||
|
|
|
|||
2
configure
vendored
2
configure
vendored
|
|
@ -25,7 +25,7 @@
|
|||
# If you define this to be <prefix>, then instead of running this
|
||||
# script as ./configure --prefix=<prefix> you can just run it as
|
||||
# ./configure
|
||||
CANTERA_CONFIG_PREFIX=${CANTERA_CONFIG_PREFIX:=""}
|
||||
CANTERA_CONFIG_PREFIX=${CANTERA_CONFIG_PREFIX:="/usr/local/cantera"}
|
||||
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue