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/unstrip.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/unstrip.c') diff --git a/src/unstrip.c b/src/unstrip.c index 98e165ce..c1d40f1c 100644 --- a/src/unstrip.c +++ b/src/unstrip.c @@ -212,7 +212,7 @@ parse_opt (int key, char *arg, struct argp_state *state) static void print_version (FILE *stream, struct argp_state *state __attribute__ ((unused))) { - fprintf (stream, "unstrip (%s) %s\n", PACKAGE_NAME, VERSION); + fprintf (stream, "unstrip (%s) %s\n", PACKAGE_NAME, PACKAGE_VERSION); fprintf (stream, _("\ Copyright (C) %s Red Hat, Inc.\n\ This is free software; see the source for copying conditions. There is NO\n\ @@ -2020,10 +2020,10 @@ main (int argc, char **argv) setlocale (LC_ALL, ""); /* Make sure the message catalog can be found. */ - bindtextdomain (PACKAGE, LOCALEDIR); + bindtextdomain (PACKAGE_TARNAME, LOCALEDIR); /* Initialize the message catalog. */ - textdomain (PACKAGE); + textdomain (PACKAGE_TARNAME); /* Parse and process arguments. */ const struct argp_child argp_children[] = -- cgit v1.2.3