From: Paul Eggert Date: Thu, 28 Apr 2005 16:55:16 +0000 (+0000) Subject: New file, from gnulib, except that gl_STAT_MACROS X-Git-Tag: CPPI-1_12~913 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07f73eefb027e32170b9401852c1327e87a25345;p=thirdparty%2Fcoreutils.git New file, from gnulib, except that gl_STAT_MACROS also requires AC_HEADER_STAT. --- diff --git a/m4/stat-macros.m4 b/m4/stat-macros.m4 new file mode 100644 index 0000000000..418ac42d31 --- /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]) +])