diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-05-25 12:13:33 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-05-25 12:13:33 (GMT) |
commit | 80e155c9cf826d977393ee130a07be599401335e (patch) | |
tree | 4b04b0ad9e68d9b8aab40ea2851f60623fefb679 | |
parent | 3e3f4b233d59b403a4b4e56de3054692f2d39657 (diff) | |
download | monitoring-plugins-80e155c9cf826d977393ee130a07be599401335e.tar.gz |
Sync with coreutils 5.96
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1402 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | m4/ls-mntd-fs.m4 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/m4/ls-mntd-fs.m4 b/m4/ls-mntd-fs.m4 index ed24386..a4c8089 100644 --- a/m4/ls-mntd-fs.m4 +++ b/m4/ls-mntd-fs.m4 | |||
@@ -1,7 +1,7 @@ | |||
1 | #serial 20 | 1 | #serial 21 |
2 | # How to list mounted file systems. | 2 | # How to list mounted file systems. |
3 | 3 | ||
4 | # Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software | 4 | # Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006 Free Software |
5 | # Foundation, Inc. | 5 | # Foundation, Inc. |
6 | # | 6 | # |
7 | # This file is free software; the Free Software Foundation | 7 | # This file is free software; the Free Software Foundation |
@@ -20,7 +20,8 @@ dnl | |||
20 | AC_DEFUN([AC_FUNC_GETMNTENT], | 20 | AC_DEFUN([AC_FUNC_GETMNTENT], |
21 | [# getmntent is in the standard C library on UNICOS, in -lsun on Irix 4, | 21 | [# getmntent is in the standard C library on UNICOS, in -lsun on Irix 4, |
22 | # -lseq on Dynix/PTX, -lgen on Unixware. | 22 | # -lseq on Dynix/PTX, -lgen on Unixware. |
23 | AC_SEARCH_LIBS(getmntent, [sun seq gen], [AC_CHECK_FUNCS(getmntent)]) | 23 | AC_SEARCH_LIBS(getmntent, [sun seq gen]) |
24 | AC_CHECK_FUNCS(getmntent) | ||
24 | ]) | 25 | ]) |
25 | 26 | ||
26 | # gl_LIST_MOUNTED_FILE_SYSTEMS([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) | 27 | # gl_LIST_MOUNTED_FILE_SYSTEMS([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) |