RE: amd64
"Wichmann, Mats D" <[email protected]> Mon, 16 Feb 2004 06:39:03 -0800
| Newsgroups | gmane.linux.lsb.implementation |
|---|---|
| Message-ID | <[email protected]> |
> > The test for msgfmt is embedded in autoconf, it > > doesn't even appear in the configure.in scripts, > > but is generated into the configure scripts, > > so it's effectively...everywhere. > > This seems to be avoidable by > 'export MSGFMT=<path_to_msgfmt>' > No check will be done then, and gettext is used from glibc Thanks! Does that require a real copy of msgfmt to be installed and be pointed to, or is the mere fact of pointing to *something* enough to get what we want? Mats