Simon Josefsson wrote: > This is useful in gnutls, which uses a different gettext domain than the > top-level package name. Pushed.
Hi Simon, That looks fine. However, note that it downloads all .po files every time. Have you considered adjusting that rule to work like the code in bootstrap, that uses rsync and a cache? That avoids not only the wasteful re-download when things haven't changed, but also the relatively expensive updates that would be required when .po file time stamps change unnecessarily. Note that bootstrap too assumes $package == $domain, so it would need a similar change to be useful for you. I've just merged a tiny change from gnulib's build-aux/bootstrap into coreutils' bootstrap, and will merge the other way today or tomorrow: there have been several bug fixes and improvements.