X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fsignal;h=5bf24bcbb1c7218b97a370f22cb95659cc912536;hb=232b64ac929c3675c345d1b6003fc7ad725840a3;hp=afe6ab3b41bc1b9eaddc89fcdd25a4261a32d740;hpb=cfb3906f210bec09f48f5d48511b72064153311a;p=gnulib.git diff --git a/modules/signal b/modules/signal index afe6ab3b4..5bf24bcbb 100644 --- a/modules/signal +++ b/modules/signal @@ -1,44 +1,19 @@ Description: -A GNU-like . +Placeholder for eventual signal() replacement. Files: -lib/signal.in.h -m4/signal_h.m4 Depends-on: -include_next -link-warning +signal-h configure.ac: -gl_SIGNAL_H Makefile.am: -BUILT_SOURCES += signal.h - -# We need the following in order to create when the system -# doesn't have a complete one. -signal.h: signal.in.h - rm -f $@-t $@ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ - -e 's|@''NEXT_SIGNAL_H''@|$(NEXT_SIGNAL_H)|g' \ - -e 's|@''GNULIB_SIGPROCMASK''@|$(GNULIB_SIGPROCMASK)|g' \ - -e 's|@''GNULIB_SIGACTION''@|$(GNULIB_SIGACTION)|g' \ - -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|$(HAVE_POSIX_SIGNALBLOCKING)|g' \ - -e 's|@''HAVE_SIGSET_T''@|$(HAVE_SIGSET_T)|g' \ - -e 's|@''HAVE_SIGINFO_T''@|$(HAVE_SIGINFO_T)|g' \ - -e 's|@''HAVE_SIGACTION''@|$(HAVE_SIGACTION)|g' \ - -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ - < $(srcdir)/signal.in.h; \ - } > $@-t - mv $@-t $@ -MOSTLYCLEANFILES += signal.h signal.h-t Include: -#include License: -LGPL +LGPLv2+ Maintainer: -all +Bruno Haible