Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > The solution is probably to upgrade gettext to the latest version. Or > to remove our gettext support stuff from trunk and let autoconf do its > thing.
For information: I have a patch in my tree that removes all gettext stuff from the svn tree and calls autopoint in autogen.sh instead. It is bound to create problems, but I am confident they will be solved in time. The only change I removed that might be useful is the following: ------------------------------------------------------------------------ r20527 | forenr | 2007-09-27 00:50:00 +0200 (jeu, 27 sep 2007) | 6 lines Make sure that an empty po/POTFILES.in file exists at configure time, otherwise no Makefile is generated in the po dir and compilation fails. Once the empty file served the purpose, remove it in order to immediately trigger its regeneration, which would only happen after updating one of the Makefile.am files. ------------------------------------------------------------------------ Enrico, we'll have a look whether this is still needed after I commit. Jose', please tell me when/if I can commit this (not before beta3, I presume :) JMarc