summaryrefslogtreecommitdiffstats
path: root/gettext-runtime
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-01-17 09:00:33 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:15:58 +0200
commitc2581f8bd1fcec310aabbb54ae9c3be8446200a0 (patch)
tree988d4a04288dcd23b2e77aaf0cc8be1d4752fce8 /gettext-runtime
parent686f9f72f4ee60ccea8244cbd49cd2bb1c29a6e0 (diff)
downloadexternal_gettext-c2581f8bd1fcec310aabbb54ae9c3be8446200a0.zip
external_gettext-c2581f8bd1fcec310aabbb54ae9c3be8446200a0.tar.gz
external_gettext-c2581f8bd1fcec310aabbb54ae9c3be8446200a0.tar.bz2
Update after gnulib changed.
Diffstat (limited to 'gettext-runtime')
-rw-r--r--gettext-runtime/src/ChangeLog5
-rw-r--r--gettext-runtime/src/Makefile.am3
2 files changed, 7 insertions, 1 deletions
diff --git a/gettext-runtime/src/ChangeLog b/gettext-runtime/src/ChangeLog
index 9e5260d..9d685bd 100644
--- a/gettext-runtime/src/ChangeLog
+++ b/gettext-runtime/src/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-17 Bruno Haible <bruno@clisp.org>
+
+ Update after gnulib changed.
+ * Makefile.am (RELOCATABLE_STRIP): New variable.
+
2007-11-07 Bruno Haible <bruno@clisp.org>
* gettext-0.17 released.
diff --git a/gettext-runtime/src/Makefile.am b/gettext-runtime/src/Makefile.am
index ed1c768..337e4cf 100644
--- a/gettext-runtime/src/Makefile.am
+++ b/gettext-runtime/src/Makefile.am
@@ -1,5 +1,5 @@
## Makefile for the gettext-runtime/src subdirectory of GNU gettext
-## Copyright (C) 1995-1998, 2000-2007 Free Software Foundation, Inc.
+## Copyright (C) 1995-1998, 2000-2007, 2009 Free Software Foundation, Inc.
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -61,6 +61,7 @@ RELOCATABLE_LIBRARY_PATH = $(libdir)
RELOCATABLE_SRC_DIR = $(top_srcdir)/gnulib-lib
RELOCATABLE_BUILD_DIR = ../gnulib-lib
RELOCATABLE_CONFIG_H_DIR = ..
+RELOCATABLE_STRIP = :
# Version information according to Woe32 conventions.
if WOE32