configure
changeset 2655 9420efbb868e
parent 2650 96234bf96bf9
child 2754 59bd96046ad6
--- a/configure	Mon Feb 17 17:55:45 1997 +0100
+++ b/configure	Mon Feb 17 18:12:03 1997 +0100
@@ -4,6 +4,8 @@
 #
 # configure - adapt Isabelle distribution to system environment
 
+## patch scripts
+
 if bash -norc -c ""
 then
   bash lib/scripts/patch-scripts.bash
@@ -11,3 +13,14 @@
   echo "FATAL ERROR: bash not found!"
   exit 2
 fi
+
+
+## manual steps
+
+PWD=`pwd`
+echo
+echo "***********************************************************"
+echo "* Please check the ML compiler settings in ./etc/settings *"
+echo "* before compiling Isabelle.                              *"
+echo "***********************************************************"
+echo