comparison m4/nanosleep.m4 @ 5813:6962b5c5069f

Merge from coreutils.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 02 May 2005 07:00:50 +0000
parents abd018cd6020
children fd0ccce602e4
comparison
equal deleted inserted replaced
5812:b5145e612254 5813:6962b5c5069f
1 #serial 12 1 #serial 13
2 2
3 dnl From Jim Meyering. 3 dnl From Jim Meyering.
4 dnl Check for the nanosleep function. 4 dnl Check for the nanosleep function.
5 dnl If not found, use the supplied replacement. 5 dnl If not found, use the supplied replacement.
6 dnl 6 dnl
66 66
67 # Prerequisites of lib/nanosleep.c. 67 # Prerequisites of lib/nanosleep.c.
68 AC_DEFUN([gl_PREREQ_NANOSLEEP], 68 AC_DEFUN([gl_PREREQ_NANOSLEEP],
69 [ 69 [
70 AC_CHECK_HEADERS_ONCE(unistd.h) 70 AC_CHECK_HEADERS_ONCE(unistd.h)
71 AC_CHECK_FUNCS_ONCE(siginterrupt)
71 ]) 72 ])