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

File: [local] / OpenXM / bin / Attic / configure2 (download)

Revision 1.2, Sat Oct 30 11:12:03 1999 UTC (24 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.1: +2 -2 lines

configure2 required /usr/bash.
Now, configure2 uses /usr/sh and works without /usr/bash.
TODO: lib/asir/configure2 still contains a trouble on FreeBSD 2.*
      I do not know how to compare strings in a shell script. HELP!

#!/bin/sh
if test "uname"="Linux"
then
  ln -fs ./fep.linux fep
  ln -fs ./lin_phcv2p phc
else
  echo "We have the binary of phc only for linux."
fi

ln -fs ../lib/asir/ox_asir asir