[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r99676: * configure: Fix comment mist
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r99676: * configure: Fix comment mistake in previous change. |
Date: |
Wed, 17 Mar 2010 22:59:32 -0700 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 99676
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2010-03-17 22:59:32 -0700
message:
* configure: Fix comment mistake in previous change.
modified:
configure
=== modified file 'configure'
--- a/configure 2010-03-18 05:57:21 +0000
+++ b/configure 2010-03-18 05:59:32 +0000
@@ -5668,11 +5668,11 @@
## pre-built, and not deleted by the normal clean rules. makeinfo is
## therefore in the category of "special tools" not normally required, which
## configure does not have to check for (eg autoconf itself).
-## In a CVS checkout on the other hand, the manuals are not included.
-## So makeinfo is a requirement to build from CVS, and configure
+## In a Bazaar checkout on the other hand, the manuals are not included.
+## So makeinfo is a requirement to build from Bazaar, and configure
## should test for it as it does for any other build requirement.
## We use the presence of $srcdir/info/emacs to distinguish a release,
-## with pre-built manuals, from a CVS checkout.
+## with pre-built manuals, from a Bazaar checkout.
if test "$MAKEINFO" = "no"; then
if test "x${with_makeinfo}" = "xno"; then
MAKEINFO=off
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r99676: * configure: Fix comment mistake in previous change.,
Glenn Morris <=