mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-19 14:40:24 +08:00
* doc/autoconf.texi: Catch up -I, --include changes.
This commit is contained in:
parent
1776c542d1
commit
db8481b543
@ -1,3 +1,7 @@
|
||||
2001-08-31 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* doc/autoconf.texi: Catch up -I, --include changes.
|
||||
|
||||
2001-08-31 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* bin/autom4te.in (&parse_args): Die on unknown languages.
|
||||
|
7
NEWS
7
NEWS
@ -13,10 +13,11 @@
|
||||
** autom4te
|
||||
New executable, used by the Autoconf suite to cache and speed up
|
||||
some processing.
|
||||
** autoconf
|
||||
- --force, -f
|
||||
** autoheader
|
||||
** Standardization of the executables options
|
||||
- --force, -f
|
||||
Supported by autom4te, autoconf and autoheader.
|
||||
- --include, -I
|
||||
Replaces --autoconf-dir and --localdir in autoconf and autoheader.
|
||||
** Bug fixes
|
||||
- The top level $prefix is propagated to the AC_CONFIG_SUBDIRS configures.
|
||||
** C Macros
|
||||
|
@ -1151,20 +1151,9 @@ Don't remove the temporary files.
|
||||
@itemx -f
|
||||
Remake @file{configure} even if newer than its input files.
|
||||
|
||||
@item --autoconf-dir=@var{dir}
|
||||
@itemx -A @var{dir}
|
||||
@evindex AC_MACRODIR
|
||||
Override the location where the installed Autoconf data files are looked
|
||||
for. You can also set the @code{AC_MACRODIR} environment variable to a
|
||||
directory; this option overrides the environment variable.
|
||||
|
||||
This option is rarely needed and dangerous; it is only used when one
|
||||
plays with different versions of Autoconf simultaneously.
|
||||
|
||||
@item --localdir=@var{dir}
|
||||
@itemx -l @var{dir}
|
||||
Look for the package file @file{aclocal.m4} in directory @var{dir}
|
||||
instead of in the current directory.
|
||||
@item --include=@var{dir}
|
||||
@itemx -I @var{dir}
|
||||
Also look for input files in @var{dir}. Multiple invocations accumulate.
|
||||
|
||||
@item --output=@var{file}
|
||||
@itemx -o @var{file}
|
||||
@ -2518,21 +2507,9 @@ Don't remove the temporary files.
|
||||
@itemx -f
|
||||
Remake the template file even if newer than its input files.
|
||||
|
||||
@item --autoconf-dir=@var{dir}
|
||||
@itemx -A @var{dir}
|
||||
@evindex AC_MACRODIR
|
||||
Override the location where the installed Autoconf data files are looked
|
||||
for. You can also set the @code{AC_MACRODIR} environment variable to a
|
||||
directory; this option overrides the environment variable.
|
||||
|
||||
This option is rarely needed and dangerous; it is only used when one
|
||||
plays with different versions of Autoconf simultaneously.
|
||||
|
||||
@item --localdir=@var{dir}
|
||||
@itemx -l @var{dir}
|
||||
Look for the package files @file{aclocal.m4} and @file{acconfig.h} (but
|
||||
not @file{@var{file}.top} and @file{@var{file}.bot}) in directory
|
||||
@var{dir} instead of in the current directory.
|
||||
@item --include=@var{dir}
|
||||
@itemx -I @var{dir}
|
||||
Also look for input files in @var{dir}. Multiple invocations accumulate.
|
||||
|
||||
@item --warnings=@var{category}
|
||||
@itemx -W @var{category}
|
||||
@ -10089,20 +10066,9 @@ Report processing steps.
|
||||
@itemx -d
|
||||
Don't remove the temporary files.
|
||||
|
||||
@item --autoconf-dir=@var{dir}
|
||||
@itemx -A @var{dir}
|
||||
@evindex AC_MACRODIR
|
||||
Override the location where the installed Autoconf data files are looked
|
||||
for. You can also set the @code{AC_MACRODIR} environment variable to a
|
||||
directory; this option overrides the environment variable.
|
||||
|
||||
This option is rarely needed and dangerous; it is only used when one
|
||||
plays with different versions of Autoconf simultaneously.
|
||||
|
||||
@item --localdir=@var{dir}
|
||||
@itemx -l @var{dir}
|
||||
Look for the package file @file{aclocal.m4} in directory @var{dir}
|
||||
instead of in the current directory.
|
||||
@item --include=@var{dir}
|
||||
@itemx -I @var{dir}
|
||||
Also look for input files in @var{dir}. Multiple invocations accumulate.
|
||||
@end table
|
||||
|
||||
@node Obsolete Macros
|
||||
|
Loading…
x
Reference in New Issue
Block a user