1#serial 2
2
3# Copyright (C) 2005 Free Software Foundation, Inc.
4#
5# This file is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9AC_DEFUN([gl_STAT_MACROS],
10[
11  AC_LIBSOURCES([stat-macros.h])
12
13  AC_REQUIRE([AC_HEADER_STAT])
14])
15