tag 369040 patch thanks * Elimar Riesebieter [Sat, 27 May 2006 20:17:48 +0200]:
> Could you provide a solution? We need someone with knowledge in > automake and friends. The attached patch to configure.in fixes the issue. You'll need to rerun autoconf (to update 40_relibtoolise.dpatch). Let me know if you'd like me to perform an upload tomorrow. Cheers, -- Adeodato Simó dato at net.com.org.es Debian Developer adeodato at debian.org «A lo que iba. El amor es como el embutido: hay lomo embuchado y hay mortadela.» -- Carlos Ruiz Zafón, “La sombra del viento”
--- alsa-lib-1.0.11/configure.in~ +++ alsa-lib-1.0.11/configure.in @@ -85,7 +85,7 @@ versioned="$withval", versioned="yes") if test "$versioned" = "yes"; then # it seems that GNU ld versions since 2.10 are not broken - xres=`grep '^VERSION=' $ac_aux_dir/libtool | cut -d = -f 2` + xres=`grep '^VERSION=' $ac_aux_dir/libtool | cut -d = -f 2 | tr -d \"` major=`echo $xres | cut -d . -f 1` minor=`echo $xres | cut -d . -f 2` pass=0