lib/scripts/configure
author paulson
Wed, 28 Feb 2007 13:33:10 +0100
changeset 22373 c6002b06e63e
parent 16477 e1a36498a30f
permissions -rwxr-xr-x
Updated success string for Vampire. eprover no longer sought in the PROVER directory. eprover now gets tstp input. Streamlined the code a bit.

#!/bin/sh
#
# $Id$
# Author: Markus Wenzel, TU Muenchen
#
# configure - adapt Isabelle distribution to system environment

## patch scripts

cd "`dirname "$0"`"

if bash -c :
then
  bash lib/scripts/patch-scripts.bash
else
  echo "FATAL ERROR: bash not found!"
  exit 2
fi