From cf2fa13bc5018f48cd945e384445f111d89b240a Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 7 Sep 2004 18:43:05 +0000 Subject: [PATCH] (argp_program_version): Modified. --- src/tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tar.c b/src/tar.c index 87029a8..e924532 100644 --- a/src/tar.c +++ b/src/tar.c @@ -234,7 +234,7 @@ enum WILDCARDS_MATCH_SLASH_OPTION }; -const char *argp_program_version = "tar (" PACKAGE ") " VERSION; +const char *argp_program_version = "tar (" PACKAGE_NAME ") " VERSION; const char *argp_program_bug_address = "<" PACKAGE_BUGREPORT ">"; static char doc[] = N_("GNU `tar' saves many files together into a single tape or disk archive, and can restore individual files from the archive.\n\ \n\ -- 2.44.0