Changeset 4eb1db6 for configure.ac


Ignore:
Timestamp:
Jun 2, 2015, 2:28:24 PM (9 years ago)
Author:
Rob Schluntz <rschlunt@…>
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:
954463b8
Parents:
d939274 (diff), c3a4385 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into labels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    rd939274 r4eb1db6  
    6666AC_PROG_CC
    6767AM_PROG_CC_C_O  # deprecated
     68# These are often not installed and people miss seeing the "no", so stop the configure.
    6869AC_PROG_YACC
     70if test "${YACC}" = "yacc" ; then echo "Error: bison required." ; exit 1 ; fi
    6971AC_PROG_LEX
     72if test "${LEX}" = "lex" ; then echo "Error: flex required." ; exit 1 ; fi
    7073AC_PROG_INSTALL
    7174AC_PROG_MAKE_SET
     
    9598AC_CONFIG_FILES([
    9699        Makefile
    97         driver/Makefile
     100        src/driver/Makefile
    98101        src/Makefile
    99102        src/examples/Makefile
    100         libcfa/Makefile
     103        src/libcfa/Makefile
    101104        ])
    102105
Note: See TracChangeset for help on using the changeset viewer.