mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Support --with-pkgversion and --with-bugurl.
This commit is contained in:
@@ -82,7 +82,7 @@ static int idn_flags = AI_IDN | AI_CANONIDN;
|
||||
static void
|
||||
print_version (FILE *stream, struct argp_state *state)
|
||||
{
|
||||
fprintf (stream, "getent (GNU %s) %s\n", PACKAGE, VERSION);
|
||||
fprintf (stream, "getent %s%s\n", PKGVERSION, VERSION);
|
||||
fprintf (stream, gettext ("\
|
||||
Copyright (C) %s Free Software Foundation, Inc.\n\
|
||||
This is free software; see the source for copying conditions. There is NO\n\
|
||||
@@ -962,9 +962,9 @@ more_help (int key, const char *text, void *input)
|
||||
|
||||
fputs ("\n\n", fp);
|
||||
|
||||
fputs (gettext ("\
|
||||
fprintf (fp, gettext ("\
|
||||
For bug reporting instructions, please see:\n\
|
||||
<http://www.gnu.org/software/libc/bugs.html>.\n"), fp);
|
||||
%s.\n"), REPORT_BUGS_TO);
|
||||
|
||||
if (fclose (fp) == 0)
|
||||
return doc;
|
||||
|
Reference in New Issue
Block a user