summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-01-24 12:34:28 +0000
committerBruno Haible <bruno@clisp.org>2009-06-22 01:06:59 +0200
commitd279c6f057517809b7b2733a87828343842f4e15 (patch)
tree0ce319f453886fc945f9b7930336a6a2d016e338 /lib
parent95e1735945ef2c47b0158fd82ba3e0d5a8497442 (diff)
downloadexternal_gettext-d279c6f057517809b7b2733a87828343842f4e15.zip
external_gettext-d279c6f057517809b7b2733a87828343842f4e15.tar.gz
external_gettext-d279c6f057517809b7b2733a87828343842f4e15.tar.bz2
Make the rpath thing work in projects that use libtool.
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog5
-rw-r--r--lib/Makefile.am6
2 files changed, 8 insertions, 3 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index feda4f4..1a9d0c2 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-24 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am (libgettextlib_la_LDFLAGS): Use @LTLIBINTL@ instead of
+ @INTLLIBS@, and @LTLIBICONV@ instead of @LIBICONV@.
+
2002-01-19 Bruno Haible <bruno@clisp.org>
* xerror.c (multiline_warning): Add a newline if the message doesn't
diff --git a/lib/Makefile.am b/lib/Makefile.am
index fdeb474..bb1b030 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -86,11 +86,11 @@ UNUSED_SOURCE = \
libgettextlib_la_LIBADD = @LTALLOCA@ @LTLIBOBJS@
-# Need @INTLLIBS@ because many source files use gettext().
-# Need @LIBICONV@ because linebreak.c uses iconv().
+# Need @LTLIBINTL@ because many source files use gettext().
+# Need @LTLIBICONV@ because linebreak.c uses iconv().
libgettextlib_la_LDFLAGS = \
-release @VERSION@ \
- @INTLLIBS@ @LIBICONV@ -lc -no-undefined
+ @LTLIBINTL@ @LTLIBICONV@ -lc -no-undefined
# Extra files to be installed.