mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
(mc_AC_GET_FS_INFO): rename to mc_GET_FS_INFO...
since it is not from Autoconf. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
392a9b6f92
commit
dc999a23eb
@ -265,7 +265,7 @@ AC_CHECK_LIB(seq, get_process_stats, [
|
|||||||
[Define if you have function `get_process_stats' and
|
[Define if you have function `get_process_stats' and
|
||||||
have to use that instead of gettimeofday])])
|
have to use that instead of gettimeofday])])
|
||||||
|
|
||||||
mc_AC_GET_FS_INFO
|
mc_GET_FS_INFO
|
||||||
|
|
||||||
|
|
||||||
dnl ############################################################################
|
dnl ############################################################################
|
||||||
|
@ -97,7 +97,7 @@ dnl
|
|||||||
dnl To get information about the disk, mount points, etc.
|
dnl To get information about the disk, mount points, etc.
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
AC_DEFUN([mc_AC_GET_FS_INFO], [
|
AC_DEFUN([mc_GET_FS_INFO], [
|
||||||
AC_CHECK_HEADERS([fcntl.h utime.h])
|
AC_CHECK_HEADERS([fcntl.h utime.h])
|
||||||
|
|
||||||
gl_MOUNTLIST
|
gl_MOUNTLIST
|
||||||
|
Loading…
Reference in New Issue
Block a user