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

version 1.22, 2005/02/09 15:28:26 version 1.23, 2005/07/12 14:47:13
Line 1 
Line 1 
 dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.21 2005/02/09 08:32:32 noro 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)
Line 35  if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ;
Line 35  if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ;
 elif test `basename ./"${CC}"` = "icc" ; then  elif test `basename ./"${CC}"` = "icc" ; then
     CFLAGS="-g -O"      CFLAGS="-g -O"
 fi  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],  AC_ARG_ENABLE([gc-zeropage],
 [  --enable-gc-zeropage    enable to avoid the kernel zeropage bug.  [[no]]],  [  --enable-gc-zeropage    enable to avoid the kernel zeropage bug.  [[no]]],

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

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