Home | History | Annotate | Download | only in bison

Lines Matching refs:cache_file

323 cache_file=/dev/null
384 ac_prev=cache_file ;;
387 cache_file=$ac_optarg ;;
390 cache_file=config.cache ;;
1243 if test -r "$cache_file"; then
1246 if test -f "$cache_file"; then
1247 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1248 echo "$as_me: loading cache $cache_file" >&6;}
1249 case $cache_file in
1250 [\\/]* | ?:[\\/]* ) . $cache_file;;
1251 *) . ./$cache_file;;
1255 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1256 echo "$as_me: creating cache $cache_file" >&6;}
1257 >$cache_file
1306 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1307 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
16059 if diff $cache_file confcache >/dev/null 2>&1; then :; else
16060 if test -w $cache_file; then
16061 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
16062 cat confcache >$cache_file
16064 echo "not updating unwritable cache $cache_file"