diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | autogen.sh | 2 |
2 files changed, 5 insertions, 1 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-04-24 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 2 | |||
| 3 | * autogen.sh: Update filename in "please read" message. | ||
| 4 | |||
| 1 | 2004-04-17 Richard M. Stallman <rms@gnu.org> | 5 | 2004-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 | ||
| 3 | echo "Please read INSTALL-CVS for instructions on how to build Emacs from CVS." | 3 | echo "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". |