]> git.eshelyaron.com Git - emacs.git/commitdiff
Neutralize language specific to a repository type.
authorEric S. Raymond <esr@thyrsus.com>
Sat, 25 Oct 2014 18:53:20 +0000 (14:53 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 25 Oct 2014 18:53:20 +0000 (14:53 -0400)
ChangeLog
admin/notes/hydra
autogen.sh

index 70cde66b9c719bd7f60a4bff89fac44e7a66a5f5..56f08c1d5be05704628b743e307344aeb1a501e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-10-25  Eric S. Raymond  <esr@thyrsus.com>
+
+       * autogen.sh: Neutralize language specific to a repository type.
+
 2014-10-23  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Makefile.in (ACLOCAL_INPUTS): Omit unnecessary use of 'wildcard'.
index 3b6bc87a2f6c34f530791ddd62d6e73dd81da4ec..ce2047480d2139786bdfb97f4394c536fcdd5d3b 100644 (file)
@@ -26,7 +26,7 @@ http://lists.gnu.org/mailman/listinfo/emacs-buildstatus
 * The Emacs jobset consists of the following jobs:
 
 ** The `tarball' job
-which gets a checkout from bzr, and does a bootstrap followed
+which gets a checkout from the repository, and does a bootstrap followed
 by running make-dist to create a tarball.  If this job fails, all the
 others will too (because they use the tarball as input).
 
index 48e6d19c69d6d6aec6aea0ee1368762c0450f41e..ff04c756409be38f47dc665614af693c868f89b3 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-### autogen.sh - tool to help build Emacs from a bzr checkout
+### autogen.sh - tool to help build Emacs from a repository checkout
 
 ## Copyright (C) 2011-2014 Free Software Foundation, Inc.
 
@@ -23,8 +23,8 @@
 
 ### Commentary:
 
-## The Emacs bzr repository does not include the configure script
-## (and associated helpers).  The first time you fetch Emacs from bzr,
+## The Emacs repository does not include the configure script (and
+## associated helpers).  The first time you fetch Emacs from the repo,
 ## run this script to generate the necessary files.
 ## For more details, see the file INSTALL.REPO.