diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2014-10-25 14:53:20 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2014-10-25 14:53:20 -0400 |
commit | 2a7753ce3efd6a126cb4db23763e24fa79e98253 (patch) | |
tree | dbf8861fb7339924154e6463fe620620b0bf2dab /autogen.sh | |
parent | c1609a8ccefd965c582c1cbb478b288514540afb (diff) | |
download | emacs-2a7753ce3efd6a126cb4db23763e24fa79e98253.tar.gz |
Neutralize language specific to a repository type.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh index 48e6d19c69d..ff04c756409 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. |