[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[6861] gettext 0.19.6
From: |
Gavin D. Smith |
Subject: |
[6861] gettext 0.19.6 |
Date: |
Tue, 15 Dec 2015 13:18:47 +0000 |
Revision: 6861
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6861
Author: gavin
Date: 2015-12-15 13:18:47 +0000 (Tue, 15 Dec 2015)
Log Message:
-----------
gettext 0.19.6
Modified Paths:
--------------
trunk/configure.ac
trunk/gnulib/m4/gettext.m4
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2015-12-15 13:17:01 UTC (rev 6860)
+++ trunk/configure.ac 2015-12-15 13:18:47 UTC (rev 6861)
@@ -338,7 +338,7 @@
# i18n support. To update to a new version of gettext, run:
# gettextize -f -c
# See http://gnu.org/s/gnulib/manual/html_node/gettextize-and-autopoint.html.
-AM_GNU_GETTEXT_VERSION([0.19.4])
+AM_GNU_GETTEXT_VERSION([0.19.6])
AM_GNU_GETTEXT([external])
USE_EXTERNAL_LIBINTL=no
@@ -393,7 +393,7 @@
&& ${PERL} -I . \
-I ${xs_srcdir} \
-w ${xs_srcdir}/fail.pl \
- | grep 'message from XS module') >/dev/null \
+ | grep 'message from XS module') \
&& enable_xs=yes
AC_MSG_RESULT([$enable_xs])
fi
Modified: trunk/gnulib/m4/gettext.m4
===================================================================
--- trunk/gnulib/m4/gettext.m4 2015-12-15 13:17:01 UTC (rev 6860)
+++ trunk/gnulib/m4/gettext.m4 2015-12-15 13:18:47 UTC (rev 6861)
@@ -1,4 +1,4 @@
-# gettext.m4 serial 66 (gettext-0.18.2)
+# gettext.m4 serial 67 (gettext-0.19.6)
dnl Copyright (C) 1995-2014 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -399,3 +399,7 @@
dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version])
AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])
+
+
+dnl Usage: AM_GNU_GETTEXT_REQUIRE_VERSION([gettext-version])
+AC_DEFUN([AM_GNU_GETTEXT_REQUIRE_VERSION], [])
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [6861] gettext 0.19.6,
Gavin D. Smith <=