>this is the /usr/share/aclocal/alsa.m4 job to provide right linking
>flags depending of the library

ah. typical autoconf confusion here.

autoconf looks in only ONE directory by default for *.m4 files. if it
was installed from a package, it probably looks in
/usr/share/aclocal. if it was installed from source, it probably looks
in /usr/local/share/aclocal. there is no way to make it look in both
places without supplying explicit command line arguments, and since
autoconf is frequently run by the entire configure system, this is
hard to do. why autoconf does this is beyond me; it entirely forgets
the long unix tradition of FOO_PATH environment variables.

this causes no end of difficulties when using software that is
generally installed from a tgz or CVS (such as ALSA) on systems where
autoconf was installed from a package. autoconf will complain that it
can't find the foo.m4 file (because its in the "wrong" place). 

--p



-------------------------------------------------------
This SF.NET email is sponsored by: AMD - Your access to the experts
on Hammer Technology! Open Source & Linux Developers, register now
for the AMD Developer Symposium. Code: EX8664
http://www.developwithamd.com/developerlab
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to