1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
- # Generated by GNU Autoconf 2.69 for libtgvoip 2.2.
3
+ # Generated by GNU Autoconf 2.69 for libtgvoip 2.2.4.
4
4
#
5
5
# Report bugs to <https://github.com/grishka/libtgvoip/issues>.
6
6
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
590
590
# Identity of this package.
591
591
PACKAGE_NAME='libtgvoip'
592
592
PACKAGE_TARNAME='libtgvoip'
593
- PACKAGE_VERSION='2.2'
594
- PACKAGE_STRING='libtgvoip 2.2'
593
+ PACKAGE_VERSION='2.2.4 '
594
+ PACKAGE_STRING='libtgvoip 2.2.4 '
595
595
PACKAGE_BUGREPORT='https://github.com/grishka/libtgvoip/issues'
596
596
PACKAGE_URL=''
597
597
@@ -643,6 +643,8 @@ WITH_ALSA_FALSE
643
643
WITH_ALSA_TRUE
644
644
WITH_PULSE_FALSE
645
645
WITH_PULSE_TRUE
646
+ ENABLE_AUDIO_CALLBACK_FALSE
647
+ ENABLE_AUDIO_CALLBACK_TRUE
646
648
TARGET_OS_OSX_FALSE
647
649
TARGET_OS_OSX_TRUE
648
650
TARGET_CPU_ARMV7_FALSE
@@ -795,6 +797,7 @@ enable_dependency_tracking
795
797
with_gnu_ld
796
798
with_sysroot
797
799
enable_libtool_lock
800
+ enable_audio_callback
798
801
with_pulse
799
802
with_alsa
800
803
enable_dsp
@@ -1357,7 +1360,7 @@ if test "$ac_init_help" = "long"; then
1357
1360
# Omit some internal or obsolete options to make the list less imposing.
1358
1361
# This message is too long to be a string in the A/UX 3.1 sh.
1359
1362
cat <<_ACEOF
1360
- \`configure' configures libtgvoip 2.2 to adapt to many kinds of systems.
1363
+ \`configure' configures libtgvoip 2.2.4 to adapt to many kinds of systems.
1361
1364
1362
1365
Usage: $0 [OPTION]... [VAR=VALUE]...
1363
1366
1427
1430
1428
1431
if test -n "$ac_init_help"; then
1429
1432
case $ac_init_help in
1430
- short | recursive ) echo "Configuration of libtgvoip 2.2:";;
1433
+ short | recursive ) echo "Configuration of libtgvoip 2.2.4 :";;
1431
1434
esac
1432
1435
cat <<\_ACEOF
1433
1436
@@ -1446,6 +1449,7 @@ Optional Features:
1446
1449
--disable-dependency-tracking
1447
1450
speeds up one-time build
1448
1451
--disable-libtool-lock avoid locking (might break parallel builds)
1452
+ --enable-audio-callback enable callback-based audio I/O
1449
1453
--disable-dsp disable signal processing (echo cancellation, noise
1450
1454
suppression, and automatic gain control)
1451
1455
1548
1552
test -n "$ac_init_help" && exit $ac_status
1549
1553
if $ac_init_version; then
1550
1554
cat <<\_ACEOF
1551
- libtgvoip configure 2.2
1555
+ libtgvoip configure 2.2.4
1552
1556
generated by GNU Autoconf 2.69
1553
1557
1554
1558
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2260,7 +2264,7 @@ cat >config.log <<_ACEOF
2260
2264
This file contains any messages produced by compilers while
2261
2265
running configure, to aid debugging if configure makes a mistake.
2262
2266
2263
- It was created by libtgvoip $as_me 2.2, which was
2267
+ It was created by libtgvoip $as_me 2.2.4 , which was
2264
2268
generated by GNU Autoconf 2.69. Invocation command line was
2265
2269
2266
2270
$ $0 $@
3126
3130
3127
3131
# Define the identity of the package.
3128
3132
PACKAGE='libtgvoip'
3129
- VERSION='2.2'
3133
+ VERSION='2.2.4 '
3130
3134
3131
3135
3132
3136
cat >>confdefs.h <<_ACEOF
@@ -17648,7 +17652,23 @@ else
17648
17652
fi
17649
17653
17650
17654
17651
- if test "x$os_osx" != xyes; then :
17655
+ # Check whether --enable-audio-callback was given.
17656
+ if test "${enable_audio_callback+set}" = set; then :
17657
+ enableval=$enable_audio_callback;
17658
+ else
17659
+ enable_audio_callback=yes
17660
+ fi
17661
+
17662
+ if test "x$enable_audio_callback" == xyes; then
17663
+ ENABLE_AUDIO_CALLBACK_TRUE=
17664
+ ENABLE_AUDIO_CALLBACK_FALSE='#'
17665
+ else
17666
+ ENABLE_AUDIO_CALLBACK_TRUE='#'
17667
+ ENABLE_AUDIO_CALLBACK_FALSE=
17668
+ fi
17669
+
17670
+
17671
+ if test "x$os_osx" != xyes && test "x$enable_audio_callback" != xyes; then :
17652
17672
# Linux
17653
17673
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
17654
17674
$as_echo_n "checking for dlopen in -ldl... " >&6; }
@@ -18700,6 +18720,10 @@ if test -z "${TARGET_OS_OSX_TRUE}" && test -z "${TARGET_OS_OSX_FALSE}"; then
18700
18720
as_fn_error $? "conditional \"TARGET_OS_OSX\" was never defined.
18701
18721
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18702
18722
fi
18723
+ if test -z "${ENABLE_AUDIO_CALLBACK_TRUE}" && test -z "${ENABLE_AUDIO_CALLBACK_FALSE}"; then
18724
+ as_fn_error $? "conditional \"ENABLE_AUDIO_CALLBACK\" was never defined.
18725
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
18726
+ fi
18703
18727
if test -z "${WITH_PULSE_TRUE}" && test -z "${WITH_PULSE_FALSE}"; then
18704
18728
as_fn_error $? "conditional \"WITH_PULSE\" was never defined.
18705
18729
Usually this means the macro was only invoked conditionally." "$LINENO" 5
@@ -19109,7 +19133,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19109
19133
# report actual input values of CONFIG_FILES etc. instead of their
19110
19134
# values after options handling.
19111
19135
ac_log="
19112
- This file was extended by libtgvoip $as_me 2.2, which was
19136
+ This file was extended by libtgvoip $as_me 2.2.4 , which was
19113
19137
generated by GNU Autoconf 2.69. Invocation command line was
19114
19138
19115
19139
CONFIG_FILES = $CONFIG_FILES
@@ -19175,7 +19199,7 @@ _ACEOF
19175
19199
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19176
19200
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
19177
19201
ac_cs_version="\\
19178
- libtgvoip config.status 2.2
19202
+ libtgvoip config.status 2.2.4
19179
19203
configured by $0, generated by GNU Autoconf 2.69,
19180
19204
with options \\"\$ac_cs_config\\"
19181
19205
0 commit comments