OSDN Git Service

suppress warning about underquoted calls
authortsntsumi <tsntsumi@users.sourceforge.jp>
Sun, 15 Aug 2010 14:33:52 +0000 (14:33 +0000)
committertsntsumi <tsntsumi@users.sourceforge.jp>
Sun, 15 Aug 2010 14:33:52 +0000 (14:33 +0000)
config/arg_enable_coverage.m4
config/arg_with_doxygen.m4

index 91e4796..2adc28b 100644 (file)
@@ -1,6 +1,6 @@
 ##                        -*- Autoconf -*-
 
-AC_DEFUN(ARG_ENABLE_COVERAGE,
+AC_DEFUN([ARG_ENABLE_COVERAGE],
 [AC_ARG_ENABLE(coverage,
   AC_HELP_STRING([--enable-coverage],[enable coverage testing]),
   [ if test ${enableval-yes} = yes; then
index e5212c8..fa88c26 100644 (file)
@@ -1,6 +1,6 @@
 ##                        -*- Autoconf -*-
 
-AC_DEFUN(ARG_WITH_DOXYGEN,
+AC_DEFUN([ARG_WITH_DOXYGEN],
 [AC_ARG_WITH(doxygen,
 AC_HELP_STRING([--enable-doxygen],
                [enable documentation generation with doxygen (yes)]),