X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fpoll;h=64c1de5c54c3e52bc2dbf049f3e761619190cf46;hb=5432287a033855c8c7a36f3aa055e0db60fb3383;hp=3ac7c8cbeae278b0ab304ee69452dd43a08fb1b1;hpb=17959d7c83195b5568ac4c311d2754971efd4b90;p=gnulib.git diff --git a/modules/poll b/modules/poll index 3ac7c8cbe..64c1de5c5 100644 --- a/modules/poll +++ b/modules/poll @@ -7,9 +7,11 @@ lib/poll.in.h m4/poll.m4 Depends-on: +alloca +select sys_select sys_time -EOVERFLOW +errno configure.ac: gl_FUNC_POLL @@ -20,14 +22,15 @@ BUILT_SOURCES += $(POLL_H) # We need the following in order to create when the system # doesn't have one. poll.h: poll.in.h + $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/poll.in.h; \ - } > $@-t + } > $@-t && \ mv -f $@-t $@ MOSTLYCLEANFILES += poll.h poll.h-t Include: -#include + License: LGPLv2+