Commit Graph
12 Commits
Author SHA1 Message Date
Steve Checkoway 433dda1d1f Added check for roundf function. If it's defined in a system library, redefining it in RageUtil.h causes stepmania to fail to link with g++. 2003-05-09 22:13:27 +00:00
Glenn Maynard 0f6668010a It doesn't do any good to define signals that a system doesn't have ... 2003-05-05 22:53:05 +00:00
Steve Checkoway 46124ee0ed Added checks for SIGPWR and SIGUSR1. SIGPWR is defined in linux as 30 but is not defined in Darwin. Darwin defines SIGUSR1 as 30. If SIGPWR is not defined and SIGUSR1 is then config.h now defines SIGPWR as SIGUSR1. If neither are defined, SIGPWR is defined as 30. 2003-05-05 22:21:06 +00:00
Glenn Maynard 9e5ff55405 ignore default CFLAGS, etc 2003-05-05 06:27:53 +00:00
Steve Checkoway 779a66e58e Added check for alsa9 and like with it if it is found. 2003-05-01 09:52:53 +00:00
Steve Checkoway 3d14c8501d Check for Darwin, if found, define DARWIN 1. This is to still compile SDL (with -DLINUX) but to not to compile the ALSA9 stuff. 2003-04-26 01:10:42 +00:00
Steve Checkoway 7f66579123 added check for tanf 2003-04-24 04:13:41 +00:00
Glenn Maynard 3a955347dd I already did this, I couldn't commit because of the stale lock. Fixing
conflicts ...
2003-04-23 04:41:00 +00:00
Steve Checkoway b3220c1f75 Added checks for powf, sqrtf, sinf, cosf, and acosf. They are now defined correctly, I hope, in src/global.h as inline functions. 2003-04-23 04:37:23 +00:00
Glenn Maynard 83f25417a4 remove unneeded stuff
don't need id3lib anymore

don't test for "LINUX"; test for the actual feature you need
2003-02-20 04:46:53 +00:00
Aaron VonderHaar 12d7b433e4 Added two defines needed to make Linux compile 2003-02-20 02:01:48 +00:00
Glenn Maynard 87ee391649 initial automake (don't expect this to work just yet) 2003-02-20 00:38:59 +00:00