From 000c7de47a233ed7fc06e543d7a3b7721605ca75 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 19 May 2020 07:48:27 +0200 Subject: [PATCH] havelib: Tweak documentation. * doc/havelib.texi (Searching for Libraries): Fix typo. --- ChangeLog | 5 +++++ doc/havelib.texi | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7f80c7e8c4..9ff7c69cae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-05-19 Bruno Haible + + havelib: Tweak documentation. + * doc/havelib.texi (Searching for Libraries): Fix typo. + 2020-05-18 Siddhesh Poyarekar vcs-to-changelog: Rename vcs_to_changelog.py to use hyphens. diff --git a/doc/havelib.texi b/doc/havelib.texi index 59126c708a..548140a8e3 100644 --- a/doc/havelib.texi +++ b/doc/havelib.texi @@ -87,8 +87,8 @@ lead to all sorts of build failures, test failures, or crashes! If you, on the other hand, by mistake, use @code{LTLIB<@var{NAME}>} instead of @code{LIB<@var{NAME}>} when linking @emph{without} libtool, you will observe -build failures, because the @samp{-R} options contained @code{LTLIB<@var{NAME}>} -are not valid options to compilers such as GCC. +build failures, because the @samp{-R} options contained in +@code{LTLIB<@var{NAME}>} are not valid options to compilers such as GCC. @unnumberedsubsubsec Example of using @code{AC_LIB_LINKFLAGS} -- 2.39.5