diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2009-08-26 04:16:38 +0000 |
---|---|---|
committer | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2009-08-26 04:16:38 +0000 |
commit | bc3a0b4d7948f17ce6b6ae139ff07757f1618d9b (patch) | |
tree | 79e58defa7e3b39661ae248e2bf23c99ff88087e /gdb/doc/gdbint.texinfo | |
parent | 78a0329753c9a5597fbb269122ed394e421b1d0e (diff) | |
download | gdb-bc3a0b4d7948f17ce6b6ae139ff07757f1618d9b.zip gdb-bc3a0b4d7948f17ce6b6ae139ff07757f1618d9b.tar.gz gdb-bc3a0b4d7948f17ce6b6ae139ff07757f1618d9b.tar.bz2 |
Fix confusing sentence about autoconf in gdbint.texinfo.
gdb/doc/:
* gdbint.texinfo (Releasing GDB): Fix confusing sentence
about autoconf.
Diffstat (limited to 'gdb/doc/gdbint.texinfo')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 6d0a226..e706caa 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -7079,8 +7079,8 @@ Notes: @item Check the @code{autoconf} version carefully. You want to be using the version documented in the toplevel @file{README-maintainer-mode} file. -It is very unlikely that a system installed version of @code{autoconf} -(e.g., @file{/usr/bin/autoconf}) is correct. +It is very unlikely that the version of @code{autoconf} installed in +system directories (e.g., @file{/usr/bin/autoconf}) is correct. @end itemize @subsubheading Check out the relevant modules: |