* doc/autoconf.texi (Debugging): Put shell option in right place.
Reported by Reuben Thomas.
Signed-off-by: Eric Blake <eblake@redhat.com>
+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>
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}.