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