changeset 6989:d4c72f8cb784

* gnulib.texi (Libtool and Windows): Eliminate passive voice. Correct grammar.
author Derek R. Price <derek@ximbiot.com>
date Wed, 19 Jul 2006 21:48:14 +0000
parents c8c5aad822b8
children 7a4383e2dfb1
files doc/ChangeLog doc/gnulib.texi
diffstat 2 files changed, 10 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Tue Jul 18 11:29:44 2006 +0000
+++ b/doc/ChangeLog	Wed Jul 19 21:48:14 2006 +0000
@@ -1,3 +1,8 @@
+2006-07-19  Derek Price  <derek@ximbiot.com>
+
+	* gnulib.texi (Libtool and Windows):  Eliminate passive voice.  Correct
+	grammar.
+
 2006-07-14  Simon Josefsson  <jas@extundo.com>
 
 	* gnulib.texi (Libtool and Windows): New section.
--- a/doc/gnulib.texi	Tue Jul 18 11:29:44 2006 +0000
+++ b/doc/gnulib.texi	Wed Jul 19 21:48:14 2006 +0000
@@ -1,5 +1,5 @@
 \input texinfo   @c -*-texinfo-*-
-@comment $Id: gnulib.texi,v 1.25 2006-07-14 09:32:13 jas Exp $
+@comment $Id: gnulib.texi,v 1.26 2006-07-19 21:48:14 dprice Exp $
 @comment %**start of header
 @setfilename gnulib.info
 @settitle GNU Gnulib
@@ -7,7 +7,7 @@
 @syncodeindex pg cp
 @comment %**end of header
 
-@set UPDATED $Date: 2006-07-14 09:32:13 $
+@set UPDATED $Date: 2006-07-19 21:48:14 $
 
 @copying
 This manual is for GNU Gnulib (updated @value{UPDATED}),
@@ -338,13 +338,11 @@
 AC_LIBTOOL_WIN32_DLL
 @end example
 
-in your @file{configure.ac}.
-
-The effect of this is that the names of the @code{OBJDUMP},
-@code{DLLTOOL}, and @code{AS} tools are set up correct.
+in your @file{configure.ac}.  This sets the correct names for the
+@code{OBJDUMP}, @code{DLLTOOL}, and @code{AS} tools for the build.
 
 If you are building a library, you will also need to pass
-@code{-no-undefined} to make sure Libtool produce a DLL for your
+@code{-no-undefined} to make sure Libtool produces a DLL for your
 library.  From a @file{Makefile.am}:
 
 @example