[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.4 and 1.23

version 1.4, 2003/03/07 05:19:53 version 1.23, 2005/07/12 14:47:13
Line 1 
Line 1 
 dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.3 2003/03/06 11:29:10 ohara Exp $  dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.22 2005/02/09 15:28:26 saito Exp $
   
 AC_INIT([LICENSE])  AC_INIT([LICENSE])
 AC_PREREQ(2.53)  AC_PREREQ(2.53)
 AM_INIT_AUTOMAKE(asir, 20030128)  AM_INIT_AUTOMAKE(asir, 20030307)
   AM_MAINTAINER_MODE
   
 AC_CANONICAL_SYSTEM  AC_CANONICAL_SYSTEM
   
Line 25  if test "${enable_shared:=no}" != no ; then
Line 26  if test "${enable_shared:=no}" != no ; then
    true     true
 fi  fi
   
 CFLAGS="-g -O"  if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ; then
       if test "${ac_cv_prog_cc_g}" = yes; then
           CFLAGS="-g -O"
       else
           CFLAGS="-O"
       fi
   elif test `basename ./"${CC}"` = "icc" ; then
       CFLAGS="-g -O"
   fi
   
   AC_ARG_WITH([distdir],
   [  --with-distdir          specify the spool for fetching. [[no]]],
   [with_distdir=${withval}],[with_distdir=no])
   GC_DISTDIR='${prefix}/../OpenXM_dist'
   if test ${with_distdir:=no} != no -a ${with_distdir} != yes ; then
       GC_DISTDIR=${with_distdir}
   fi
   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 34  AC_ARG_WITH([pari],
Line 61  AC_ARG_WITH([pari],
   
 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} = old ; then      if test ${with_pari} = new ; then
         libpari=pari  
     else  
         libpari=pari-2.2          libpari=pari-2.2
       else
           libpari=pari
     fi      fi
     PARIINC='-I${prefix}/include/pari'      PARIINC='-I${prefix}/include/pari'
     if test "${enable_shared}" != yes ; then      if test "${enable_shared}" != yes ; then
Line 46  if test ${with_pari:=no} != no ; then
Line 73  if test ${with_pari:=no} != no ; then
         PARILIB='-L${prefix}/lib'" -l${libpari}"          PARILIB='-L${prefix}/lib'" -l${libpari}"
     fi      fi
     AC_DEFINE([PARI])      AC_DEFINE([PARI])
     AC_CHECK_SIZEOF(long)  
     if test SIZEOF_LONG = 8; then  
         AC_DEFINE([LONG_IS_64BIT])  
     else  
         AC_DEFINE([LONG_IS_32BIT])  
     fi  
 fi  fi
 AC_SUBST([PARIINC])  AC_SUBST([PARIINC])
 AC_SUBST([PARILIB])  AC_SUBST([PARILIB])
   
   AC_CHECK_TYPES([unsigned long long])
   AC_CHECK_SIZEOF(long)
   if test "${ac_cv_sizeof_long}" = 8; then
       AC_DEFINE([LONG_IS_64BIT])
   else
       AC_DEFINE([LONG_IS_32BIT])
   fi
 if test "${no_x}" != yes ; then  if test "${no_x}" != yes ; then
       if test -f "${x_libraries}/libXpm.a" -o -f "${x_libraries}/libXpm.dll.a" ; then
               XPMLIB="-lXpm"
       fi
     AC_ARG_ENABLE([plot],      AC_ARG_ENABLE([plot],
     [  --enable-plot           enable plot feature. [[no]]],      [  --enable-plot           enable plot feature. [[no]]],
     [enable_plot=yes],[enable_plot=no])      [enable_plot=yes],[enable_plot=no])
 fi  fi
   AC_SUBST([XPMLIB])
   
 if test ${enable_plot:=no} != no ; then  if test ${enable_plot:=no} != no ; then
     libasir_postfix=${libasir_postfix}_X      libasir_postfix=${libasir_postfix}_X
Line 115  dnl [  --with-lapack           use the LAPACK library.
Line 147  dnl [  --with-lapack           use the LAPACK library.
 dnl [with_lapack=${withval}],[with_lapack=no])  dnl [with_lapack=${withval}],[with_lapack=no])
   
 if test "${with_lapack:=no}" != no ; then  if test "${with_lapack:=no}" != no ; then
     LAPACKLIB="-llapack -lblas -lI77 -lF77"      LAPACKLIB="-llapack -lblas -lg2c"
     AC_DEFINE([LAPACK])      AC_DEFINE([LAPACK])
 fi  fi
 AC_SUBST([LAPACKLIB])  AC_SUBST([LAPACKLIB])
Line 132  dnl generic_obj:   for 32bits/64bits generic micro pro
Line 164  dnl generic_obj:   for 32bits/64bits generic micro pro
 i386_elf_obj=asmi_l.o  i386_elf_obj=asmi_l.o
 i386_aout_obj=asmi.o  i386_aout_obj=asmi.o
 sparc_v8_obj="sparc-2.o asm4-2.o edr-2.o"  sparc_v8_obj="sparc-2.o asm4-2.o edr-2.o"
 sparc_v9_obj="sparc-2.o asm5-2.o edr-2.o"  sparc_v9_obj=asmalpha.o
 generic_obj=asmalpha.o  generic_obj=asmalpha.o
   
 case "${host}" in  case "${host}" in
 [i[3-6]86-*-freebsd[3-9].*]|[i[3-6]86-*-linux*])  [i[3-6]86-*-freebsd[3-9].*])
     asm_obj="${i386_elf_obj}"      asm_obj="${i386_elf_obj}"
     ;;      ;;
   [i[3-6]86-*-linux*]|x86-*-linux*)
       asm_obj="${i386_elf_obj}"
       AC_DEFINE([_BSD_SOURCE])
       ;;
 *-*-cygwin*)  *-*-cygwin*)
     asm_obj="${i386_aout_obj}"      asm_obj="${i386_aout_obj}"
     ;;      ;;
   [i[3-6]86-*-interix*])
       asm_obj="${i386_aout_obj}"
       USE_GC_INTERIX="yes"
       AC_SUBST([USE_GC_INTERIX])
       AC_DEFINE([_ALL_SOURCE])
       ;;
 sparc-sun-solaris2.*)  sparc-sun-solaris2.*)
     case "`uname -m`" in      case "`uname -m`" in
     [sun4[dm]]) asm_obj="${sparc_v8_obj}" ;;      [sun4[dm]]) asm_obj="${sparc_v8_obj}" ;;
     sun4u*)     asm_obj="${sparc_v9_obj}" ;;      sun4u*)     asm_obj="${sparc_v9_obj}"
                   if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ; then
                       CFLAGS="${CFLAGS} -m64"
                   fi
                   AC_SUBST([USE_GC_SPARC64])
                   ;;
     *)          asm_obj="${generic_obj}"  ;;      *)          asm_obj="${generic_obj}"  ;;
     esac      esac
     AC_DEFINE([SYSV])      AC_DEFINE([SYSV])
Line 153  sparc-sun-solaris2.*)
Line 200  sparc-sun-solaris2.*)
 powerpc-apple-darwin*)  powerpc-apple-darwin*)
     asm_obj="${generic_obj}"      asm_obj="${generic_obj}"
     AC_DEFINE([__DARWIN__])      AC_DEFINE([__DARWIN__])
       ;;
   arm*-*-linux*)
       asm_obj="${generic_obj}"
       if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ; then
           CFLAGS="${CFLAGS} -fsigned-char"
       fi
     ;;      ;;
 *)  *)
     asm_obj="${generic_obj}"      asm_obj="${generic_obj}"

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

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