+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
-# 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,
# Prerequisites of lib/popen.c.
AC_DEFUN([gl_PREREQ_POPEN],
[
- AC_REQUIRE([AC_C_INLINE])
+ :
])