# HG changeset patch # User Jim Meyering # Date 996944287 0 # Node ID 6f2c813452e57ee613f40558bcffcac7091e59c7 # Parent e62603727fcfa88ddd241387a69b34ae073380b4 (jm_AC_HEADER_INTTYPES_H): Quote first arg of AC_DEFUN. diff --git a/m4/inttypes_h.m4 b/m4/inttypes_h.m4 --- 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 exists, # doesn't clash with , 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(