Fix bug reported today by Mike Frysinger: mkdir -pv is logging the
[coreutils/bo.git] / m4 / root-dev-ino.m4
blobcebc0faf7a14719bc641b46ed253f6fb2e3987fc
1 #serial 2
2 dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved.
7 AC_DEFUN([gl_ROOT_DEV_INO],
9   AC_LIBSOURCES([root-dev-ino.c, root-dev-ino.h, dev-ino.h, same-inode.h])
10   AC_LIBOBJ([root-dev-ino])
12   dnl Prerequisites
13   AC_REQUIRE([AC_FUNC_LSTAT])
14   :