manual steps comment;
authorwenzelm
Mon, 17 Feb 1997 18:12:03 +0100
changeset 2655 9420efbb868e
parent 2654 6efa602921d1
child 2656 71097a167f0b
manual steps comment;
configure
--- 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