Return to configure2 CVS log | Up to [local] / OpenXM / bin |
1.1 ! takayama 1: #!/bin/bash ! 2: if test "$OSTYPE" = "Linux" ! 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: