From 927e4d998ea1db7d99382b825b80e89062a28ed7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 19 Jun 2004 09:23:52 +0000 Subject: (case_GETOPT_VERSION_CHAR): Switch back to using GNU_PACKAGE (from PACKAGE) once again. This restores `GNU' to the parenthesized package name in --version output. Before, the first argument from AC_INIT, `GNU coreutils', would be propagated to the PACKAGE variable. Now, `GNU ' is trimmed. Reported by Richard Stallman. --- src/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/system.h b/src/system.h index ba25fddf0..25c03786e 100644 --- a/src/system.h +++ b/src/system.h @@ -620,7 +620,7 @@ enum #define case_GETOPT_VERSION_CHAR(Program_name, Authors) \ case GETOPT_VERSION_CHAR: \ - version_etc (stdout, Program_name, PACKAGE, VERSION, Authors, \ + version_etc (stdout, Program_name, GNU_PACKAGE, VERSION, Authors, \ (char *) NULL); \ exit (EXIT_SUCCESS); \ break; -- cgit v1.2.3-70-g09d2