From a797824f1236786ab3104f92a05baea579beef9a Mon Sep 17 00:00:00 2001 From: Felix Zielcke Date: Fri, 20 Nov 2009 21:08:29 +0100 Subject: [PATCH] 2009-11-20 Felix Zielcke * configure.ac: Add `/usr/share/fonts/X11/misc/unifont.pcf.gz' to the list of unifont files to look for. --- ChangeLog | 5 +++++ configure.ac | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2aaa65eaa..acd740fd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-11-20 Felix Zielcke + + * configure.ac: Add `/usr/share/fonts/X11/misc/unifont.pcf.gz' + to the list of unifont files to look for. + 2009-11-19 Robert Millan Patch from Joe Auricchio diff --git a/configure.ac b/configure.ac index 587f2118d..2ffb548c0 100644 --- a/configure.ac +++ b/configure.ac @@ -136,9 +136,9 @@ if test "x$YACC" = x; then AC_MSG_ERROR([bison is not found]) fi -for file in /usr/src/unifont.bdf ; do +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([UNIFONT_INPUTFILE], [$file]) break fi done