[SCM] GNU Autoconf source repository branch, master, updated. v2.68-37-ge5fb1ec
"Eric Blake" <[email protected]> Tue, 15 Feb 2011 21:22:43 +0000
| Newsgroups | gmane.comp.sysutils.autoconf.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".
http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=e5fb1ec281e5bcd37d686bb7ce4994a7b4fee65d
The branch, master has been updated
via e5fb1ec281e5bcd37d686bb7ce4994a7b4fee65d (commit)
from cc2118d83698708c7c0334ad72f2cd03c4f81f0b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e5fb1ec281e5bcd37d686bb7ce4994a7b4fee65d
Author: Eric Blake <[email protected]>
Date: Tue Feb 15 14:22:11 2011 -0700
doc: fix debug advice typo
* doc/autoconf.texi (Debugging): Put shell option in right place.
Reported by Reuben Thomas.
Signed-off-by: Eric Blake <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
doc/autoconf.texi | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 6f0b93d..fbfbc53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-02-15 Eric Blake <[email protected]>
+
+ doc: fix debug advice typo
+ * doc/autoconf.texi (Debugging): Put shell option in right place.
+ Reported by Reuben Thomas.
+
2011-02-12 Giulio Paci <[email protected]> (tiny change)
Ralf Wildenhues <[email protected]>
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index badf11d..5be070c 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -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}.
hooks/post-receive
--
GNU Autoconf source repository