view autogen.sh @ 89960:d79ab6afded5

macterm.c (mac_encode_char): Add charset argument and update to use encoding_type (x_new_font,x_new_fontset): Merge in changes from xterm.c; switch to pure fontset (decode_mac_font_name): Temporarily remove decoding (x_font_name_to_mac_font_name): Temporarily remove encoding (x_load_font): Temporarily remove encoding
author Steven Tamm <steventamm@mac.com>
date Wed, 04 Aug 2004 06:04:39 +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