summaryrefslogtreecommitdiff
path: root/m4/libintl.m4
diff options
context:
space:
mode:
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