aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-gettext.m4
diff options
context:
space:
mode:
Diffstat (limited to 'macros/gnome-gettext.m4')
-rw-r--r--macros/gnome-gettext.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/gnome-gettext.m4 b/macros/gnome-gettext.m4
index 5b173b7396..cfafa19ec6 100644
--- a/macros/gnome-gettext.m4
+++ b/macros/gnome-gettext.m4
@@ -12,7 +12,7 @@
# serial 5
-AC_DEFUN([AM_GNOME_WITH_NLS],
+AC_DEFUN(AM_GNOME_WITH_NLS,
[AC_MSG_CHECKING([whether NLS is requested])
dnl Default is enabled NLS
AC_ARG_ENABLE(nls,
@@ -26,7 +26,7 @@ AC_DEFUN([AM_GNOME_WITH_NLS],
dnl If we use NLS figure out what method
if test "$USE_NLS" = "yes"; then
-# AC_DEFINE(ENABLE_NLS)
+ AC_DEFINE(ENABLE_NLS)
# AC_MSG_CHECKING([whether included gettext is requested])
# AC_ARG_WITH(included-gettext,
# [ --with-included-gettext use the GNU gettext library included here],
@@ -212,7 +212,7 @@ AC_DEFUN([AM_GNOME_WITH_NLS],
AC_SUBST(POSUB)
])
-AC_DEFUN([AM_GNOME_GETTEXT],
+AC_DEFUN(AM_GNOME_GETTEXT,
[AC_REQUIRE([AC_PROG_MAKE_SET])dnl
AC_REQUIRE([AC_PROG_CC])dnl
AC_REQUIRE([AC_PROG_RANLIB])dnl