automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FYI: update third-party files, and fix underflow hbox


From: Stepan Kasal
Subject: Re: FYI: update third-party files, and fix underflow hbox
Date: Mon, 4 Jul 2005 10:16:01 +0200
User-agent: Mutt/1.4.1i

Hello,

On Sat, Jul 02, 2005 at 01:33:15PM +0200, Alexandre Duret-Lutz wrote:
>       * doc/automake.texi (Public macros) <AM_WITH_DMALLOC>: Reword to
>       fix an underful hbox.
...
> -Add support for the @uref{http://dmalloc.com/, Dmalloc package}.
> -If the user configures with @option{--with-dmalloc}, then define
> address@hidden and add @option{-ldmalloc} to @code{LIBS}.
> +Add support for the @uref{http://dmalloc.com/, Dmalloc package}.  If
> +the user run @command{configure} with @option{--with-dmalloc}, then

a typo: ... runs ...  (or ran? or have run?)  I'm not sure.

Below is a patch which fixes this, plus one another typo.

Stepan

Index: aclocal.in
===================================================================
RCS file: /cvs/automake/automake/aclocal.in,v
retrieving revision 1.132
diff -u -r1.132 aclocal.in
--- aclocal.in  14 May 2005 20:28:50 -0000      1.132
+++ aclocal.in  4 Jul 2005 08:14:06 -0000
@@ -323,7 +323,7 @@
 # scan_configure_dep ($file)
 # --------------------------
 # Scan a configure dependency (configure.ac, or separate m4 files)
-# for uses of know macros and AC_REQUIREs of possibly unknown macros.
+# for uses of known macros and AC_REQUIREs of possibly unknown macros.
 # Recursively scan m4_included files.
 sub scan_configure_dep ($)
 {
Index: doc/automake.texi
===================================================================
RCS file: /cvs/automake/automake/doc/automake.texi,v
retrieving revision 1.118
diff -u -r1.118 automake.texi
--- doc/automake.texi   2 Jul 2005 11:33:28 -0000       1.118
+++ doc/automake.texi   4 Jul 2005 08:14:07 -0000
@@ -2485,7 +2485,7 @@
 @vindex WITH_DMALLOC
 @opindex --with-dmalloc
 Add support for the @uref{http://dmalloc.com/, Dmalloc package}.  If
-the user run @command{configure} with @option{--with-dmalloc}, then
+the user runs @command{configure} with @option{--with-dmalloc}, then
 define @code{WITH_DMALLOC} and add @option{-ldmalloc} to @code{LIBS}.
 
 @item AM_WITH_REGEX




reply via email to

[Prev in Thread] Current Thread [Next in Thread]