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

Diff for /OpenXM_contrib2/asir2000/configure between version 1.2 and 1.3

version 1.2, 2000/02/08 04:47:08 version 1.3, 2000/03/01 02:29:16
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $OpenXM: OpenXM_contrib2/asir2000/configure,v 1.1.1.1 1999/12/03 07:39:06 noro Exp $  # $OpenXM: OpenXM_contrib2/asir2000/configure,v 1.2 2000/02/08 04:47:08 noro Exp $
   
 oxhome=`( cd ../../OpenXM ; pwd )`  
 use_plot=0  use_plot=0
 use_pari=0  use_pari=0
   oxhome=/usr/local
   
   if [ -d ../../OpenXM ]; then
   oxhome=`( cd ../../OpenXM ; pwd )`
   fi
   
 while [ $# -gt 0 ]  while [ $# -gt 0 ]
 do  do

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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