view autogen.sh @ 90090:ac848d0fb1d2

(set-language-environment): Check :ascii-compatible-p property of nonascii charset instead of its dimension. (char-code-property-alist): New variable. (define-char-code-property): New function. (get-char-code-property): Handle a char-table registerd in char-code-property-alist. (put-char-code-property): Likewise.
author Kenichi Handa <handa@m17n.org>
date Sun, 30 Jan 2005 11:29:37 +0000
parents 4c90ffeb71c5
children
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