diff options
author | Bruno Haible <bruno@clisp.org> | 2010-10-10 14:19:23 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2011-06-07 23:38:39 +0200 |
commit | 1d4c46994e1248b63aae1af4ca1b79320b19d4af (patch) | |
tree | 1a3ac1541f2afd3402c118e84bf03d4d100d6da0 /gettext-tools/libgettextpo | |
parent | eade51378d01552217fd73454bbb93c88edcda30 (diff) | |
download | external_gettext-1d4c46994e1248b63aae1af4ca1b79320b19d4af.zip external_gettext-1d4c46994e1248b63aae1af4ca1b79320b19d4af.tar.gz external_gettext-1d4c46994e1248b63aae1af4ca1b79320b19d4af.tar.bz2 |
Rely more on libtool.
Diffstat (limited to 'gettext-tools/libgettextpo')
-rw-r--r-- | gettext-tools/libgettextpo/ChangeLog | 6 | ||||
-rw-r--r-- | gettext-tools/libgettextpo/Makefile.am | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gettext-tools/libgettextpo/ChangeLog b/gettext-tools/libgettextpo/ChangeLog index cd0a5c4..1391f49 100644 --- a/gettext-tools/libgettextpo/ChangeLog +++ b/gettext-tools/libgettextpo/ChangeLog @@ -1,3 +1,9 @@ +2011-06-07 Bruno Haible <bruno@clisp.org> + + Rely more on libtool. + * Makefile.am (libgettextpo_la_LDFLAGS): Use -no-undefined always. + Don't use @LTNOUNDEF@. + 2010-06-06 Bruno Haible <bruno@clisp.org> Bug fixes in libgettextpo. diff --git a/gettext-tools/libgettextpo/Makefile.am b/gettext-tools/libgettextpo/Makefile.am index a96c36d..4b40e1c 100644 --- a/gettext-tools/libgettextpo/Makefile.am +++ b/gettext-tools/libgettextpo/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-tools/libgettextpo subdirectory of GNU gettext -## Copyright (C) 1995-1998, 2000-2010 Free Software Foundation, Inc. +## Copyright (C) 1995-1998, 2000-2011 Free Software Foundation, Inc. ## ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -102,7 +102,7 @@ libgettextpo_la_LIBADD = libgnu.la $(WOE32_LIBADD) $(LTLIBUNISTRING) libgettextpo_la_LDFLAGS = \ -version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \ -rpath $(libdir) \ - @LTLIBINTL@ @LTLIBICONV@ -lc @LTNOUNDEF@ + @LTLIBINTL@ @LTLIBICONV@ -lc -no-undefined # Tell the mingw or Cygwin linker which symbols to export. if WOE32DLL |