https://drive.google.com/open?id=1LYwEFhDRF-dflvdQUmJyw0XYwv9Ebp8m
I don't know if "wget" works with that link, but you get an offer to download it. 86 tar -xJf gnu-pw-mgr.tar.xz 87 cd gnu-pw-mgr-v2.4-dirty/ 88 ./configure --prefix=${PWD%/*}/gnu-pw-mgr-install 89 make 90 make dist On Wed, Aug 8, 2018 at 9:17 AM Bruno Haible <br...@clisp.org> wrote: > > 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 > -- - Bruce