Hi Simon, > Some modules, e.g. havelib, ship a config.rpath into build-aux. > However, autopoint doesn't like this file and complains: > > [EMAIL PROTECTED]:~/src/gnutls$ autopoint > autopoint: File build-aux/config.rpath has been locally modified. > autopoint: *** Some files have been locally modified. Not overwriting them > because --force has not been specified. For your convenience, you find the > local modifications in the file '/tmp/gtl31708/autopoint.diff'. > autopoint: *** Stop. > > In the past, I have just removed the gnulib config.rpath copy, but > this seems like the wrong thing. > > Any suggestions?
The config.rpath in gnulib is newer than the one from the latest gettext release (0.16.1). Therefore I would move build-aux/config.rpath away so that autopoint doesn't see it, and then move it back. > Does it matter which script is used by each tool? It matters for OpenBSD users. > 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. Bruno