diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-04 16:58:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-04 16:58:07 +0000 |
commit | 31d84d08e11ab3368d9767b268ce83e203e05998 (patch) | |
tree | e34c6f5af8994d1cd97610a04cb1175b78e7d29b /m4 | |
parent | 98185c32854f2a7aec8ef4d7907eebf1761c309f (diff) | |
download | coreutils-31d84d08e11ab3368d9767b268ce83e203e05998.tar.xz |
(jm_AC_HEADER_INTTYPES_H): Quote first arg of AC_DEFUN.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/inttypes_h.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/inttypes_h.m4 b/m4/inttypes_h.m4 index 750639d6f..9c10135b2 100644 --- a/m4/inttypes_h.m4 +++ b/m4/inttypes_h.m4 @@ -1,11 +1,11 @@ -#serial 3 +#serial 4 dnl From Paul Eggert. # Define HAVE_INTTYPES_H if <inttypes.h> exists, # doesn't clash with <sys/types.h>, and declares uintmax_t. -AC_DEFUN(jm_AC_HEADER_INTTYPES_H, +AC_DEFUN([jm_AC_HEADER_INTTYPES_H], [ AC_CACHE_CHECK([for inttypes.h], jm_ac_cv_header_inttypes_h, [AC_TRY_COMPILE( |