From 1f295ae62d0ebfa1ecc8a80bb7b7c5732341ce2f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 12 Aug 2001 13:26:00 +0000 Subject: Quote the first argument in each use of AC_DEFUN. --- m4/link-follow.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'm4/link-follow.m4') diff --git a/m4/link-follow.m4 b/m4/link-follow.m4 index a3b07eb75..6064ce74b 100644 --- a/m4/link-follow.m4 +++ b/m4/link-follow.m4 @@ -1,8 +1,8 @@ -#serial 2 +#serial 3 dnl Run a program to determine whether whether link(2) follows symlinks. dnl Set LINK_FOLLOWS_SYMLINKS accordingly. -AC_DEFUN(jm_AC_FUNC_LINK_FOLLOWS_SYMLINK, +AC_DEFUN([jm_AC_FUNC_LINK_FOLLOWS_SYMLINK], [dnl AC_CACHE_CHECK( [whether link(2) dereferences a symlink specified with a trailing slash], -- cgit v1.2.3-54-g00ecf