aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond2014-10-26 11:54:03 -0400
committerEric S. Raymond2014-10-26 11:54:03 -0400
commit5a9bbd17c953698a96655ca7f5a3d5fafb90a1d1 (patch)
treed4e1e38bfd171e641516ed2628560b6aaf935858
parent3c723fc779b6360e5d57685e2f13348bf298b8ae (diff)
downloademacs-5a9bbd17c953698a96655ca7f5a3d5fafb90a1d1.tar.gz
emacs-5a9bbd17c953698a96655ca7f5a3d5fafb90a1d1.zip
Neutralize language specific to a VCS type.
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index ff04c756409..1945e8120b3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -145,7 +145,7 @@ if [ x"$missing" != x ]; then
145 145
146 cat <<EOF 146 cat <<EOF
147 147
148Building Emacs from Bzr requires the following specialized programs: 148Building Emacs from the repository requires the following specialized programs:
149EOF 149EOF
150 150
151 for prog in $progs; do 151 for prog in $progs; do