]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix --enable-relocatable.
authorBruno Haible <bruno@clisp.org>
Mon, 15 May 2006 11:56:40 +0000 (11:56 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:19 +0000 (12:13 +0200)
gettext-runtime/lib/ChangeLog
gettext-runtime/lib/Makefile.am

index 48824d3b6914ed7cae2dc9255f6b2d20f9ff7fcd..28180b769a6c34b57bda8873aa2020006f55ab19 100644 (file)
@@ -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.
index 71a89994ee7409b030adb0835cb7af85cfc3a87f..7c78816393fbd3da109f0760871693bcac8ae18d 100644 (file)
@@ -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.