Changeset 4db0752


Ignore:
Timestamp:
Jul 11, 2012, 12:31:10 AM (12 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
c325a11
Parents:
4435ea6e
Message:

configure.ac: enable tests by default, add m4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r4435ea6e r4db0752  
    33dnl Init autoconf
    44AC_INIT(src/aubio.h)
     5
     6AC_CONFIG_MACRO_DIR([m4])
    57
    68dnl Package name and version
     
    243245dnl Enable unit tests
    244246AC_ARG_ENABLE(testprogs,
    245   AC_HELP_STRING([--enable-testprogs],[compile test programs [[default=no]]]),
     247  AC_HELP_STRING([--enable-testprogs],[compile test programs [[default=yes]]]),
    246248  [with_testprogs=$enableval],
    247   with_testprogs="no")
     249  with_testprogs="yes")
    248250AM_CONDITIONAL(COMPILE_TESTS,test "${with_testprogs}" != "no")
    249251
Note: See TracChangeset for help on using the changeset viewer.