[BACK]Return to configure2 CVS log [TXT][DIR] Up to [local] / OpenXM / bin

Diff for /OpenXM/bin/Attic/configure2 between version 1.6 and 1.7

version 1.6, 1999/11/07 06:45:23 version 1.7, 1999/11/07 06:50:00
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 #  $OpenXM: OpenXM/bin/configure2,v 1.5 1999/11/02 12:34:37 takayama Exp $  #  $OpenXM: OpenXM/bin/configure2,v 1.6 1999/11/07 06:45:23 takayama Exp $
   if test `uname` = "Linux"
   then
 if test -f lin_phcv2p.gz.uuencoded  if test -f lin_phcv2p.gz.uuencoded
 then  then
    uudecode lin_phcv2p.gz.uuencoded     uudecode lin_phcv2p.gz.uuencoded
Line 12  then
Line 14  then
    gunzip fep.linux.gz     gunzip fep.linux.gz
    chmod +x fep.linux     chmod +x fep.linux
 fi  fi
   fi
   
 if test `uname` = "Linux"  if test `uname` = "Linux"
 then  then
   /bin/rm -f fep phc    /bin/rm -f fep phc

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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