Lines Matching refs:cache_file
49 cache_file=./config.cache
118 ac_prev=cache_file ;;
121 cache_file="$ac_optarg" ;;
524 if test -r "$cache_file"; then
525 echo "loading cache $cache_file"
526 . $cache_file
528 echo "creating cache $cache_file"
529 > $cache_file
1511 libtool_flags="--cache-file=$cache_file"
1626 if cmp -s $cache_file confcache; then
1629 if test -w $cache_file; then
1630 echo "updating cache $cache_file"
1631 cat confcache > $cache_file
1633 echo "not updating unwritable cache $cache_file"
1649 if test -r "$cache_file"; then
1650 echo "loading cache $cache_file"
1651 . $cache_file
1653 echo "creating cache $cache_file"
1654 > $cache_file
3145 if cmp -s $cache_file confcache; then
3148 if test -w $cache_file; then
3149 echo "updating cache $cache_file"
3150 cat confcache > $cache_file
3152 echo "not updating unwritable cache $cache_file"