From: Bruno Haible Date: Thu, 31 Dec 2009 14:12:41 +0000 (+0100) Subject: Remove unnecessary AC_C_INLINE invocation. X-Git-Tag: v0.1~4947 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=136edbc25f2c86265b6931a58eb4ad0bf290945a;p=gnulib.git Remove unnecessary AC_C_INLINE invocation. --- diff --git a/ChangeLog b/ChangeLog index d5ff55f30..819445916 100644 --- 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 index f774a9efa..5a12b87f0 100644 --- 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 @@ AC_DEFUN([gl_FUNC_POPEN], # Prerequisites of lib/popen.c. AC_DEFUN([gl_PREREQ_POPEN], [ - AC_REQUIRE([AC_C_INLINE]) + : ])