]> Savannah Git Hosting - gnulib.git/commitdiff
timespec: omit unnecessary AC_C_INLINE
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Aug 2012 23:27:56 +0000 (16:27 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Aug 2012 21:13:56 +0000 (14:13 -0700)
* m4/timespec.m4 (gl_TIMESPEC): Do not require AC_C_INLINE.

ChangeLog
m4/timespec.m4

index 989aab956fe57589b2419b9c412f70f5dadf118a..f33042aee85decb0603bccbcc6f3acf3bf040688 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-08-19  Paul Eggert  <eggert@cs.ucla.edu>
 
+       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.
index 597b9c2d1aff9bfc3c2a0e7b78b29a525defaf55..63c00e83cdfb6346884d58f92dd4435339d2b7d4 100644 (file)
@@ -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], [:])