X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fpoll;h=03304154a4ebd8dddc8e61bc2f69bd6c72f10851;hb=b432ad197bb6b96fecde723e9eac6f78f148fd31;hp=9e59f79607417d6f0a3cba201ae1b2ff827b5dbc;hpb=2652a32d3640b6a344adc5797080d8de4ae663a8;p=gnulib.git diff --git a/modules/poll b/modules/poll index 9e59f7960..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: BUILT_SOURCES += $(POLL_H) -EXTRA_DIST += 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 $@-t - mv $@-t $@ + { 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