Commit Graph

41 Commits

Author SHA1 Message Date
Takashi Iwai
6d3311fefb Makefile: Add README.md to EXTRA_DIST
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2020-12-10 10:37:13 +01:00
Jaroslav Kysela
75d393a563 create separated libatopology library with the topology routines
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2019-11-14 15:01:12 +01:00
Patrick Welche
b669b50de2 autotools: update style
- rename configure.in to configure.ac
- replace INCLUDES with AM_CPPFLAGS
- modernize AM_INIT_AUTOMAKE invocation

Signed-off-by: Patrick Welche <prlw1@cam.ac.uk>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2014-02-26 08:16:22 +01:00
Jaroslav Kysela
81e1550fe5 Add m4/attributes.m4 as dist file..
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2009-01-05 13:21:12 +01:00
Diego E. 'Flameeyes' Pettenò
ca133ff6a2 Add the attributes.m4 macro file from xine/lscube.
This is a shared macro file that is currently maintained in both xine
and lscube repositories and contains a series of utility macros to
check compiler and linker features.

Signed-off-by: Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
2008-11-21 13:04:19 +01:00
Jaroslav Kysela
d7534b2cee hgcompile -> gitcompile 2008-06-03 10:17:48 +02:00
Takashi Iwai
70e4ec9d08 Allow build without libdl and libpthread
Allow building alsa-lib without libdl and libpthread.
Added new options to configure, --with-libdl and --with-pthread.
2007-03-22 00:48:18 +01:00
Takashi Iwai
612216db0d Add --disable-alisp configure option
Added --disable-alisp configure option to disable alsip support.
2006-09-06 14:39:01 +02:00
Takashi Iwai
8a347e4267 Add hgcompile script and fix INSTALL document
Added hgcompile script (just a copy of cvscompile), and
fixed INSTALL document about HG.
2006-05-12 15:33:44 +02:00
Takashi Iwai
db1e39a4e8 Allow partial build with selected components
Add --enable-* and --with-pcm-plugins configure options for partial builds.

User can choose the core components (pcm, mixer, rawmidi, hwdep, seq, instr)
via --enable-xxx or --disable-xxx option.  As default, all components are
enabled.

The PCM plugins to build can be selected via --with-pcm-plugins option.
For example, to build only rate and linear plugin, pass
  --with-pcm-plugins=rate,linear
Passing "all" will select all plugins (it's the default value).

The plug plugin will select linear and copy plugins automatically.
The other auto conversions of plug plugin are enabled only when the
corresponding plugin is selected.
2005-11-30 11:38:24 +00:00
Jaroslav Kysela
a33c78ddd8 moved simple mixer abstraction modules to modules/mixer/simple directory
Compile dynamic modules outside the alsa-lib tree to allow linking them
against libasound.so - proper versions of dynamic symbols.
2005-08-22 12:07:55 +00:00
Takashi Iwai
7e6569e300 added AUTOMAKE_OPTIONS. 2004-02-25 11:23:56 +00:00
Jaroslav Kysela
d4af763f8a Switch from old to new PCM API retaining binary compatibility
Changed version to 1.0.0pre1
2003-11-05 10:38:37 +00:00
Jaroslav Kysela
7a9658e6ba Added MEMORY-LEAK to EXTRA_DIST 2003-08-26 12:31:57 +00:00
Jaroslav Kysela
640ee8faa7 Initial code for lisp interpreter 2003-06-24 19:30:08 +00:00
Jaroslav Kysela
358d1998b7 Oops, depmod should be depcomp 2002-10-24 12:09:30 +00:00
Jaroslav Kysela
881b400b10 Added depmod to distribution tarball 2002-10-24 11:56:52 +00:00
Jaroslav Kysela
466ef0ee61 Removed --bzip2 option for older tar call 2002-10-24 11:44:44 +00:00
Jaroslav Kysela
7f11213c63 It seems that older tars are confused with --bzip2, use pipe instaed 2002-10-23 18:57:26 +00:00
Jaroslav Kysela
b912587c63 Used long options for tar 2002-10-23 18:34:05 +00:00
Jaroslav Kysela
a435a3900e Added check for AMTAR 2002-10-23 13:24:07 +00:00
Jaroslav Kysela
d79b61662a Use long option for bzip2 compression to make it work with new and older tar 2002-10-23 07:38:21 +00:00
Jaroslav Kysela
17f35d0043 Replaced j argument for tar with older I 2002-10-22 20:03:07 +00:00
Jaroslav Kysela
01f0f5e75e Changed AMTAR -> TAR 2002-10-22 19:25:30 +00:00
Takashi Iwai
aa6755cc4e - using $(AMTAR) instead or $(TAR) in the Makefile.am
- using -j instead of -I to compress using bzip2 rather than gzip
2002-10-07 10:41:42 +00:00
Jaroslav Kysela
a804acc5a3 Removed pack target 2001-11-20 09:32:19 +00:00
Jaroslav Kysela
efb7a55efc Added 'doc' rule 2001-04-06 19:10:32 +00:00
Abramo Bagnara
fe92855cbb Added rewind to API in place of appl_ptr(). Moved aserver to a better place 2000-09-26 09:46:05 +00:00
Takashi Iwai
0df4996fcd Misc fixes:
- add confdefs.h to .cvsignore.
- use tar options instead of actually changing owner when packing.
2000-05-26 14:34:44 +00:00
Abramo Bagnara
3b1b429b88 Added TODO to dist 2000-05-09 17:25:41 +00:00
Jaroslav Kysela
b77f3a40fd Added dist-hook.. 2000-02-16 21:28:10 +00:00
Jaroslav Kysela
72ae6d6e17 pack -> .bz2 2000-02-16 21:05:51 +00:00
Jaroslav Kysela
acc78fc8de Added version.. 1999-08-23 08:10:49 +00:00
Jaroslav Kysela
fd672765f4 0.3.1; small fix for pack 1999-06-05 09:35:48 +00:00
Jaroslav Kysela
6b71354390 pack fix 1999-06-04 15:03:51 +00:00
Jaroslav Kysela
682ee54c82 Added libtool to extra dist.. 1999-01-31 12:57:08 +00:00
Jaroslav Kysela
dc02bee60a Some patches for clean compilation... 1999-01-18 22:42:55 +00:00
Jaroslav Kysela
b340b13f95 Added configure script.. 1999-01-03 16:11:18 +00:00
Jaroslav Kysela
ffcff61ceb Mainly tarbal distribution fixes... 1998-12-30 17:11:51 +00:00
Chris Cannam
9e3490cbcd Added rpm target 1998-11-18 21:29:59 +00:00
Chris Cannam
96f35a05ef Switch to automake and libtool 1998-11-18 20:42:09 +00:00