diff options
author | Glenn Morris <rgm@gnu.org> | 2008-01-16 04:10:09 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-01-16 04:10:09 +0000 |
commit | 2c2935f7f7a7139ecb32c34b3bc55dd483581c49 (patch) | |
tree | 834d9aa467a73bd61f72e1b87e757b536c638cd0 /Makefile.in | |
parent | 3a3995f843cf0afedb780b8e1c74712b14b80000 (diff) | |
download | emacs-2c2935f7f7a7139ecb32c34b3bc55dd483581c49.tar.gz |
(maybe_bootstrap): Remove texinfo message, since configure checks for this.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 5f804542d4e..fb4061b50ff 100644 --- a/Makefile.in +++ b/Makefile.in @@ -802,7 +802,6 @@ maybe_bootstrap: 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 |