aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--m4/sys_stat_h.m45
2 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 30a431363cc..b4f74aea850 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12012-09-22 Paul Eggert <eggert@cs.ucla.edu>
2
3 Merge from gnulib, incorporating:
4 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
5
12012-09-19 Tassilo Horn <tsdh@gnu.org> 62012-09-19 Tassilo Horn <tsdh@gnu.org>
2 7
3 * doc/emacs/misc.texi (DocView Slicing): Document new slice from 8 * doc/emacs/misc.texi (DocView Slicing): Document new slice from
diff --git a/m4/sys_stat_h.m4 b/m4/sys_stat_h.m4
index f45dee1dc4d..8af3353ea51 100644
--- a/m4/sys_stat_h.m4
+++ b/m4/sys_stat_h.m4
@@ -1,4 +1,4 @@
1# sys_stat_h.m4 serial 27 -*- Autoconf -*- 1# sys_stat_h.m4 serial 28 -*- Autoconf -*-
2dnl Copyright (C) 2006-2012 Free Software Foundation, Inc. 2dnl Copyright (C) 2006-2012 Free Software Foundation, Inc.
3dnl This file is free software; the Free Software Foundation 3dnl This file is free software; the Free Software Foundation
4dnl gives unlimited permission to copy and/or distribute it, 4dnl gives unlimited permission to copy and/or distribute it,
@@ -11,9 +11,6 @@ AC_DEFUN([gl_HEADER_SYS_STAT_H],
11[ 11[
12 AC_REQUIRE([gl_SYS_STAT_H_DEFAULTS]) 12 AC_REQUIRE([gl_SYS_STAT_H_DEFAULTS])
13 13
14 dnl For the mkdir substitute.
15 AC_REQUIRE([AC_C_INLINE])
16
17 dnl Check for broken stat macros. 14 dnl Check for broken stat macros.
18 AC_REQUIRE([AC_HEADER_STAT]) 15 AC_REQUIRE([AC_HEADER_STAT])
19 16