changeset 55111:156cffa89b1b

Update filename in "please read" message.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Sat, 24 Apr 2004 02:27:00 +0000
parents 9454ec4dffea
children be721c952240
files autogen.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autogen.sh	Fri Apr 23 22:25:17 2004 +0000
+++ b/autogen.sh	Sat Apr 24 02:27:00 2004 +0000
@@ -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".