summaryrefslogtreecommitdiff
path: root/m4/po.m4
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2014-07-12 13:57:21 +0100
committerPádraig Brady <P@draigBrady.com>2014-07-13 18:37:23 +0100
commit71be4c87c8267369f40fbfab7523ab9847154c02 (patch)
tree56aace36e9864b99936ac0838c5940d5d0cd91a6 /m4/po.m4
parent1051177e3c202667889628fd73aee7c3b470f99d (diff)
downloadgnulib-71be4c87c8267369f40fbfab7523ab9847154c02.tar.gz
gettext: revert "update macros to version 0.19"
This reverts commit 9b9370ca, as it currently requires that developers of any project that explicitly uses the gettext module or implicitly uses it through the utimens-tests or futimens-tests modules, use gettext >= 0.19. However there are some stability and availablity issues with that version at present. We can reinstate this soon, when stability is addressed and packages are more readily available.
Diffstat (limited to 'm4/po.m4')
-rw-r--r--m4/po.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/po.m4 b/m4/po.m4
index 84659ea531..c737878461 100644
--- a/m4/po.m4
+++ b/m4/po.m4
@@ -1,4 +1,4 @@
-# po.m4 serial 22 (gettext-0.19)
+# po.m4 serial 23 (gettext-0.18.3)
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,
@@ -30,7 +30,7 @@ AC_DEFUN([AM_PO_SUBDIRS],
dnl Release version of the gettext macros. This is used to ensure that
dnl the gettext macros and po/Makefile.in.in are in sync.
- AC_SUBST([GETTEXT_MACRO_VERSION], [0.19])
+ AC_SUBST([GETTEXT_MACRO_VERSION], [0.18])
dnl Perform the following tests also if --disable-nls has been given,
dnl because they are needed for "make dist" to work.