diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2014-01-08 18:24:54 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2014-01-08 18:24:54 -0500 |
commit | ac4c50ad333ca1ba1478b4766c866efeea59eb30 (patch) | |
tree | 49abfcd355ffd8c8f18b2233946b87b845c7028f /autogen.sh | |
parent | 9475054f3ccaf887866bc843d508ccc27eab04d0 (diff) | |
download | emacs-ac4c50ad333ca1ba1478b4766c866efeea59eb30.tar.gz |
Rename INSTALL.BZR to UNSTALL.REPOm and carry that through in other files.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index 3f9fe7e859a..cb224421d0f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -25,7 +25,7 @@ ## The Emacs bzr repository does not include the configure script ## (and associated helpers). The first time you fetch Emacs from bzr, ## run this script to generate the necessary files. -## For more details, see the file INSTALL.BZR. +## For more details, see the file INSTALL.REPO. ### Code: @@ -105,7 +105,7 @@ check_version () cat <<EOF Checking whether you have the necessary tools... -(Read INSTALL.BZR for more details on building Emacs) +(Read INSTALL.REPO for more details on building Emacs) EOF |