version 1.45, 2009/02/13 11:25:48 |
version 1.48, 2009/03/04 06:51:41 |
|
|
USE_PLOT_TRUE |
USE_PLOT_TRUE |
USE_PLOT_FALSE |
USE_PLOT_FALSE |
FEPLIB |
FEPLIB |
MPIINC |
|
MPILIB |
|
LAPACKLIB |
LAPACKLIB |
libasir_postfix |
libasir_postfix |
USE_GC_SPARC64 |
USE_GC_SPARC64 |
|
|
_ACEOF |
_ACEOF |
|
|
fi |
fi |
GC_CONFIGURE_ARGS=--disable-threads |
GC_CONFIGURE_ARGS="--disable-threads --enable-large-config" |
if test -n "${host_alias}" ; then |
if test -n "${host_alias}" ; then |
GC_CONFIGURE_ARGS="--host=${host_alias} ${GC_CONFIGURE_ARGS}" |
GC_CONFIGURE_ARGS="--host=${host_alias} ${GC_CONFIGURE_ARGS}" |
fi |
fi |
|
|
if test ${with_gc7:=no} != no; then |
if test ${with_gc7:=no} != no; then |
case "${with_gc7}" in |
case "${with_gc7}" in |
7*) GC_VERSION=${with_gc7} ;; |
7*) GC_VERSION=${with_gc7} ;; |
*) GC_VERSION=7.0 ;; |
*) GC_VERSION=7.1 ;; |
esac |
esac |
GC=gc-${GC_VERSION} |
GC=gc-${GC_VERSION} |
cat >>confdefs.h <<\_ACEOF |
cat >>confdefs.h <<\_ACEOF |
Line 6576 if test "${with_mpi:=no}" != no ; then |
|
Line 6574 if test "${with_mpi:=no}" != no ; then |
|
_ACEOF |
_ACEOF |
|
|
fi |
fi |
|
|
|
|
|
|
|
|
if test "${with_lapack:=no}" != no ; then |
if test "${with_lapack:=no}" != no ; then |