summaryrefslogtreecommitdiff
path: root/m4/libintl.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-12 13:26:00 +0000
committerJim Meyering <jim@meyering.net>2001-08-12 13:26:00 +0000
commit1f295ae62d0ebfa1ecc8a80bb7b7c5732341ce2f (patch)
tree707c86baa3fa53abd893d694a9c848af2aeb333e /m4/libintl.m4
parent7c80315d48cab00b8f9df9e801f2a42422147993 (diff)
downloadcoreutils-1f295ae62d0ebfa1ecc8a80bb7b7c5732341ce2f.tar.xz
Quote the first argument in each use of AC_DEFUN.
Diffstat (limited to 'm4/libintl.m4')
-rw-r--r--m4/libintl.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/libintl.m4 b/m4/libintl.m4
index 87ecce46d..344713eb3 100644
--- a/m4/libintl.m4
+++ b/m4/libintl.m4
@@ -6,11 +6,11 @@
# but which still want to provide support for the GNU gettext functionality.
# Please note that the actual code is *not* freely available.
-# serial 110
+#serial 111
AC_PREREQ(2.13) dnl Minimum Autoconf version required.
-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,
@@ -196,7 +196,7 @@ AC_DEFUN(AM_WITH_NLS,
AC_SUBST(POSUB)
])
-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_PROG_RANLIB])dnl