Jeff Teunissen
20422ddf04
remove ao.m4 :)
2007-03-27 07:20:26 +00:00
Jeff Teunissen
39c5bd0d9e
Clean up aclocal stuff.
2007-03-27 07:08:22 +00:00
Bill Currie
605d7bde6a
fix Hikaru's broken build (older gcc)
2007-03-24 11:11:42 +00:00
Bill Currie
dff68bfed0
beginnings of flac support. compiles but untested. if this doesn't crash,
...
I'll be surprised :)
2005-06-15 10:02:50 +00:00
Bill Currie
d598afd1de
need those functions, dang it :(
2004-01-15 20:19:46 +00:00
Bill Currie
85778a9e01
fix warnings pointed out by automake 1.8 and clean out some cruft
2004-01-15 20:06:14 +00:00
Ragnvald Maartmann-Moe IV
894f3974f4
Typos and other legibility improvements. Enjoy the reconfigures & recompiles. Whee!
2003-10-23 03:52:52 +00:00
Bill Currie
ce3accd4f1
make gcc 2.95 friendly (OpenBSD seems to still use it)
2003-08-11 16:02:06 +00:00
Bill Currie
031041d3be
d'oh, half assed job
2003-07-10 02:03:54 +00:00
Bill Currie
6ded764a88
make sure the ogg and vorbis checks don't add /usr/{include,lib> or
...
/usr/local/{include,lib} to CFLAGS or LDFLAGS
2003-07-10 01:48:58 +00:00
Bill Currie
dbd5b16883
rename the convenience libs to avoid problems with libx11 vs libX11 on
...
darwin (damn case insensitive file systems :P)
2002-12-20 23:40:47 +00:00
Bill Currie
576fc27749
fix a braino in the QF_WITH_TARGETS macro
2002-09-18 14:57:32 +00:00
Bill Currie
317c02539b
macro-ize --with-{clients,servers} and implement --with-tools using the new
...
macro
2002-09-17 22:19:14 +00:00
Bill Currie
64b608b20d
put *sys_sdl.c into a lib so it doesn't get compiled more than once and do
...
more macroizing
2002-08-07 18:20:23 +00:00
Bill Currie
96f81b69b8
start using macros the clean up the mess
2002-08-02 19:03:16 +00:00
Bill Currie
8aa1562514
fix our AC_PROG_LEX called twice message
2002-08-02 01:51:26 +00:00
Bill Currie
f2f6041e05
at long last, vorbis support :) load time only, though, so not yet suitable
...
for huge samples.
Also, change the file search order so that .gz is checked before the
requested file.
2002-06-14 20:36:28 +00:00
Bill Currie
55a5c39187
Turns out that on PPC, va_list is an array (effectivly typedef struct
...
__va_list_tag va_list[1];) which causes grief when attempting to reuse
va_list variables (eg, in vsnprintf retry loops). This is the reason for
MisterP's crashes as the pointers in va_list no longer point to valid data.
acinclude.m4:
shamelessly steal the va_list, va_copy and __va_copy macros from
cdda2wav but modified so AC_DEFINE includes the description (so
acconfig.h can remain gone)
configure.ac:
use AC_TYPE_VA_LIST, AC_FUNC_VA_COPY and AC_FUNC_VA__COPY
dstring.c:
stash the incoming va_list args in a temp var before calling vsnprintf
then restore them each time before retrying, but only if va_list is an
array (hopefully this is ok for when va_list is a structure)
2002-04-15 22:17:02 +00:00
Bill Currie
aa5c52db35
cat /usr/share/aclocal/xmms.m4 >> acinclude.m4 for those without xmms.m4
2001-10-05 20:16:22 +00:00
Chris Ison
0efd28abcc
trying to get bootstrap to work in cygwin
2001-09-25 23:04:13 +00:00
Bill Currie
79be73f507
we now require sdl 1.2 for sdl support
2001-08-23 20:28:41 +00:00
Zephaniah E. Hull
75618f96c9
Working on one common configure which lets nq and qw compile.
...
There, needs a little clean up though.
2001-02-20 03:10:06 +00:00