gnulib-common.m4: make glibc write diagnostics to stderr, not /dev/tty
[pspp] / m4 / stat-macros.m4
index 09706f894950f3987d45984764bf56477b786038..a59b85db5fc0727a3c7136e219578f1dc72a77db 100644 (file)
@@ -1,6 +1,6 @@
-#serial 1
+#serial 3
 
-# Copyright (C) 2005 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2006, 2009, 2010 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -8,5 +8,5 @@
 
 AC_DEFUN([gl_STAT_MACROS],
 [
-  AC_LIBSOURCES([stat-macros.h])
+  AC_REQUIRE([AC_HEADER_STAT])
 ])