view autogen.sh @ 89628:16559d69b325

(private-char-area-1-min) (private-char-area-1-max, private-char-area-2-min) (private-char-area-2-max, emacs-mule-charset-table): New variables. (convert-define-charset-argument): New function. (define-charset): Handle the old calling style. Update emacs-mule-charset-table. (make-char-internal): New function.
author Kenichi Handa <handa@m17n.org>
date Mon, 17 Nov 2003 03:57:03 +0000
parents 375f2633d815
children 68c22ea6027c
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