summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2004-04-24 02:27:49 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2004-04-24 02:27:49 +0000
commit510ead5f460f103e8a2215b38ddb1f8e643c94e2 (patch)
tree2859d8851fcfc3d7d6d875b584bc5713b16c4fff /autogen.sh
parentf578d9f8aa08fb6ab2ac44b8f5527abb7b563156 (diff)
downloademacs-510ead5f460f103e8a2215b38ddb1f8e643c94e2.tar.gz
Update filename in "please read" message.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 89d6b9c4378..0fe7ef32fc2 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.CVS for instructions on how to build Emacs from CVS."
# Exit with failure, since people may have generic build scripts that
# try things like "autogen.sh && ./configure && make".