X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fsignal;h=c96de909fb6c2c560d49e9c17d6f3f1d2ef25f8e;hb=01e8ce7e11ae94ffee674a9631103674c0fcb6ca;hp=26a39b94797ca82378f7062d2f4e133d59142b61;hpb=ab681e53f8100fdb144e0a100d6f2da9ff7c005f;p=gnulib.git diff --git a/modules/signal b/modules/signal index 26a39b947..c96de909f 100644 --- a/modules/signal +++ b/modules/signal @@ -2,11 +2,11 @@ Description: A GNU-like . Files: -lib/signal_.h +lib/signal.in.h m4/signal_h.m4 Depends-on: -absolute-header +include_next link-warning configure.ac: @@ -17,16 +17,16 @@ BUILT_SOURCES += signal.h # We need the following in order to create when the system # doesn't have a complete one. -signal.h: signal_.h +signal.h: signal.in.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - sed -e 's|@''ABSOLUTE_SIGNAL_H''@|$(ABSOLUTE_SIGNAL_H)|g' \ - -e 's/@''HAVE_INCLUDE_NEXT''@/$(HAVE_INCLUDE_NEXT)/g' \ + 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|@''HAVE_POSIX_SIGNALBLOCKING''@|$(HAVE_POSIX_SIGNALBLOCKING)|g' \ -e 's|@''HAVE_SIGSET_T''@|$(HAVE_SIGSET_T)|g' \ -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ - < $(srcdir)/signal_.h; \ + < $(srcdir)/signal.in.h; \ } > $@-t mv $@-t $@ MOSTLYCLEANFILES += signal.h signal.h-t