mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 05:50:26 +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:
parent
10c29ebde5
commit
d1f2417102
2 changed files with 4 additions and 2 deletions
|
@ -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.
|
dnl and arrange to make it executable in the process.
|
||||||
AC_DEFUN([GUILE_CONFIG_SCRIPT],[AC_CONFIG_FILES([$1],[chmod +x $1])])
|
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 Copyright (C) 2002-2006, 2009-2011 Free Software Foundation, Inc.
|
||||||
dnl This file is free software; the Free Software Foundation
|
dnl This file is free software; the Free Software Foundation
|
||||||
dnl gives unlimited permission to copy and/or distribute it,
|
dnl gives unlimited permission to copy and/or distribute it,
|
||||||
|
|
|
@ -68,7 +68,9 @@ dnl Gnulib.
|
||||||
gl_INIT
|
gl_INIT
|
||||||
dnl FIXME: remove me and the acinclude.m4 code when clock-gettime is
|
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 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
|
gl_CLOCK_TIME
|
||||||
|
|
||||||
AC_PROG_CC_C89
|
AC_PROG_CC_C89
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue