diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2014-10-31 11:03:23 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2014-10-31 11:03:23 +0200 |
commit | cac77f92e3861e81d5fe96b4b857fd9d243032e2 (patch) | |
tree | a8a9ae3aebf4c4c2be2957a06a76730b31a879bd /autogen.sh | |
parent | 792faabe7a17a8f2fc2dd21076b69de2fc3edb65 (diff) | |
download | emacs-cac77f92e3861e81d5fe96b4b857fd9d243032e2.tar.gz |
Backport changes in preparation for git migration from trunk.
admin: Changes in several documents.
autogen.sh: Neutralize language specific to a repository type.
doc/misc/efaq-w32.texi: Neutralized language specific to a repository type.
doc/misc/gnus-coding.txt: Neutralized language specific to a repository type.
lisp/Makefile.in: Change some production names so they're neutral
about the repository type.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh index 6b7c647c4c5..bc8a73db6bd 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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. @@ -143,7 +143,7 @@ if [ x"$missing" != x ]; then cat <<EOF -Building Emacs from Bzr requires the following specialized programs: +Building Emacs from the repository requires the following specialized programs: EOF for prog in $progs; do |