Changes in configure.ac [56c3935:c3a4385]
- File:
-
- 1 edited
-
configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r56c3935 rc3a4385 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. 68 69 AC_PROG_YACC 70 if test "${YACC}" = "yacc" ; then echo "Error: bison required." ; exit 1 ; fi 69 71 AC_PROG_LEX 72 if test "${LEX}" = "lex" ; then echo "Error: flex required." ; exit 1 ; fi 70 73 AC_PROG_INSTALL 71 74 AC_PROG_MAKE_SET … … 95 98 AC_CONFIG_FILES([ 96 99 Makefile 97 driver/Makefile100 src/driver/Makefile 98 101 src/Makefile 99 102 src/examples/Makefile 100 libcfa/Makefile103 src/libcfa/Makefile 101 104 ]) 102 105
Note:
See TracChangeset
for help on using the changeset viewer.