From: Roland McGrath Date: Wed, 14 Apr 2004 02:45:53 +0000 (+0000) Subject: 2004-04-13 Roland McGrath X-Git-Tag: v4.5.18~604 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=149d415fd42b84e18c9ab98e3367533848ee71e9;p=strace 2004-04-13 Roland McGrath * acinclude.m4: Quote first argument to AC_DEFUN in all cases. --- diff --git a/acinclude.m4 b/acinclude.m4 index 68f36e72..dc0ca095 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -4,7 +4,7 @@ dnl automake uses this file to generate aclocal.m4, which is used by autoconf. dnl dnl ### A macro to find the include directory, useful for cross-compiling. -AC_DEFUN(AC_INCLUDEDIR, +AC_DEFUN([AC_INCLUDEDIR], [AC_REQUIRE([AC_PROG_AWK])dnl AC_SUBST(includedir) AC_MSG_CHECKING(for primary include directory) @@ -41,7 +41,7 @@ fi ]) dnl ### A macro to determine if we have a "MP" type procfs -AC_DEFUN(AC_MP_PROCFS, +AC_DEFUN([AC_MP_PROCFS], [AC_MSG_CHECKING(for MP procfs) AC_CACHE_VAL(ac_cv_mp_procfs, [AC_RUN_IFELSE([AC_LANG_SOURCE([[ @@ -101,7 +101,7 @@ fi ]) dnl ### A macro to determine if procfs is pollable. -AC_DEFUN(AC_POLLABLE_PROCFS, +AC_DEFUN([AC_POLLABLE_PROCFS], [AC_MSG_CHECKING(for pollable procfs) AC_CACHE_VAL(ac_cv_pollable_procfs, [AC_RUN_IFELSE([AC_LANG_SOURCE([[ @@ -174,7 +174,7 @@ fi ]) dnl ### A macro to determine if the prstatus structure has a pr_syscall member. -AC_DEFUN(AC_STRUCT_PR_SYSCALL, +AC_DEFUN([AC_STRUCT_PR_SYSCALL], [AC_MSG_CHECKING(for pr_syscall in struct prstatus) AC_CACHE_VAL(ac_cv_struct_pr_syscall, [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]], [[#ifdef HAVE_MP_PROCFS @@ -193,7 +193,7 @@ fi ]) dnl ### A macro to determine whether stat64 is defined. -AC_DEFUN(AC_STAT64, +AC_DEFUN([AC_STAT64], [AC_MSG_CHECKING(for stat64 in (asm|sys)/stat.h) AC_CACHE_VAL(ac_cv_type_stat64, [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#ifdef LINUX @@ -211,7 +211,7 @@ fi ]) dnl ### A macro to determine if off_t is a long long -AC_DEFUN(AC_OFF_T_IS_LONG_LONG, +AC_DEFUN([AC_OFF_T_IS_LONG_LONG], [AC_MSG_CHECKING(for long long off_t) AC_CACHE_VAL(ac_cv_have_long_long_off_t, [AC_RUN_IFELSE([AC_LANG_SOURCE([[#include @@ -232,7 +232,7 @@ fi ]) dnl ### A macro to determine if rlim_t is a long long -AC_DEFUN(AC_RLIM_T_IS_LONG_LONG, +AC_DEFUN([AC_RLIM_T_IS_LONG_LONG], [AC_MSG_CHECKING(for long long rlim_t) AC_CACHE_VAL(ac_cv_have_long_long_rlim_t, [AC_RUN_IFELSE([AC_LANG_SOURCE([[#include @@ -255,7 +255,7 @@ fi ]) dnl ### A macro to determine endianness of long long -AC_DEFUN(AC_LITTLE_ENDIAN_LONG_LONG, +AC_DEFUN([AC_LITTLE_ENDIAN_LONG_LONG], [AC_MSG_CHECKING(for little endian long long) AC_CACHE_VAL(ac_cv_have_little_endian_long_long, [AC_RUN_IFELSE([AC_LANG_SOURCE([[