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

Diff for /OpenXM_contrib2/asir2000/configure.in between version 1.30 and 1.35

version 1.30, 2009/02/06 10:11:12 version 1.35, 2009/03/04 06:51:41
Line 1 
Line 1 
 dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.29 2008/08/11 16:58:30 ohara Exp $  dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.34 2009/02/23 16:51:06 ohara Exp $
   
 AC_INIT  AC_INIT
 AC_CONFIG_SRCDIR([LICENSE])  AC_CONFIG_SRCDIR([LICENSE])
Line 49  else
Line 49  else
    AC_DEFINE([NO_ASIR_GC])     AC_DEFINE([NO_ASIR_GC])
 fi  fi
 dnl GC_CONFIGURE_ARGS=--disable-threads --enable-shared=no  dnl GC_CONFIGURE_ARGS=--disable-threads --enable-shared=no
 GC_CONFIGURE_ARGS=--disable-threads  GC_CONFIGURE_ARGS="--disable-threads --enable-large-config"
 if [ -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
 AC_ARG_WITH([gc7],  AC_ARG_WITH([gc7],
Line 59  AC_ARG_WITH([gc7],
Line 59  AC_ARG_WITH([gc7],
 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}
    AC_DEFINE([GC7])     AC_DEFINE([GC7])
Line 156  if test "${enable_fft_float:=no}" != no ; then
Line 156  if test "${enable_fft_float:=no}" != no ; then
     AC_DEFINE([USE_FLOAT])      AC_DEFINE([USE_FLOAT])
 fi  fi
   
 dnl AC_ARG_WITH([mpi],  AC_ARG_WITH([mpi],
 dnl [  --with-mpi              use the MPI library. [[no]]],  [  --with-mpi              use the MPI library. [[no]]],
 dnl [with_mpi=${withval}],[with_mpi=no])  [with_mpi=${withval}],[with_mpi=no])
   
 if test "${with_mpi:=no}" != no ; then  if test "${with_mpi:=no}" != no ; then
     MPIINC="-I/opt/FJSVmpi2/include"  
     MPILIB="-L/opt/FJSVmpi2/lib -lmpi -L/opt/FSUNaprun/lib -lmpl -lemi -lthread"  
     AC_DEFINE([MPI])      AC_DEFINE([MPI])
 fi  fi
 AC_SUBST([MPIINC])  
 AC_SUBST([MPILIB])  
   
 dnl AC_ARG_WITH([lapack],  dnl AC_ARG_WITH([lapack],
 dnl [  --with-lapack           use the LAPACK library. [[no]]],  dnl [  --with-lapack           use the LAPACK library. [[no]]],

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.35

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