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

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

Revision 1.6, Sun Nov 7 06:45:23 1999 UTC (24 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.5: +3 -1 lines

configure2, Makefile: removing symbolic links before ln -f -s
                      install does not copy binary files to OpenXM/bin,
                      but it makes symbolic links from binary files in src
                      directory to OpenXM/bin
doc: new top level document files.

#!/bin/sh
#  $OpenXM: OpenXM/bin/configure2,v 1.6 1999/11/07 06:45:23 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
  /bin/rm -f fep phc
  ln -f -s ./fep.linux fep
  ln -f -s ./lin_phcv2p phc
else
  echo "We have the binary of phc only for linux."
fi

/bin/rm -f asir
ln -f -s ../lib/asir/ox_asir asir