From 371ab715d1df572517c343a47057a1b9bbfc2ef9 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 12 Apr 2021 21:09:22 +0200 Subject: [PATCH] doc: Fix confusion between LIBADD and LDADD. Reported by Reuben Thomas in . * doc/gnulib-tool.texi (Multiple instances): For programs, use LDADD, not LIBADD. --- ChangeLog | 8 ++++++++ doc/gnulib-tool.texi | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a1754cd0d7..69b8c25bae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2021-04-12 Bruno Haible + + doc: Fix confusion between LIBADD and LDADD. + Reported by Reuben Thomas in + . + * doc/gnulib-tool.texi (Multiple instances): For programs, use LDADD, + not LIBADD. + 2021-04-11 Bruno Haible malloc, realloc, calloc: Support restricted library symbols on AIX. diff --git a/doc/gnulib-tool.texi b/doc/gnulib-tool.texi index 97881f1361..465bb42464 100644 --- a/doc/gnulib-tool.texi +++ b/doc/gnulib-tool.texi @@ -715,7 +715,7 @@ this: ... AM_CPPFLAGS = -I$(top_srcdir)/src/gnulib -I$(top_builddir)/src/gnulib ... -LIBADD = $(top_builddir)/src/gnulib/libgnutools.la +LDADD = $(top_builddir)/src/gnulib/libgnutools.la ... @end example -- 2.39.5