diff options
| author | Eric S. Raymond | 2014-10-26 11:54:03 -0400 |
|---|---|---|
| committer | Eric S. Raymond | 2014-10-26 11:54:03 -0400 |
| commit | 5a9bbd17c953698a96655ca7f5a3d5fafb90a1d1 (patch) | |
| tree | d4e1e38bfd171e641516ed2628560b6aaf935858 | |
| parent | 3c723fc779b6360e5d57685e2f13348bf298b8ae (diff) | |
| download | emacs-5a9bbd17c953698a96655ca7f5a3d5fafb90a1d1.tar.gz emacs-5a9bbd17c953698a96655ca7f5a3d5fafb90a1d1.zip | |
Neutralize language specific to a VCS type.
| -rwxr-xr-x | autogen.sh | 2 |
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 | ||
| 148 | Building Emacs from Bzr requires the following specialized programs: | 148 | Building Emacs from the repository requires the following specialized programs: |
| 149 | EOF | 149 | EOF |
| 150 | 150 | ||
| 151 | for prog in $progs; do | 151 | for prog in $progs; do |