* autogen.sh: New file.

This commit is contained in:
Karl Fogel 2002-11-20 22:34:01 +00:00
parent db0e17de66
commit 39f7b5f7f6
2 changed files with 11 additions and 0 deletions

View file

@ -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

7
autogen.sh Executable file
View file

@ -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