view autogen.sh @ 52108:5a4fdabed57e

2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org> * cc-mode.el (c-init-language-vars-for): Add argument MODE. Renamed from c-init-c-language-vars'. (c-initialize-cc-mode): Change accordingly. (c-common-init): Ditto. (c-mode): Ditto. (c++-mode): Use function. (objc-mode): Ditto. (java-mode): Ditto. (idl-mode): Ditto. (pike-mode): Ditto. (awk-mode): Ditto.
author Martin Stjernholm <mast@lysator.liu.se>
date Sun, 03 Aug 2003 12:30:34 +0000
parents 15eaa1a21c1c
children 695cf19ef79e d7ddb3e565de
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