Commit graph

363 commits

Author SHA1 Message Date
Andy Wingo d20730084f bump versionnumber, remove comment at top
Original commit message from CVS:
bump versionnumber, remove comment at top
2001-12-08 23:11:56 +00:00
Andy Wingo 6cf53e1a94 remove support for autoconf2.13
Original commit message from CVS:
remove support for autoconf2.13
2001-12-08 23:02:28 +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