Home | History | Annotate | Download | only in libpng

Lines Matching refs:cache_file

906 cache_file=/dev/null
981 ac_prev=cache_file ;;
984 cache_file=$ac_optarg ;;
987 cache_file=config.cache ;;
2302 if test -r "$cache_file"; then
2305 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2306 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2307 $as_echo "$as_me: loading cache $cache_file" >&6;}
2308 case $cache_file in
2309 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2310 *) . "./$cache_file";;
2314 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2315 $as_echo "$as_me: creating cache $cache_file" >&6;}
2316 >$cache_file
2374 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
11615 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11616 if test -w "$cache_file"; then
11617 test "x$cache_file" != "x/dev/null" &&
11618 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11619 $as_echo "$as_me: updating cache $cache_file" >&6;}
11620 cat confcache >$cache_file
11622 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11623 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}