From b0243863149acde9e42b25688c7c2959830e69a9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 6 Jun 2007 00:09:36 +0000 Subject: Prepare for 0.128 release. Minor fixes. Update gettext files to 0.16.1. --- src/addr2line.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/addr2line.c') diff --git a/src/addr2line.c b/src/addr2line.c index 6f6de1f7..a112d348 100644 --- a/src/addr2line.c +++ b/src/addr2line.c @@ -124,10 +124,10 @@ main (int argc, char *argv[]) (void) setlocale (LC_ALL, ""); /* Make sure the message catalog can be found. */ - (void) bindtextdomain (PACKAGE, LOCALEDIR); + (void) bindtextdomain (PACKAGE_TARNAME, LOCALEDIR); /* Initialize the message catalog. */ - (void) textdomain (PACKAGE); + (void) textdomain (PACKAGE_TARNAME); /* Parse and process arguments. This includes opening the modules. */ argp_children[0].argp = dwfl_standard_argp (); @@ -182,7 +182,7 @@ main (int argc, char *argv[]) static void print_version (FILE *stream, struct argp_state *state __attribute__ ((unused))) { - fprintf (stream, "addr2line (%s) %s\n", PACKAGE_NAME, VERSION); + fprintf (stream, "addr2line (%s) %s\n", PACKAGE_NAME, PACKAGE_VERSION); fprintf (stream, gettext ("\ Copyright (C) %s Red Hat, Inc.\n\ This is free software; see the source for copying conditions. There is NO\n\ -- cgit v1.2.3