[BACK]Return to configure2 CVS log [TXT][DIR] Up to [local] / OpenXM / bin

Annotation of OpenXM/bin/configure2, Revision 1.1

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:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>