From 0a289c01ac821ea9c4250aa906b0ae3cfa953633 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Thu, 2 Jul 2009 14:30:38 +0300 Subject: Define PACKAGE_HOMEPAGE in configure.ac and use it in xz and xzdec. Use also PACKAGE_NAME instead of hardcoding "XZ Utils". --- src/xz/message.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xz') diff --git a/src/xz/message.c b/src/xz/message.c index 8fa06e15..19aff9bd 100644 --- a/src/xz/message.c +++ b/src/xz/message.c @@ -1015,7 +1015,7 @@ message_version(void) { // It is possible that liblzma version is different than the command // line tool version, so print both. - printf("xz " LZMA_VERSION_STRING "\n"); + printf("xz (" PACKAGE_NAME ") " LZMA_VERSION_STRING "\n"); printf("liblzma %s\n", lzma_version_string()); my_exit(E_SUCCESS); } @@ -1166,7 +1166,7 @@ message_help(bool long_help) printf(_("Report bugs to <%s> (in English or Finnish).\n"), PACKAGE_BUGREPORT); - printf(_("XZ Utils home page: \n")); + printf(_("%s home page: <%s>\n"), PACKAGE_NAME, PACKAGE_HOMEPAGE); my_exit(E_SUCCESS); } -- cgit v1.2.3