- Timestamp:
- Jun 2, 2015, 8:12:44 AM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- 30651b0, 4eb1db6
- Parents:
- 6e7e2b36
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r6e7e2b36 rc3a4385 4528 4528 4529 4529 # deprecated 4530 # These are often not installed and people miss seeing the "no", so stop the configure. 4530 4531 for ac_prog in 'bison -y' byacc 4531 4532 do … … 4571 4572 test -n "$YACC" || YACC="yacc" 4572 4573 4574 if test "${YACC}" = "yacc" ; then echo "Error: bison required." ; exit 1 ; fi 4573 4575 4574 4576 for ac_prog in flex lex … … 4730 4732 4731 4733 fi 4734 if test "${LEX}" = "lex" ; then echo "Error: flex required." ; exit 1 ; fi 4732 4735 4733 4736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
Note: See TracChangeset
for help on using the changeset viewer.