diff Makefile.in @ 957:a5b83bace72a

[project @ 1994-12-05 04:05:09 by jwe]
author jwe
date Mon, 05 Dec 1994 04:05:30 +0000
parents 84448f40447f
children b78e479dbf16
line wrap: on
line diff
--- a/Makefile.in	Mon Dec 05 04:01:30 1994 +0000
+++ b/Makefile.in	Mon Dec 05 04:05:30 1994 +0000
@@ -11,19 +11,18 @@
 
 all: FORCE
 	@echo ""
-	@echo "**************************************************************"
-	@echo "To compile Octave, you will need a recent version of GNU Make."
-	@echo ""
-	@echo "You will also need g++ version 2.6.2 or later, and libg++"
-	@echo "version 2.6.1 or later."
-	@echo ""
-	@echo "You may also need the patch for g++ that is distributed with"
-	@echo "Octave in the file GCC.PATCH."
-	@echo ""
-	@echo "Now would be a good time to read the file INSTALL.OCTAVE if"
-	@echo "you have not done so already."
-	@echo ""
-	@echo "**************************************************************"
+	@echo "**********************************************************"
+	@echo "*                                                        *"
+	@echo "*  To compile Octave, you will need a recent version of  *"
+	@echo "*  GNU Make.                                             *"
+	@echo "*                                                        *"
+	@echo "*  You will also need g++ version 2.6.3 or later, and    *"
+	@echo "*  libg++ version 2.6.1 or later.                        *"
+	@echo "*                                                        *"
+	@echo "*  Now would be a good time to read INSTALL.OCTAVE if    *"
+	@echo "*  you have not done so already.                         *"
+	@echo "*                                                        *"
+	@echo "**********************************************************"
 	@echo ""
 	$(MAKE) -f octMakefile all