From 0796668d33cc3f58520d8656d5dc18687afc940a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 22 Mar 2005 07:44:41 +0000 Subject: [PATCH] (gl_STAT_MACROS): New file/macro. --- m4/stat-macros.m4 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 m4/stat-macros.m4 diff --git a/m4/stat-macros.m4 b/m4/stat-macros.m4 new file mode 100644 index 0000000000..09706f8949 --- /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]) +]) -- 2.30.2