view autogen.sh @ 94911:f29483946da4

Delete USE_FONT_BACKEND conditional. (uniscribe_open): Return value changed to font-object. Adjusted for the format change of font-object. (uniscribe_otf_capability): Adjusted for the change of struct font. (add_opentype_font_name_to_list): Don't downcase names. (uniscribe_font_driver): Adjusted for the change of struct font_driver.
author Kenichi Handa <handa@m17n.org>
date Wed, 14 May 2008 00:39:27 +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