[gimp-help-2] [make] Fix quickreference configure bug
- From: Ulf-D. Ehlert <ulfehlert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-help-2] [make] Fix quickreference configure bug
- Date: Tue, 23 Mar 2010 12:51:52 +0000 (UTC)
commit fd0ecad29006869192efaaf6fba5cefc28b32498
Author: Ulf-D. Ehlert <ulfehlert svn gnome org>
Date: Tue Mar 23 12:13:16 2010 +0100
[make] Fix quickreference configure bug
Making quickrefence requires XML2PO, so we have to use
"$(top_srcdir)" rather than "$(srdir)" when setting XML2PO.
configure.ac | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 819daba..15f2614 100644
--- a/configure.ac
+++ b/configure.ac
@@ -128,17 +128,9 @@ fi
AM_CONDITIONAL(HAVE_DOCBOOK2ODF, test -n "$DOCBOOK2ODF")
-# Search for xml2po
-#
-#AC_PATH_PROG(XML2PO, xml2po)
-#if test -z "$XML2PO"; then
-# AC_MSG_WARN([cannot find xml2po])
-# missing_i18n_tools="xml2po"
-#fi
-#
-#AM_CONDITIONAL(HAVE_XML2PO, test -n "$XML2PO")
+# Use our customized xml2po
-XML2PO='$(srcdir)/tools/xml2po.py'
+XML2PO='$(top_srcdir)/tools/xml2po.py'
XML2POFLAGS="--mode=gimphelp"
AC_SUBST(XML2PO)
AC_SUBST(XML2POFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]