Changes in configure.ac [f28b1f8:0fc91db1]
- File:
-
- 1 edited
-
configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
rf28b1f8 r0fc91db1 226 226 AC_PROG_YACC 227 227 if test "${YACC}" = "yacc" ; then echo "Error: bison required." ; exit 1 ; fi 228 AC_PROG_LEX (yywrap)228 AC_PROG_LEX 229 229 if test "${LEX}" = "lex" ; then echo "Error: flex required." ; exit 1 ; fi 230 LT_INIT 230 AC_PROG_LIBTOOL 231 231 AC_PROG_INSTALL 232 232 … … 284 284 tools/Makefile 285 285 tools/prettyprinter/Makefile 286 benchmark/Cargo.toml287 286 ]) 287 288 AC_OUTPUT(benchmark/Cargo.toml) 288 289 ]) 289 290 290 291 AC_CONFIG_LINKS([tests/test.py:tests/test.py]) 291 AC_CONFIG_FILES([tests/config.py]) 292 293 AC_OUTPUT 292 293 AC_OUTPUT(tests/config.py) 294 294 295 295 # Final text
Note:
See TracChangeset
for help on using the changeset viewer.