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/fstypename.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'm4/fstypename.m4') diff --git a/m4/fstypename.m4 b/m4/fstypename.m4 index 70abc12b3..fdf49481b 100644 --- a/m4/fstypename.m4 +++ b/m4/fstypename.m4 @@ -1,4 +1,4 @@ -#serial 2 +#serial 3 dnl From Jim Meyering. dnl @@ -6,7 +6,7 @@ dnl See if struct statfs has the f_fstypename member. dnl If so, define HAVE_F_FSTYPENAME_IN_STATFS. dnl -AC_DEFUN(jm_FSTYPENAME, +AC_DEFUN([jm_FSTYPENAME], [ AC_CACHE_CHECK([for f_fstypename in struct statfs], fu_cv_sys_f_fstypename_in_statfs, -- cgit v1.2.3-70-g09d2