[vinagre] Remove gettext macros in configure.ac, bug 650150



commit ba4174a1b7eb27b76828a15e6fb6a43b597ae6d2
Author: David King <amigadave amigadave com>
Date:   Tue May 24 02:08:13 2011 +0200

    Remove gettext macros in configure.ac, bug 650150
    
    Using both intltool and gettext macros in configure.ac leads to problems
    when autoreconf is run, as gettext is run by autopoint, which leads to
    intltool rejecting the po/Makefile.in.in installed by gettext. Removing
    the two gettext macro calls from configure.ac fixes the problem. This is
    an acknowledged problem in the intltool documentation:
    
    https://bugs.launchpad.net/intltool/+bug/784191

 configure.ac |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ed6576b..8f838ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -106,8 +106,6 @@ AM_CONDITIONAL([VINAGRE_ENABLE_SPICE], [test "x$have_spice" = "xyes"])
 AC_CHECK_HEADERS([ifaddrs.h sys/un.h stropts.h termios.h utmp.h])
 
 # Internationalization.
-AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.17])
 AC_SUBST([GETTEXT_PACKAGE], [$PACKAGE_TARNAME])
 AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [GETTEXT package name])
 IT_PROG_INTLTOOL([0.40.0])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]