summaryrefslogtreecommitdiffstats
path: root/m4/gettext.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-02-08 13:29:26 +0000
committerBruno Haible <bruno@clisp.org>2001-02-08 13:29:26 +0000
commit4fed85a2b75ef9d08136150b44b8e54e96fa19e1 (patch)
tree3e59c8dc618fcf85492048efae6c1c1d53edba4e /m4/gettext.m4
parentee1924ee3ca0cbd5ea112eb9ccebee44c39792d8 (diff)
downloadexternal_gettext-4fed85a2b75ef9d08136150b44b8e54e96fa19e1.zip
external_gettext-4fed85a2b75ef9d08136150b44b8e54e96fa19e1.tar.gz
external_gettext-4fed85a2b75ef9d08136150b44b8e54e96fa19e1.tar.bz2
Interoperability with newest CVS version of autoconf.
Diffstat (limited to 'm4/gettext.m4')
-rw-r--r--m4/gettext.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/gettext.m4 b/m4/gettext.m4
index 18aef6c..73c432e 100644
--- a/m4/gettext.m4
+++ b/m4/gettext.m4
@@ -33,7 +33,7 @@ dnl GNU format catalogs when building on a platform with an X/Open gettext),
dnl but we keep it in order not to force irrelevant filename changes on the
dnl maintainers.
dnl
-AC_DEFUN(AM_WITH_NLS,
+AC_DEFUN([AM_WITH_NLS],
[AC_MSG_CHECKING([whether NLS is requested])
dnl Default is enabled NLS
AC_ARG_ENABLE(nls,
@@ -186,7 +186,7 @@ return (int) gettext ("") + _nl_msg_cat_cntr],
])
dnl Usage: Just like AM_WITH_NLS, which see.
-AC_DEFUN(AM_GNU_GETTEXT,
+AC_DEFUN([AM_GNU_GETTEXT],
[AC_REQUIRE([AC_PROG_MAKE_SET])dnl
AC_REQUIRE([AC_PROG_CC])dnl
AC_REQUIRE([AC_CANONICAL_HOST])dnl