From 8b748aed2a9ab4b964faa5722f7a182a060e475c Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 9 Nov 2012 22:13:45 +0000 Subject: Support --with-pkgversion and --with-bugurl. --- posix/getconf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'posix/getconf.c') diff --git a/posix/getconf.c b/posix/getconf.c index 985e252..aa0dd86 100644 --- a/posix/getconf.c +++ b/posix/getconf.c @@ -1099,7 +1099,7 @@ main (int argc, char *argv[]) if (argc > 1 && strcmp (argv[1], "--version") == 0) { - printf ("getconf (GNU %s) %s\n", PACKAGE, VERSION); + printf ("getconf %s%s\n", PKGVERSION, VERSION); printf (gettext ("\ Copyright (C) %s Free Software Foundation, Inc.\n\ This is free software; see the source for copying conditions. There is NO\n\ @@ -1118,8 +1118,8 @@ Usage: getconf [-v SPEC] VAR\n\ Get the configuration value for variable VAR, or for variable PATH_VAR\n\ for path PATH. If SPEC is given, give values for compilation\n\ environment SPEC.\n\n")); - fputs (gettext ("For bug reporting instructions, please see:\n\ -.\n"), stdout); + printf (gettext ("For bug reporting instructions, please see:\n\ +%s.\n"), REPORT_BUGS_TO); return 0; } -- cgit v1.1