]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Installation Directory Variables):
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 8 Jun 2006 17:25:10 +0000 (17:25 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 8 Jun 2006 17:25:10 +0000 (17:25 +0000)
Drop extra @samp from `@table @samp' item.
(Limitations of Usual Tools): Comment fix.
Do not nest @samp just to point to other table items.
(Writing testsuite.at) <AT_CHECK>: The second argument to
`@dvar' is already @samp'ed.
(Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
do not use @var in the second argument.

ChangeLog
doc/autoconf.texi

index 0163aef52e276811541569e2f52b18c9b2fcecfc..fc954560f789cde0db5ba4603159c4058507aa88 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * doc/autoconf.texi (Installation Directory Variables):
+       Drop extra @samp from `@table @samp' item.
+       (Limitations of Usual Tools): Comment fix.
+       Do not nest @samp just to point to other table items.
+       (Writing testsuite.at) <AT_CHECK>: The second argument to
+       `@dvar' is already @samp'ed.
+       (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
+       do not use @var in the second argument.
+
 2006-06-07  Paul Eggert  <eggert@cs.ucla.edu>
 
        * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
index 098675f34a9edde1068a88cf9a36865392aec382..92686d0677923c419835ca78601f7475eadd33a0 100644 (file)
@@ -2596,7 +2596,7 @@ autoconf autoheader: Makefile
 
 @xref{Limitations of Make}, for details.
 
-@item @samp{$(srcdir)}
+@item $(srcdir)
 Be sure to specify the name of the source directory,
 otherwise the package won't support separated builds.
 @end table
@@ -12639,7 +12639,7 @@ include some limitations you should be aware of.
 
 @table @asis
 @item Awk
-@c ----------------
+@c ------
 @prindex Awk
 Don't leave white space before the opening parenthesis in a user function call.
 Posix does not allow this and @acronym{GNU} Awk rejects it:
@@ -13009,7 +13009,7 @@ expr a : '\(b\)' \| ''
 
 @noindent
 Unfortunately this behaves exactly as the original expression; see the
-@samp{@command{expr} (@samp{|})} entry for more information.
+@command{expr} (@samp{|}) entry for more information.
 
 Ancient @command{expr} implementations (e.g., SunOS 4 @command{expr} and
 Solaris 8 @command{/usr/ucb/expr}) have a silly length limit that causes
@@ -17563,7 +17563,7 @@ brackets to protect against included commas or spurious M4
 expansion.  The contents ought to end with an end of line.
 @end defmac
 
-@defmac AT_CHECK (@var{commands}, @dvar{status, @samp{0}}, @dvar{stdout, @samp{}}, @dvar{stderr, @samp{}}, @ovar{run-if-fail}, @ovar{run-if-pass})
+@defmac AT_CHECK (@var{commands}, @dvar{status, 0}, @dvar{stdout, }, @dvar{stderr, }, @ovar{run-if-fail}, @ovar{run-if-pass})
 @atindex{CHECK}
 Execute a test by performing given shell @var{commands}.  These commands
 should normally exit with @var{status}, while producing expected
@@ -17741,7 +17741,7 @@ hierarchy: the test suite ought to be shipped!
 @item
 Invoke @code{AC_CONFIG_TESTDIR}.
 
-@defmac AC_CONFIG_TESTDIR (@var{directory}, @dvar{test-path, @var{directory}})
+@defmac AC_CONFIG_TESTDIR (@var{directory}, @dvar{test-path, directory})
 @acindex{CONFIG_TESTDIR}
 An Autotest test suite is to be configured in @var{directory}.  This
 macro requires the instantiation of @file{@var{directory}/atconfig} from