Bruno Haible <br...@clisp.org> writes: >> Would this problem go away if gnulib's copy is updated? > > This problem will only go away when either the integration between > gettextize and automake is improved (but this is stalled since apparently > currently noone with automake skills seriously wants to work with me on it), > or when gnulib-tool is mature enough that it can replace gettextize and > autopoint. > > Until then, you have to overwrite autopoint'ed files with copies brought in > by gnulib-tool.
Is this still the recommended practice for using autopoint and gnulib-tool together? I ran into an issue where size_max.m4 imported by autopoint was older than the copy provided by gnulib. Overwriting the m4 files created by autopoint with gnulib-tool causes autoconf, automake, ./configure etc to be re-run before 'make' works, which significantly slows down building my projects, so I'd like to find some other solution. /Simon