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

Diff for /OpenXM_contrib2/asir2000/configure between version 1.37 and 1.40

version 1.37, 2007/11/11 08:44:12 version 1.40, 2008/08/08 05:47:21
Line 715  X_LIBS
Line 715  X_LIBS
 X_EXTRA_LIBS  X_EXTRA_LIBS
 GC  GC
 GC_CONFIGURE_ARGS  GC_CONFIGURE_ARGS
   USE_GC7_TRUE
   USE_GC7_FALSE
 GC_DISTDIR  GC_DISTDIR
 USE_GC_ZEROPAGE  
 PARIINC  PARIINC
 PARILIB  PARILIB
 GREP  GREP
Line 729  MPIINC
Line 730  MPIINC
 MPILIB  MPILIB
 LAPACKLIB  LAPACKLIB
 libasir_postfix  libasir_postfix
 USE_GC_INTERIX  
 USE_GC_SPARC64  USE_GC_SPARC64
 asm_obj  asm_obj
 LIBOBJS  LIBOBJS
Line 1334  Optional Features:
Line 1334  Optional Features:
   --disable-dependency-tracking  speeds up one-time build    --disable-dependency-tracking  speeds up one-time build
   --enable-dependency-tracking   do not reject slow dependency extractors    --enable-dependency-tracking   do not reject slow dependency extractors
   --enable-shared         enable linking shared libraries.  [no]    --enable-shared         enable linking shared libraries.  [no]
   --enable-gc-zeropage    enable to avoid the kernel zeropage bug.  [no]  
   --enable-plot           enable plot feature. [no]    --enable-plot           enable plot feature. [no]
   --enable-interval       enable interval feature. [no]    --enable-interval       enable interval feature. [no]
   --enable-fft-float      enable FFT-FLOAT feature. [no]    --enable-fft-float      enable FFT-FLOAT feature. [no]
Line 1343  Optional Packages:
Line 1342  Optional Packages:
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
   --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-gc7              use Boehm's GC 7.x. [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]
   
Line 5318  if  -n "${host_alias}" ; then
Line 5318  if  -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.
   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.0 ;;
      esac
      GC=gc-${GC_VERSION}
      cat >>confdefs.h <<\_ACEOF
   #define GC7 1
   _ACEOF
   
      USE_GC7="yes"
   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 5334  if test ${with_distdir:=no} != no -a ${with_distdir} !
Line 5362  if test ${with_distdir:=no} != no -a ${with_distdir} !
 fi  fi
   
   
 # Check whether --enable-gc-zeropage was given.  
 if test "${enable_gc_zeropage+set}" = set; then  
   enableval=$enable_gc_zeropage; enable_gc_zeropage=yes  
 else  
   enable_gc_zeropage=no  
 fi  
   
   
 if test "${enable_gc_zeropage:=no}" != no ; then  
     USE_GC_ZEROPAGE="yes"  
 fi  
   
   
 libasir_postfix=""  libasir_postfix=""
   
 # Check whether --with-pari was given.  # Check whether --with-pari was given.
Line 5359  fi
Line 5374  fi
   
 if test ${with_pari:=no} != no ; then  if test ${with_pari:=no} != no ; then
     libasir_postfix=${libasir_postfix}_pari      libasir_postfix=${libasir_postfix}_pari
     if test ${with_pari} = new ; then  
         libpari=pari-2.2  
     else  
         libpari=pari  
     fi  
     PARIINC='-I${prefix}/include/pari'      PARIINC='-I${prefix}/include/pari'
     if test "${enable_shared}" != yes ; then      if test "${enable_shared}" != yes ; then
         PARILIB='${prefix}'"/lib/lib${libpari}.a"          PARILIB='${prefix}'"/lib/libpari.a"
     else      else
         PARILIB='-L${prefix}/lib'" -l${libpari}"          PARILIB='-L${prefix}/lib'" -lpari"
     fi      fi
     cat >>confdefs.h <<\_ACEOF      cat >>confdefs.h <<\_ACEOF
 #define PARI 1  #define PARI 1
Line 6385  _ACEOF
Line 6395  _ACEOF
     ;;      ;;
 i[3-6]86-*-interix*)  i[3-6]86-*-interix*)
     asm_obj="${i386_aout_obj}"      asm_obj="${i386_aout_obj}"
     USE_GC_INTERIX="yes"  
   
     cat >>confdefs.h <<\_ACEOF      cat >>confdefs.h <<\_ACEOF
 #define _ALL_SOURCE 1  #define _ALL_SOURCE 1
 _ACEOF  _ACEOF
Line 6892  echo "$as_me: error: conditional \"am__fastdepCC\" was
Line 6900  echo "$as_me: error: conditional \"am__fastdepCC\" was
 Usually this means the macro was only invoked conditionally." >&2;}  Usually this means the macro was only invoked conditionally." >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
 fi  fi
   if test -z "${USE_GC7_TRUE}" && test -z "${USE_GC7_FALSE}"; then
     { { echo "$as_me:$LINENO: error: conditional \"USE_GC7\" was never defined.
   Usually this means the macro was only invoked conditionally." >&5
   echo "$as_me: error: conditional \"USE_GC7\" was never defined.
   Usually this means the macro was only invoked conditionally." >&2;}
      { (exit 1); exit 1; }; }
   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
   { { echo "$as_me:$LINENO: error: conditional \"USE_PLOT\" was never defined.    { { echo "$as_me:$LINENO: error: conditional \"USE_PLOT\" was never defined.
 Usually this means the macro was only invoked conditionally." >&5  Usually this means the macro was only invoked conditionally." >&5
Line 7566  X_LIBS!$X_LIBS$ac_delim
Line 7581  X_LIBS!$X_LIBS$ac_delim
 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim  X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
 GC!$GC$ac_delim  GC!$GC$ac_delim
 GC_CONFIGURE_ARGS!$GC_CONFIGURE_ARGS$ac_delim  GC_CONFIGURE_ARGS!$GC_CONFIGURE_ARGS$ac_delim
   USE_GC7_TRUE!$USE_GC7_TRUE$ac_delim
   USE_GC7_FALSE!$USE_GC7_FALSE$ac_delim
 GC_DISTDIR!$GC_DISTDIR$ac_delim  GC_DISTDIR!$GC_DISTDIR$ac_delim
 USE_GC_ZEROPAGE!$USE_GC_ZEROPAGE$ac_delim  
 PARIINC!$PARIINC$ac_delim  PARIINC!$PARIINC$ac_delim
 PARILIB!$PARILIB$ac_delim  PARILIB!$PARILIB$ac_delim
 GREP!$GREP$ac_delim  GREP!$GREP$ac_delim
Line 7580  MPIINC!$MPIINC$ac_delim
Line 7596  MPIINC!$MPIINC$ac_delim
 MPILIB!$MPILIB$ac_delim  MPILIB!$MPILIB$ac_delim
 LAPACKLIB!$LAPACKLIB$ac_delim  LAPACKLIB!$LAPACKLIB$ac_delim
 libasir_postfix!$libasir_postfix$ac_delim  libasir_postfix!$libasir_postfix$ac_delim
 USE_GC_INTERIX!$USE_GC_INTERIX$ac_delim  
 USE_GC_SPARC64!$USE_GC_SPARC64$ac_delim  USE_GC_SPARC64!$USE_GC_SPARC64$ac_delim
 asm_obj!$asm_obj$ac_delim  asm_obj!$asm_obj$ac_delim
 LIBOBJS!$LIBOBJS$ac_delim  LIBOBJS!$LIBOBJS$ac_delim

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.40

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