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

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

Revision 1.4, Mon Nov 1 11:35:04 1999 UTC (24 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.3: +13 -0 lines

OpenXM/bin/uuencode_bin  generates uuencoded file.
OpenXM/bin/configure2 generates binary files from uuencoded files.

#!/bin/sh
#  $OpenXM: OpenXM/bin/configure2,v 1.4 1999/11/01 11:35:04 takayama Exp $
if test -f lin_phcv2p.gz.uuencoded
then
   uudecode lin_phcv2p.gz.uuencoded
   gunzip lin_phcv2p.gz
   chmod +x lin_phcv2p
fi
if test -f fep.linux.gz.uuencoded
then
   uudecode fep.linux.gz.uuencoded
   gunzip fep.linux.gz
   chmod +x fep.linux
fi
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