diff options
Diffstat (limited to 'gettext-runtime/src')
-rw-r--r-- | gettext-runtime/src/ChangeLog | 5 | ||||
-rw-r--r-- | gettext-runtime/src/Makefile.am | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gettext-runtime/src/ChangeLog b/gettext-runtime/src/ChangeLog index 287dba5..c0e441d 100644 --- a/gettext-runtime/src/ChangeLog +++ b/gettext-runtime/src/ChangeLog @@ -1,3 +1,8 @@ +2007-03-04 Bruno Haible <bruno@clisp.org> + + Moved --enable-relocatable infrastructure to gnulib. + * Makefile.am: Remove SET_RELOCATABLE invocation. + 2007-02-19 Bruno Haible <bruno@clisp.org> * envsubst.c: Don't include exit.h. diff --git a/gettext-runtime/src/Makefile.am b/gettext-runtime/src/Makefile.am index 5657efa..4180d0e 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@ |