diff options
author | Karl Fogel <kfogel@red-bean.com> | 2002-11-20 22:34:01 +0000 |
---|---|---|
committer | Karl Fogel <kfogel@red-bean.com> | 2002-11-20 22:34:01 +0000 |
commit | af694a02af5c2744954a272ee743e8a70ada9e23 (patch) | |
tree | 5c645410df381c3f97ea83ff16d258e9487e2161 /autogen.sh | |
parent | 5aa2592844a322c5a86ad1911f87ba9af1be96ef (diff) | |
download | emacs-af694a02af5c2744954a272ee743e8a70ada9e23.tar.gz |
* autogen.sh: New file.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 00000000000..4b74b45a0e2 --- /dev/null +++ b/autogen.sh @@ -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 |