From 2a7753ce3efd6a126cb4db23763e24fa79e98253 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 25 Oct 2014 14:53:20 -0400 Subject: [PATCH] Neutralize language specific to a repository type. --- ChangeLog | 4 ++++ admin/notes/hydra | 2 +- autogen.sh | 6 +++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 70cde66b9c7..56f08c1d5be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-10-25 Eric S. Raymond + + * autogen.sh: Neutralize language specific to a repository type. + 2014-10-23 Paul Eggert * Makefile.in (ACLOCAL_INPUTS): Omit unnecessary use of 'wildcard'. diff --git a/admin/notes/hydra b/admin/notes/hydra index 3b6bc87a2f6..ce2047480d2 100644 --- a/admin/notes/hydra +++ b/admin/notes/hydra @@ -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). 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. -- 2.39.5