Update filename in "please read" message.

This commit is contained in:
Thien-Thi Nguyen 2004-04-24 02:27:49 +00:00
parent f578d9f8aa
commit 510ead5f46
2 changed files with 5 additions and 1 deletions

View file

@ -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,

View file

@ -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".