diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-04 16:56:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-04 16:56:18 +0000 |
commit | 7ff05dde608289c5bd326518e2d272dc9536a2ff (patch) | |
tree | f16889e247dda1b89a9c7cb9deda4d7aca07b6f8 /m4 | |
parent | f2e49308014203746fc46a75e958be2470b99434 (diff) | |
download | coreutils-7ff05dde608289c5bd326518e2d272dc9536a2ff.tar.xz |
(AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/c-bs-a.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/c-bs-a.m4 b/m4/c-bs-a.m4 index d9e6e11e8..6e0863e4e 100644 --- a/m4/c-bs-a.m4 +++ b/m4/c-bs-a.m4 @@ -1,8 +1,8 @@ -#serial 3 +#serial 4 dnl From Paul Eggert. -AC_DEFUN(AC_C_BACKSLASH_A, +AC_DEFUN([AC_C_BACKSLASH_A], [ AC_CACHE_CHECK([whether backslash-a works in strings], ac_cv_c_backslash_a, [AC_TRY_COMPILE([], |