Changeset c3a4385 for configure


Ignore:
Timestamp:
Jun 2, 2015, 8:12:44 AM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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
Message:

redo automake eighth attempt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r6e7e2b36 rc3a4385  
    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
Note: See TracChangeset for help on using the changeset viewer.