(gl_STAT_MACROS): New file/macro.
authorJim Meyering <jim@meyering.net>
Tue, 22 Mar 2005 07:44:41 +0000 (07:44 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 22 Mar 2005 07:44:41 +0000 (07:44 +0000)
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..09706f8
--- /dev/null
@@ -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])
+])