[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.9 and 1.10

version 1.9, 2003/03/16 17:43:47 version 1.10, 2003/03/16 18:37:56
Line 1 
Line 1 
 dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.8 2003/03/11 09:42:19 ohara Exp $  dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.9 2003/03/16 17:43:47 ohara Exp $
   
 AC_INIT([LICENSE])  AC_INIT([LICENSE])
 AC_PREREQ(2.53)  AC_PREREQ(2.53)
Line 64  else
Line 64  else
     AC_DEFINE([LONG_IS_32BIT])      AC_DEFINE([LONG_IS_32BIT])
 fi  fi
 if test "${no_x}" != yes ; then  if test "${no_x}" != yes ; then
       if test -f "${x_libraries}/libXpm.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

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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