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

Diff for /OpenXM_contrib2/asir2000/configure between version 1.51 and 1.52

version 1.51, 2012/05/07 13:26:16 version 1.52, 2012/05/09 06:17:13
Line 616  GREP
Line 616  GREP
 PARILIB  PARILIB
 PARIINC  PARIINC
 GC_DISTDIR  GC_DISTDIR
 USE_GC7_FALSE  
 USE_GC7_TRUE  
 GC_CONFIGURE_ARGS  GC_CONFIGURE_ARGS
 GC  GC
 GCINC  GCINC
Line 733  enable_dependency_tracking
Line 731  enable_dependency_tracking
 with_x  with_x
 enable_shared  enable_shared
 with_asir_gc  with_asir_gc
 with_gc7  
 with_distdir  with_distdir
 with_pari  with_pari
 enable_plot  enable_plot
Line 1390  Optional Packages:
Line 1387  Optional Packages:
   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
   --with-x                use the X Window System    --with-x                use the X Window System
   --with-asir-gc          modify Boehm's GC [yes]    --with-asir-gc          modify Boehm's GC [yes]
   --with-gc7              use GC 7.x (if --with-asir-gc=yes) [no]  
   --with-distdir          specify the spool for fetching. [no]    --with-distdir          specify the spool for fetching. [no]
   --with-pari             use the PARI library. [no]    --with-pari             use the PARI library. [no]
   --with-mpi              use the MPI library. [no]    --with-mpi              use the MPI library. [no]
Line 4951  elif test `basename ./"${CC}"` = "icc" ; then
Line 4947  elif test `basename ./"${CC}"` = "icc" ; then
     CFLAGS="-g -O"      CFLAGS="-g -O"
 fi  fi
   
 GC=gc6.8  GC=gc-7.2alpha6
   
 # Check whether --with-asir-gc was given.  # Check whether --with-asir-gc was given.
 if test "${with_asir_gc+set}" = set; then :  if test "${with_asir_gc+set}" = set; then :
Line 4974  if test -n "${host_alias}" ; then
Line 4970  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
   
 # Check whether --with-gc7 was given.  $as_echo "#define GC7 1" >>confdefs.h
 if test "${with_gc7+set}" = set; then :  
   withval=$with_gc7; with_gc7=${withval}  
 else  
   with_gc7=no  
 fi  
   
 if test ${with_gc7:=no} != no; then  
    case "${with_gc7}" in  
    7*) GC_VERSION=${with_gc7} ;;  
    *)    GC_VERSION=7.1 ;;  
    esac  
    GC=gc-${GC_VERSION}  
    $as_echo "#define GC7 1" >>confdefs.h  
   
 fi  
   
   
   
   
   
   
   
  if test "$with_gc7" != no; then  
   USE_GC7_TRUE=  
   USE_GC7_FALSE='#'  
 else  
   USE_GC7_TRUE='#'  
   USE_GC7_FALSE=  
 fi  
   
   
   
 # Check whether --with-distdir was given.  # Check whether --with-distdir was given.
 if test "${with_distdir+set}" = set; then :  if test "${with_distdir+set}" = set; then :
   withval=$with_distdir; with_distdir=${withval}    withval=$with_distdir; with_distdir=${withval}
Line 5768  Usually this means the macro was only invoked conditio
Line 5740  Usually this means the macro was only invoked conditio
 fi  fi
 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then  if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
   as_fn_error $? "conditional \"am__fastdepCC\" was never defined.    as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5  
 fi  
 if test -z "${USE_GC7_TRUE}" && test -z "${USE_GC7_FALSE}"; then  
   as_fn_error $? "conditional \"USE_GC7\" was never defined.  
 Usually this means the macro was only invoked conditionally." "$LINENO" 5  Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi  fi
 if test -z "${USE_PLOT_TRUE}" && test -z "${USE_PLOT_FALSE}"; then  if test -z "${USE_PLOT_TRUE}" && test -z "${USE_PLOT_FALSE}"; then

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

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