Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    rc3a4385 r56c3935  
    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.
    6968AC_PROG_YACC
    70 if test "${YACC}" = "yacc" ; then echo "Error: bison required." ; exit 1 ; fi
    7169AC_PROG_LEX
    72 if test "${LEX}" = "lex" ; then echo "Error: flex required." ; exit 1 ; fi
    7370AC_PROG_INSTALL
    7471AC_PROG_MAKE_SET
     
    9895AC_CONFIG_FILES([
    9996        Makefile
    100         src/driver/Makefile
     97        driver/Makefile
    10198        src/Makefile
    10299        src/examples/Makefile
    103         src/libcfa/Makefile
     100        libcfa/Makefile
    104101        ])
    105102
Note: See TracChangeset for help on using the changeset viewer.