X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fpoll;h=03304154a4ebd8dddc8e61bc2f69bd6c72f10851;hb=6fb8ffda3e174cd01655f87065f8ade6f536014d;hp=1d796adc24efa0ed01f14c7aaac146830ea493a8;hpb=8577bd357660986eaceacf6f8b0fd6870d2098b7;p=gnulib.git diff --git a/modules/poll b/modules/poll index 1d796adc2..03304154a 100644 --- a/modules/poll +++ b/modules/poll @@ -7,17 +7,29 @@ lib/poll_.h m4/poll.m4 Depends-on: +sys_select +sys_time configure.ac: gl_FUNC_POLL Makefile.am: -noinst_HEADERS += poll_.h -DISTCLEANFILES += poll.h +BUILT_SOURCES += $(POLL_H) + +# We need the following in order to create when the system +# doesn't have one. +poll.h: poll_.h + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/poll_.h; \ + } > $@-t + mv -f $@-t $@ +MOSTLYCLEANFILES += poll.h poll.h-t Include: #include +License: +LGPL + Maintainer: Paolo Bonzini -