Resolves bug 26516. Thanks to Reuben Thomas.
* doc/libtool.texi (Configuring libtool): s/macro/option/ in
'win32-dll' option description.
This option should be used if the package has been ported to build clean
dlls on win32 platforms. Usually this means that any library data items
are exported with @code{__declspec(dllexport)} and imported with
-@code{__declspec(dllimport)}. If this macro is not used, libtool will
+@code{__declspec(dllimport)}. If this option is not used, libtool will
assume that the package libraries are not dll clean and will build only
static libraries on win32 hosts.