diff configure.in @ 106652:7b9e6639caa3

* INSTALL.BZR: Rename from INSTALL.CVS, edit to talk about Bazaar. * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
author Karl Fogel <kfogel@red-bean.com>
date Sun, 27 Dec 2009 17:26:27 -0500
parents 12138f085fa7
children 8c60b70f9505
line wrap: on
line diff
--- a/configure.in	Sun Dec 27 08:11:12 2009 +0000
+++ b/configure.in	Sun Dec 27 17:26:27 2009 -0500
@@ -799,11 +799,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