=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/configure.in,v retrieving revision 1.34 retrieving revision 1.37 diff -u -p -r1.34 -r1.37 --- OpenXM_contrib2/asir2000/configure.in 2009/02/23 16:51:06 1.34 +++ OpenXM_contrib2/asir2000/configure.in 2009/03/27 14:42:29 1.37 @@ -1,4 +1,4 @@ -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_CONFIG_SRCDIR([LICENSE]) @@ -16,8 +16,6 @@ AC_PROG_YACC AC_PATH_XTRA -AC_DEFINE([HMEXT]) - AC_ARG_ENABLE([shared], [ --enable-shared enable linking shared libraries. [[no]]], [enable_shared=yes],[enable_shared=no]) @@ -59,7 +57,7 @@ AC_ARG_WITH([gc7], if test ${with_gc7:=no} != no; then case "${with_gc7}" in [7*]) GC_VERSION=${with_gc7} ;; - *) GC_VERSION=7.0 ;; + *) GC_VERSION=7.1 ;; esac GC=gc-${GC_VERSION} AC_DEFINE([GC7]) @@ -88,9 +86,6 @@ AC_ARG_WITH([pari], [with_pari=${withval}],[with_pari=no]) 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 PARIINC='-I${prefix}/include/pari' if test "${enable_shared}" != yes ; then