From: Jim Meyering Date: Wed, 17 Jan 2001 09:47:41 +0000 (+0000) Subject: (main): Use PACKAGE, not GNU_PACKAGE. X-Git-Tag: FILEUTILS-4_0_37~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56c1cbf2e8b93c23c717788ec0adebf22b80bd8c;p=thirdparty%2Fcoreutils.git (main): Use PACKAGE, not GNU_PACKAGE. --- diff --git a/src/sort.c b/src/sort.c index 2a0c281439..0c548655cf 100644 --- a/src/sort.c +++ b/src/sort.c @@ -2049,7 +2049,7 @@ main (int argc, char **argv) #endif /* NLS */ - parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION, + parse_long_options (argc, argv, PROGRAM_NAME, PACKAGE, VERSION, AUTHORS, usage); have_read_stdin = 0;