From: Bruno Haible Date: Fri, 3 Jul 2020 10:18:34 +0000 (+0200) Subject: lchmod: Simplify after 2020-02-22 change. X-Git-Tag: v1.0~3928 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=af1a4b67201fe86611e6bf4a1ed528127ba85158;p=gnulib.git lchmod: Simplify after 2020-02-22 change. * m4/lchmod.m4 (gl_FUNC_LCHMOD): Don't require AC_C_INLINE. --- diff --git a/ChangeLog b/ChangeLog index a58816d174..5365f4fa9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-07-03 Bruno Haible + + lchmod: Simplify after 2020-02-22 change. + * m4/lchmod.m4 (gl_FUNC_LCHMOD): Don't require AC_C_INLINE. + 2020-07-03 Bruno Haible gen-uni-tables: Make sure the compiler does not barf on 'inline'. diff --git a/m4/lchmod.m4 b/m4/lchmod.m4 index b9e8a97cb3..a86a304f5f 100644 --- a/m4/lchmod.m4 +++ b/m4/lchmod.m4 @@ -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]) : ])