]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Add `configure --config-cache', `-C' as a shortcut for
authorAkim Demaille <akim@epita.fr>
Mon, 22 May 2000 13:31:00 +0000 (13:31 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 22 May 2000 13:31:00 +0000 (13:31 +0000)
commitbe64229cfaf844f84abad4e9bfbcedd018302059
tree174297294e4148185da264afd5ddb3d7ad1af12f
parent59dc2beeef0343fc241dc7133d7c2c5273f86401
Add `configure --config-cache', `-C' as a shortcut for
`--cache-file=config.cache'.

* acgeneral.m4 (_AC_INIT_PARSE_ARGS): Let `configure' support
`--config-cache' and `-C'.
Report them in `--help'.
Fix the display of missing argument.
(_AC_OUTPUT_SUBDIRS): Adjust.
* doc/install.texi (Invoking configure): Rename the node as
(Running configure scripts): this, the name of the chapter.
(Operation Controls): Rename as...
(Invoking configure): this.
Document the new options.
* doc/autoconf.texi (direntry): Huh?  What is this `aclocal' doing
here?  Point to `Invoking configure'.
(Cache Files): No need to document the disabling of the cache.
ChangeLog
NEWS
acgeneral.m4
doc/autoconf.texi
doc/install.texi
lib/autoconf/general.m4