* configure.ac: Add /usr/share/fonts/unifont/unifont.pcf.gz
as possible unifont location (Gentoo).
Reported by: Alexander BrĂ¼ning
+2010-01-20 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * configure.ac: Add /usr/share/fonts/unifont/unifont.pcf.gz
+ as possible unifont location (Gentoo).
+ Reported by: Alexander BrĂ¼ning
+
2010-01-20 Vladimir Serbinenko <phcoder@gmail.com>
Don't try to generate lists for kernel.img.
AC_MSG_ERROR([bison is not found])
fi
-for file in /usr/src/unifont.bdf /usr/share/fonts/X11/misc/unifont.pcf.gz ; do
+for file in /usr/src/unifont.bdf /usr/share/fonts/X11/misc/unifont.pcf.gz /usr/share/fonts/unifont/unifont.pcf.gz; do
if test -e $file ; then
AC_SUBST([FONT_SOURCE], [$file])
break