diff --git a/configure b/configure index 1c8d382..7c3c50d 100755 --- a/configure +++ b/configure @@ -3377,6 +3377,25 @@ cat >>confdefs.h <<_ACEOF _ACEOF + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: +minimodem 0.10 configuration summary: + --with-pulseaudio $with_pulseaudio ($use_pulseaudio) + --with-alsa $with_alsa ($use_alsa) + --with-sndfile $with_sndfile ($use_sndfile) + --with-benchmarks $with_benchmarks ($use_benchmarks) + deps_packages: $deps_packages +" >&5 +$as_echo " +minimodem 0.10 configuration summary: + --with-pulseaudio $with_pulseaudio ($use_pulseaudio) + --with-alsa $with_alsa ($use_alsa) + --with-sndfile $with_sndfile ($use_sndfile) + --with-benchmarks $with_benchmarks ($use_benchmarks) + deps_packages: $deps_packages +" >&6; } + + # Checks for libraries. @@ -5069,18 +5088,3 @@ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi - -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: minimodem 0.10 configuration summary: - --with-pulseaudio $with_pulseaudio ($use_pulseaudio) - --with-alsa $with_alsa ($use_alsa) - --with-sndfile $with_sndfile ($use_sndfile) - --with-benchmarks $with_benchmarks ($use_benchmarks) - deps_packages: $deps_packages -" >&5 -$as_echo "minimodem 0.10 configuration summary: - --with-pulseaudio $with_pulseaudio ($use_pulseaudio) - --with-alsa $with_alsa ($use_alsa) - --with-sndfile $with_sndfile ($use_sndfile) - --with-benchmarks $with_benchmarks ($use_benchmarks) - deps_packages: $deps_packages -" >&6; } diff --git a/configure.ac b/configure.ac index 31892d5..efe8d9a 100644 --- a/configure.ac +++ b/configure.ac @@ -80,6 +80,17 @@ AS_IF([test "x$with_benchmarks" == "xno"], AC_DEFINE_UNQUOTED(USE_BENCHMARKS, $use_benchmarks, [Define to 1 to enable internal benchmarks]) + +AC_MSG_RESULT([ +PKG_NAME PKG_VERSION configuration summary: + --with-pulseaudio $with_pulseaudio ($use_pulseaudio) + --with-alsa $with_alsa ($use_alsa) + --with-sndfile $with_sndfile ($use_sndfile) + --with-benchmarks $with_benchmarks ($use_benchmarks) + deps_packages: $deps_packages +]) + + # Checks for libraries. PKG_CHECK_MODULES(DEPS, [ $deps_packages ]) @@ -104,11 +115,3 @@ AC_CONFIG_FILES([ ]) # testdata/Makefile AC_OUTPUT - -AC_MSG_RESULT([PKG_NAME PKG_VERSION configuration summary: - --with-pulseaudio $with_pulseaudio ($use_pulseaudio) - --with-alsa $with_alsa ($use_alsa) - --with-sndfile $with_sndfile ($use_sndfile) - --with-benchmarks $with_benchmarks ($use_benchmarks) - deps_packages: $deps_packages -])