2009-11-20 Felix Zielcke <fzielcke@z-51.de>

* configure.ac (UNIFONT_BDF): Rename to ...
	(FONT_SOURCE): ... this.  Update all users.
This commit is contained in:
Felix Zielcke 2009-11-20 22:39:07 +01:00
parent 68b44b1d2d
commit 6c09890c87
3 changed files with 12 additions and 7 deletions

View file

@ -138,7 +138,7 @@ fi
for file in /usr/src/unifont.bdf /usr/share/fonts/X11/misc/unifont.pcf.gz ; do
if test -e $file ; then
AC_SUBST([UNIFONT_BDF], [$file])
AC_SUBST([FONT_SOURCE], [$file])
break
fi
done