view autogen.sh @ 73720:365d2ceb2a2e

Yet more minor changes: (defcustom): Said that `:options' is usually for a hook. Remove extraneous space in parenthetical remark concerning `text-mode-hook-identify'. At end, mention other defines, too. (Beginning a .emacs File): Reverse words about comments so they parallel numbers of listed semi-colons. (Text and Auto-fill): Remove extraneous blank line in example. (Mail Aliases): Remove extraneous blank line in example. (Keybindings): Reformat as needed with `key' rather than `kbd'. (Keybindings, Miscellaneous, Mode Line): For small book format, start section name on top of new page. (Simple Extension): Replace longer expression with `emacs-major-version'. Remove comment about `number-to-string' function. (Miscellaneous): Add filename option, `-H', to `grep' example (debug, debug-on-entry): Replace `GNU Emacs 22' with `a recent GNU Emacs'. (edebug): More properly state where to place point for 'M-x edebug-defun'.
author Robert J. Chassell <bob@rattlesnake.com>
date Sun, 05 Nov 2006 20:15:13 +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