view autogen.sh @ 102480:c50bd87f030b

(Fset_fontset_font): When a font for ASCII is changed, modify the default font of frames that use this fontset. (num_auto_fontsets): New variable. (fontset_from_font): Use num_auto_fontsets to decide a fontset name. Be sure to set FONTSET_ASCII to the correct font name. (update_auto_fontset_alist): New function.
author Kenichi Handa <handa@m17n.org>
date Wed, 11 Mar 2009 07:51:33 +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