view autogen.sh @ 90248:c8c3c8dbe333

(mac_encode_char): Call ccl_driver with the last arg Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS. (decode_mac_font_name): Use decode_coding_c_string instead of decode_coding. (x_load_font): Initialize fontp->fontset to -1. Set fontp->encoding_type.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Tue, 18 Oct 2005 10:32: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