* m4/timespec_get.m4 (gl_FUNC_TIMESPEC_GET):
Default REPLACE_TIMESPEC_GET to 0, fixing a typo.
+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+.
-# 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,
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