author | wenzelm |
Thu, 20 Feb 1997 15:28:18 +0100 | |
changeset 2662 | ac88d5db1768 |
parent 2655 | 9420efbb868e |
child 2754 | 59bd96046ad6 |
permissions | -rwxr-xr-x |
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 | 7 |
## patch scripts |
8 |
||
2650
96234bf96bf9
configure - adapt Isabelle distribution to system environment
wenzelm
parents:
diff
changeset
|
9 |
if bash -norc -c "" |
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 |
2655 | 16 |
|
17 |
||
18 |
## manual steps |
|
19 |
||
20 |
PWD=`pwd` |
|
21 |
echo |
|
22 |
echo "***********************************************************" |
|
23 |
echo "* Please check the ML compiler settings in ./etc/settings *" |
|
24 |
echo "* before compiling Isabelle. *" |
|
25 |
echo "***********************************************************" |
|
26 |
echo |