configure
author schirmer
Thu, 31 Oct 2002 18:27:10 +0100
changeset 13688 a0b16d42d489
parent 10511 efb3428c9879
child 14981 e73f8140af78
permissions -rwxr-xr-x
"Definite Assignment Analysis" included, with proof of correctness. Large adjustments of type safety proof and soundness proof of the axiomatic semantics were necessary. Completeness proof of the loop rule of the axiomatic semantic was altered. So the additional polymorphic variants of some rules could be removed.

#!/bin/sh
#
# $Id$
# Author: Markus Wenzel, TU Muenchen
# License: GPL (GNU GENERAL PUBLIC LICENSE)
#
# 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