Annotation of OpenXM/bin/configure2, Revision 1.6
1.2 takayama 1: #!/bin/sh
1.6 ! takayama 2: # $OpenXM: OpenXM/bin/configure2,v 1.5 1999/11/02 12:34:37 takayama Exp $
1.4 takayama 3: if test -f lin_phcv2p.gz.uuencoded
4: then
5: uudecode lin_phcv2p.gz.uuencoded
6: gunzip lin_phcv2p.gz
7: chmod +x lin_phcv2p
8: fi
9: if test -f fep.linux.gz.uuencoded
10: then
11: uudecode fep.linux.gz.uuencoded
12: gunzip fep.linux.gz
13: chmod +x fep.linux
14: fi
1.3 takayama 15: if test `uname` = "Linux"
1.1 takayama 16: then
1.6 ! takayama 17: /bin/rm -f fep phc
1.5 takayama 18: ln -f -s ./fep.linux fep
19: ln -f -s ./lin_phcv2p phc
1.1 takayama 20: else
21: echo "We have the binary of phc only for linux."
22: fi
23:
1.6 ! takayama 24: /bin/rm -f asir
1.5 takayama 25: ln -f -s ../lib/asir/ox_asir asir
1.1 takayama 26:
27:
28:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>