changeset 5727:5ca606ad3dd8

(gl_STAT_MACROS): New file/macro.
author Jim Meyering <jim@meyering.net>
date Tue, 22 Mar 2005 07:44:41 +0000
parents c56b0ae505cd
children 4cb741d5d900
files m4/stat-macros.m4
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/m4/stat-macros.m4
@@ -0,0 +1,12 @@
+#serial 1
+
+# 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])
+])