autoconf-patches
[Top][All Lists]
Advanced

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

[PATCH] tiny documentation fixes


From: Ralf Wildenhues
Subject: [PATCH] tiny documentation fixes
Date: Wed, 6 Aug 2003 17:06:51 +0200
User-agent: Mutt/1.4.1i

Hi there,

Found a missing verb and (I think) a buglet in an example given for a
VPATH build in autoconf.texi, a suggested patch is given below.

Regards,
Ralf

Index: autoconf.texi
===================================================================
RCS file: /cvsroot/autoconf/autoconf/doc/autoconf.texi,v
retrieving revision 1.748
diff -u -r1.748 autoconf.texi
--- autoconf.texi       31 Jul 2003 07:19:10 -0000      1.748
+++ autoconf.texi       5 Aug 2003 08:45:17 -0000
@@ -7587,7 +7587,7 @@
 @c
 }.
 
address@hidden should basically considered as a replacement of
address@hidden should basically be considered as a replacement of
 @command{m4} itself.
 
 @menu
@@ -11448,10 +11448,10 @@
 This is extremely annoying.
 
 When attempting a @code{VPATH} build for an autoconfiscated package
-(e.g, @code{mkdir build; ../configure}), this means the @acronym{GNU}
address@hidden will build everything locally in the @file{build}
-directory, while BSD @command{make} will build new files locally and
-update existing files in the source directory.
+(e.g, @code{mkdir build && cd build && ../configure}), this means the
address@hidden @command{make} will build everything locally in the @file{build}
+directory, while BSD @command{make} will build new files locally and update
+existing files in the source directory.
 
 @example
 % @kbd{cat Makefile}




reply via email to

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