diff options
author | Karl Fogel <kfogel@red-bean.com> | 2009-12-27 17:26:27 -0500 |
---|---|---|
committer | Karl Fogel <kfogel@red-bean.com> | 2009-12-27 17:26:27 -0500 |
commit | 8bb25908552b44a425beb91d3035b1c091d2d6f2 (patch) | |
tree | 3bf0056dd3c17d145e664af2a3f57807f8d2d7df /autogen.sh | |
parent | 11e3c6841270082394ccf01a64af820806d3962f (diff) | |
download | emacs-8bb25908552b44a425beb91d3035b1c091d2d6f2.tar.gz |
* INSTALL.BZR: Rename from INSTALL.CVS, edit to talk about Bazaar.
* INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 0fe7ef32fc2..6eb8f982081 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,6 @@ #!/bin/sh -echo "Please read INSTALL.CVS for instructions on how to build Emacs from CVS." +echo "Please read INSTALL.BZR for instructions on how to build Emacs from Bazaar." # Exit with failure, since people may have generic build scripts that # try things like "autogen.sh && ./configure && make". |