* configure.ac: Add `/usr/share/fonts/X11/misc/unifont.pcf.gz'
to the list of unifont files to look for.
+2009-11-20 Felix Zielcke <fzielcke@z-51.de>
+
+ * 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 <rmh.grub@aybabtu.com>
Patch from Joe Auricchio <jauricchio@gmail.com>
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