X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fpoll;h=03304154a4ebd8dddc8e61bc2f69bd6c72f10851;hb=b22f2f094e1218b738ce6168ce13eb3d018c24d3;hp=a03affbbc44d983296a5e17c6ed36455b9861b8d;hpb=7e4a3ea582fe5a1224685a0bc852e22f91f18abc;p=gnulib.git diff --git a/modules/poll b/modules/poll index a03affbbc..03304154a 100644 --- a/modules/poll +++ b/modules/poll @@ -7,24 +7,29 @@ lib/poll_.h m4/poll.m4 Depends-on: +sys_select +sys_time configure.ac: gl_FUNC_POLL Makefile.am: -EXTRA_DIST += poll_.h +BUILT_SOURCES += $(POLL_H) -# We need the following in order to create an when the system +# We need the following in order to create when the system # doesn't have one. -all-local $(lib_OBJECTS): @POLL_H@ poll.h: poll_.h - cp $(srcdir)/poll_.h poll.h-t - mv poll.h-t 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 -