aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2004-04-24 02:27:49 +0000
committerThien-Thi Nguyen2004-04-24 02:27:49 +0000
commit510ead5f460f103e8a2215b38ddb1f8e643c94e2 (patch)
tree2859d8851fcfc3d7d6d875b584bc5713b16c4fff
parentf578d9f8aa08fb6ab2ac44b8f5527abb7b563156 (diff)
downloademacs-510ead5f460f103e8a2215b38ddb1f8e643c94e2.tar.gz
emacs-510ead5f460f103e8a2215b38ddb1f8e643c94e2.zip
Update filename in "please read" message.
-rw-r--r--ChangeLog4
-rwxr-xr-xautogen.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a97a1fa2c26..ae0e09e08da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * autogen.sh: Update filename in "please read" message.
4
12004-04-17 Richard M. Stallman <rms@gnu.org> 52004-04-17 Richard M. Stallman <rms@gnu.org>
2 6
3 * INSTALL: Move the info about site-lisp dirs, 7 * 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 @@
1#!/bin/sh 1#!/bin/sh
2 2
3echo "Please read INSTALL-CVS for instructions on how to build Emacs from CVS." 3echo "Please read INSTALL.CVS for instructions on how to build Emacs from CVS."
4 4
5# Exit with failure, since people may have generic build scripts that 5# Exit with failure, since people may have generic build scripts that
6# try things like "autogen.sh && ./configure && make". 6# try things like "autogen.sh && ./configure && make".