changeset 12540:61fb25fd82e7

Remove unnecessary AC_C_INLINE invocation.
author Bruno Haible <bruno@clisp.org>
date Thu, 31 Dec 2009 15:12:41 +0100
parents dafd055586ef
children 1b9d71e4e297
files ChangeLog m4/popen.m4
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-31  Bruno Haible  <bruno@clisp.org>
+
+	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  <meyering@redhat.com>
 
 	maint.mk: don't require explicit gpg_key_ID in cfg.mk
--- 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])
+  :
 ])