diff options
author | Bruno Haible <bruno@clisp.org> | 2006-05-15 11:56:40 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:19 +0200 |
commit | 26ad4a99ea5bb95748a3967a3670adcf00d76ebb (patch) | |
tree | 577ad3c42e23ff2e366ce2bf172e5406757b2fe3 /gettext-runtime | |
parent | 751b64473b3a34452348e737c36f229d25903194 (diff) | |
download | external_gettext-26ad4a99ea5bb95748a3967a3670adcf00d76ebb.zip external_gettext-26ad4a99ea5bb95748a3967a3670adcf00d76ebb.tar.gz external_gettext-26ad4a99ea5bb95748a3967a3670adcf00d76ebb.tar.bz2 |
Fix --enable-relocatable.
Diffstat (limited to 'gettext-runtime')
-rw-r--r-- | gettext-runtime/lib/ChangeLog | 5 | ||||
-rw-r--r-- | gettext-runtime/lib/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gettext-runtime/lib/ChangeLog b/gettext-runtime/lib/ChangeLog index 48824d3..28180b7 100644 --- a/gettext-runtime/lib/ChangeLog +++ b/gettext-runtime/lib/ChangeLog @@ -1,3 +1,8 @@ +2006-05-14 Bruno Haible <bruno@clisp.org> + + Fix --enable-relocatable on non-glibc platforms, broken on 2005-12-04. + * Makefile.am (DEFS): Define EXEEXT. + 2006-05-07 Bruno Haible <bruno@clisp.org> * Makefile.am (libgrt_a_SOURCES): Add c-ctype.h and c-ctype.c. diff --git a/gettext-runtime/lib/Makefile.am b/gettext-runtime/lib/Makefile.am index 71a8999..7c78816 100644 --- a/gettext-runtime/lib/Makefile.am +++ b/gettext-runtime/lib/Makefile.am @@ -69,7 +69,7 @@ AM_CPPFLAGS = \ -I../intl -I$(srcdir)/../intl \ -I../../gettext-tools/lib -I$(srcdir)/../../gettext-tools/lib -DEFS = -DDEPENDS_ON_LIBINTL=1 @DEFS@ +DEFS = -DEXEEXT=\"$(EXEEXT)\" -DDEPENDS_ON_LIBINTL=1 @DEFS@ # List of files to be distributed. |