view autogen.sh @ 90816:f123a47d3df6

(font_open_for_lface): Adjust prototype. (struct font_driver): Delete members otf_gsub and otf_gpos, add member otf_drive. (font_otf_gsub, font_otf_gpos): Delete externs. (font_drive_otf): Extern it.
author Kenichi Handa <handa@m17n.org>
date Wed, 25 Apr 2007 12:00:13 +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