Hi Bruce, > But I cannot determine what patch I need to fix it. > gnulib-tool installs a bunch of stuff in "lib/" that seems like > it ought to handle it, but I get this message anyway: > > > No rule to make target '_Noreturn.h', needed by 'distdir-am'
There is absolutely no chance that we could help you, when you give out that little information. Already with normal bugs you need to provide either some context, or "How to reproduce" steps. With gnulib-tool and Automake, build issues are very sensitive to details. Therefore in this area a textual "How to reproduce" is often not enough. The best way to go forward is that you do a "make distclean", create a tarball of the project, upload it somewhere, and then show the sequence of commands - starting with a 'wget ...' - which gets you to this error message. Bruno