[BACK]Return to configure CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000

Diff for /OpenXM_contrib2/asir2000/configure between version 1.20 and 1.21

version 1.20, 2003/03/16 17:43:47 version 1.21, 2003/03/16 18:37:56
Line 4764  _ACEOF
Line 4764  _ACEOF
   
 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
     # Check whether --enable-plot or --disable-plot was given.      # Check whether --enable-plot or --disable-plot was given.
 if test "${enable_plot+set}" = set; then  if test "${enable_plot+set}" = set; then
   enableval="$enable_plot"    enableval="$enable_plot"
Line 4773  else
Line 4776  else
 fi;  fi;
 fi  fi
   
   
 if test ${enable_plot:=no} != no ; then  if test ${enable_plot:=no} != no ; then
     libasir_postfix=${libasir_postfix}_X      libasir_postfix=${libasir_postfix}_X
     cat >>confdefs.h <<\_ACEOF      cat >>confdefs.h <<\_ACEOF
Line 5835  s,@X_LIBS@,$X_LIBS,;t t
Line 5839  s,@X_LIBS@,$X_LIBS,;t t
 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t  s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
 s,@PARIINC@,$PARIINC,;t t  s,@PARIINC@,$PARIINC,;t t
 s,@PARILIB@,$PARILIB,;t t  s,@PARILIB@,$PARILIB,;t t
   s,@XPMLIB@,$XPMLIB,;t t
 s,@USE_PLOT_TRUE@,$USE_PLOT_TRUE,;t t  s,@USE_PLOT_TRUE@,$USE_PLOT_TRUE,;t t
 s,@USE_PLOT_FALSE@,$USE_PLOT_FALSE,;t t  s,@USE_PLOT_FALSE@,$USE_PLOT_FALSE,;t t
 s,@FEPLIB@,$FEPLIB,;t t  s,@FEPLIB@,$FEPLIB,;t t

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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