Lines Matching refs:cache_file
815 cache_file=/dev/null
891 ac_prev=cache_file ;;
894 cache_file=$ac_optarg ;;
897 cache_file=config.cache ;;
2374 if test -r "$cache_file"; then
2377 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2378 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2379 $as_echo "$as_me: loading cache $cache_file" >&6;}
2380 case $cache_file in
2381 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2382 *) . "./$cache_file";;
2386 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2387 $as_echo "$as_me: creating cache $cache_file" >&6;}
2388 >$cache_file
17366 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
17367 if test -w "$cache_file"; then
17368 if test "x$cache_file" != "x/dev/null"; then
17369 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
17370 $as_echo "$as_me: updating cache $cache_file" >&6;}
17371 if test ! -f "$cache_file" || test -h "$cache_file"; then
17372 cat confcache >"$cache_file"
17374 case $cache_file in #(
17376 mv -f confcache "$cache_file"$$ &&
17377 mv -f "$cache_file"$$ "$cache_file" ;; #(
17379 mv -f confcache "$cache_file" ;;
17384 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
17385 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}