Changeset c3a4385 for configure.ac
- 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.ac
r6e7e2b36 rc3a4385 66 66 AC_PROG_CC 67 67 AM_PROG_CC_C_O # deprecated 68 # These are often not installed and people miss seeing the "no", so stop the configure. 68 69 AC_PROG_YACC 70 if test "${YACC}" = "yacc" ; then echo "Error: bison required." ; exit 1 ; fi 69 71 AC_PROG_LEX 72 if test "${LEX}" = "lex" ; then echo "Error: flex required." ; exit 1 ; fi 70 73 AC_PROG_INSTALL 71 74 AC_PROG_MAKE_SET
Note: See TracChangeset
for help on using the changeset viewer.