mpg123-1.30.0

This commit is contained in:
Ozkan Sezer
2022-06-28 07:10:00 +03:00
parent 01b6013145
commit c46daebce1
56 changed files with 3497 additions and 1035 deletions

501
configure vendored
View File

@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for mpg123 1.29.3.
# Generated by GNU Autoconf 2.69 for mpg123 1.30.0.
#
# Report bugs to <maintainer@mpg123.org>.
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='mpg123'
PACKAGE_TARNAME='mpg123'
PACKAGE_VERSION='1.29.3'
PACKAGE_STRING='mpg123 1.29.3'
PACKAGE_VERSION='1.30.0'
PACKAGE_STRING='mpg123 1.30.0'
PACKAGE_BUGREPORT='maintainer@mpg123.org'
PACKAGE_URL=''
@@ -641,6 +641,20 @@ LIBOUT123_LIBS
LIBSYN123_LIBS
LIBMPG123_LIBS
PROG_LIBS
TERM_WIN32_FALSE
TERM_WIN32_TRUE
TERM_NONE_FALSE
TERM_NONE_TRUE
TERM_POSIX_FALSE
TERM_POSIX_TRUE
NET123_WININET_FALSE
NET123_WININET_TRUE
NET123_WINHTTP_FALSE
NET123_WINHTTP_TRUE
NET123_EXEC_FALSE
NET123_EXEC_TRUE
NETWORK_WINSOCK_FALSE
NETWORK_WINSOCK_TRUE
WIN32_CODES_FALSE
WIN32_CODES_TRUE
BUILD_BUFFER_FALSE
@@ -1060,8 +1074,6 @@ enable_xdebug
enable_nagging
enable_gapless
enable_fifo
enable_ipv6
enable_network
enable_id3v2
enable_string
enable_icy
@@ -1094,6 +1106,9 @@ with_seektable
enable_largefile
enable_lfs_alias
enable_feature_report
enable_ipv6
enable_network
with_network
'
ac_precious_vars='build_alias
host_alias
@@ -1668,7 +1683,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures mpg123 1.29.3 to adapt to many kinds of systems.
\`configure' configures mpg123 1.30.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1739,7 +1754,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of mpg123 1.29.3:";;
short | recursive ) echo "Configuration of mpg123 1.30.0:";;
esac
cat <<\_ACEOF
@@ -1764,8 +1779,6 @@ Optional Features:
--enable-nagging=no/yes turn on GCC's pedantic nagging with error on warnings, does not include --enable-debug anymore
--enable-gapless=no/yes turn on gapless (enabled per default)
--enable-fifo=no/yes FIFO support for control interface (auto-enabled on linux)
--enable-ipv6=no/yes IPv6 support (actually any protocol your libc does with getaddrinfo)
--enable-network=no/yes network support (http streams / webradio)
--disable-id3v2=no/yes no ID3v2 parsing
--disable-string=no/yes no string API (this will disable ID3v2; main mpg123 won't build anymore)
--disable-icy=no/yes no ICY metainfo parsing/conversion (main mpg123 won't build!)
@@ -1793,6 +1806,8 @@ Optional Features:
--disable-largefile omit support for large files
--disable-lfs-alias disable alias wrappers for largefile bitness (mpg123_seek_32 or mpg123_seek_64 in addition to mpg123_seek, or the other way around; It is a mess, do not play with this!)
--disable-feature_report Disable feature report function
--enable-ipv6=no/yes IPv6 support in internal network stack
--enable-network=no/yes network support (http streams / webradio), if available (overruled by --with-network!)
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
@@ -1875,6 +1890,9 @@ Optional Packages:
--with-seektable=<size> choose size of seek index table (0 disables it), default 1000
--with-network=<type> Available options, depending on platform, are auto,
none, internal, winhttp, wininet, and exec (wget or
curl binaries).
Some influential environment variables:
CC C compiler command
@@ -1970,7 +1988,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
mpg123 configure 1.29.3
mpg123 configure 1.30.0
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2576,7 +2594,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by mpg123 $as_me 1.29.3, which was
It was created by mpg123 $as_me 1.30.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2925,11 +2943,11 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
API_VERSION=46
LIB_PATCHLEVEL=7
API_VERSION=47
LIB_PATCHLEVEL=0
OUTAPI_VERSION=4
OUTLIB_PATCHLEVEL=3
OUTLIB_PATCHLEVEL=4
SYNAPI_VERSION=1
SYNLIB_PATCHLEVEL=4
@@ -3535,7 +3553,7 @@ fi
# Define the identity of the package.
PACKAGE='mpg123'
VERSION='1.29.3'
VERSION='1.30.0'
cat >>confdefs.h <<_ACEOF
@@ -14401,42 +14419,6 @@ else
fi
# Check whether --enable-ipv6 was given.
if test "${enable_ipv6+set}" = set; then :
enableval=$enable_ipv6;
if test "x$enableval" = xyes
then
ipv6="enabled"
else
ipv6="disabled"
fi
else
ipv6="auto"
fi
# Check whether --enable-network was given.
if test "${enable_network+set}" = set; then :
enableval=$enable_network;
if test "x$enableval" = xyes
then
network="enabled"
else
network="disabled"
fi
else
network="auto"
fi
id3v2=enabled
@@ -16039,6 +16021,7 @@ done
fi
term_type=none
# Check if system supports termios
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking POSIX termios" >&5
$as_echo_n "checking POSIX termios... " >&6; }
@@ -16077,6 +16060,7 @@ cat >>confdefs.h <<_ACEOF
#define HAVE_TERMIOS 1
_ACEOF
term_type=posix
fi
for ac_func in random
@@ -16173,6 +16157,77 @@ fi
done
for ac_func in fork execvp
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
cat >>confdefs.h <<_ACEOF
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
_ACEOF
have_fork=yes
else
have_fork=no; break
fi
done
for ac_func in ctermid
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
cat >>confdefs.h <<_ACEOF
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
_ACEOF
fi
done
#AC_CHECK_FUNCS( _setmode setmode )
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <io.h>
#include <fcntl.h>
#include <stdio.h>
int main()
{
_setmode(STDIN_FILENO, _O_BINARY);
_setmode(STDOUT_FILENO, _O_TEXT);
return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
$as_echo "#define HAVE__SETMODE 1" >>confdefs.h
fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <io.h>
#include <fcntl.h>
#include <stdio.h>
int main()
{
setmode(STDIN_FILENO, O_BINARY);
setmode(STDOUT_FILENO, O_TEXT);
return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
$as_echo "#define HAVE_SETMODE 1" >>confdefs.h
fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
# locale headers
for ac_header in locale.h langinfo.h wchar.h wctype.h
@@ -16189,7 +16244,7 @@ fi
done
# Headers for network (http) stuff
network_type=Unknown
network_internal=unknown
for ac_header in netdb.h sys/param.h sys/socket.h netinet/in.h arpa/inet.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
@@ -16209,7 +16264,7 @@ if test "x$ac_cv_header_netdb_h" = "xyes" &&
test "x$ac_cv_header_netinet_in_h" = "xyes" &&
test "x$ac_cv_header_arpa_inet_h" = "xyes"; then
have_network=yes
network_type=Posix
network_internal=posix
else
have_network=no
fi
@@ -16494,54 +16549,20 @@ ADD_CPPFLAGS="$sys_cppflags"
ADD_LDFLAGS=""
LIBS="$LIBS"
# Consider moving that stuff.
ac_fn_c_check_header_mongrel "$LINENO" "os2.h" "ac_cv_header_os2_h" "$ac_includes_default"
# Remove that if it is settled that tcsetattr on OS/2 is unsalvageable anyway.
# The only user of os2.h is the output module.
for ac_header in os2.h
do :
ac_fn_c_check_header_mongrel "$LINENO" "os2.h" "ac_cv_header_os2_h" "$ac_includes_default"
if test "x$ac_cv_header_os2_h" = xyes; then :
ADD_CPPFLAGS="$ADD_CPPFLAGS -DOS2"
fi
# On OS/2, we need to link to os2term to make terminal control actually work.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for tcsetattr in -los2term" >&5
$as_echo_n "checking for tcsetattr in -los2term... " >&6; }
if ${ac_cv_lib_os2term_tcsetattr+:} false; then :
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-los2term $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char tcsetattr ();
int
main ()
{
return tcsetattr ();
;
return 0;
}
cat >>confdefs.h <<_ACEOF
#define HAVE_OS2_H 1
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
ac_cv_lib_os2term_tcsetattr=yes
else
ac_cv_lib_os2term_tcsetattr=no
fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_os2term_tcsetattr" >&5
$as_echo "$ac_cv_lib_os2term_tcsetattr" >&6; }
if test "x$ac_cv_lib_os2term_tcsetattr" = xyes; then :
ADD_LDFLAGS="$ADD_LDFLAGS -los2term"
fi
done
# If debugging is enabled, just enable debugging symbols.
# All other stuff enters nagging territory.
@@ -17047,7 +17068,10 @@ output_modules=
check_forced=no
check_failed=no
if test "x$with_audio" != "x"; then
check_modules="`echo $with_audio|tr , ' '` dummy"
check_modules=`echo $with_audio|tr , ' '`
if ! echo "$check_modules" | grep -qw dummy; then
check_modules="$check_modules dummy"
fi
echo "Limiting outputs to build according to your preference: $check_modules"
check_forced=yes
fi
@@ -18298,6 +18322,9 @@ done
;;
os2)
OS2_LIBS="-lcx -lmmpm2"
OS2_CFLAGS="-idirafter /@unixroot/usr/include/os2tk45"
oldcflags="$CFLAGS"
CFLAGS="$CFLAGS $OS2_CFLAGS"
for ac_header in os2.h
do :
ac_fn_c_check_header_mongrel "$LINENO" "os2.h" "ac_cv_header_os2_h" "$ac_includes_default"
@@ -18319,6 +18346,7 @@ done
for ac_header in os2me.h
do :
ac_fn_c_check_header_compile "$LINENO" "os2me.h" "ac_cv_header_os2me_h" "#define INCL_OS2MM
#undef VERSION
#define INCL_DOS
#define INCL_VIO
#define INCL_KBD
@@ -18343,6 +18371,7 @@ done
else
check_failed=yes
fi
CFLAGS="$oldcflags"
;;
# from here on only forced tests, untested code
hp)
@@ -18760,6 +18789,15 @@ fi
default_output_module=`first_word $default_output_modules`
# Without actual modules, there is only the builtin one.
if test x"$modules" = xdisabled; then
# Module-less build needs _some_ default module.
if test -z "$default_output_module"; then
default_output_module=dummy
fi
default_output_modules=$default_output_module
fi
# Setup the static build.
# The conditionals always need to be defined by configure, even if
# HAVE_MODULES is FALSE!
@@ -18964,10 +19002,6 @@ else
fi
# Without actual modules, there is only the builtin one.
if test x"$modules" = xdisabled; then
default_output_modules=$default_output_module
fi
default_modstring=`echo "$default_output_modules"|tr ' ' ,`
cat >>confdefs.h <<_ACEOF
@@ -19060,21 +19094,14 @@ _ACEOF
# Check if we want Unicode for Win32. Cygwin and Midipix does not need _wopen
if test "x$ac_cv_header_windows_h" = xyes &&
test "x$host_os" != xcygwin &&
test "x$host_os" != xmidipix; then
win32_specific_codes=enabled
else
win32_specific_codes=disabled
fi
COMPAT_LIBS=
win32_unicode=unneeded
win32_sockets=disabled
win32_sockets_working=no
win32_wide_working=no
win32_winver_bump=no
COMPAT_LIBS=
### mingw.org may not work properly for newer APIs
case $host_os in
*mingw*)
@@ -19096,6 +19123,11 @@ fi
;;
esac
# enable win32 code
if test "x$ac_cv_header_windows_h" = xyes -a "x$host_os" != xcygwin -a "x$host_os" != xmidipix; then
win32_specific_codes=enabled
fi
if test "x$win32_specific_codes" = xenabled; then
#### Check for Wide functions
ac_fn_c_check_func "$LINENO" "_wopen" "ac_cv_func__wopen"
@@ -19202,7 +19234,7 @@ done
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if we want Win32 sockets" >&5
$as_echo_n "checking if we want Win32 sockets... " >&6; }
if test "x$win32_sockets" = "xenabled" && test "x$network" != "xdisabled"; then
if test "x$win32_sockets" = "xenabled"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if winsock2 API is available" >&5
@@ -19261,17 +19293,14 @@ rm -f core conftest.err conftest.$ac_objext \
if test "x$win32_sockets_working" = "xyes"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
$as_echo "#define WANT_WIN32_SOCKETS 1" >>confdefs.h
network_type=Winsock2
network_internal=winsock2
have_network=yes
have_ipv6=yes
else
LIBS="$wsoldlibs"
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Please update your headers to support winsock 2.2." >&5
$as_echo "$as_me: WARNING: Please update your headers to support winsock 2.2." >&2;}
fi
LIBS="$wsoldlibs"
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
@@ -19436,6 +19465,123 @@ $as_echo "#define EOVERFLOW EFBIG" >>confdefs.h
fi
# old network choice
# Check whether --enable-ipv6 was given.
if test "${enable_ipv6+set}" = set; then :
enableval=$enable_ipv6;
if test "x$enableval" = xyes
then
ipv6="enabled"
else
ipv6="disabled"
fi
else
ipv6="auto"
fi
network_type=auto
# Check whether --enable-network was given.
if test "${enable_network+set}" = set; then :
enableval=$enable_network;
if test "x$enableval" = xyes
then
network_type=auto
else
network_type=disabled
fi
fi
# new network choice
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for preferred network support" >&5
$as_echo_n "checking for preferred network support... " >&6; }
# Check whether --with-network was given.
if test "${with_network+set}" = set; then :
withval=$with_network;
case "$withval" in
exec)
network_type="exec"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: exec" >&5
$as_echo "exec" >&6; }
;;
winhttp)
network_type="winhttp"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: winhttp" >&5
$as_echo "winhttp" >&6; }
;;
wininet)
network_type="wininet"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: wininet" >&5
$as_echo "wininet" >&6; }
;;
internal)
network_type="internal"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: internal" >&5
$as_echo "internal" >&6; }
;;
yes|auto)
network_type="auto"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: auto" >&5
$as_echo "auto" >&6; }
;;
no|none)
network_type="disabled"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
$as_echo "none" >&6; }
;;
*)
as_fn_error $? "Unknown network option \"$withval\"" "$LINENO" 5
;;
esac
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $network_type" >&5
$as_echo "$network_type" >&6; }
fi
if test x$network_type = xauto; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for automatic network support" >&5
$as_echo_n "checking for automatic network support... " >&6; }
if test "x$have_fork" = "xyes"; then
network_type=exec
elif test "x$win32_specific_codes" = "xenabled"; then
network_type=winhttp
elif test "x$have_network" = "xyes"; then
network_type="internal"
else
network_type="disabled"
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $network_type" >&5
$as_echo "$network_type" >&6; }
fi
# new net123
if test x$network_type != xinternal -a x$network_type != xdisabled; then
$as_echo "#define NET123 1" >>confdefs.h
fi
if test x$network_type = xexec -a x$have_fork != xyes; then
as_fn_error $? "exec network support selected but fork not available" "$LINENO" 5
fi
if test x$network_type = xwininet -o x$network_type = xwinhttp && test x$win32_specific_codes != xenabled; then
as_fn_error $? "wininet or winhttp is currently only for Windows" "$LINENO" 5
fi
#### Use Win32 support codes
if test "x$win32_specific_codes" = xenabled ; then
WIN32_CODES_TRUE=
@@ -19446,21 +19592,83 @@ else
fi
if test x"$network" = xauto; then
if test x"$have_network" = xyes; then
network=enabled
else
network=disabled
fi
fi
if test x"$ipv6" = xauto; then
if test x"$have_ipv6" = xyes; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking IPv6 use" >&5
$as_echo_n "checking IPv6 use... " >&6; }
if test x"$have_ipv6" = xyes -a x"$network_type" = xinternal; then
ipv6=enabled
else
ipv6=disabled
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ipv6" >&5
$as_echo "$ipv6" >&6; }
fi
if test x$network_type = xinternal -a x$network_internal = xwinsock2; then
$as_echo "#define WANT_WIN32_SOCKETS 1" >>confdefs.h
fi
if test x$network_type = xinternal -a x$network_internal = xwinsock2 ; then
NETWORK_WINSOCK_TRUE=
NETWORK_WINSOCK_FALSE='#'
else
NETWORK_WINSOCK_TRUE='#'
NETWORK_WINSOCK_FALSE=
fi
if test x$network_type = xexec ; then
NET123_EXEC_TRUE=
NET123_EXEC_FALSE='#'
else
NET123_EXEC_TRUE='#'
NET123_EXEC_FALSE=
fi
if test x$network_type = xwinhttp ; then
NET123_WINHTTP_TRUE=
NET123_WINHTTP_FALSE='#'
else
NET123_WINHTTP_TRUE='#'
NET123_WINHTTP_FALSE=
fi
if test x$network_type = xwininet ; then
NET123_WININET_TRUE=
NET123_WININET_FALSE='#'
else
NET123_WININET_TRUE='#'
NET123_WININET_FALSE=
fi
if test "x$term_type" = xposix ; then
TERM_POSIX_TRUE=
TERM_POSIX_FALSE='#'
else
TERM_POSIX_TRUE='#'
TERM_POSIX_FALSE=
fi
if test "x$term_type" = xnone ; then
TERM_NONE_TRUE=
TERM_NONE_FALSE='#'
else
TERM_NONE_TRUE='#'
TERM_NONE_FALSE=
fi
if test "x$term_type" = xwin32 ; then
TERM_WIN32_TRUE=
TERM_WIN32_FALSE='#'
else
TERM_WIN32_TRUE='#'
TERM_WIN32_FALSE=
fi
if test x"$fifo" = xauto; then
if test x"$have_mkfifo" = xyes; then
@@ -19480,7 +19688,7 @@ $as_echo "$as_me: WARNING: You forced FIFO code while I think there is no mkfif
fi
fi
if test x"$network" = xenabled; then
if test x"$network_type" = xinternal; then
$as_echo "#define NETWORK 1" >>confdefs.h
@@ -20023,6 +20231,34 @@ if test -z "${WIN32_CODES_TRUE}" && test -z "${WIN32_CODES_FALSE}"; then
as_fn_error $? "conditional \"WIN32_CODES\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${NETWORK_WINSOCK_TRUE}" && test -z "${NETWORK_WINSOCK_FALSE}"; then
as_fn_error $? "conditional \"NETWORK_WINSOCK\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${NET123_EXEC_TRUE}" && test -z "${NET123_EXEC_FALSE}"; then
as_fn_error $? "conditional \"NET123_EXEC\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${NET123_WINHTTP_TRUE}" && test -z "${NET123_WINHTTP_FALSE}"; then
as_fn_error $? "conditional \"NET123_WINHTTP\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${NET123_WININET_TRUE}" && test -z "${NET123_WININET_FALSE}"; then
as_fn_error $? "conditional \"NET123_WININET\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${TERM_POSIX_TRUE}" && test -z "${TERM_POSIX_FALSE}"; then
as_fn_error $? "conditional \"TERM_POSIX\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${TERM_NONE_TRUE}" && test -z "${TERM_NONE_FALSE}"; then
as_fn_error $? "conditional \"TERM_NONE\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${TERM_WIN32_TRUE}" && test -z "${TERM_WIN32_FALSE}"; then
as_fn_error $? "conditional \"TERM_WIN32\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
: "${CONFIG_STATUS=./config.status}"
ac_write_fail=0
@@ -20420,7 +20656,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by mpg123 $as_me 1.29.3, which was
This file was extended by mpg123 $as_me 1.30.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -20486,7 +20722,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
mpg123 config.status 1.29.3
mpg123 config.status 1.30.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
@@ -22185,8 +22421,6 @@ fi
echo "
$PACKAGE_NAME $PACKAGE_VERSION
@@ -22195,13 +22429,16 @@ echo "
Compiler Optimization ... $with_optimization
Gapless Support ......... $gapless
Debugging ............... $debugging
Terminal control ........ $term_type
Extreme debugging ....... $xdebugging
Seek table size ......... $seektable
FIFO support ............ $fifo
Buffer .................. $buffer
Network (http streams) .. $network
Network Sockets ......... $network_type
Network (http streams) .. $network_type"
if test x$network_type = xinternal; then
echo " Internal network type ... $network_internal
IPv6 (getaddrinfo) ...... $ipv6"
fi
if test x"$LARGEFILE_BITS" = x; then
echo " File offsets ............ default"
else