summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-04-12 21:09:22 +0200
committerBruno Haible <bruno@clisp.org>2021-04-12 21:09:22 +0200
commit371ab715d1df572517c343a47057a1b9bbfc2ef9 (patch)
treee9864214a895a7413f14e1850169d1661e126463
parent2a597a7ae16fb988daa473f8df2468d7188c118a (diff)
downloadgnulib-371ab715d1df572517c343a47057a1b9bbfc2ef9.tar.gz
gnulib-371ab715d1df572517c343a47057a1b9bbfc2ef9.tar.bz2
doc: Fix confusion between LIBADD and LDADD.
Reported by Reuben Thomas <rrt@sc3d.org> in <https://lists.gnu.org/archive/html/bug-gnulib/2021-04/msg00102.html>. * doc/gnulib-tool.texi (Multiple instances): For programs, use LDADD, not LIBADD.
-rw-r--r--ChangeLog8
-rw-r--r--doc/gnulib-tool.texi2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a1754cd0d7..69b8c25bae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2021-04-12 Bruno Haible <bruno@clisp.org>
+
+ doc: Fix confusion between LIBADD and LDADD.
+ Reported by Reuben Thomas <rrt@sc3d.org> in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2021-04/msg00102.html>.
+ * doc/gnulib-tool.texi (Multiple instances): For programs, use LDADD,
+ not LIBADD.
+
2021-04-11 Bruno Haible <bruno@clisp.org>
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

Return to:

Send suggestions and report system problems to the System administrator.