[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.26 and 1.27

version 1.26, 2007/11/11 15:54:02 version 1.27, 2008/03/19 07:05:55
Line 1 
Line 1 
 dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.25 2007/11/11 08:44:12 ohara Exp $  dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.26 2007/11/11 15:54:02 ohara Exp $
   
 AC_INIT  AC_INIT
 AC_CONFIG_SRCDIR([LICENSE])  AC_CONFIG_SRCDIR([LICENSE])
Line 67  if test ${with_distdir:=no} != no -a ${with_distdir} !
Line 67  if test ${with_distdir:=no} != no -a ${with_distdir} !
 fi  fi
 AC_SUBST([GC_DISTDIR])  AC_SUBST([GC_DISTDIR])
   
 AC_ARG_ENABLE([gc-zeropage],  
 [  --enable-gc-zeropage    enable to avoid the kernel zeropage bug.  [[no]]],  
 [enable_gc_zeropage=yes],[enable_gc_zeropage=no])  
   
 if test "${enable_gc_zeropage:=no}" != no ; then  
     USE_GC_ZEROPAGE="yes"  
 fi  
 AC_SUBST([USE_GC_ZEROPAGE])  
   
 libasir_postfix=""  libasir_postfix=""
 AC_ARG_WITH([pari],  AC_ARG_WITH([pari],
 [  --with-pari             use the PARI library. [[no]]],  [  --with-pari             use the PARI library. [[no]]],
Line 202  case "${host}" in
Line 193  case "${host}" in
     ;;      ;;
 [i[3-6]86-*-interix*])  [i[3-6]86-*-interix*])
     asm_obj="${i386_aout_obj}"      asm_obj="${i386_aout_obj}"
     USE_GC_INTERIX="yes"  
     AC_SUBST([USE_GC_INTERIX])  
     AC_DEFINE([_ALL_SOURCE])      AC_DEFINE([_ALL_SOURCE])
     ;;      ;;
 sparc-sun-solaris2.*)  sparc-sun-solaris2.*)

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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