Return to configure2 CVS log | Up to [local] / OpenXM / bin |
1.2 ! takayama 1: #!/bin/sh ! 2: if test "uname"="Linux" 1.1 takayama 3: then 4: ln -fs ./fep.linux fep 5: ln -fs ./lin_phcv2p phc 6: else 7: echo "We have the binary of phc only for linux." 8: fi 9: 10: ln -fs ../lib/asir/ox_asir asir 11: 12: 13: