# HG changeset patch # User Bruno Haible # Date 1262268761 -3600 # Node ID 61fb25fd82e7f3e33709b2a74ebdd160e3a30bdb # Parent dafd055586ef4692674c2d784f181d7f9486689f Remove unnecessary AC_C_INLINE invocation. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-12-31 Bruno Haible + + Remove unnecessary AC_C_INLINE invocation. + * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed + since 2009-08-21. + 2009-12-31 Jim Meyering maint.mk: don't require explicit gpg_key_ID in cfg.mk diff --git a/m4/popen.m4 b/m4/popen.m4 --- a/m4/popen.m4 +++ b/m4/popen.m4 @@ -1,4 +1,4 @@ -# popen.m4 serial 1 +# popen.m4 serial 2 dnl Copyright (C) 2009 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -30,5 +30,5 @@ # Prerequisites of lib/popen.c. AC_DEFUN([gl_PREREQ_POPEN], [ - AC_REQUIRE([AC_C_INLINE]) + : ])