From: Andrey Borzenkov Date: Tue, 21 Jan 2014 15:41:11 +0000 (+0400) Subject: Show detected path to DejaVuSans in configure summary X-Git-Tag: 2.02-beta3~684 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=443b3222621b6df1e5e01bd6fb2c496568065f92;p=thirdparty%2Fgrub.git Show detected path to DejaVuSans in configure summary --- diff --git a/ChangeLog b/ChangeLog index 9f5d81dfb..3ba57aed8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2014-01-21 Andrey Borzenkov * configure.ac: Look for DejaVuSans also in /usr/share/fonts/truetype. + Show detected font path in summary. 2014-01-21 Paulo Flabiano Smorigo diff --git a/configure.ac b/configure.ac index 120263e9c..8888c2ff2 100644 --- a/configure.ac +++ b/configure.ac @@ -1816,6 +1816,7 @@ echo grub-mount: No "($grub_mount_excuse)" fi if [ x"$starfield_excuse" = x ]; then echo starfield theme: Yes +echo With DejaVuSans font from $DJVU_FONT_SOURCE else echo starfield theme: No "($starfield_excuse)" fi