view autogen.sh @ 90755:ab537f768db2

(x_produce_glyphs): When a font is not found, make the empty box occupy at least one column width.
author Kenichi Handa <handa@m17n.org>
date Wed, 14 Feb 2007 04:34:43 +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