summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorKarl Fogel <kfogel@red-bean.com>2002-11-20 22:34:01 +0000
committerKarl Fogel <kfogel@red-bean.com>2002-11-20 22:34:01 +0000
commit39f7b5f7f63c4f14812746e16c09c1e83b69f7af (patch)
tree8ddd6d0db55ae577e2a3dccf8be07d15b786e46c /autogen.sh
parentdb0e17de66fd66880b8b8b5fec3e69891416d38a (diff)
downloademacs-39f7b5f7f63c4f14812746e16c09c1e83b69f7af.tar.gz
* autogen.sh: New file.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
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