[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.32 and 1.33

version 1.32, 2009/02/13 11:25:48 version 1.33, 2009/02/13 13:24:16
Line 1 
Line 1 
 dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.31 2009/02/11 21:48:15 ohara Exp $  dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.32 2009/02/13 11:25:48 ohara Exp $
   
 AC_INIT  AC_INIT
 AC_CONFIG_SRCDIR([LICENSE])  AC_CONFIG_SRCDIR([LICENSE])
Line 163  AC_ARG_WITH([mpi],
Line 163  AC_ARG_WITH([mpi],
 if test "${with_mpi:=no}" != no ; then  if test "${with_mpi:=no}" != no ; then
     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.32  
changed lines
  Added in v.1.33

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