aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-gettext.m4
diff options
context:
space:
mode:
authorPavel Roskin <proskin@src.gnome.org>2001-02-08 05:33:01 +0800
committerPavel Roskin <proskin@src.gnome.org>2001-02-08 05:33:01 +0800
commit66c11c25470bed6c0fe8c8e884b4fa76135337fb (patch)
treef9d356d284d5f7087895f731b6fde2d304aa3c63 /macros/gnome-gettext.m4
parentfa272d3dc92f7507d2f78a33c295714e17287019 (diff)
downloadgsoc2013-evolution-66c11c25470bed6c0fe8c8e884b4fa76135337fb.tar
gsoc2013-evolution-66c11c25470bed6c0fe8c8e884b4fa76135337fb.tar.gz
gsoc2013-evolution-66c11c25470bed6c0fe8c8e884b4fa76135337fb.tar.bz2
gsoc2013-evolution-66c11c25470bed6c0fe8c8e884b4fa76135337fb.tar.lz
gsoc2013-evolution-66c11c25470bed6c0fe8c8e884b4fa76135337fb.tar.xz
gsoc2013-evolution-66c11c25470bed6c0fe8c8e884b4fa76135337fb.tar.zst
gsoc2013-evolution-66c11c25470bed6c0fe8c8e884b4fa76135337fb.zip
Quote first argument to AC_DEFUN. Likewise. Likewise. Likewise. Likewise.
* macros/curses.m4: Quote first argument to AC_DEFUN. * macros/gnome-cxx-check.m4: Likewise. * macros/gnome-gettext.m4: Likewise. * macros/gnome-libgtop-check.m4: Likewise. * macros/gnome-print-check.m4: Likewise. * macros/linger.m4: Likewise. * macros/need-declaration.m4: Likewise. svn path=/trunk/; revision=8059
Diffstat (limited to 'macros/gnome-gettext.m4')
-rw-r--r--macros/gnome-gettext.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/gnome-gettext.m4 b/macros/gnome-gettext.m4
index 813db3ee2d..6839855c1b 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,
@@ -210,7 +210,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