From: Paul Eggert Date: Sat, 18 Aug 2012 23:27:56 +0000 (-0700) Subject: timespec: omit unnecessary AC_C_INLINE X-Git-Tag: v0.1~475 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=4f23f1d60364c4168eb013cdd8517417e692c5a7;p=gnulib.git timespec: omit unnecessary AC_C_INLINE * m4/timespec.m4 (gl_TIMESPEC): Do not require AC_C_INLINE. --- diff --git a/ChangeLog b/ChangeLog index 989aab956..f33042aee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-08-19 Paul Eggert + 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 597b9c2d1..63c00e83c 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], [:])