* m4/lchmod.m4 (gl_FUNC_LCHMOD): Don't require AC_C_INLINE.
+2020-07-03 Bruno Haible <bruno@clisp.org>
+
+ lchmod: Simplify after 2020-02-22 change.
+ * m4/lchmod.m4 (gl_FUNC_LCHMOD): Don't require AC_C_INLINE.
+
2020-07-03 Bruno Haible <bruno@clisp.org>
gen-uni-tables: Make sure the compiler does not barf on 'inline'.
-#serial 7
+#serial 8
dnl Copyright (C) 2005-2006, 2008-2020 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
# Prerequisites of lib/lchmod.c.
AC_DEFUN([gl_PREREQ_LCHMOD],
[
- AC_REQUIRE([AC_C_INLINE])
:
])