Libtool Manual}) was created to help build shared libraries in a
platform-independent way.
-Automake uses Libtool to build libraries declared with
+Automake uses Libtool to build libraries declared with the
@samp{LTLIBRARIES} primary. Each @samp{_LTLIBRARIES} variable is a list
of shared libraries to build. For instance, to create a library named
@file{libgettext.a} and its corresponding shared libraries, and install
library. The @samp{library_LDFLAGS} variable contains any additional
libtool flags, such as @samp{-version-info} or @samp{-static}.
-@xref{Using Automake, Using Automake with Libtool, libtool, The Libtool
-Manual, The Libtool Manual}, for more information.
+@xref{Using Automake, Using Automake with Libtool, The Libtool Manual,
+libtool, The Libtool Manual}, for more information.
@node Program variables
@section Variables used when building a program