]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2010-01-20 Vladimir Serbinenko <phcoder@gmail.com>
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 20 Jan 2010 12:27:23 +0000 (13:27 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 20 Jan 2010 12:27:23 +0000 (13:27 +0100)
* configure.ac: Add /usr/share/fonts/unifont/unifont.pcf.gz
as possible unifont location (Gentoo).
Reported by: Alexander BrĂ¼ning

ChangeLog
configure.ac

index f814b940def8f6af036c8390d5559a8cdaef6ab6..9883b5f020405438434758fddfede41dd896e630 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index a8e137b9082d37c58c5e6058a4a8415f67290d4f..b1435de44f64b8954920c436fe299426ab4bdb06 100644 (file)
@@ -168,7 +168,7 @@ if test "x$YACC" = x; then
   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