[vinagre/gnome-3-0] Remove gettext macros in configure.ac, bug 650150



commit c6c5015dbd92e81856577a47d922d31ac85c7031
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 0462801..5e606f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -105,8 +105,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]