summaryrefslogtreecommitdiffstats
path: root/src/strip.c
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2007-06-06 00:09:36 +0000
committerUlrich Drepper <[email protected]>2007-06-06 00:09:36 +0000
commitb0243863149acde9e42b25688c7c2959830e69a9 (patch)
treeb0aa28cf6e13bb45f3bbaccbc89ff453443a9794 /src/strip.c
parentf66c8d886fca8ccac992e734fc56e228ce5d9c1a (diff)
Prepare for 0.128 release.
Minor fixes. Update gettext files to 0.16.1.
Diffstat (limited to 'src/strip.c')
-rw-r--r--src/strip.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/strip.c b/src/strip.c
index 5a2da646..e69e1a7f 100644
--- a/src/strip.c
+++ b/src/strip.c
@@ -118,7 +118,7 @@ static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname,
#define INTERNAL_ERROR(fname) \
error (EXIT_FAILURE, 0, gettext ("%s: INTERNAL ERROR %d (%s-%s): %s"), \
- fname, __LINE__, VERSION, __DATE__, elf_errmsg (-1))
+ fname, __LINE__, PACKAGE_VERSION, __DATE__, elf_errmsg (-1))
/* Name of the output file. */
@@ -161,10 +161,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. */
if (argp_parse (&argp, argc, argv, 0, &remaining, NULL) != 0)
@@ -199,7 +199,7 @@ Only one input file allowed together with '-o' and '-f'"));
static void
print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
{
- fprintf (stream, "strip (%s) %s\n", PACKAGE_NAME, VERSION);
+ fprintf (stream, "strip (%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\