Sergey Poznyakoff wrote: > In that case the `_' macro for gnulib has to be changed to > > #define _(s) dgettext("gnulib",s)
The lib/gettext.h file already arranges for this (with the i18n domain name being not just "gnulib", but "findutils-gnulib" or similar). Bruno