diff options
author | Pavel Roskin <proskin@src.gnome.org> | 2001-02-08 05:33:01 +0800 |
---|---|---|
committer | Pavel Roskin <proskin@src.gnome.org> | 2001-02-08 05:33:01 +0800 |
commit | 66c11c25470bed6c0fe8c8e884b4fa76135337fb (patch) | |
tree | f9d356d284d5f7087895f731b6fde2d304aa3c63 /macros/gnome-libgtop-check.m4 | |
parent | fa272d3dc92f7507d2f78a33c295714e17287019 (diff) | |
download | gsoc2013-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-libgtop-check.m4')
-rw-r--r-- | macros/gnome-libgtop-check.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-libgtop-check.m4 b/macros/gnome-libgtop-check.m4 index 0ce6f6f612..1b4e1745cb 100644 --- a/macros/gnome-libgtop-check.m4 +++ b/macros/gnome-libgtop-check.m4 @@ -6,7 +6,7 @@ dnl that we need to #include some other header files on some dnl systems to get some types. dnl AC_LIBGTOP_CHECK_TYPE(TYPE, DEFAULT) -AC_DEFUN(AC_LIBGTOP_CHECK_TYPE, +AC_DEFUN([AC_LIBGTOP_CHECK_TYPE], [AC_REQUIRE([AC_HEADER_STDC])dnl AC_MSG_CHECKING(for $1) AC_CACHE_VAL(ac_cv_type_$1, |