]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
New file, from gnulib, except that gl_STAT_MACROS
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Apr 2005 16:55:16 +0000 (16:55 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Apr 2005 16:55:16 +0000 (16:55 +0000)
also requires AC_HEADER_STAT.

m4/stat-macros.m4 [new file with mode: 0644]

diff --git a/m4/stat-macros.m4 b/m4/stat-macros.m4
new file mode 100644 (file)
index 0000000..418ac42
--- /dev/null
@@ -0,0 +1,14 @@
+#serial 2
+
+# Copyright (C) 2005 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+AC_DEFUN([gl_STAT_MACROS],
+[
+  AC_LIBSOURCES([stat-macros.h])
+  
+  AC_REQUIRE([AC_HEADER_STAT])
+])