diff Makefile.in @ 8003:997d4384cec4

Makefile.in (header-msg): Mention GNU Make; update GCC version info
author John W. Eaton <jwe@octave.org>
date Mon, 04 Aug 2008 14:27:36 -0400
parents a1dbe9d80eee
children
line wrap: on
line diff
--- a/Makefile.in
+++ b/Makefile.in
@@ -46,7 +46,10 @@
 	@echo "*  To compile Octave, you will need a recent versions of"
 	@echo "*  the following software:"
 	@echo "*"
-	@echo "*    g++ (3.2.x or a more recent version)"
+	@echo "*    GNU Make (a recent version)"
+	@echo "*"
+	@echo "*    g++ (preferably a recent 4.x version, though later"
+	@echo "*    3.x versions may also work)"
 	@echo "*"
 	@echo "*    flex (2.5.4 or a more recent version) -- required if"
 	@echo "*    you need to recreate lex.cc from lex.l"