aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-gettext.m4
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-05-23 02:44:11 +0800
committernobody <nobody@localhost>2001-05-23 02:44:11 +0800
commit0cca49e2662d0f61cc50206b55444ba5d657cb9a (patch)
tree95dc85a352a224a01f4569713aff91034dffc2b0 /macros/gnome-gettext.m4
parent4c2d071302d73e50d1a549959eeba7e5acf295d2 (diff)
downloadgsoc2013-evolution-0cca49e2662d0f61cc50206b55444ba5d657cb9a.tar
gsoc2013-evolution-0cca49e2662d0f61cc50206b55444ba5d657cb9a.tar.gz
gsoc2013-evolution-0cca49e2662d0f61cc50206b55444ba5d657cb9a.tar.bz2
gsoc2013-evolution-0cca49e2662d0f61cc50206b55444ba5d657cb9a.tar.lz
gsoc2013-evolution-0cca49e2662d0f61cc50206b55444ba5d657cb9a.tar.xz
gsoc2013-evolution-0cca49e2662d0f61cc50206b55444ba5d657cb9a.tar.zst
gsoc2013-evolution-0cca49e2662d0f61cc50206b55444ba5d657cb9a.zip
This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4
'GNOME_LIBS_1_4_1_4'. svn path=/tags/GNOME_LIBS_1_4_1_4/; revision=9929
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