configure: move summary message
This commit is contained in:
parent
814a86eaf3
commit
059719fe02
|
@ -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; }
|
||||
|
|
19
configure.ac
19
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
|
||||
])
|
||||
|
|
Loading…
Reference in New Issue