From: Jim Meyering Date: Fri, 12 Sep 2003 20:41:05 +0000 (+0000) Subject: (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard X-Git-Tag: v5.1.0~698 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e038d7f023fb227ab911ba9bac517a5387fbae0f;p=thirdparty%2Fcoreutils.git (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard C headers, or for string.h. --- diff --git a/m4/mountlist.m4 b/m4/mountlist.m4 index c2af19a919..6a6b38c3fe 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 ])