Blame SOURCES/0039-Show-detected-path-to-DejaVuSans-in-configure-summar.patch

6b3c76
From 4342ee0cb790901801df4965b854fcd39cf1548c Mon Sep 17 00:00:00 2001
a85e8e
From: Andrey Borzenkov <arvidjaar@gmail.com>
a85e8e
Date: Tue, 21 Jan 2014 19:41:11 +0400
6b3c76
Subject: [PATCH 039/261] Show detected path to DejaVuSans in configure summary
a85e8e
a85e8e
---
d41074
 ChangeLog    | 1 +
6b3c76
 configure.ac | 1 +
a85e8e
 2 files changed, 2 insertions(+)
a85e8e
d41074
diff --git a/ChangeLog b/ChangeLog
6b3c76
index 9f5d81dfb..3ba57aed8 100644
d41074
--- a/ChangeLog
d41074
+++ b/ChangeLog
d41074
@@ -1,6 +1,7 @@
d41074
 2014-01-21  Andrey Borzenkov <arvidjaar@gmail.com>
d41074
 
d41074
 	* configure.ac: Look for DejaVuSans also in /usr/share/fonts/truetype.
d41074
+	Show detected font path in summary.
d41074
 
d41074
 2014-01-21  Paulo Flabiano Smorigo  <pfsmorigo@br.ibm.com>
d41074
 
6b3c76
diff --git a/configure.ac b/configure.ac
6b3c76
index 120263e9c..8888c2ff2 100644
6b3c76
--- a/configure.ac
6b3c76
+++ b/configure.ac
6b3c76
@@ -1816,6 +1816,7 @@ echo grub-mount: No "($grub_mount_excuse)"
6b3c76
 fi
6b3c76
 if [ x"$starfield_excuse" = x ]; then
6b3c76
 echo starfield theme: Yes
6b3c76
+echo With DejaVuSans font from $DJVU_FONT_SOURCE
6b3c76
 else
6b3c76
 echo starfield theme: No "($starfield_excuse)"
6b3c76
 fi
6b3c76
-- 
6b3c76
2.13.5
6b3c76