* sunrpc/rpc_main.c (main): Call textdomain.

This commit is contained in:
Roland McGrath 1996-03-28 21:00:28 +00:00
parent 7a1c652d58
commit c475b8f594
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,7 @@
Thu Mar 28 14:22:51 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
* sunrpc/rpc_main.c (main): Call textdomain.
* MakeTAGS (XGETTEXTFLAGS-siglist.pot, XGETTEXTFLAGS-errlist.pot): Add
--no-location.
(all-pot): Replace $(subdirs) files with $P/subdirs.pot.

View File

@ -70,6 +70,9 @@ main(argc, argv)
{
struct commandline cmd;
/* Use the libc message catalog for translations. */
textdomain (_libc_intl_domainname);
if (!parseargs(argc, argv, &cmd)) {
f_print(stderr,
_("usage: %s infile\n"), cmdname);