Changes in configure [56c3935:c3a4385]
Legend:
- Unmodified
- Added
- Removed
-
configure
r56c3935 rc3a4385 4528 4528 4529 4529 # deprecated 4530 # These are often not installed and people miss seeing the "no", so stop the configure. 4530 4531 for ac_prog in 'bison -y' byacc 4531 4532 do … … 4571 4572 test -n "$YACC" || YACC="yacc" 4572 4573 4574 if test "${YACC}" = "yacc" ; then echo "Error: bison required." ; exit 1 ; fi 4573 4575 4574 4576 for ac_prog in flex lex … … 4730 4732 4731 4733 fi 4734 if test "${LEX}" = "lex" ; then echo "Error: flex required." ; exit 1 ; fi 4732 4735 4733 4736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 … … 5749 5752 5750 5753 5751 ac_config_files="$ac_config_files Makefile driver/Makefile src/Makefile src/examples/Makefilelibcfa/Makefile"5754 ac_config_files="$ac_config_files Makefile src/driver/Makefile src/Makefile src/examples/Makefile src/libcfa/Makefile" 5752 5755 5753 5756 … … 6492 6495 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 6493 6496 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 6494 " driver/Makefile") CONFIG_FILES="$CONFIG_FILESdriver/Makefile" ;;6497 "src/driver/Makefile") CONFIG_FILES="$CONFIG_FILES src/driver/Makefile" ;; 6495 6498 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 6496 6499 "src/examples/Makefile") CONFIG_FILES="$CONFIG_FILES src/examples/Makefile" ;; 6497 " libcfa/Makefile") CONFIG_FILES="$CONFIG_FILESlibcfa/Makefile" ;;6500 "src/libcfa/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcfa/Makefile" ;; 6498 6501 6499 6502 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
Note:
See TracChangeset
for help on using the changeset viewer.