]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
doc: fix debug advice typo
authorEric Blake <eblake@redhat.com>
Tue, 15 Feb 2011 21:22:11 +0000 (14:22 -0700)
committerEric Blake <eblake@redhat.com>
Tue, 15 Feb 2011 21:22:11 +0000 (14:22 -0700)
* doc/autoconf.texi (Debugging): Put shell option in right place.
Reported by Reuben Thomas.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
doc/autoconf.texi

index 6f0b93d4c5022615c3c6e1e622a23eafb352db6e..fbfbc537a67724708f54da92025619ec764fcc84 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-02-15  Eric Blake  <eblake@redhat.com>
+
+       doc: fix debug advice typo
+       * doc/autoconf.texi (Debugging): Put shell option in right place.
+       Reported by Reuben Thomas.
+
 2011-02-12  Giulio Paci  <giuliopaci@interfree.it>  (tiny change)
            Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
index badf11d01a101237270e4605a9df40ce32a843b5..5be070cf3b9427c32fc8671040abc880b19901b3 100644 (file)
@@ -25464,7 +25464,7 @@ failed.
 Debugging @command{configure} script execution may be done by sprinkling
 pairs of @code{set -x} and @code{set +x} into the shell script before
 and after the region that contains a bug.  Running the whole script with
-@samp{@var{shell} ./configure -vx 2>&1 | tee @var{log-file}} with a decent
+@samp{@var{shell} -vx ./configure 2>&1 | tee @var{log-file}} with a decent
 @var{shell} may work, but produces lots of output.  Here, it can help to
 search for markers like @samp{checking for} a particular test in the
 @var{log-file}.