[BACK]Return to configure CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000

Diff for /OpenXM_contrib2/asir2000/configure between version 1.45 and 1.48

version 1.45, 2009/02/13 11:25:48 version 1.48, 2009/03/04 06:51:41
Line 752  XPMLIB
Line 752  XPMLIB
 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
Line 5546  else
Line 5544  else
 _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
Line 5561  fi
Line 5559  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

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.48

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>