]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Englishos.
authorAkim Demaille <akim@epita.fr>
Mon, 20 Aug 2001 16:25:42 +0000 (16:25 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 20 Aug 2001 16:25:42 +0000 (16:25 +0000)
doc/autoconf.texi

index 7b2777cfdc3e5df0a0ebac3d44e2356cd368389d..cd969f126ac78d44432112807dc305590a086625 100644 (file)
@@ -9281,7 +9281,7 @@ The options have one of these forms:
 @c FIXME: Can't use @ovar here, Texinfo 4.0 goes lunatic and emits something
 @c awful.
 @example
---with-@var{package}=[@var{arg}]
+--with-@var{package}[=@var{arg}]
 --without-@var{package}
 @end example
 
@@ -9360,7 +9360,7 @@ compile them.  The options have one of these forms:
 @c FIXME: Can't use @ovar here, Texinfo 4.0 goes lunatic and emits something
 @c awful.
 @example
---enable-@var{feature}=[@var{arg}]
+--enable-@var{feature}[=@var{arg}]
 --disable-@var{feature}
 @end example
 
@@ -11314,16 +11314,16 @@ with @code{AT_DATA}.
 @defmac AT_DATA (@var{file}, @var{contents})
 @atindex DATA
 Initialize an input data @var{file} with given @var{contents}.  Of
-course, @var{contents} has to be properly quoted between square brackets
-to protect against included commas or spurious @code{m4} expansion.  The
-contents ought to end with an end of line.
+course, the @var{contents} have to be properly quoted between square
+brackets to protect against included commas or spurious @code{m4}
+expansion.  The contents ought to end with an end of line.
 @end defmac
 
 @defmac AT_CHECK (@var{commands}, @dvar{status, 0}, @ovar{stdout}, @ovar{stderr})
 @atindex CHECK
 Execute a test by performing given shell @var{commands}.  These commands
 should normally exit with @var{status}, while producing expected
-@var{stdout} and @var{stderr} contents.  If @var{commands} exits with
+@var{stdout} and @var{stderr} contents.  If @var{commands} exit with
 status 77, then the whole test group is skipped.
 
 The @var{commands} @emph{must not} redirect the standard output, nor the