Mercurial > emacs
changeset 48482:15eaa1a21c1c
* autogen.sh: New file.
author | Karl Fogel <kfogel@red-bean.com> |
---|---|
date | Wed, 20 Nov 2002 22:34:01 +0000 |
parents | 3c1c8a8c21cd |
children | cf6379011f93 |
files | ChangeLog autogen.sh |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Nov 20 19:26:18 2002 +0000 +++ b/ChangeLog Wed Nov 20 22:34:01 2002 +0000 @@ -1,3 +1,7 @@ +2002-11-19 Karl Fogel <kfogel@red-bean.com> + + * autogen.sh: New file. + 2002-11-15 Dave Love <fx@gnu.org> * configure.in: Tidy up various quoting issues throughout. Use
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/autogen.sh Wed Nov 20 22:34:01 2002 +0000 @@ -0,0 +1,7 @@ +#!/bin/sh + +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". +exit 1