]> Savannah Git Hosting - gnulib.git/commitdiff
lchmod: Simplify after 2020-02-22 change.
authorBruno Haible <bruno@clisp.org>
Fri, 3 Jul 2020 10:18:34 +0000 (12:18 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 3 Jul 2020 10:19:21 +0000 (12:19 +0200)
* m4/lchmod.m4 (gl_FUNC_LCHMOD): Don't require AC_C_INLINE.

ChangeLog
m4/lchmod.m4

index a58816d174be957eddceb0fe51a976cdc4d370d4..5365f4fa9e6236f21dbfd3ff89af4498abdc45f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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'.
index b9e8a97cb31d394b438bf108bcebcc9766d4772f..a86a304f5f129a18661394e610effe77545a6a6a 100644 (file)
@@ -1,4 +1,4 @@
-#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
@@ -26,6 +26,5 @@ AC_DEFUN([gl_FUNC_LCHMOD],
 # Prerequisites of lib/lchmod.c.
 AC_DEFUN([gl_PREREQ_LCHMOD],
 [
-  AC_REQUIRE([AC_C_INLINE])
   :
 ])