On Mon, 23 Jul 2012, Daniel Richard G. wrote:
> This is a small patch that I've been sitting on for some time. It moves
> the generation of config.h.generic from the PrepareRelease script to
> Makefile.am, for consistency with the existing pcre.h.generic rule. Also,
> it adds a missing backslash to PrepareRelease.
>
> (Note that PrepareRelease no longer has anything to do with respect to
> these files, because with this patch, both are generated automatically in
> the course of a "make dist".)
Perhaps I'm being stupid, but I do not understand how the code you have
put in Makefile.am causes ./configure to run in order to generate a
default config.h.
On Mon, 23 Jul 2012, Daniel Richard G. wrote:
> I found after sending in my patch that it breaks "make distcheck". A
> corrected patch is attached.