1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 02:30:35 +02:00
Files
coreutils/m4/root-dev-ino.m4
T

16 lines
456 B
Plaintext
Raw Normal View History

#serial 2
dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc.
2005-06-25 12:35:49 +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_ROOT_DEV_INO],
[
AC_LIBSOURCES([root-dev-ino.c, root-dev-ino.h, dev-ino.h, same-inode.h])
2005-06-25 12:35:49 +00:00
AC_LIBOBJ([root-dev-ino])
dnl Prerequisites
2005-06-25 12:36:58 +00:00
AC_REQUIRE([AC_FUNC_LSTAT])
2005-06-25 12:35:49 +00:00
:
])