Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    rc3a4385 r56c3935  
    45284528
    45294529        # deprecated
    4530 # These are often not installed and people miss seeing the "no", so stop the configure.
    45314530for ac_prog in 'bison -y' byacc
    45324531do
     
    45724571test -n "$YACC" || YACC="yacc"
    45734572
    4574 if test "${YACC}" = "yacc" ; then echo "Error: bison required." ; exit 1 ; fi
    45754573
    45764574for ac_prog in flex lex
     
    47324730
    47334731fi
    4734 if test "${LEX}" = "lex" ; then echo "Error: flex required." ; exit 1 ; fi
    47354732
    47364733{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
     
    57525749
    57535750
    5754 ac_config_files="$ac_config_files Makefile src/driver/Makefile src/Makefile src/examples/Makefile src/libcfa/Makefile"
     5751ac_config_files="$ac_config_files Makefile driver/Makefile src/Makefile src/examples/Makefile libcfa/Makefile"
    57555752
    57565753
     
    64956492    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
    64966493    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    6497     "src/driver/Makefile") CONFIG_FILES="$CONFIG_FILES src/driver/Makefile" ;;
     6494    "driver/Makefile") CONFIG_FILES="$CONFIG_FILES driver/Makefile" ;;
    64986495    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
    64996496    "src/examples/Makefile") CONFIG_FILES="$CONFIG_FILES src/examples/Makefile" ;;
    6500     "src/libcfa/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcfa/Makefile" ;;
     6497    "libcfa/Makefile") CONFIG_FILES="$CONFIG_FILES libcfa/Makefile" ;;
    65016498
    65026499  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
Note: See TracChangeset for help on using the changeset viewer.