Commit graph

34 commits

Author SHA1 Message Date
Thomas Vander Stichele
aed06dfd94 check tests better
Original commit message from CVS:
check tests better
2001-12-16 12:50:40 +00:00
Thomas Vander Stichele
431363a7bc disable some more stuff out of the box
Original commit message from CVS:
disable some more stuff out of the box
2001-12-16 12:23:23 +00:00
Thomas Vander Stichele
762f13ce07 this better ?
Original commit message from CVS:
this better ?
2001-12-16 12:20:10 +00:00
Thomas Vander Stichele
fbb0976ecd should fix this better because gsm can be installed in either prefix/include or prefix/include/gsm
Original commit message from CVS:
should fix this better
because gsm can be installed in either prefix/include or prefix/include/gsm
2001-12-16 02:47:08 +00:00
Thomas Vander Stichele
11d04597fd probably needs -lm
Original commit message from CVS:
probably needs -lm
2001-12-16 02:29:08 +00:00
Thomas Vander Stichele
0021b7eb87 typos
Original commit message from CVS:
typos
2001-12-16 02:06:28 +00:00
Thomas Vander Stichele
680432c3be does this fix it ?
Original commit message from CVS:
does this fix it ?
2001-12-16 02:00:49 +00:00
Thomas Vander Stichele
415490cf78 merge HEAD -> BUILDBRANCH here goes nothing ;)
Original commit message from CVS:
merge HEAD -> BUILDBRANCH
here goes nothing ;)
2001-12-16 01:42:33 +00:00
Thomas Vander Stichele
4d589ce91d fixed that CC thing too
Original commit message from CVS:
fixed that CC thing too
2001-12-15 23:05:49 +00:00
Thomas Vander Stichele
050d56365d fixed some more stuff
Original commit message from CVS:
fixed some more stuff
2001-12-15 23:04:48 +00:00
Thomas Vander Stichele
7a64488af0 major changes for all of the checks this is starting to look nice
Original commit message from CVS:
major changes for all of the checks
this is starting to look nice
2001-12-15 22:34:09 +00:00
Thomas Vander Stichele
709efca9c9 will this work ?
Original commit message from CVS:
will this work ?
2001-12-15 17:42:48 +00:00
Wrobell
a3bb942a99 - use GST_CHECK_FEATURE for vorbis, aalib and mikmod detection
Original commit message from CVS:
- use GST_CHECK_FEATURE for vorbis, aalib and mikmod detection
2001-12-15 16:28:04 +00:00
Thomas Vander Stichele
4be500cf5c version
Original commit message from CVS:
version
2001-12-11 02:44:37 +00:00
Wrobell
2365708738 - AM_PATH_AALIB uses three arguments, not two
Original commit message from CVS:
- AM_PATH_AALIB uses three arguments, not two
2001-12-11 00:17:45 +00:00
Thomas Vander Stichele
af17a3eca4 added hermes
Original commit message from CVS:
added hermes
2001-12-10 22:59:54 +00:00
Thomas Vander Stichele
acff4a580b I think I'm getting this now
Original commit message from CVS:
I think I'm getting this now
2001-12-10 22:34:42 +00:00
Thomas Vander Stichele
3a8849819c more
Original commit message from CVS:
more
2001-12-10 22:00:48 +00:00
Thomas Vander Stichele
ccd5667bae more aa check
Original commit message from CVS:
more aa check
2001-12-10 21:28:56 +00:00
Thomas Vander Stichele
8705c25aae wrobell's help ;)
Original commit message from CVS:
wrobell's help ;)
2001-12-10 21:22:19 +00:00
Wrobell
233a295c89 - add AM_CONDITIONALs where should they be...
Original commit message from CVS:
- add AM_CONDITIONALs where should they be...
2001-12-10 19:51:50 +00:00
Wrobell
ac51127f55 Merged from trunk
Original commit message from CVS:
Merged from trunk
2001-12-10 19:38:29 +00:00
Wrobell
dda833d67e - move toward ac 2.52
Original commit message from CVS:
- move toward ac 2.52
2001-12-10 19:08:15 +00:00
Richard Boulton
53ca792d2f create a configure.base file, containing the contents of configure.{in,ac}, with those lines specific to one file pre...
Original commit message from CVS:
* create a configure.base file, containing the contents of
configure.{in,ac}, with those lines specific to one file prepended by
"SUBSTFOR configure.in:" or "SUBSTFOR configure.ac:" appropriately.

* Add lines to autogen.sh to generate configure.in and configure.ac
automatically from this file. (Very simple sed scripts)

* Remove configure.in and configure.ac

This shouldn't cause any problems to anyone, and should make it easy to do
work on configure scripts by just working on configure.base.
2001-05-30 14:22:50 +00:00
Richard Boulton
08f70983da More small changes to bring the two scripts closer together.
Original commit message from CVS:
More small changes to bring the two scripts closer together.
Turned off building docs by default in configure.ac.
Only diffs are now essential due to changes from autoconf 2.13 to 2.50.
2001-05-30 13:25:28 +00:00
Richard Boulton
769318c1d0 Add idiot test to stop the installing of versions with plugin srcdir enabled.
Original commit message from CVS:
Add idiot test to stop the installing of versions with plugin srcdir
enabled.
2001-05-29 16:38:29 +00:00
Richard Boulton
efef6b28ba Fix differences between configure.in and configure.ac which were trivial or due merely to formatting differences. di...
Original commit message from CVS:
Fix differences between configure.in and configure.ac which were trivial
or due merely to formatting differences.  diff can now be used to see only
the significant differences, which should be helpful in keeping these
two files in sync.
2001-05-29 15:19:37 +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
Wim Taymans
eee30f5bc2 Added a check for gsm/gsm.h
Original commit message from CVS:
Added a check for gsm/gsm.h
2001-05-28 22:02:02 +00:00
Wim Taymans
5dd20aa4a5 Removed the -pre0
Original commit message from CVS:
Removed the -pre0
2001-05-28 21:02:25 +00:00
Wim Taymans
a4969acca0 Added the refcounting to the output targets.
Original commit message from CVS:
Added the refcounting to the output targets.
2001-05-28 20:47:47 +00:00
Wim Taymans
661fcdef87 Added a check for libgsm
Original commit message from CVS:
Added a check for libgsm
2001-05-28 20:36:13 +00:00
Wim Taymans
952019669a Updated to match configure.in
Original commit message from CVS:
Updated to match configure.in
2001-05-28 20:22:48 +00:00
Wim Taymans
09624b7335 The configure file for autoconf 2.50
Original commit message from CVS:
The configure file for autoconf 2.50
2001-05-28 20:05:03 +00:00