[Xfce4-commits] <xfconf:master> Add check for intltool to use a different po Makefile if it's available.

Jannis Pohlmann noreply at xfce.org
Sun Sep 27 15:18:01 CEST 2009


Updating branch refs/heads/master
         to 441afdf98c42fcb7f3458853678f68eac8dc007f (commit)
       from 4c9c2b40fcbe6846abf31b7bb9acd1f7101d4dbe (commit)

commit 441afdf98c42fcb7f3458853678f68eac8dc007f
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Sun Sep 27 15:13:42 2009 +0200

    Add check for intltool to use a different po Makefile if it's available.
    
    It seems that without the check for intltool, xdt-autogen (or whatever)
    pulls in a different po/Makefile.in.in template. We need the one
    modified for use with intltool, as this is also fixed not to modify
    files outside the distdir.

 configure.ac.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 994a0aa..d5de3b1 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -37,6 +37,7 @@ AC_PROG_CC
 AM_PROG_CC_C_O
 AC_PROG_INSTALL
 AC_PROG_LIBTOOL
+AC_PROG_INTLTOOL
 AC_PROG_MAKE_SET
 AC_PROG_LN_S
 



More information about the Xfce4-commits mailing list