view autogen.sh @ 73422:e1bac685e6a0

(ada-83-string-keywords, ada-last-which-function-line ada-no-auto-case, ada-indent-region, ada-which-compiler, ada-align-modes, ada-adjust-case-buffer, ada-looking-at-semi-private, ada-get-body-name): Fix typos in docstrings. (ada-create-case-exception, ada-create-case-exception-substring): Fix typos in error messages. (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 18 Oct 2006 16:29:36 +0000
parents 156cffa89b1b
children 4c90ffeb71c5 7b9e6639caa3
line wrap: on
line source

#!/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

# arch-tag: a123408c-fada-4bf7-98a0-a786cff918f0