diff autogen.sh @ 48482:15eaa1a21c1c

* autogen.sh: New file.
author Karl Fogel <kfogel@red-bean.com>
date Wed, 20 Nov 2002 22:34:01 +0000
parents
children 695cf19ef79e d7ddb3e565de
line wrap: on
line diff
--- /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