pkg-monitoring-plugins/gl/m4/mountlist.m4

20 lines
677 B
Plaintext
Raw Normal View History

# serial 11
dnl Copyright (C) 2002-2006, 2009-2013 Free Software Foundation, Inc.
2013-11-26 22:53:19 +00:00
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_MOUNTLIST],
[
gl_LIST_MOUNTED_FILE_SYSTEMS([gl_cv_list_mounted_fs=yes],
2013-11-26 22:57:29 +00:00
[gl_cv_list_mounted_fs=no])
2013-11-26 22:53:19 +00:00
])
# Prerequisites of lib/mountlist.c not done by gl_LIST_MOUNTED_FILE_SYSTEMS.
AC_DEFUN([gl_PREREQ_MOUNTLIST_EXTRA],
[
dnl Note gl_LIST_MOUNTED_FILE_SYSTEMS checks for mntent.h, not sys/mntent.h.
AC_CHECK_HEADERS([sys/mntent.h])
2013-11-26 22:53:19 +00:00
gl_FSTYPENAME
])