summaryrefslogtreecommitdiff
path: root/m4/mountlist.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-12 20:41:05 +0000
committerJim Meyering <jim@meyering.net>2003-09-12 20:41:05 +0000
commite038d7f023fb227ab911ba9bac517a5387fbae0f (patch)
tree48eee69f2d2183e774da15a2b967451a98b73e62 /m4/mountlist.m4
parentf1be8ef83765e0890d44b5783ecda053c30c2b36 (diff)
downloadcoreutils-e038d7f023fb227ab911ba9bac517a5387fbae0f.tar.xz
(gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
C headers, or for string.h.
Diffstat (limited to 'm4/mountlist.m4')
-rw-r--r--m4/mountlist.m47
1 files changed, 3 insertions, 4 deletions
diff --git a/m4/mountlist.m4 b/m4/mountlist.m4
index c2af19a91..6a6b38c3f 100644
--- a/m4/mountlist.m4
+++ b/m4/mountlist.m4
@@ -1,5 +1,5 @@
-# mountlist.m4 serial 1
-dnl Copyright (C) 2002 Free Software Foundation, Inc.
+# mountlist.m4 serial 2
+dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
dnl Public License, this file may be distributed as part of a program
@@ -19,9 +19,8 @@ AC_DEFUN([gl_MOUNTLIST],
# Prerequisites of lib/mountlist.c not done by jm_LIST_MOUNTED_FILESYSTEMS.
AC_DEFUN([gl_PREREQ_MOUNTLIST_EXTRA],
[
- AC_REQUIRE([AC_HEADER_STDC])
dnl Note jm_LIST_MOUNTED_FILESYSTEMS checks for mntent.h, not sys/mntent.h.
- AC_CHECK_HEADERS_ONCE(fcntl.h string.h unistd.h)
+ AC_CHECK_HEADERS_ONCE(fcntl.h unistd.h)
AC_CHECK_HEADERS(sys/mntent.h)
jm_FSTYPENAME
])