Commit graph

19 commits

Author SHA1 Message Date
Andy Wingo 7cb01b3a61 added AM_PATH_ALSA back in (but the updated version). *sigh*.
Original commit message from CVS:
added AM_PATH_ALSA back in (but the updated version). *sigh*.
2001-09-01 21:20:36 +00:00
Andy Wingo 573ba78b6c removed AC_PATH_ALSA from acinclude as it has been rolled into the alsa distribution changed alsa checks in configure...
Original commit message from CVS:
* removed AC_PATH_ALSA from acinclude as it has been rolled into the alsa
distribution
* changed alsa checks in configure.base
2001-09-01 20:35:37 +00:00
Wim Taymans 67b62497ca Added configure checks for libsidplay.
Original commit message from CVS:
Added configure checks for libsidplay.
2001-06-30 15:22:03 +00:00
Richard Boulton 2fc2083b26 Fix a typo in a comment.
Original commit message from CVS:
Fix a typo in a comment.
2001-06-28 16:01:57 +00:00
Richard Boulton fa53aaa72f Add ACTION-IF-USE and ACTION-IF-NOTUSE parameters to GST_CHECK_FEATURE.
Original commit message from CVS:
Add ACTION-IF-USE and ACTION-IF-NOTUSE parameters to GST_CHECK_FEATURE.
Convert glib2 check to use GST_CHECK_FEATURE.
2001-06-28 15:39:48 +00:00
Richard Boulton aa41529d67 Add a "MODULES" parameter to GST_CHECK_CONFIGPROG, to pass sets of modules to the -config script. Convert gnome test...
Original commit message from CVS:
Add a "MODULES" parameter to GST_CHECK_CONFIGPROG, to pass sets of modules
to the -config script.  Convert gnome test to use GST_CHECK_CONFIGPROG.
2001-06-27 17:04:29 +00:00
Richard Boulton 64f9f9c4be Remove HAVE_GDK_PIXBUF and HAVE_LIBAUDIOFILE from acconfig.h and AC_DEFINE: nothing uses these.
Original commit message from CVS:
Remove HAVE_GDK_PIXBUF and HAVE_LIBAUDIOFILE from acconfig.h and AC_DEFINE:
nothing uses these.
Add GST_CHECK_CONFIGPROG macro, to check a -config script and set --cflags
and --libs from it.
Replace audiofile and gdk-pixbuf checks with calls to this macro.
Change use of HAVE_LIBAUDIOFILE to USE_LIBAUDIOFILE automake conditional.
Change use of AUDIOFILE_LIBS variable to LIBAUDIOFILE_LIBS.
2001-06-27 16:56:17 +00:00
Richard Boulton 51d8a604dc Fix brokenness with autoconf 2.50. *sigh*
Original commit message from CVS:
Fix brokenness with autoconf 2.50.  *sigh*
2001-06-27 16:06:38 +00:00
Richard Boulton 57db14c036 Add DISABLE-BY-DEFAULT argument to GST_CHECK_FEATURE, to allow a feature to be turned off by default. Turn of XMMS c...
Original commit message from CVS:
Add DISABLE-BY-DEFAULT argument to GST_CHECK_FEATURE, to allow a feature
to be turned off by default.  Turn of XMMS check using this, rather than
a hack.  Fix display of commandline parameters for GST_CHECK_FEATURE and
GST_SUBSYSTEM_DISABLE.
2001-06-27 15:04:03 +00:00
Richard Boulton 5e29f5bbc0 Add XMMS macro to acinclude.m4, since it's a commonly missing macro.
Original commit message from CVS:
Add XMMS macro to acinclude.m4, since it's a commonly missing macro.
This joins the ALSA macro, which was already in acinclude.m4
We need some more consistent scheme for dealing with these... :(
2001-06-27 09:59:08 +00:00
Richard Boulton 0ab71b3df2 Convert artsc and arts checks to use GST_CHECK_FEATURE.
Original commit message from CVS:
Convert artsc and arts checks to use GST_CHECK_FEATURE.
Extract the checks into macros.
2001-06-26 18:20:34 +00:00
Richard Boulton ebfdfb73ca Move alsa check to use GST_CHECK_FEATURE macro.
Original commit message from CVS:
Move alsa check to use GST_CHECK_FEATURE macro.
Fix a small bug in the macro.
2001-06-26 02:48:17 +00:00
Richard Boulton 99ac7168af Fixes to work properly with automake 1.4
Original commit message from CVS:
Fixes to work properly with automake 1.4
2001-06-26 02:27:14 +00:00
Richard Boulton 912d0fd85c Added feature check macro, GST_CHECK_FEATURE.
Original commit message from CVS:
Added feature check macro, GST_CHECK_FEATURE.
Moved generation of configure.{in,ac} into a separate script.
Add hack to the script to stop automake complaining about missing
AM_CONDITIONAL call.
Replace ESD check by a call to GST_CHECK_FEATURE.
2001-06-26 01:53:20 +00:00
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