]> git.eshelyaron.com Git - emacs.git/commitdiff
* autogen.sh: New file.
authorKarl Fogel <kfogel@red-bean.com>
Wed, 20 Nov 2002 22:34:01 +0000 (22:34 +0000)
committerKarl Fogel <kfogel@red-bean.com>
Wed, 20 Nov 2002 22:34:01 +0000 (22:34 +0000)
ChangeLog
autogen.sh [new file with mode: 0755]

index 2fac9ccb8a6d0865acc5e04e9669351a9795c6e9..4db4ba560347df5019881247c8f61485771306b3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..4b74b45
--- /dev/null
@@ -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