On 2/23/07, Daniel Jacobowitz <[EMAIL PROTECTED]> wrote:
One of the items on my plate is figuring out the best way to regenerate the generated .h files after moving them to gnulib. One way would be at gnulib-tool time, another to have a separate script and keep updated copies checked in.
``gnulib-tool time'' is a good time. That happens once at source-hierarchy-assembly time. I've had way too much experience messing around with compilable derived files. They change rarely and are a pain to manage with build tools that presume that all derived files come from hand edited source. ``gnulib-tool time'' is perfect. - Bruce