1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-08 04:04:48 -04:00
Go to file
brendan 346845b22b shout.m4 has been completely rewritten for libshout 2.
It relies on pkg-config or shout-config (in that order) for compiler/linker
flags. --with-shout-prefix is gone. Also gone is --disable-shouttest. I don't
understand the advantages of that home built script over the standard header/
func checks, so I used those. I guess AC_TRY_RUN isn't invoked, but I feel
(mildly) that the business of autoconf is to ensure the program builds
correctly, not runs correctly. Run errors can usually be fixed after the build
(by tweaking LD_LIBRARY_PATH, ld.so.conf, crle etc) without rebuilding.

I've ported ices 0 to this macro in order to test it, but haven't put the various
fallbacks through the ringer yet. I will before release.

TODO: I don't think this file is being included with make dist. Should it be?
Probably. Should it be installed? Probably, but less so.

svn path=/trunk/m4/; revision=4939
2003-06-13 04:26:23 +00:00
admin *** empty log message *** 2003-05-28 15:14:47 +00:00
conf spaces-only indentation for the love of $ 2003-06-04 01:40:06 +00:00
doc Missing .cvsignores 2003-01-15 05:38:31 +00:00
m4 shout.m4 has been completely rewritten for libshout 2. 2003-06-13 04:26:23 +00:00
src gcc 3.3 warns: dereferencing type-punned pointer will break strict-aliasing rules 2003-06-09 22:30:09 +00:00
web Missing .cvsignores 2003-01-15 05:38:31 +00:00
win32 icecast.xml in this subdirectory is now removed. This should now make the 2003-04-21 15:00:45 +00:00
.cvsignore More autoconf junk 2003-05-28 02:59:12 +00:00
acconfig.h OS X 10.2.3 doesn't define socklen_t. 2003-01-15 05:58:09 +00:00
acinclude.m4 autoconf updates. Now builds on OpenBSD 2003-04-21 17:52:12 +00:00
AUTHORS oddsock's win32 port/GUI 2002-08-09 15:55:02 +00:00
autogen.sh fix autogen.sh so that builddir != srcdir works 2002-07-11 04:00:04 +00:00
configure.in Another net change, making it more bullet-proof, before could silently miss 2003-06-06 00:05:19 +00:00
COPYING Replace the placeholder with the real license. 2002-02-14 00:58:04 +00:00
HACKING Remove references to checking out sub-modules, this is no longer needed. 2002-08-08 08:26:21 +00:00
Makefile.am added new admin directory 2003-05-15 21:04:39 +00:00
News Implementation of aliases contributed by Paul Donohue <icecast@TopQuark.net> 2003-04-23 12:44:29 +00:00
README #icecast at openprojects is defunct. 2003-03-16 00:33:07 +00:00
TODO Oops. Commit updated version of TODO 2003-05-04 01:32:53 +00:00

Icecast2 alpha 1.

This is an alpha release. Not all functionality is fully implemented, though
we believe it to be very stable for all the currently available features.

It is known to build on linux and win32, and should be easily ported to other
unix platforms (we expect this will require some autoconf work, though).

Run
   ./configure
   make
   make install

To build and install this release.

Documentation is mostly missing at this point. The example config file should
explain most of the features available (but note that the directory services
are not yet available). 

Please email us at icecast@xiph.org or icecast-dev@xiph.org, or come and see
us at irc.xiph.org, channel #icecast, if you have any troubles.