changeset 87773:3dfe2f6767ab

(maybe_bootstrap): Remove texinfo message, since configure checks for this.
author Glenn Morris <rgm@gnu.org>
date Wed, 16 Jan 2008 04:09:42 +0000
parents d8143a93113f
children bcf4a736c9b5
files Makefile.in
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Tue Jan 15 23:56:38 2008 +0000
+++ b/Makefile.in	Wed Jan 16 04:09:42 2008 +0000
@@ -802,7 +802,6 @@
 	if [ \( "$$bar" = '$(srcdir)/lisp/*.elc' \) -o \( "$$bar" = '' \) ]; then \
 	  echo "Your tree does not include the compiled Lisp files."; \
 	  echo "You need to do \`make bootstrap' to build Emacs."; \
-	  echo "Emacs now requires Texinfo version 4.2."; \
 	  exit 1;\
 	fi