[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.34 and 1.37

version 1.34, 2009/02/23 16:51:06 version 1.37, 2009/03/27 14:42:29
Line 1 
Line 1 
 dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.33 2009/02/13 13:24:16 ohara Exp $  dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.36 2009/03/16 16:08:05 ohara Exp $
   
 AC_INIT  AC_INIT
 AC_CONFIG_SRCDIR([LICENSE])  AC_CONFIG_SRCDIR([LICENSE])
Line 16  AC_PROG_YACC
Line 16  AC_PROG_YACC
   
 AC_PATH_XTRA  AC_PATH_XTRA
   
 AC_DEFINE([HMEXT])  
   
 AC_ARG_ENABLE([shared],  AC_ARG_ENABLE([shared],
 [  --enable-shared         enable linking shared libraries.  [[no]]],  [  --enable-shared         enable linking shared libraries.  [[no]]],
 [enable_shared=yes],[enable_shared=no])  [enable_shared=yes],[enable_shared=no])
Line 59  AC_ARG_WITH([gc7],
Line 57  AC_ARG_WITH([gc7],
 if test ${with_gc7:=no} != no; then  if test ${with_gc7:=no} != no; then
    case "${with_gc7}" in     case "${with_gc7}" in
    [7*]) GC_VERSION=${with_gc7} ;;     [7*]) GC_VERSION=${with_gc7} ;;
    *)    GC_VERSION=7.0 ;;     *)    GC_VERSION=7.1 ;;
    esac     esac
    GC=gc-${GC_VERSION}     GC=gc-${GC_VERSION}
    AC_DEFINE([GC7])     AC_DEFINE([GC7])
Line 88  AC_ARG_WITH([pari],
Line 86  AC_ARG_WITH([pari],
 [with_pari=${withval}],[with_pari=no])  [with_pari=${withval}],[with_pari=no])
   
 if test ${with_pari:=no} != no ; then  if test ${with_pari:=no} != no ; then
     if test "${with_pari}" = new -o "${with_pari}" = 2.3 ; then  
         AC_DEFINE([PARI23])  
     fi  
     libasir_postfix=${libasir_postfix}_pari      libasir_postfix=${libasir_postfix}_pari
     PARIINC='-I${prefix}/include/pari'      PARIINC='-I${prefix}/include/pari'
     if test "${enable_shared}" != yes ; then      if test "${enable_shared}" != yes ; then

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

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