Lines Matching refs:cache_file
1100 cache_file=/dev/null
1176 ac_prev=cache_file ;;
1179 cache_file=$ac_optarg ;;
1182 cache_file=config.cache ;;
2770 if test -r "$cache_file"; then
2773 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2774 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2775 $as_echo "$as_me: loading cache $cache_file" >&6;}
2776 case $cache_file in
2777 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2778 *) . "./$cache_file";;
2782 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2783 $as_echo "$as_me: creating cache $cache_file" >&6;}
2784 >$cache_file
2842 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
23931 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
23932 if test -w "$cache_file"; then
23933 if test "x$cache_file" != "x/dev/null"; then
23934 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
23935 $as_echo "$as_me: updating cache $cache_file" >&6;}
23936 if test ! -f "$cache_file" || test -h "$cache_file"; then
23937 cat confcache >"$cache_file"
23939 case $cache_file in #(
23941 mv -f confcache "$cache_file"$$ &&
23942 mv -f "$cache_file"$$ "$cache_file" ;; #(
23944 mv -f confcache "$cache_file" ;;
23949 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
23950 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}