Commit graph

5 commits

Author SHA1 Message Date
Richard Boulton b2af90dcb6 Simplify alsa checking: we can use the standard AM_PATH_ALSA macro to check that we don't have alsa 0.9.x: we just ne...
Original commit message from CVS:
Simplify alsa checking: we can use the standard AM_PATH_ALSA macro to
check that we don't have alsa 0.9.x: we just need to specify something
for ACTION_NOT_FOUND to override the default AC_MSG_ERROR behaviour, so
I've put a colon for ACTION_NOT_FOUND. ;-)
Also, update the alsa macro in acinclude with the latest from the alsa
project CVS.
2001-05-29 12:31:21 +00:00
Richard Boulton 01c946b685 Slight tweak: now I just need to send the modified version off to the alsa people.
Original commit message from CVS:
Slight tweak: now I just need to send the modified version off to the alsa
people.
2001-01-07 15:31:19 +00:00
Richard Boulton 8edf6e1433 New macro for testing for ALSA libraries.
Original commit message from CVS:
New macro for testing for ALSA libraries.
Understands the ACTION_IF_FOUND and ACTION_IF_NOT_FOUND arguments.
2001-01-07 15:25:11 +00:00
Richard Boulton de346e1126 Don't add -lasound etc to LIBS if ALSA turns out not to be installed.
Original commit message from CVS:
Don't add -lasound etc to LIBS if ALSA turns out not to be installed.
2001-01-07 14:16:16 +00:00
Richard Boulton 17b138b101 Add an acinclude containing AM_PATH_ALSA, so wtay can compile.
Original commit message from CVS:
Add an acinclude containing AM_PATH_ALSA, so wtay can compile.
Will shortly update this with a slightly better macro.
2001-01-07 14:05:48 +00:00