configure
author kleing
Mon, 07 Aug 2000 14:32:56 +0200
changeset 9549 40d64cb4f4e6
parent 6029 30c957a74803
child 9818 71de955e8fc9
permissions -rwxr-xr-x
BV and LBV specified in terms of app and step functions
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$
96234bf96bf9 configure - adapt Isabelle distribution to system environment
wenzelm
parents:
diff changeset
     4
#
96234bf96bf9 configure - adapt Isabelle distribution to system environment
wenzelm
parents:
diff changeset
     5
# configure - adapt Isabelle distribution to system environment
96234bf96bf9 configure - adapt Isabelle distribution to system environment
wenzelm
parents:
diff changeset
     6
2655
9420efbb868e manual steps comment;
wenzelm
parents: 2650
diff changeset
     7
## patch scripts
9420efbb868e manual steps comment;
wenzelm
parents: 2650
diff changeset
     8
6029
30c957a74803 bash -c :;
wenzelm
parents: 3007
diff changeset
     9
if bash -c :
2650
96234bf96bf9 configure - adapt Isabelle distribution to system environment
wenzelm
parents:
diff changeset
    10
then
96234bf96bf9 configure - adapt Isabelle distribution to system environment
wenzelm
parents:
diff changeset
    11
  bash lib/scripts/patch-scripts.bash
96234bf96bf9 configure - adapt Isabelle distribution to system environment
wenzelm
parents:
diff changeset
    12
else
96234bf96bf9 configure - adapt Isabelle distribution to system environment
wenzelm
parents:
diff changeset
    13
  echo "FATAL ERROR: bash not found!"
96234bf96bf9 configure - adapt Isabelle distribution to system environment
wenzelm
parents:
diff changeset
    14
  exit 2
96234bf96bf9 configure - adapt Isabelle distribution to system environment
wenzelm
parents:
diff changeset
    15
fi