mpg123-1.32.6

This commit is contained in:
Ozkan Sezer
2024-04-18 23:56:32 +03:00
parent 73caa15ce9
commit 304bf5b276
18 changed files with 130 additions and 23 deletions

55
configure vendored
View File

@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for mpg123 1.32.5.
# Generated by GNU Autoconf 2.71 for mpg123 1.32.6.
#
# Report bugs to <maintainer@mpg123.org>.
#
@@ -621,8 +621,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='mpg123'
PACKAGE_TARNAME='mpg123'
PACKAGE_VERSION='1.32.5'
PACKAGE_STRING='mpg123 1.32.5'
PACKAGE_VERSION='1.32.6'
PACKAGE_STRING='mpg123 1.32.6'
PACKAGE_BUGREPORT='maintainer@mpg123.org'
PACKAGE_URL=''
@@ -1727,7 +1727,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.32.5 to adapt to many kinds of systems.
\`configure' configures mpg123 1.32.6 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1798,7 +1798,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of mpg123 1.32.5:";;
short | recursive ) echo "Configuration of mpg123 1.32.6:";;
esac
cat <<\_ACEOF
@@ -2076,7 +2076,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
mpg123 configure 1.32.5
mpg123 configure 1.32.6
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2621,7 +2621,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.32.5, which was
It was created by mpg123 $as_me 1.32.6, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@@ -3991,7 +3991,7 @@ fi
# Define the identity of the package.
PACKAGE='mpg123'
VERSION='1.32.5'
VERSION='1.32.6'
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -17440,8 +17440,19 @@ fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $switched_off_size" >&5
printf "%s\n" "$switched_off_size" >&6; }
# If you have predefined _FILE_OFFSET_BITS, I will treat that as a system
# property.
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking unswitched off_t size" >&5
printf %s "checking unswitched off_t size... " >&6; }
if ac_fn_c_compute_int "$LINENO" "sizeof(off_t)" "unswitched_off_size" "
#undef _FILE_OFFSET_BITS
#include <sys/types.h>
"
then :
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $unswitched_off_size" >&5
printf "%s\n" "$unswitched_off_size" >&6; }
# Now the size without meddling, possibly enforced to 64 bits by system settings.
# The cast to long int works around a bug in the HP C Compiler
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
@@ -17501,6 +17512,18 @@ else
lfs_sensitive=no
fi
forced_off_64=no
if test "x$unswitched_off_size" != "x$ac_cv_sizeof_off_t"; then
if test "x$ac_cv_sizeof_off_t" = x8; then
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: Detected system with enforced 64 bit offsets, dropping suffixless symbols for uncryptic ABI breakage." >&5
printf "%s\n" "$as_me: Detected system with enforced 64 bit offsets, dropping suffixless symbols for uncryptic ABI breakage." >&6;}
printf "%s\n" "#define FORCED_OFF_64 1" >>confdefs.h
forced_off_64=yes
fi
fi
use_largefile=auto
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if native off_t is already 64 bits" >&5
@@ -22430,7 +22453,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.32.5, which was
This file was extended by mpg123 $as_me 1.32.6, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -22498,7 +22521,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
mpg123 config.status 1.32.5
mpg123 config.status 1.32.6
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
@@ -24229,8 +24252,16 @@ fi
echo " largefile sensitive ..... $lfs_sensitive"
echo " default offsets ......... $default_offset_bits"
echo " explicit 64 bit offsets . $use_largefile"
echo " forced 64 bit offsets ... $forced_off_64"
echo " only portable API ....... $portable_api"
if test "x$forced_off_64" = xyes; then
echo
echo "Note: Ensure that client programs are built with _FILE_OFFSET_BITS defined to 64, too."
echo " Old binaries built for 32 bit off_t may fail missing symbols in mpg123 libraries."
echo
fi
echo "
Core libmpg123 features:
Layer I ................. $layer1