Changeset 4eb1db6 for configure


Ignore:
Timestamp:
Jun 2, 2015, 2:28:24 PM (10 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

    rd939274 r4eb1db6  
    45284528
    45294529        # deprecated
     4530# These are often not installed and people miss seeing the "no", so stop the configure.
    45304531for ac_prog in 'bison -y' byacc
    45314532do
     
    45714572test -n "$YACC" || YACC="yacc"
    45724573
     4574if test "${YACC}" = "yacc" ; then echo "Error: bison required." ; exit 1 ; fi
    45734575
    45744576for ac_prog in flex lex
     
    47304732
    47314733fi
     4734if test "${LEX}" = "lex" ; then echo "Error: flex required." ; exit 1 ; fi
    47324735
    47334736{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
     
    57495752
    57505753
    5751 ac_config_files="$ac_config_files Makefile driver/Makefile src/Makefile src/examples/Makefile libcfa/Makefile"
     5754ac_config_files="$ac_config_files Makefile src/driver/Makefile src/Makefile src/examples/Makefile src/libcfa/Makefile"
    57525755
    57535756
     
    64926495    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
    64936496    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    6494     "driver/Makefile") CONFIG_FILES="$CONFIG_FILES driver/Makefile" ;;
     6497    "src/driver/Makefile") CONFIG_FILES="$CONFIG_FILES src/driver/Makefile" ;;
    64956498    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
    64966499    "src/examples/Makefile") CONFIG_FILES="$CONFIG_FILES src/examples/Makefile" ;;
    6497     "libcfa/Makefile") CONFIG_FILES="$CONFIG_FILES libcfa/Makefile" ;;
     6500    "src/libcfa/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcfa/Makefile" ;;
    64986501
    64996502  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
Note: See TracChangeset for help on using the changeset viewer.