version 1.5, 1999/11/02 12:34:37 |
version 1.6, 1999/11/07 06:45:23 |
|
|
#!/bin/sh |
#!/bin/sh |
# $OpenXM$ |
# $OpenXM: OpenXM/bin/configure2,v 1.5 1999/11/02 12:34:37 takayama Exp $ |
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 |
|
|
fi |
fi |
if test `uname` = "Linux" |
if test `uname` = "Linux" |
then |
then |
|
/bin/rm -f fep phc |
ln -f -s ./fep.linux fep |
ln -f -s ./fep.linux fep |
ln -f -s ./lin_phcv2p phc |
ln -f -s ./lin_phcv2p phc |
else |
else |
echo "We have the binary of phc only for linux." |
echo "We have the binary of phc only for linux." |
fi |
fi |
|
|
|
/bin/rm -f asir |
ln -f -s ../lib/asir/ox_asir asir |
ln -f -s ../lib/asir/ox_asir asir |
|
|
|
|