From: Bruno Haible Date: Mon, 15 May 2006 11:56:40 +0000 (+0000) Subject: Fix --enable-relocatable. X-Git-Tag: v0.15~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26ad4a99ea5bb95748a3967a3670adcf00d76ebb;p=thirdparty%2Fgettext.git Fix --enable-relocatable. --- diff --git a/gettext-runtime/lib/ChangeLog b/gettext-runtime/lib/ChangeLog index 48824d3b6..28180b769 100644 --- a/gettext-runtime/lib/ChangeLog +++ b/gettext-runtime/lib/ChangeLog @@ -1,3 +1,8 @@ +2006-05-14 Bruno Haible + + Fix --enable-relocatable on non-glibc platforms, broken on 2005-12-04. + * Makefile.am (DEFS): Define EXEEXT. + 2006-05-07 Bruno Haible * 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 71a89994e..7c7881639 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.