view autogen.sh @ 52186:e8156132db3d

(Format of Keymaps): Keymaps contain char tables, not vectors. (Active Keymaps): Add emulation-mode-map-alists. (Functions for Key Lookup): key-binding has new arg no-remap. (Remapping Commands): New node. (Scanning Keymaps): where-is-internal has new arg no-remap. (Tool Bar): Add tool-bar-local-item-from-menu. Clarify when to use tool-bar-add-item-from-menu.
author Richard M. Stallman <rms@gnu.org>
date Wed, 13 Aug 2003 17:21:57 +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