summaryrefslogtreecommitdiff
path: root/m4/nanosleep.m4
AgeCommit message (Collapse)Author
2003-08-17Sync with gnulib.Jim Meyering
2001-09-17Use AC_DEFINE rather than AC_DEFINE_UNQUOTED, whenever the right hand side ↵Jim Meyering
need not be expanded by the shell.
2001-08-12Quote the first argument in each use of AC_DEFUN.Jim Meyering
2000-07-02fix typo in last changeJim Meyering
2000-07-02Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with ↵Jim Meyering
AC_LIBOBJ([function_name]).
2000-05-06(jm_FUNC_NANOSLEEP): Save and restore LIBS aroundJim Meyering
AC_SEARCH_LIBS call for nanosleep. (LIB_NANOSLEEP): Set and AC_SUBST.
2000-02-10(jm_FUNC_NANOSLEEP): Rename replacement function fromJim Meyering
gnu_nanosleep to rpl_nanosleep.
2000-01-25bump serialJim Meyering
2000-01-25Fix typo in cross-compiling case: s/yes/no/.Jim Meyering
2000-01-25Require AC_HEADER_TIME rather than simply using it.Jim Meyering
2000-01-19(jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.Jim Meyering
Use AC_HEADER_TIME. Volker Borchert reported that OpenBSD-2.3/sparc defines `struct timespec' in <sys/time.h>
2000-01-03tweak commentJim Meyering
2000-01-03(jm_FUNC_NANOSLEEP): Search for nanosleep in -lrtJim Meyering
(for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
1999-12-26*** empty log message ***Jim Meyering
1999-12-25*** empty log message ***Jim Meyering