Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r49ce636 ra1850ac  
    295295# Some of our makefile don't need to be distributed
    296296AM_CONDITIONAL([CFORALL_DISTRIBUTE], [test -e $TOP_SRCDIR/autogen.sh])
    297 AM_COND_IF([CFORALL_DISTRIBUTE], [
    298         AC_CONFIG_FILES([
     297AM_COND_IF([CFORALL_DISTRIBUTE],
     298        [AC_CONFIG_FILES([
    299299                longrun_tests/Makefile
    300300                benchmark/Makefile
     
    302302                tools/Makefile
    303303                tools/prettyprinter/Makefile
    304         ])
    305 
    306         AC_OUTPUT(benchmark/Cargo.toml)
    307 ])
     304                ])])
    308305
    309306AC_CONFIG_LINKS([tests/test.py:tests/test.py])
Note: See TracChangeset for help on using the changeset viewer.