summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-06-25 12:35:49 +0000
committerJim Meyering <jim@meyering.net>2005-06-25 12:35:49 +0000
commite0b32d3cb8b610ec90311cf28745fc58c5264741 (patch)
tree833a8c47809f3ceba2d5bc086f2e723beb400f7c
parentef0790fc1cdc66091a97d419041b62fa11d76808 (diff)
downloadcoreutils-e0b32d3cb8b610ec90311cf28745fc58c5264741.tar.xz
(gl_ROOT_DEV_INO): New file/macro.
-rw-r--r--m4/root-dev-ino.m414
1 files changed, 14 insertions, 0 deletions
diff --git a/m4/root-dev-ino.m4 b/m4/root-dev-ino.m4
new file mode 100644
index 000000000..abec19e70
--- /dev/null
+++ b/m4/root-dev-ino.m4
@@ -0,0 +1,14 @@
+#serial 1
+dnl Copyright (C) 2005 Free Software Foundation, Inc.
+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])
+ AC_LIBOBJ([root-dev-ino])
+
+ dnl Prerequisites
+ :
+])