diff options
| author | Miles Bader | 2008-01-30 07:57:28 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-01-30 07:57:28 +0000 |
| commit | d235ca2ff8fab139ce797757fcb159d1e28fa7e0 (patch) | |
| tree | 96c5cd1a06a0d9dc26e8470c6eabfc032c0046f3 /Makefile.in | |
| parent | 3709a060f679dba14df71ae64a0035fa2b5b3106 (diff) | |
| parent | 02cbe062bee38a6705bafb1699d77e3c44cfafcf (diff) | |
| download | emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.tar.gz emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.zip | |
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
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: | |||
| 802 | if [ \( "$$bar" = '$(srcdir)/lisp/*.elc' \) -o \( "$$bar" = '' \) ]; then \ | 802 | if [ \( "$$bar" = '$(srcdir)/lisp/*.elc' \) -o \( "$$bar" = '' \) ]; then \ |
| 803 | echo "Your tree does not include the compiled Lisp files."; \ | 803 | echo "Your tree does not include the compiled Lisp files."; \ |
| 804 | echo "You need to do \`make bootstrap' to build Emacs."; \ | 804 | echo "You need to do \`make bootstrap' to build Emacs."; \ |
| 805 | echo "Emacs now requires Texinfo version 4.2."; \ | ||
| 806 | exit 1;\ | 805 | exit 1;\ |
| 807 | fi | 806 | fi |
| 808 | 807 | ||