Commit graph

21 commits

Author SHA1 Message Date
Erik Walthinsen
32f0db59fb added gmodule to glib-2.0 stuff
Original commit message from CVS:
added gmodule to glib-2.0 stuff
2001-06-14 20:23:41 +00:00
Erik Walthinsen
bfc4e58e6d new configure check for glib 2.0, now requires pkg-config to be installed
Original commit message from CVS:
new configure check for glib 2.0, now requires pkg-config to be installed
2001-06-13 21:59:43 +00:00
Wim Taymans
c57122e0ae Added the lav encoder Makefile.am
Original commit message from CVS:
Added the lav encoder Makefile.am
2001-06-06 18:31:23 +00:00
Thomas Vander Stichele
8e58af799d added cutter plugin to config stuff
Original commit message from CVS:
added cutter plugin to config stuff
2001-06-06 14:24:17 +00:00
Thomas Vander Stichele
fdac74d01c added Makefile generation for gstaudio library
Original commit message from CVS:
added Makefile generation for gstaudio library
2001-06-06 14:14:53 +00:00
Richard Boulton
8bb71e68a9 Fix arts check, with artsc-config hackery.
Original commit message from CVS:
Fix arts check, with artsc-config hackery.
2001-06-02 23:36:42 +00:00
Wim Taymans
3d12df5409 Added the avi makefiles.
Original commit message from CVS:
Added the avi makefiles.
2001-06-02 18:11:00 +00:00
Andrew Mitchell
528d8c273b Let's just say I have a better understanding of autoconf now (I should really have read the manual first). It helps t...
Original commit message from CVS:
Let's just say I have a better understanding of autoconf now (I should really have read the manual first). It helps to remember that yes != no ;)
2001-06-02 15:33:38 +00:00
Andrew Mitchell
14ae775e05 Automake is picky about white space...
Original commit message from CVS:
Automake is picky about white space...
2001-06-02 13:42:04 +00:00
Andrew Mitchell
3f4be546de Added options --disable-tests and --disable-examples for quicker builds for the impatient...
Original commit message from CVS:
Added options --disable-tests and --disable-examples for quicker builds for the impatient...
2001-06-02 13:38:57 +00:00
Richard Boulton
bb9908680b Fix gsm to check for "gsm.h" as well as "gsm/gsm.h".
Original commit message from CVS:
Fix gsm to check for "gsm.h" as well as "gsm/gsm.h".
2001-06-02 12:21:26 +00:00
Richard Boulton
97b6de7b23 Oops: fixed SDL header check: put flags in CPPFLAGS rather than CFLAGS.
Original commit message from CVS:
Oops: fixed SDL header check: put flags in CPPFLAGS rather than CFLAGS.
We should really filter the SDL_CFLAGS and only pass appropriate options
through, but this works well enough for now.
2001-06-02 02:21:25 +00:00
Richard Boulton
0c8050e3ba Improve SDL check: use correct CFLAGS when searching for header.
Original commit message from CVS:
Improve SDL check: use correct CFLAGS when searching for header.
2001-06-02 02:05:21 +00:00
Wim Taymans
91af099719 Added a better SDL_createYUVOverlay check.
Original commit message from CVS:
Added a better SDL_createYUVOverlay check.
2001-06-01 18:52:55 +00:00
Richard Boulton
1559a54b1d More tidyup to SDL check.
Original commit message from CVS:
More tidyup to SDL check.
2001-06-01 13:03:22 +00:00
Richard Boulton
1f6482a012 Fix SDL check
Original commit message from CVS:
Fix SDL check
Check for Overlay stuff, which isn't in SDL version 1.0
2001-06-01 12:36:45 +00:00
Richard Boulton
c044bafbdf Add comments to many (but not all :( ) AC_DEFINES in configure scripts.
Original commit message from CVS:
Add comments to many (but not all :( ) AC_DEFINES in configure scripts.
Add note about debian packages for building documentation.
2001-05-31 20:20:03 +00:00
Richard Boulton
7dfeffc2a5 Fix a couple of formatting errors in idiottest, and add plugin-srcdir warning to configure.base.
Original commit message from CVS:
Fix a couple of formatting errors in idiottest, and add plugin-srcdir
warning to configure.base.
2001-05-31 19:08:41 +00:00
Richard Boulton
41aa12b2c6 Add AS and ASFLAGS to configure.base, fixing the build with automake 1.4g
Original commit message from CVS:
Add AS and ASFLAGS to configure.base, fixing the build with automake 1.4g
AS is defined in a hacky way: I've asked on the automake list for help
doing this properly.
2001-05-31 14:19:09 +00:00
Erik Walthinsen
a3742beca4 added no-alsa warning and made 0.9 check conditional on alsa existing at all
Original commit message from CVS:
added no-alsa warning and made 0.9 check conditional on alsa existing at all
2001-05-30 21:27:35 +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
Renamed from configure.ac (Browse further)