From 07f73eefb027e32170b9401852c1327e87a25345 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 28 Apr 2005 16:55:16 +0000 Subject: New file, from gnulib, except that gl_STAT_MACROS also requires AC_HEADER_STAT. --- m4/stat-macros.m4 | 14 ++++++++++++++ 1 file changed, 14 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 000000000..418ac42d3 --- /dev/null +++ b/m4/stat-macros.m4 @@ -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]) +]) -- cgit v1.2.3-54-g00ecf