X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/792faabe7a17a8f2fc2dd21076b69de2fc3edb65..cac77f92e3861e81d5fe96b4b857fd9d243032e2:/autogen.sh diff --git a/autogen.sh b/autogen.sh index 6b7c647c4c..bc8a73db6b 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 <