From b70b4f0cfc8f623c80012bde14047efaef8c720c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 23 Jul 2023 17:58:03 -0700 Subject: [PATCH] timespec_get: port to Ubuntu 23.04 * m4/timespec_get.m4 (gl_FUNC_TIMESPEC_GET): Default REPLACE_TIMESPEC_GET to 0, fixing a typo. --- ChangeLog | 6 ++++++ m4/timespec_get.m4 | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 49b7e06ba4..0d49893d95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023-07-23 Paul Eggert + + 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 unistr/u32-strcat: Relicense under LGPLv2+. diff --git a/m4/timespec_get.m4 b/m4/timespec_get.m4 index 61e4bc378b..72b580fbe6 100644 --- a/m4/timespec_get.m4 +++ b/m4/timespec_get.m4 @@ -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 -- 2.39.5