summaryrefslogtreecommitdiff
path: root/m4/poll.m4
Commit message (Collapse)AuthorAgeFilesLines
* Update Gnulib to v0.1-4379-g2ef5a9b4bAndy Wingo2021-01-201-11/+16
| | | | Also bump required autoconf version to 2.64, as required by Gnulib.
* Update Gnulib to v0.1-1157-gb03f418.Andy Wingo2017-02-151-1/+1
|
* Update Gnulib to 68b6ade.Andy Wingo2016-07-071-1/+1
| | | | | Also add --conditional-dependencies to the flags. See: https://lists.gnu.org/archive/html/guile-devel/2016-07/msg00012.html
* Revert "Update Gnulib to v0.1-603-g1d16a7b"Andy Wingo2015-10-251-1/+1
| | | | | | | | This reverts commit 2d4da30fdefbcdb065d4b1f48f2a77d06f69e3c3. This Gnulib update was causing failures related to timezones in stime.c. I tried to fix it by adopting the time_rz module from gnulib but that then caused other failures. We can try again later.
* Update Gnulib to v0.1-603-g1d16a7bAndy Wingo2015-10-221-1/+1
|
* Update Gnulib to v0.1-77-gd9361daMark H Weaver2014-02-031-1/+1
|
* import `poll' from gnulibJason Earl2013-03-101-0/+103
* lib/Makefile.am: * lib/poll.c: * lib/poll.in.h: * m4/gnulib-cache.m4: * m4/gnulib-comp.m4: * m4/poll.m4: * m4/poll_h.m4: Add poll gnulib module.