projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92390a7
)
(gl_STAT_MACROS): New file/macro.
author
Jim Meyering
<jim@meyering.net>
Tue, 22 Mar 2005 07:44:41 +0000
(07:44 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 22 Mar 2005 07:44:41 +0000
(07:44 +0000)
m4/stat-macros.m4
[new file with mode: 0644]
patch
|
blob
diff --git a/m4/stat-macros.m4
b/m4/stat-macros.m4
new file mode 100644
(file)
index 0000000..
09706f8
--- /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])
+])