diff options
author | Bruno Haible <bruno@clisp.org> | 2007-03-04 22:10:42 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:42 +0200 |
commit | 8ecd6eafdf11fc4b4d13f3533b65168203346343 (patch) | |
tree | 48cff622c14125df7e176beae3bb2b78392d03fa /gettext-runtime | |
parent | 8a7d587d0560213b3cef67d877ff05c5d36e93a0 (diff) | |
download | external_gettext-8ecd6eafdf11fc4b4d13f3533b65168203346343.zip external_gettext-8ecd6eafdf11fc4b4d13f3533b65168203346343.tar.gz external_gettext-8ecd6eafdf11fc4b4d13f3533b65168203346343.tar.bz2 |
Update after changes in gnulib.
Diffstat (limited to 'gettext-runtime')
-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@ |