Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    rf28b1f8 r0fc91db1  
    226226AC_PROG_YACC
    227227if test "${YACC}" = "yacc" ; then echo "Error: bison required." ; exit 1 ; fi
    228 AC_PROG_LEX(yywrap)
     228AC_PROG_LEX
    229229if test "${LEX}" = "lex" ; then echo "Error: flex required." ; exit 1 ; fi
    230 LT_INIT
     230AC_PROG_LIBTOOL
    231231AC_PROG_INSTALL
    232232
     
    284284                tools/Makefile
    285285                tools/prettyprinter/Makefile
    286                 benchmark/Cargo.toml
    287286        ])
     287
     288        AC_OUTPUT(benchmark/Cargo.toml)
    288289])
    289290
    290291AC_CONFIG_LINKS([tests/test.py:tests/test.py])
    291 AC_CONFIG_FILES([tests/config.py])
    292 
    293 AC_OUTPUT
     292
     293AC_OUTPUT(tests/config.py)
    294294
    295295# Final text
Note: See TracChangeset for help on using the changeset viewer.