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

Diff for /OpenXM_contrib2/asir2000/configure between version 1.22 and 1.23

version 1.22, 2003/03/17 14:33:47 version 1.23, 2003/03/19 00:52:26
Line 841  Optional Features:
Line 841  Optional Features:
   --enable-maintainer-mode enable make rules and dependencies not useful    --enable-maintainer-mode enable make rules and dependencies not useful
                           (and sometimes confusing) to the casual installer                            (and sometimes confusing) to the casual installer
   --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 1546  INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
Line 1547  INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
 # We need awk for the "check" target.  The system "awk" is bad on  # We need awk for the "check" target.  The system "awk" is bad on
 # some platforms.  # some platforms.
   
   
 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5  echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6  echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
     # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.      # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
Line 4131  if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ;
Line 4131  if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ;
     fi      fi
 fi  fi
   
   # Check whether --enable-gc-zeropage or --disable-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 or --without-pari was given.  # Check whether --with-pari or --without-pari was given.
Line 5866  s,@X_CFLAGS@,$X_CFLAGS,;t t
Line 5879  s,@X_CFLAGS@,$X_CFLAGS,;t t
 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t  s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
 s,@X_LIBS@,$X_LIBS,;t t  s,@X_LIBS@,$X_LIBS,;t t
 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t  s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
   s,@USE_GC_ZEROPAGE@,$USE_GC_ZEROPAGE,;t t
 s,@PARIINC@,$PARIINC,;t t  s,@PARIINC@,$PARIINC,;t t
 s,@PARILIB@,$PARILIB,;t t  s,@PARILIB@,$PARILIB,;t t
 s,@XPMLIB@,$XPMLIB,;t t  s,@XPMLIB@,$XPMLIB,;t t

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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