]> code.delx.au - gnu-emacs/blobdiff - autogen.sh
Neutralize language specific to a repository type.
[gnu-emacs] / autogen.sh
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.