# HG changeset patch # User Thien-Thi Nguyen # Date 1082773620 0 # Node ID 156cffa89b1bc4c95509f520bf54153a760a9df4 # Parent 9454ec4dffea9e0ada90c370ce6286ab30d0fe32 Update filename in "please read" message. diff -r 9454ec4dffea -r 156cffa89b1b autogen.sh --- a/autogen.sh Fri Apr 23 22:25:17 2004 +0000 +++ b/autogen.sh Sat Apr 24 02:27:00 2004 +0000 @@ -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".