From 8ca5c11bdfa4c5cc6ef75d048340f8854c8b3eaf Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 8 Sep 1996 02:07:08 +0000 Subject: second update 960907 from main archive Sun Sep 8 02:36:02 1996 Ulrich Drepper * locale/SYS_libc.c (_libc_intl_domainname): Change value to "libc". This is consistent with all other GNU packages. We shouldn't take care for a possible clash. Somebody will name the domain of a package libc if it is not the libc itself. * MakeTAGS ($P/SYS_libc.pot): Rename to $P/libc.pot. * po/Makefile (domainname): Change to libc. (distribute): Now ship libc.pot. * catgets/gencat.c (usage): Use `PACKAGE' for package name in version information banner. Change bug report address to bug-glibc@prep not @gnu. * db/makedb.c (PACKAGE): New macro. Set to _libc_intl_domain. (main): Use `PACKAGE' for package name in version information banner. Change bug report address to bug-glibc@prep not @gnu. * locale/programs/locale.c (main): Use `PACKAGE' for package name in version information banner. Change bug report address to bug-glibc@prep not @gnu. * locale/programs/localedef.c (main): Likewise. * version.h (VERSION): Bump to 1.94. * libio/iofdopen: Initialize _lock field only if _IO_MTSAFE_IO. --- db/makedb.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'db') diff --git a/db/makedb.c b/db/makedb.c index d7215957..3dc5b34 100644 --- a/db/makedb.c +++ b/db/makedb.c @@ -32,6 +32,7 @@ Boston, MA 02111-1307, USA. */ /* Get libc version number. */ #include "../version.h" +#define PACKAGE _libc_intl_domainname /* Long options. */ static const struct option long_options[] = @@ -112,7 +113,7 @@ main (argc, argv) /* Version information is requested. */ if (do_version) - printf ("%s - GNU %s %s\n", program_invocation_name, "libc", VERSION); + printf ("%s - GNU %s %s\n", program_invocation_name, PACKAGE, VERSION); /* Help is requested. */ if (do_help) @@ -208,7 +209,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\ -u, --undo print content of database file, one entry a line\n\ -V, --version output version information and exit\n\ If INPUT-FILE is -, input is read from standard input.\n\ -Report bugs to .\n"), +Report bugs to .\n"), program_invocation_name, program_invocation_name, program_invocation_name); -- cgit v1.1