From: Paul Eggert Date: Mon, 24 Jul 2023 00:58:03 +0000 (-0700) Subject: timespec_get: port to Ubuntu 23.04 X-Git-Tag: v1.0~1039 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=b70b4f0cfc8f623c80012bde14047efaef8c720c;p=gnulib.git timespec_get: port to Ubuntu 23.04 * m4/timespec_get.m4 (gl_FUNC_TIMESPEC_GET): Default REPLACE_TIMESPEC_GET to 0, fixing a typo. --- 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