view autogen.sh @ 90439:fb253905e9c3

* font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Moved from ftfont.c. (font_unparse_xlfd): Fix argument type declaration. Append "*" if registry doesn't specify encoding part. (font_find_for_lface): Pay attention to LFACE_FONT_INDEX. (font_open_by_name): At first try parsing the name. (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp as Lisp symbols.
author Kenichi Handa <handa@m17n.org>
date Fri, 09 Jun 2006 02:14:31 +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