Lines Matching refs:cache_file
749 cache_file=/dev/null
825 ac_prev=cache_file ;;
828 cache_file=$ac_optarg ;;
831 cache_file=config.cache ;;
1921 if test -r "$cache_file"; then
1924 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1925 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1926 $as_echo "$as_me: loading cache $cache_file" >&6;}
1927 case $cache_file in
1928 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1929 *) . "./$cache_file";;
1933 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1934 $as_echo "$as_me: creating cache $cache_file" >&6;}
1935 >$cache_file
1993 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
4636 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
4637 if test -w "$cache_file"; then
4638 if test "x$cache_file" != "x/dev/null"; then
4639 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
4640 $as_echo "$as_me: updating cache $cache_file" >&6;}
4641 if test ! -f "$cache_file" || test -h "$cache_file"; then
4642 cat confcache >"$cache_file"
4644 case $cache_file in #(
4646 mv -f confcache "$cache_file"$$ &&
4647 mv -f "$cache_file"$$ "$cache_file" ;; #(
4649 mv -f confcache "$cache_file" ;;
4654 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
4655 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}