mirror of
git://git.sv.gnu.org/autoconf
synced 2025-04-06 15:10:23 +08:00
* acgeneral.m4 (_AC_INIT_PARSE_ARGS) <-C>: Use `./config.cache', not
`config.cache'. * doc/install.texi (configure Invocation): Adjust.
This commit is contained in:
parent
188cec3470
commit
2e1fabcd1b
@ -1,3 +1,9 @@
|
||||
2000-07-03 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* acgeneral.m4 (_AC_INIT_PARSE_ARGS) <-C>: Use `./config.cache', not
|
||||
`config.cache'.
|
||||
* doc/install.texi (configure Invocation): Adjust.
|
||||
|
||||
2000-06-30 Jim Meyering <meyering@lucent.com>
|
||||
|
||||
* acgeneral.m4 (AC_REQUIRE): Tweak a diagnostic.
|
||||
|
@ -1280,7 +1280,7 @@ do
|
||||
cache_file=$ac_optarg ;;
|
||||
|
||||
--config-cache | -C)
|
||||
cache_file=config.cache ;;
|
||||
cache_file=./config.cache ;;
|
||||
|
||||
-datadir | --datadir | --datadi | --datad | --data | --dat | --da)
|
||||
ac_prev=datadir ;;
|
||||
@ -1612,7 +1612,7 @@ Configuration:
|
||||
-V, --version display version information and exit
|
||||
-q, --quiet, --silent do not print \`checking...' messages
|
||||
--cache-file=FILE cache test results in FILE [disabled]
|
||||
-C, --config-cache alias for \`--cache-file=config.cache'
|
||||
-C, --config-cache alias for \`--cache-file=./config.cache'
|
||||
-n, --no-create do not create output files
|
||||
--srcdir=DIR find the sources in DIR [configure dir or \`..']
|
||||
|
||||
|
@ -239,7 +239,7 @@ traditionally @file{./config.cache}. @var{file} defaults to
|
||||
|
||||
@item --config-cache
|
||||
@itemx -C
|
||||
Alias for @option{--cache-file=config.cache}.
|
||||
Alias for @option{--cache-file=./config.cache}.
|
||||
|
||||
@item --quiet
|
||||
@itemx --silent
|
||||
|
@ -1280,7 +1280,7 @@ do
|
||||
cache_file=$ac_optarg ;;
|
||||
|
||||
--config-cache | -C)
|
||||
cache_file=config.cache ;;
|
||||
cache_file=./config.cache ;;
|
||||
|
||||
-datadir | --datadir | --datadi | --datad | --data | --dat | --da)
|
||||
ac_prev=datadir ;;
|
||||
@ -1612,7 +1612,7 @@ Configuration:
|
||||
-V, --version display version information and exit
|
||||
-q, --quiet, --silent do not print \`checking...' messages
|
||||
--cache-file=FILE cache test results in FILE [disabled]
|
||||
-C, --config-cache alias for \`--cache-file=config.cache'
|
||||
-C, --config-cache alias for \`--cache-file=./config.cache'
|
||||
-n, --no-create do not create output files
|
||||
--srcdir=DIR find the sources in DIR [configure dir or \`..']
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user