configure
author dixon
Thu, 02 Sep 2004 14:50:00 +0200
changeset 15171 e0cd537c4325
parent 14981 e73f8140af78
permissions -rwxr-xr-x
added code to make use of case splitting to prove the specification equations for recursive definitions.

#!/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