mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-19 14:40:24 +08:00
Replace @item with @itemx where appropriate.
* doc/autoconf.texi (autoscan Invocation): Fix spacing. (autoconf Invocation): Likewise. (autoreconf Invocation): Likewise. (autoheader Invocation): Likewise. (autom4te Invocation): Likewise. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
parent
a8eb896999
commit
8f052f4c5a
@ -1,3 +1,11 @@
|
||||
2008-06-28 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* doc/autoconf.texi (autoscan Invocation): Fix spacing.
|
||||
(autoconf Invocation): Likewise.
|
||||
(autoreconf Invocation): Likewise.
|
||||
(autoheader Invocation): Likewise.
|
||||
(autom4te Invocation): Likewise.
|
||||
|
||||
2008-06-19 Eric Blake <ebb9@byu.net>
|
||||
|
||||
Add comment explaining recent patch.
|
||||
|
@ -1338,7 +1338,7 @@ symbols it finds in them. This output can be voluminous.
|
||||
Append @var{dir} to the include path. Multiple invocations accumulate.
|
||||
|
||||
@item --prepend-include=@var{dir}
|
||||
@item -B @var{dir}
|
||||
@itemx -B @var{dir}
|
||||
Prepend @var{dir} to the include path. Multiple invocations accumulate.
|
||||
@end table
|
||||
|
||||
@ -1426,7 +1426,7 @@ Remake @file{configure} even if newer than its input files.
|
||||
Append @var{dir} to the include path. Multiple invocations accumulate.
|
||||
|
||||
@item --prepend-include=@var{dir}
|
||||
@item -B @var{dir}
|
||||
@itemx -B @var{dir}
|
||||
Prepend @var{dir} to the include path. Multiple invocations accumulate.
|
||||
|
||||
@item --output=@var{file}
|
||||
@ -1653,7 +1653,7 @@ Append @var{dir} to the include path. Multiple invocations accumulate.
|
||||
Passed on to @command{autoconf} and @command{autoheader} internally.
|
||||
|
||||
@item --prepend-include=@var{dir}
|
||||
@item -B @var{dir}
|
||||
@itemx -B @var{dir}
|
||||
Prepend @var{dir} to the include path. Multiple invocations accumulate.
|
||||
Passed on to @command{autoconf} and @command{autoheader} internally.
|
||||
|
||||
@ -3199,7 +3199,7 @@ Remake the template file even if newer than its input files.
|
||||
Append @var{dir} to the include path. Multiple invocations accumulate.
|
||||
|
||||
@item --prepend-include=@var{dir}
|
||||
@item -B @var{dir}
|
||||
@itemx -B @var{dir}
|
||||
Prepend @var{dir} to the include path. Multiple invocations accumulate.
|
||||
|
||||
@item --warnings=@var{category}
|
||||
@ -10111,7 +10111,7 @@ additionally reads @file{aclocal.m4}.
|
||||
@end table
|
||||
|
||||
@item --prepend-include=@var{dir}
|
||||
@item -B @var{dir}
|
||||
@itemx -B @var{dir}
|
||||
Prepend directory @var{dir} to the search path. This is used to include
|
||||
the language-specific files before any third-party macros.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user