Always define FONT_OBJ; to empty in the non-X case.
authorGlenn Morris <rgm@gnu.org>
Sat, 15 May 2010 21:31:19 +0000 (14:31 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 15 May 2010 21:31:19 +0000 (14:31 -0700)
commit6e546d181bf5911fafac9d64c46652e34c34d62e
treec233f078fd4168ec2ff25d5a01e7f2262e544865
parent5276642588f017741f425c9c83025684feb5afdd
Always define FONT_OBJ; to empty in the non-X case.

* configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.

* src/Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
(obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.

* msdos/sed1v2.inp (FONT_OBJ): Edit to empty for non-X case.
* msdos/sed1x.inp (FONT_OBJ): Edit to xfont.o for X case.
ChangeLog
configure.in
msdos/ChangeLog
msdos/sed1v2.inp
msdos/sed1x.inp
src/ChangeLog
src/Makefile.in