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

Annotation of OpenXM/bin/configure2, Revision 1.3

1.2       takayama    1: #!/bin/sh
1.3     ! takayama    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:

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