diff options
author | Pavel Roskin <proskin@src.gnome.org> | 2001-02-07 21:33:01 +0000 |
---|---|---|
committer | Pavel Roskin <proskin@src.gnome.org> | 2001-02-07 21:33:01 +0000 |
commit | 8dbbd866ed86e43951e3d637e8f7cf55a1ba002a (patch) | |
tree | d2e1c11b0bcaa21690e8eca1a00a0c5cd026118e /macros/gnome-gettext.m4 | |
parent | 554908872e64b869762ae0809bdbbb4b46363ea1 (diff) | |
download | gnome-common-8dbbd866ed86e43951e3d637e8f7cf55a1ba002a.tar.gz |
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=1555
Diffstat (limited to 'macros/gnome-gettext.m4')
-rw-r--r-- | macros/gnome-gettext.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/gnome-gettext.m4 b/macros/gnome-gettext.m4 index 813db3e..6839855 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 |