mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
* doc/autoconf.texi (Configuration Actions): Remove duplicate
`@var', for texi2html. (Systemology): Some more word wrapping, for DVI output. (autom4te Invocation): The short option for `--melt' is `-M', not `-m'.
This commit is contained in:
parent
11e1721603
commit
2f998c3bdc
@ -1,3 +1,11 @@
|
||||
2006-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* doc/autoconf.texi (Configuration Actions): Remove duplicate
|
||||
`@var', for texi2html.
|
||||
(Systemology): Some more word wrapping, for DVI output.
|
||||
(autom4te Invocation): The short option for `--melt' is `-M',
|
||||
not `-m'.
|
||||
|
||||
2006-06-15 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* doc/autoconf.texi: More formatting and English tweaks,
|
||||
|
@ -2000,7 +2000,7 @@ AC_CONFIG_FOOS(@var{tag}@dots{}, [@var{commands}], [@var{init-cmds}])
|
||||
where the arguments are:
|
||||
|
||||
@table @var
|
||||
@item @var{tag}@dots{}
|
||||
@item tag@dots{}
|
||||
A blank-or-newline-separated list of tags, which are typically the names of
|
||||
the files to instantiate.
|
||||
|
||||
@ -7950,7 +7950,7 @@ formats.
|
||||
Officially this was called the ``Seventh Edition'' of ``the @sc{unix}
|
||||
time-sharing system'' but we use the more-common name ``Unix version 7''.
|
||||
Documentation is available in the
|
||||
@uref{http://plan9.bell-labs.com/7thEdMan/, Unix Seventh Edition Manual}.
|
||||
@uref{http://plan9.bell-labs.com/@/7thEdMan/, Unix Seventh Edition Manual}.
|
||||
Previous versions of Unix are called ``Unix version 6'', etc., but
|
||||
they were not as widely used.
|
||||
@end table
|
||||
@ -9276,7 +9276,7 @@ constructs, you would use @option{-W none,obsolete}.
|
||||
warnings; if you want them, just pass @option{-W error}.
|
||||
|
||||
@item --melt
|
||||
@itemx -m
|
||||
@itemx -M
|
||||
Do not use frozen files. Any argument @code{@var{file}.m4f} is
|
||||
replaced by @code{@var{file}.m4}. This helps tracing the macros which
|
||||
are executed only when the files are frozen, typically
|
||||
|
Loading…
Reference in New Issue
Block a user