Lines Matching +full:backward +full:- +full:compatibility
2 dnl Some modifications by Richard Boulton <richard-alsa@tartarus.org>
7 dnl AM_PATH_ALSA([MINIMUM-VERSION [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
11 dnl enables arguments --with-alsa-prefix=
12 dnl --with-alsa-inc-prefix=
13 dnl --disable-alsatest
15 dnl For backwards compatibility, if ACTION_IF_NOT_FOUND is not specified,
30 AC_ARG_WITH(alsa-prefix,
31 AS_HELP_STRING([--with-alsa-prefix=PFX], [Prefix where Alsa library is installed(optional)]),
34 AC_ARG_WITH(alsa-inc-prefix,
35 AS_HELP_STRING([--with-alsa-inc-prefix=PFX], [Prefix where include libraries are (optional)]),
38 AC_ARG_ENABLE(alsa-topology,
39 AS_HELP_STRING([--enable-alsatopology], [Force to use the Alsa topology library]),
44 AS_HELP_STRING([--disable-alsatest], [Do not try to compile and run a test Alsa program]),
51 ALSA_CFLAGS="$ALSA_CFLAGS -I$alsa_inc_prefix"
52 CFLAGS="$CFLAGS -I$alsa_inc_prefix"
56 AC_CHECK_LIB(c, dlopen, LIBDL="", [AC_CHECK_LIB(dl, dlopen, LIBDL="-ldl")])
61 ALSA_LIBS="$ALSA_LIBS -L$alsa_prefix"
66 ALSA_LIBS="$ALSA_LIBS -lasound -lm $LIBDL -lpthread"
77 sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
79 sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
81 sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
90 /* ensure backward compatibility */
136 /* ensure backward compatibility */
178 LIBS=`echo $LIBS | sed 's/-lasound//g'`
180 LIBS="-lasound $LIBS"
195 ALSA_TOPOLOGY_LIBS="$ALSA_TOPOLOGY_LIBS -latopology"