1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-29 04:25:55 -04:00
icecast-server/m4
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
..
ac_config_libconfig_in.m4 compatibility with solaris 8 /bin/sh 2003-06-10 01:42:08 +00:00
acx_pthread.m4 We really need to include the header for the test to be reliable 2003-03-26 02:24:00 +00:00
ogg.m4 Don't set OGG_CFLAGS to -INONE/include 2003-03-08 02:43:14 +00:00
shout.m4 shout.m4 has been completely rewritten for libshout 2. 2003-06-13 04:26:23 +00:00
vorbis.m4 Move macros into subdirectory to make it easier to manage them 2003-03-07 23:57:43 +00:00