summaryrefslogtreecommitdiff
path: root/m4/po.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2013-03-02 16:50:59 +0100
committerBruno Haible <bruno@clisp.org>2013-03-02 16:50:59 +0100
commit9cd9632aef6dca455fea83286d000f10abee2d0c (patch)
treec2e142c2ce68c709573a55cbc6a6e119f5580989 /m4/po.m4
parent689dff156ce15bb27dfc0a6749b67a06b5da87e0 (diff)
downloadgnulib-9cd9632aef6dca455fea83286d000f10abee2d0c.tar.gz
gettext: Update to version 0.18.2.
* m4/intl.m4, m4/po.m4: Update from gettext-0.18.2. In particular: 2012-12-07 Stefano Lattarini <stefano.lattarini@gmailcom> * intl.m4, po.m4: Bump requirement in AC_PREREQ to 2.60.
Diffstat (limited to 'm4/po.m4')
-rw-r--r--m4/po.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/po.m4 b/m4/po.m4
index 5fde6f292e..f395723435 100644
--- a/m4/po.m4
+++ b/m4/po.m4
@@ -1,4 +1,4 @@
-# po.m4 serial 17c
+# po.m4 serial 20 (gettext-0.18.2)
dnl Copyright (C) 1995-2013 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -17,7 +17,7 @@ dnl Authors:
dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
dnl Bruno Haible <haible@clisp.cons.org>, 2000-2003.
-AC_PREREQ([2.50])
+AC_PREREQ([2.60])
dnl Checks for all prerequisites of the po subdirectory.
AC_DEFUN([AM_PO_SUBDIRS],
@@ -102,7 +102,7 @@ changequote([,])dnl
case "$ac_file" in */Makefile.in)
# Adjust a relative srcdir.
ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
- ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
+ ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
# In autoconf-2.13 it is called $ac_given_srcdir.
# In autoconf-2.50 it is called $srcdir.
@@ -227,7 +227,7 @@ AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE],
changequote(,)dnl
# Adjust a relative srcdir.
ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
- ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
+ ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
# In autoconf-2.13 it is called $ac_given_srcdir.
# In autoconf-2.50 it is called $srcdir.