aboutsummaryrefslogtreecommitdiffstats
path: root/m4/po.m4
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-12-22 21:22:41 +0200
committerArnold D. Robbins <arnold@skeeve.com>2010-12-22 21:22:41 +0200
commit6362ed6d5eb6b2315cd735e0b51d64b11531131a (patch)
tree3948d9d2e4c5aa1a64be0c15d7ca0dfcf21ebd3f /m4/po.m4
parentd7a2e93c812a2760fbdac2d643ac1cfea01e93b1 (diff)
downloadegawk-6362ed6d5eb6b2315cd735e0b51d64b11531131a.tar.gz
egawk-6362ed6d5eb6b2315cd735e0b51d64b11531131a.tar.bz2
egawk-6362ed6d5eb6b2315cd735e0b51d64b11531131a.zip
Update to gettext 0.18.1.
Diffstat (limited to 'm4/po.m4')
-rw-r--r--m4/po.m410
1 files changed, 5 insertions, 5 deletions
diff --git a/m4/po.m4 b/m4/po.m4
index 0734762a..47f36a41 100644
--- a/m4/po.m4
+++ b/m4/po.m4
@@ -1,5 +1,5 @@
-# po.m4 serial 15 (gettext-0.17)
-dnl Copyright (C) 1995-2007 Free Software Foundation, Inc.
+# po.m4 serial 17 (gettext-0.18)
+dnl Copyright (C) 1995-2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
@@ -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.50])
dnl Checks for all prerequisites of the po subdirectory.
AC_DEFUN([AM_PO_SUBDIRS],
@@ -29,7 +29,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.17])
+ 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.
@@ -41,7 +41,7 @@ AC_DEFUN([AM_PO_SUBDIRS],
[$ac_dir/$ac_word --statistics /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 &&
(if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)],
:)
- AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
+ AC_PATH_PROG([GMSGFMT], [gmsgfmt], [$MSGFMT])
dnl Test whether it is GNU msgfmt >= 0.15.
changequote(,)dnl