1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

Comment on the Gnulib `clock-gettime' workaround.

* acinclude.m4: Remove `clock_time.m4' serial.

* configure.ac: Add URL of the discussion about `clock-gettime'.
This commit is contained in:
Ludovic Courtès 2011-06-19 16:39:22 +02:00
parent 10c29ebde5
commit d1f2417102
2 changed files with 4 additions and 2 deletions

View file

@ -533,7 +533,7 @@ dnl Declare file $1 to be a script that needs configuring,
dnl and arrange to make it executable in the process.
AC_DEFUN([GUILE_CONFIG_SCRIPT],[AC_CONFIG_FILES([$1],[chmod +x $1])])
# clock_time.m4 serial 10
dnl Copyright (C) 2002-2006, 2009-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,

View file

@ -68,7 +68,9 @@ dnl Gnulib.
gl_INIT
dnl FIXME: remove me and the acinclude.m4 code when clock-gettime is
dnl fixed for clock_getcpuclockid and can be imported normally from
dnl gnulib.
dnl gnulib. See
dnl <http://lists.gnu.org/archive/html/bug-gnulib/2011-06/msg00227.html>
dnl for details.
gl_CLOCK_TIME
AC_PROG_CC_C89