Concerning AS and ASFLAGS
Espen Skoglund <[email protected]>
| Newsgroups | gmane.comp.multimedia.xmms.devel |
|---|---|
| Message-ID | <[email protected]> |
I see that other people than me have had some issues with the ASFLAGS of the xmms version in the cvs repo. HÃ¥vard has added some "compatibility" stuff for newer versions of automake (> 1.4). However, my docs on automake 1.5 clearly says that one should use AM_PROG_AS to properly set the AS and ASFLAGS variables. The current hack in configure.in does not work for me (FreeBSD 4.7-STABLE and automake 1.5). The AM_PROG_AS macro does. Why isn't this macro used? Does it not work with earlier version of automake? eSk PS! I just added the necessary hook for playing cdaudio with DAE in FreeBSD. Could the NetBSD/OpenBSD/Darwin people check if this also works for their platforms?