Annotation of OpenXM/bin/configure2, Revision 1.5
1.2 takayama 1: #!/bin/sh
1.4 takayama 2: # $OpenXM$
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.5 ! takayama 17: ln -f -s ./fep.linux fep
! 18: ln -f -s ./lin_phcv2p phc
1.1 takayama 19: else
20: echo "We have the binary of phc only for linux."
21: fi
22:
1.5 ! takayama 23: ln -f -s ../lib/asir/ox_asir asir
1.1 takayama 24:
25:
26:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>