]> Savannah Git Hosting - gnulib.git/commitdiff
timespec_get: port to Ubuntu 23.04
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 24 Jul 2023 00:58:03 +0000 (17:58 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 24 Jul 2023 00:58:25 +0000 (17:58 -0700)
* m4/timespec_get.m4 (gl_FUNC_TIMESPEC_GET):
Default REPLACE_TIMESPEC_GET to 0, fixing a typo.

ChangeLog
m4/timespec_get.m4

index 49b7e06ba4efea9dc617b69400994bcff27e69a9..0d49893d9590e25f6a83b2eb7f9dd7e5adaf93d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-07-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       timespec_get: port to Ubuntu 23.04
+       * m4/timespec_get.m4 (gl_FUNC_TIMESPEC_GET):
+       Default REPLACE_TIMESPEC_GET to 0, fixing a typo.
+
 2023-07-23  Bruno Haible  <bruno@clisp.org>
 
        unistr/u32-strcat: Relicense under LGPLv2+.
index 61e4bc378bba0ededa3239244fcf4a347d033c0d..72b580fbe668a332a2b816d9ad280219631a777c 100644 (file)
@@ -1,4 +1,4 @@
-# timespec_get.m4 serial 4
+# timespec_get.m4 serial 5
 dnl Copyright (C) 2021-2023 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -12,6 +12,7 @@ AC_DEFUN([gl_FUNC_TIMESPEC_GET],
   AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
 
   AC_REQUIRE([gl_CHECK_FUNC_TIMESPEC_GET])
+  REPLACE_TIMESPEC_GET=0
   if test $gl_cv_func_timespec_get != yes; then
     HAVE_TIMESPEC_GET=0
     case "$gl_cv_onwards_func_timespec_get" in