bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 16/16] timespec: omit unnecessary AC_C_INLINE


From: Paul Eggert
Subject: [PATCH 16/16] timespec: omit unnecessary AC_C_INLINE
Date: Sat, 18 Aug 2012 17:58:02 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0

* m4/timespec.m4 (gl_TIMESPEC): Do not require AC_C_INLINE.
---
 ChangeLog      |    3 +++
 m4/timespec.m4 |    8 ++------
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 596593c..6abba93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-08-18  Paul Eggert  <address@hidden>
 
+       timespec: omit unnecessary AC_C_INLINE
+       * m4/timespec.m4 (gl_TIMESPEC): Do not require AC_C_INLINE.
+
        stat-time: omit unnecessary AC_C_INLINE
        * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
        Do not require AC_C_INLINE.
diff --git a/m4/timespec.m4 b/m4/timespec.m4
index 597b9c2..63c00e8 100644
--- a/m4/timespec.m4
+++ b/m4/timespec.m4
@@ -1,4 +1,4 @@
-#serial 14
+#serial 15
 
 # Copyright (C) 2000-2001, 2003-2007, 2009-2012 Free Software Foundation, Inc.
 
@@ -8,8 +8,4 @@
 
 dnl From Jim Meyering
 
-AC_DEFUN([gl_TIMESPEC],
-[
-  dnl Prerequisites of lib/timespec.h.
-  AC_REQUIRE([AC_C_INLINE])
-])
+AC_DEFUN([gl_TIMESPEC], [:])
-- 
1.7.6.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]