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