Description: A that conforms to C1X. Files: m4/stdnoreturn.m4 Depends-on: _Noreturn configure.ac: gl_STDNORETURN_H Makefile.am: BUILT_SOURCES += $(STDNORETURN_H) # Create when the system doesn't have one that works. if GL_GENERATE_STDNORETURN_H stdnoreturn.h: $(top_builddir)/config.status $(_NORETURN_H) { cat $(_NORETURN_H) && echo '#define noreturn _Noreturn'; } > $@-t mv $@-t $@ else stdnoreturn.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += stdnoreturn.h Include: License: LGPLv2+ Maintainer: all