summaryrefslogtreecommitdiff
path: root/src/elflint.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-06-06 00:09:36 +0000
committerUlrich Drepper <drepper@redhat.com>2007-06-06 00:09:36 +0000
commitb0243863149acde9e42b25688c7c2959830e69a9 (patch)
treeb0aa28cf6e13bb45f3bbaccbc89ff453443a9794 /src/elflint.c
parentf66c8d886fca8ccac992e734fc56e228ce5d9c1a (diff)
downloadelfutils-b0243863149acde9e42b25688c7c2959830e69a9.tar.gz
Prepare for 0.128 release.
Minor fixes. Update gettext files to 0.16.1.
Diffstat (limited to 'src/elflint.c')
-rw-r--r--src/elflint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/elflint.c b/src/elflint.c
index db3b49c1..9c964888 100644
--- a/src/elflint.c
+++ b/src/elflint.c
@@ -131,7 +131,7 @@ main (int argc, char *argv[])
setlocale (LC_ALL, "");
/* Initialize the message catalog. */
- textdomain (PACKAGE);
+ textdomain (PACKAGE_TARNAME);
/* Parse and process arguments. */
int remaining;
@@ -228,7 +228,7 @@ parse_opt (int key, char *arg __attribute__ ((unused)),
static void
print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
{
- fprintf (stream, "elflint (%s) %s\n", PACKAGE_NAME, VERSION);
+ fprintf (stream, "elflint (%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\