* autogen.sh: New file.
This commit is contained in:
parent
db0e17de66
commit
39f7b5f7f6
2 changed files with 11 additions and 0 deletions
|
@ -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
7
autogen.sh
Executable 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
|
Loading…
Add table
Reference in a new issue