Update filename in "please read" message.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 24 Apr 2004 02:27:49 +0000 (02:27 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 24 Apr 2004 02:27:49 +0000 (02:27 +0000)
ChangeLog
autogen.sh

index a97a1fa..ae0e09e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-24  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * autogen.sh: Update filename in "please read" message.
+
 2004-04-17  Richard M. Stallman  <rms@gnu.org>
 
        * INSTALL: Move the info about site-lisp dirs,
index 89d6b9c..0fe7ef3 100755 (executable)
@@ -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".