Changeset 4db0752
- Timestamp:
- Jul 11, 2012, 12:31:10 AM (13 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r4435ea6e r4db0752 3 3 dnl Init autoconf 4 4 AC_INIT(src/aubio.h) 5 6 AC_CONFIG_MACRO_DIR([m4]) 5 7 6 8 dnl Package name and version … … 243 245 dnl Enable unit tests 244 246 AC_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]]]), 246 248 [with_testprogs=$enableval], 247 with_testprogs=" no")249 with_testprogs="yes") 248 250 AM_CONDITIONAL(COMPILE_TESTS,test "${with_testprogs}" != "no") 249 251
Note: See TracChangeset
for help on using the changeset viewer.