From: Bruno Haible Date: Sat, 17 Jan 2009 09:00:33 +0000 (+0000) Subject: Update after gnulib changed. X-Git-Tag: v0.18~270 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2581f8bd1fcec310aabbb54ae9c3be8446200a0;p=thirdparty%2Fgettext.git Update after gnulib changed. --- diff --git a/gettext-runtime/src/ChangeLog b/gettext-runtime/src/ChangeLog index 9e5260d48..9d685bd69 100644 --- a/gettext-runtime/src/ChangeLog +++ b/gettext-runtime/src/ChangeLog @@ -1,3 +1,8 @@ +2009-01-17 Bruno Haible + + Update after gnulib changed. + * Makefile.am (RELOCATABLE_STRIP): New variable. + 2007-11-07 Bruno Haible * gettext-0.17 released. diff --git a/gettext-runtime/src/Makefile.am b/gettext-runtime/src/Makefile.am index ed1c7685d..337e4cf54 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 diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index 392f43606..d52616e78 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,8 @@ +2009-01-17 Bruno Haible + + Update after gnulib changed. + * Makefile.am (RELOCATABLE_STRIP): New variable. + 2008-12-07 Bruno Haible * write-po.c (message_print_comment_filepos): Use a 'const' pointer diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am index 81a5cf036..3409496aa 100644 --- a/gettext-tools/src/Makefile.am +++ b/gettext-tools/src/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-tools/src subdirectory of GNU gettext -## Copyright (C) 1995-1998, 2000-2008 Free Software Foundation, Inc. +## Copyright (C) 1995-1998, 2000-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 @@ -561,6 +561,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