summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-02-08 11:30:33 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:12:11 +0200
commit4fd3d22624917dd1f1e2543e561bfd278dc46f44 (patch)
tree769e43a26337c8294264226c563e0892ff7b9f78 /gettext-tools/tests
parent57f52b79b76a892c6516ba1a10ac9ee43eb73746 (diff)
downloadexternal_gettext-4fd3d22624917dd1f1e2543e561bfd278dc46f44.zip
external_gettext-4fd3d22624917dd1f1e2543e561bfd278dc46f44.tar.gz
external_gettext-4fd3d22624917dd1f1e2543e561bfd278dc46f44.tar.bz2
Fix link error on MacOS X.
Diffstat (limited to 'gettext-tools/tests')
-rw-r--r--gettext-tools/tests/ChangeLog6
-rw-r--r--gettext-tools/tests/Makefile.am4
2 files changed, 8 insertions, 2 deletions
diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog
index ba17cfb..6b101c5 100644
--- a/gettext-tools/tests/ChangeLog
+++ b/gettext-tools/tests/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-08 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am (LDADD_yes): Remove INTL_MACOSX_LIBS.
+ (LDADD): Add INTL_MACOSX_LIBS here.
+ Needed for MacOS X build with --disable-shared --disable-nls.
+
2005-02-06 Bruno Haible <bruno@clisp.org>
* msgcat-11: New file.
diff --git a/gettext-tools/tests/Makefile.am b/gettext-tools/tests/Makefile.am
index c752660..80d79b4 100644
--- a/gettext-tools/tests/Makefile.am
+++ b/gettext-tools/tests/Makefile.am
@@ -167,8 +167,8 @@ AM_CPPFLAGS = \
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
# INTL_MACOSX_LIBS is needed because the programs depend on libintl.la
# but libtool doesn't put -Wl,-framework options into .la files.
-LDADD = $(LDADD_@USE_INCLUDED_LIBINTL@)
-LDADD_yes = ../intl/libintl.la @INTL_MACOSX_LIBS@
+LDADD = $(LDADD_@USE_INCLUDED_LIBINTL@) @INTL_MACOSX_LIBS@
+LDADD_yes = ../intl/libintl.la
LDADD_no = ../intl/libgnuintl.la @LTLIBINTL@
noinst_PROGRAMS = tstgettext tstngettext testlocale cake fc3 fc4 fc5
tstgettext_SOURCES = tstgettext.c setlocale.c