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

Diff for /OpenXM_contrib2/asir2000/configure between version 1.9 and 1.10

version 1.9, 2002/07/25 04:47:40 version 1.10, 2002/07/25 08:53:13
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $OpenXM$  # $OpenXM: OpenXM_contrib2/asir2000/configure,v 1.9 2002/07/25 04:47:40 noro Exp $
   
 use_plot=0  use_plot=0
 use_pari=0  use_pari=0
Line 68  fi
Line 68  fi
 echo LIBPARI=$libpari >> include/config.h  echo LIBPARI=$libpari >> include/config.h
 echo LIBASIR=$libname.a >> include/config.h  echo LIBASIR=$libname.a >> include/config.h
   
 (cd gc; configure)  (cd gc; ./configure)

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

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