Changes in configure.ac [c3a4385:56c3935]
- File:
-
- 1 edited
-
configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
rc3a4385 r56c3935 66 66 AC_PROG_CC 67 67 AM_PROG_CC_C_O # deprecated 68 # These are often not installed and people miss seeing the "no", so stop the configure.69 68 AC_PROG_YACC 70 if test "${YACC}" = "yacc" ; then echo "Error: bison required." ; exit 1 ; fi71 69 AC_PROG_LEX 72 if test "${LEX}" = "lex" ; then echo "Error: flex required." ; exit 1 ; fi73 70 AC_PROG_INSTALL 74 71 AC_PROG_MAKE_SET … … 98 95 AC_CONFIG_FILES([ 99 96 Makefile 100 src/driver/Makefile97 driver/Makefile 101 98 src/Makefile 102 99 src/examples/Makefile 103 src/libcfa/Makefile100 libcfa/Makefile 104 101 ]) 105 102
Note:
See TracChangeset
for help on using the changeset viewer.