From 0bb6fe174330439a1195e5ff31b8bcd55a60084c Mon Sep 17 00:00:00 2001
From: Jerome Guelfucci <jeromeg@xfce.org>
Date: Sun, 8 Feb 2009 18:52:27 +0000
Subject: [PATCH] Add maintainer information about xml2po and xsltproc

(Old svn revision: 6661)
---
 ChangeLog       |  7 ++++++-
 configure.ac.in | 12 ++++++++++--
 2 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b6a8c9f8..38e1c9ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2009-02-07 jeromeg
+2009-02-08 jeromeg
+
+  * configure.ac.in: add maintainer information about xml2po and
+    xsltproc.
+
+2009-02-08 jeromeg
 
   * docs/, po-doc, configure.ac.in: add French documentation.
 
diff --git a/configure.ac.in b/configure.ac.in
index 73d52cd6..25e03c59 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -121,12 +121,20 @@ dnl ***************************
 echo ""
 echo "Build Configuration:"
 echo ""
+
 if test x"$GIO_FOUND" = x"yes"; then
 echo "  * Open with support:             yes"
 else
 echo "  * Open with support:             no"
 fi
-dnl
+
 echo "  * Debugging support:             $enable_debug"
+
+echo ""
+echo "Maintainer Configuration:"
+echo ""
+
+echo "  * Xml2po enabled:                $enable_xml2po"
+echo "  * Xsltproc enabled:              $enable_xsltproc"
+
 echo ""
-echo "Configure finished, type 'make' to build."
-- 
GitLab