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

Annotation of OpenXM/bin/configure2, Revision 1.4

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
                     17:   ln -fs ./fep.linux fep
                     18:   ln -fs ./lin_phcv2p phc
                     19: else
                     20:   echo "We have the binary of phc only for linux."
                     21: fi
                     22:
                     23: ln -fs ../lib/asir/ox_asir asir
                     24:
                     25:
                     26:

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