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

Diff for /OpenXM/bin/Attic/configure2 between version 1.2 and 1.4

version 1.2, 1999/10/30 11:12:03 version 1.4, 1999/11/01 11:35:04
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 if test "uname"="Linux"  #  $OpenXM$
   if test -f lin_phcv2p.gz.uuencoded
   then
      uudecode lin_phcv2p.gz.uuencoded
      gunzip lin_phcv2p.gz
      chmod +x lin_phcv2p
   fi
   if test -f fep.linux.gz.uuencoded
   then
      uudecode fep.linux.gz.uuencoded
      gunzip fep.linux.gz
      chmod +x fep.linux
   fi
   if test `uname` = "Linux"
 then  then
   ln -fs ./fep.linux fep    ln -fs ./fep.linux fep
   ln -fs ./lin_phcv2p phc    ln -fs ./lin_phcv2p phc

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

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