From: Thien-Thi Nguyen Date: Sat, 24 Apr 2004 02:27:49 +0000 (+0000) Subject: Update filename in "please read" message. X-Git-Tag: ttn-vms-21-2-B4~6623 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=510ead5f460f103e8a2215b38ddb1f8e643c94e2;p=emacs.git Update filename in "please read" message. --- diff --git a/ChangeLog b/ChangeLog index a97a1fa2c26..ae0e09e08da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-04-24 Thien-Thi Nguyen + + * autogen.sh: Update filename in "please read" message. + 2004-04-17 Richard M. Stallman * INSTALL: Move the info about site-lisp dirs, 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".