configure
author wenzelm
Wed, 31 Oct 2001 01:27:04 +0100
changeset 11995 4a622f5fb164
parent 10511 efb3428c9879
child 14981 e73f8140af78
permissions -rwxr-xr-x
- 'induct' may now use elim-style induction rules without chaining facts, using ``missing'' premises from the goal state; this allows rules stemming from inductive sets to be applied in unstructured scripts, while still benefitting from proper handling of non-atomic statements; NB: major inductive premises need to be put first, all the rest of the goal is passed through the induction;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2650
96234bf96bf9 configure - adapt Isabelle distribution to system environment
wenzelm
parents:
diff changeset
     1
#!/bin/sh
96234bf96bf9 configure - adapt Isabelle distribution to system environment
wenzelm
parents:
diff changeset
     2
#
96234bf96bf9 configure - adapt Isabelle distribution to system environment
wenzelm
parents:
diff changeset
     3
# $Id$
9818
wenzelm
parents: 6029
diff changeset
     4
# Author: Markus Wenzel, TU Muenchen
wenzelm
parents: 6029
diff changeset
     5
# License: GPL (GNU GENERAL PUBLIC LICENSE)
2650
96234bf96bf9 configure - adapt Isabelle distribution to system environment
wenzelm
parents:
diff changeset
     6
#
96234bf96bf9 configure - adapt Isabelle distribution to system environment
wenzelm
parents:
diff changeset
     7
# configure - adapt Isabelle distribution to system environment
96234bf96bf9 configure - adapt Isabelle distribution to system environment
wenzelm
parents:
diff changeset
     8
2655
9420efbb868e manual steps comment;
wenzelm
parents: 2650
diff changeset
     9
## patch scripts
9420efbb868e manual steps comment;
wenzelm
parents: 2650
diff changeset
    10
10511
wenzelm
parents: 10077
diff changeset
    11
cd "`dirname "$0"`"
9915
8de4ea6de3d0 added THIS;
wenzelm
parents: 9818
diff changeset
    12
6029
30c957a74803 bash -c :;
wenzelm
parents: 3007
diff changeset
    13
if bash -c :
2650
96234bf96bf9 configure - adapt Isabelle distribution to system environment
wenzelm
parents:
diff changeset
    14
then
10077
wenzelm
parents: 9915
diff changeset
    15
  bash lib/scripts/patch-scripts.bash
2650
96234bf96bf9 configure - adapt Isabelle distribution to system environment
wenzelm
parents:
diff changeset
    16
else
96234bf96bf9 configure - adapt Isabelle distribution to system environment
wenzelm
parents:
diff changeset
    17
  echo "FATAL ERROR: bash not found!"
96234bf96bf9 configure - adapt Isabelle distribution to system environment
wenzelm
parents:
diff changeset
    18
  exit 2
96234bf96bf9 configure - adapt Isabelle distribution to system environment
wenzelm
parents:
diff changeset
    19
fi