=================================================================== RCS file: /home/cvs/OpenXM/bin/Attic/configure2,v retrieving revision 1.4 retrieving revision 1.7 diff -u -p -r1.4 -r1.7 --- OpenXM/bin/Attic/configure2 1999/11/01 11:35:04 1.4 +++ OpenXM/bin/Attic/configure2 1999/11/07 06:50:00 1.7 @@ -1,5 +1,7 @@ #!/bin/sh -# $OpenXM$ +# $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 then uudecode lin_phcv2p.gz.uuencoded @@ -12,15 +14,19 @@ then gunzip fep.linux.gz chmod +x fep.linux fi +fi + if test `uname` = "Linux" then - ln -fs ./fep.linux fep - ln -fs ./lin_phcv2p phc + /bin/rm -f fep phc + ln -f -s ./fep.linux fep + ln -f -s ./lin_phcv2p phc else echo "We have the binary of phc only for linux." fi -ln -fs ../lib/asir/ox_asir asir +/bin/rm -f asir +ln -f -s ../lib/asir/ox_asir asir