From: Bruno Haible Date: Sun, 4 Mar 2007 22:10:42 +0000 (+0000) Subject: Update after changes in gnulib. X-Git-Tag: v0.17~455 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ecd6eafdf11fc4b4d13f3533b65168203346343;p=thirdparty%2Fgettext.git Update after changes in gnulib. --- diff --git a/gettext-runtime/src/ChangeLog b/gettext-runtime/src/ChangeLog index 287dba56f..c0e441d87 100644 --- a/gettext-runtime/src/ChangeLog +++ b/gettext-runtime/src/ChangeLog @@ -1,3 +1,8 @@ +2007-03-04 Bruno Haible + + Moved --enable-relocatable infrastructure to gnulib. + * Makefile.am: Remove SET_RELOCATABLE invocation. + 2007-02-19 Bruno Haible * envsubst.c: Don't include exit.h. diff --git a/gettext-runtime/src/Makefile.am b/gettext-runtime/src/Makefile.am index 5657efa26..4180d0ea9 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-2006 Free Software Foundation, Inc. +## Copyright (C) 1995-1998, 2000-2007 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 @@ -60,4 +60,3 @@ RELOCATABLE_LIBRARY_PATH = $(libdir) RELOCATABLE_SRC_DIR = $(top_srcdir)/gnulib-lib RELOCATABLE_BUILD_DIR = ../gnulib-lib RELOCATABLE_CONFIG_H_DIR = .. -@SET_RELOCATABLE@ diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index def139b7d..8a4aa9d6a 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,8 @@ +2007-03-04 Bruno Haible + + Moved --enable-relocatable infrastructure to gnulib. + * Makefile.am: Remove SET_RELOCATABLE invocation. + 2007-02-25 Bruno Haible * color.c: Include filename.h instead of pathname.h. diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am index 6c3de1a40..c1f79b567 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-2006 Free Software Foundation, Inc. +## Copyright (C) 1995-1998, 2000-2007 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 @@ -547,4 +547,3 @@ RELOCATABLE_LIBRARY_PATH = $(libdir) RELOCATABLE_SRC_DIR = $(top_srcdir)/gnulib-lib RELOCATABLE_BUILD_DIR = ../gnulib-lib RELOCATABLE_CONFIG_H_DIR = .. -@SET_RELOCATABLE@