aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure174
1 files changed, 89 insertions, 85 deletions
diff --git a/configure b/configure
index ed41e87f..25cfbbea 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69.
+# Generated by GNU Autoconf 2.69 for alsa-lib 1.0.28.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -585,12 +585,12 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
-PACKAGE_NAME=
-PACKAGE_TARNAME=
-PACKAGE_VERSION=
-PACKAGE_STRING=
-PACKAGE_BUGREPORT=
-PACKAGE_URL=
+PACKAGE_NAME='alsa-lib'
+PACKAGE_TARNAME='alsa-lib'
+PACKAGE_VERSION='1.0.28'
+PACKAGE_STRING='alsa-lib 1.0.28'
+PACKAGE_BUGREPORT=''
+PACKAGE_URL=''
ac_unique_file="src/control/control.c"
ac_default_prefix=/usr
@@ -733,8 +733,6 @@ SND_LIB_SUBMINOR
SND_LIB_MINOR
SND_LIB_MAJOR
SND_LIB_VERSION
-ALSA_HSEARCH_R_FALSE
-ALSA_HSEARCH_R_TRUE
OTOOL64
OTOOL
LIPO
@@ -945,7 +943,7 @@ sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
includedir='${prefix}/include'
oldincludedir='/usr/include'
-docdir='${datarootdir}/doc/${PACKAGE}'
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
infodir='${datarootdir}/info'
htmldir='${docdir}'
dvidir='${docdir}'
@@ -1445,7 +1443,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 this package to adapt to many kinds of systems.
+\`configure' configures alsa-lib 1.0.28 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1493,7 +1491,7 @@ Fine tuning of the installation directories:
--infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man]
- --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
+ --docdir=DIR documentation root [DATAROOTDIR/doc/alsa-lib]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1514,7 +1512,9 @@ _ACEOF
fi
if test -n "$ac_init_help"; then
-
+ case $ac_init_help in
+ short | recursive ) echo "Configuration of alsa-lib 1.0.28:";;
+ esac
cat <<\_ACEOF
Optional Features:
@@ -1663,7 +1663,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-configure
+alsa-lib configure 1.0.28
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2028,7 +2028,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 $as_me, which was
+It was created by alsa-lib $as_me 1.0.28, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2379,6 +2379,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
ac_aux_dir=
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
if test -f "$ac_dir/install-sh"; then
@@ -2925,9 +2926,8 @@ fi
# Define the identity of the package.
-
- PACKAGE=alsa-lib
- VERSION=1.0.27.2
+ PACKAGE='alsa-lib'
+ VERSION='1.0.28'
cat >>confdefs.h <<_ACEOF
@@ -11883,19 +11883,6 @@ $as_echo "$ac_cv_prog_gcc_traditional" >&6; }
fi
fi
-ac_fn_c_check_func "$LINENO" "hsearch_r" "ac_cv_func_hsearch_r"
-if test "x$ac_cv_func_hsearch_r" = xyes; then :
- HAVE_HSEARCH_R=yes
-fi
-
- if test "x$HAVE_HSEARCH_R" != xyes; then
- ALSA_HSEARCH_R_TRUE=
- ALSA_HSEARCH_R_FALSE='#'
-else
- ALSA_HSEARCH_R_TRUE='#'
- ALSA_HSEARCH_R_FALSE=
-fi
-
for ac_func in uselocale
do :
ac_fn_c_check_func "$LINENO" "uselocale" "ac_cv_func_uselocale"
@@ -12434,54 +12421,13 @@ fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for architecture" >&5
-$as_echo_n "checking for architecture... " >&6; }
-case "$host" in
-i?86*)
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: x86" >&5
-$as_echo "x86" >&6; }
- ;;
-x86_64*)
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: x86" >&5
-$as_echo "x86" >&6; }
- ;;
-alpha*)
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: alpha" >&5
-$as_echo "alpha" >&6; }
- ;;
-powerpc*|ppc*)
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ppc" >&5
-$as_echo "ppc" >&6; }
- CPPFLAGS="$CPPFLAGS -D__ppc__"
- ;;
-ia64*)
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ia64" >&5
-$as_echo "ia64" >&6; }
- CPPFLAGS="$CPPFLAGS -D__ia64__"
- ;;
-mips*)
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: mips" >&5
-$as_echo "mips" >&6; }
- CPPFLAGS="$CPPFLAGS -D__mips__"
- ;;
-arm*)
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: arm" >&5
-$as_echo "arm" >&6; }
- CPPFLAGS="$CPPFLAGS -D__arm__"
- ;;
-*)
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $host_cpu" >&5
-$as_echo "$host_cpu" >&6; }
- echo "No atomic operations supported.."
- ;;
-esac
-
-for ac_header in wordexp.h
+for ac_header in wordexp.h endian.h sys/endian.h
do :
- ac_fn_c_check_header_mongrel "$LINENO" "wordexp.h" "ac_cv_header_wordexp_h" "$ac_includes_default"
-if test "x$ac_cv_header_wordexp_h" = xyes; then :
+ as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
cat >>confdefs.h <<_ACEOF
-#define HAVE_WORDEXP_H 1
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
_ACEOF
fi
@@ -12827,6 +12773,36 @@ else
pcm_plugins=""
fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GCC supports builtin atomic intrinsics" >&5
+$as_echo_n "checking whether GCC supports builtin atomic intrinsics... " >&6; }
+if test -z "$gcc_have_atomics"; then
+ gcc_have_atomics=no
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+int i;
+ __atomic_load_n(&i, __ATOMIC_SEQ_CST);
+ __atomic_add_fetch(&i, 0, __ATOMIC_SEQ_CST);
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+ gcc_have_atomics=yes
+else
+ gcc_have_atomics=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_have_atomics" >&5
+$as_echo "$gcc_have_atomics" >&6; }
+
PCM_PLUGIN_LIST="copy linear route mulaw alaw adpcm rate plug multi shm file null empty share meter hooks lfloat ladspa dmix dshare dsnoop asym iec958 softvol extplug ioplug mmap_emul"
build_pcm_plugin="no"
@@ -12869,6 +12845,10 @@ if test "$softfloat" = "yes"; then
build_pcm_ladspa="no"
fi
+if test "$gcc_have_atomics" != "yes"; then
+ build_pcm_meter="no"
+fi
+
if test x$build_pcm_plugin = xyes; then
BUILD_PCM_PLUGIN_TRUE=
BUILD_PCM_PLUGIN_FALSE='#'
@@ -13229,7 +13209,7 @@ if test ! -L "$srcdir"/include/alsa ; then
ln -sf . "$srcdir"/include/alsa
fi
-ac_config_files="$ac_config_files Makefile doc/Makefile doc/pictures/Makefile doc/doxygen.cfg include/Makefile include/sound/Makefile src/Versions src/Makefile src/control/Makefile src/mixer/Makefile src/pcm/Makefile src/pcm/scopes/Makefile src/rawmidi/Makefile src/timer/Makefile src/hwdep/Makefile src/seq/Makefile src/ucm/Makefile src/compat/Makefile src/alisp/Makefile src/conf/Makefile src/conf/alsa.conf.d/Makefile src/conf/cards/Makefile src/conf/pcm/Makefile src/conf/ucm/Makefile src/conf/ucm/DAISY-I2S/Makefile src/conf/ucm/PandaBoard/Makefile src/conf/ucm/PandaBoardES/Makefile src/conf/ucm/SDP4430/Makefile src/conf/ucm/tegraalc5632/Makefile modules/Makefile modules/mixer/Makefile modules/mixer/simple/Makefile alsalisp/Makefile aserver/Makefile test/Makefile test/lsb/Makefile utils/Makefile utils/alsa-lib.spec utils/alsa.pc"
+ac_config_files="$ac_config_files Makefile doc/Makefile doc/pictures/Makefile doc/doxygen.cfg include/Makefile include/sound/Makefile src/Versions src/Makefile src/control/Makefile src/mixer/Makefile src/pcm/Makefile src/pcm/scopes/Makefile src/rawmidi/Makefile src/timer/Makefile src/hwdep/Makefile src/seq/Makefile src/ucm/Makefile src/alisp/Makefile src/conf/Makefile src/conf/alsa.conf.d/Makefile src/conf/cards/Makefile src/conf/pcm/Makefile src/conf/ucm/Makefile src/conf/ucm/DAISY-I2S/Makefile src/conf/ucm/PandaBoard/Makefile src/conf/ucm/PandaBoardES/Makefile src/conf/ucm/SDP4430/Makefile src/conf/ucm/tegraalc5632/Makefile modules/Makefile modules/mixer/Makefile modules/mixer/simple/Makefile alsalisp/Makefile aserver/Makefile test/Makefile test/lsb/Makefile utils/Makefile utils/alsa-lib.spec utils/alsa.pc"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@@ -13372,10 +13352,6 @@ if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
-if test -z "${ALSA_HSEARCH_R_TRUE}" && test -z "${ALSA_HSEARCH_R_FALSE}"; then
- as_fn_error $? "conditional \"ALSA_HSEARCH_R\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
if test -z "${VERSIONED_SYMBOLS_TRUE}" && test -z "${VERSIONED_SYMBOLS_FALSE}"; then
as_fn_error $? "conditional \"VERSIONED_SYMBOLS\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
@@ -13945,7 +13921,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 $as_me, which was
+This file was extended by alsa-lib $as_me 1.0.28, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -14011,7 +13987,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="\\
-config.status
+alsa-lib config.status 1.0.28
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
@@ -14437,7 +14413,6 @@ do
"src/hwdep/Makefile") CONFIG_FILES="$CONFIG_FILES src/hwdep/Makefile" ;;
"src/seq/Makefile") CONFIG_FILES="$CONFIG_FILES src/seq/Makefile" ;;
"src/ucm/Makefile") CONFIG_FILES="$CONFIG_FILES src/ucm/Makefile" ;;
- "src/compat/Makefile") CONFIG_FILES="$CONFIG_FILES src/compat/Makefile" ;;
"src/alisp/Makefile") CONFIG_FILES="$CONFIG_FILES src/alisp/Makefile" ;;
"src/conf/Makefile") CONFIG_FILES="$CONFIG_FILES src/conf/Makefile" ;;
"src/conf/alsa.conf.d/Makefile") CONFIG_FILES="$CONFIG_FILES src/conf/alsa.conf.d/Makefile" ;;
@@ -15818,6 +15793,35 @@ fi
echo "Creating asoundlib.h..."
cp "$srcdir"/include/asoundlib-head.h include/asoundlib.h
+test "$ac_cv_header_endian_h" = "yes" && echo "#include <endian.h>" >> include/asoundlib.h
+if test "$ac_cv_header_sys_endian_h" = "yes"; then
+cat >> include/asoundlib.h <<EOF
+#include <sys/endian.h>
+#ifndef __BYTE_ORDER
+#define __BYTE_ORDER BYTE_ORDER
+#endif
+#ifndef __LITTLE_ENDIAN
+#define __LITTLE_ENDIAN LITTLE_ENDIAN
+#endif
+#ifndef __BIG_ENDIAN
+#define __BIG_ENDIAN BIG_ENDIAN
+#endif
+EOF
+fi
+cat >> include/asoundlib.h <<EOF
+
+#ifndef __GNUC__
+#define __inline__ inline
+#endif
+
+#include <alsa/asoundef.h>
+#include <alsa/version.h>
+#include <alsa/global.h>
+#include <alsa/input.h>
+#include <alsa/output.h>
+#include <alsa/error.h>
+#include <alsa/conf.h>
+EOF
test "$build_pcm" = "yes" && echo "#include <alsa/pcm.h>" >> include/asoundlib.h
test "$build_rawmidi" = "yes" && echo "#include <alsa/rawmidi.h>" >> include/asoundlib.h
test "$build_pcm" = "yes" && echo "#include <alsa/timer.h>" >> include/asoundlib.h