=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/configure.in,v retrieving revision 1.21 retrieving revision 1.23 diff -u -p -r1.21 -r1.23 --- OpenXM_contrib2/asir2000/configure.in 2005/02/09 08:32:32 1.21 +++ OpenXM_contrib2/asir2000/configure.in 2005/07/12 14:47:13 1.23 @@ -1,4 +1,4 @@ -dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.20 2004/06/25 13:41:33 ohara Exp $ +dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.22 2005/02/09 15:28:26 saito Exp $ AC_INIT([LICENSE]) AC_PREREQ(2.53) @@ -36,6 +36,15 @@ 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]) @@ -138,7 +147,7 @@ dnl [ --with-lapack use the LAPACK library. dnl [with_lapack=${withval}],[with_lapack=no]) if test "${with_lapack:=no}" != no ; then - LAPACKLIB="-llapack -lblas -lg2c + LAPACKLIB="-llapack -lblas -lg2c" AC_DEFINE([LAPACK]) fi AC_SUBST([LAPACKLIB])