summaryrefslogtreecommitdiffstats
path: root/m4/fstypename.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/fstypename.m4')
-rw-r--r--m4/fstypename.m49
1 files changed, 7 insertions, 2 deletions
diff --git a/m4/fstypename.m4 b/m4/fstypename.m4
index 75723a1..7ff33e2 100644
--- a/m4/fstypename.m4
+++ b/m4/fstypename.m4
@@ -1,4 +1,4 @@
1#serial 3 1#serial 5
2 2
3dnl From Jim Meyering. 3dnl From Jim Meyering.
4dnl 4dnl
@@ -6,7 +6,12 @@ dnl See if struct statfs has the f_fstypename member.
6dnl If so, define HAVE_F_FSTYPENAME_IN_STATFS. 6dnl If so, define HAVE_F_FSTYPENAME_IN_STATFS.
7dnl 7dnl
8 8
9AC_DEFUN([jm_FSTYPENAME], 9# Copyright (C) 1998, 1999, 2001, 2004 Free Software Foundation, Inc.
10# This file is free software; the Free Software Foundation
11# gives unlimited permission to copy and/or distribute it,
12# with or without modifications, as long as this notice is preserved.
13
14AC_DEFUN([gl_FSTYPENAME],
10 [ 15 [
11 AC_CACHE_CHECK([for f_fstypename in struct statfs], 16 AC_CACHE_CHECK([for f_fstypename in struct statfs],
12 fu_cv_sys_f_fstypename_in_statfs, 17 fu_cv_sys_f_fstypename_in_statfs,