]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
msgcmp needs to link with -lm now as well.
authorBruno Haible <bruno@clisp.org>
Sun, 28 Sep 2008 12:33:37 +0000 (12:33 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:53 +0000 (12:15 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/Makefile.am

index 399b9caf11120055cfb52ac4ea311c80f00a08a0..577688c976161cc4545322d8e5377d40fffc4381 100644 (file)
@@ -1,3 +1,15 @@
+2008-09-28  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (msgcmp_LDADD): Add MSGMERGE_LIBM.
+       Reported by Rainer Tammer <tammer@tammer.net>.
+
+2008-09-27  Bruno Haible  <bruno@clisp.org>
+
+       * lang-table.c (language_table): Add Asturian, Crimean Tatar, Friulian,
+       Papiamento.
+       * msginit.c (catalogname_for_locale): Add Asturian, Friulian,
+       Papiamento.
+
 2008-09-26  Bruno Haible  <bruno@clisp.org>
 
        * write-catalog.c (cmp_by_msgid, cmp_by_filepos): Compare the msgctxt
index 20894b46415ebe9cc9242d021c9ebf94d0cfa7a3..b16112012279ec250b09d301b9c5835c04f6f3f3 100644 (file)
@@ -237,7 +237,7 @@ msgmerge_CXXFLAGS = $(AM_CXXFLAGS) $(OPENMP_CFLAGS)
 # INTL_MACOSX_LIBS is needed because the programs depend on libintl.la
 # but libtool doesn't put -Wl,-framework options into .la files.
 # For msginit, it is also needed because of localename.c.
-msgcmp_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
+msgcmp_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ @MSGMERGE_LIBM@ $(WOE32_LDADD)
 msgfmt_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
 msgmerge_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ @MSGMERGE_LIBM@ $(WOE32_LDADD) $(OPENMP_CFLAGS)
 msgunfmt_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD)