From 2e1fabcd1b49607105dc13faf5aab591f61db595 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 3 Jul 2000 10:41:30 +0000 Subject: [PATCH] * acgeneral.m4 (_AC_INIT_PARSE_ARGS) <-C>: Use `./config.cache', not `config.cache'. * doc/install.texi (configure Invocation): Adjust. --- ChangeLog | 6 ++++++ acgeneral.m4 | 4 ++-- doc/install.texi | 2 +- lib/autoconf/general.m4 | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7adb56ae..d9ef60ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-07-03 Akim Demaille + + * acgeneral.m4 (_AC_INIT_PARSE_ARGS) <-C>: Use `./config.cache', not + `config.cache'. + * doc/install.texi (configure Invocation): Adjust. + 2000-06-30 Jim Meyering * acgeneral.m4 (AC_REQUIRE): Tweak a diagnostic. diff --git a/acgeneral.m4 b/acgeneral.m4 index 0eca0062..2c1efec1 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -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 \`..'] diff --git a/doc/install.texi b/doc/install.texi index 77b49170..1847f666 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -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 diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 0eca0062..2c1efec1 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -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 \`..']