Steve Checkoway
|
c9f5d9de49
|
Check for alloca.h.
|
2007-05-27 07:25:48 +00:00 |
|
Glenn Maynard
|
79b3de00f5
|
allow linking selected libraries statically. This can reduce certain runtime dependencies.
|
2007-05-13 18:43:25 +00:00 |
|
Steve Checkoway
|
3ddb737cf2
|
Put SMData.smzip in Packages. Install SM as a directory into the bindir. I could not think of a better place. If you want to specify /usr/games, then build with --bindir=/usr/games, or if using the build.sh script, ./build.sh -- --bindir=/usr/games, see ./build.sh --help for details.
|
2007-04-24 09:27:07 +00:00 |
|
Steve Checkoway
|
3e53607dbd
|
Use the new forms of AC_INIT and AM_INIT_AUTOMAKE. Do not bother defining the package and version variables, we do that ourself. Add the datadir to the CPPFLAGS.
|
2007-04-23 06:18:23 +00:00 |
|
Steve Checkoway
|
5a7d251465
|
Add configure option to build lua and luac. Disable by default.
|
2007-04-20 05:52:33 +00:00 |
|
Steve Checkoway
|
dd19e26e59
|
Remove obsolete macros. This was easier than I thought. I just ran autoupdate on configure.ac and the .m4 files and compared the output.
|
2007-03-13 10:20:57 +00:00 |
|
Steve Checkoway
|
cc9664b304
|
Add option -fsigned-char when gcc requires it. Note that AC_TRY_* are obsolete macros <http://www.gnu.org/software/autoconf/manual/autoconf.html#Obsolete-Macros> and should probably be replaced at some point.
|
2007-03-13 10:04:59 +00:00 |
|
Steve Checkoway
|
2f80580882
|
sys/param.h should define BSD on bsd systems. Do not redefine it.
|
2007-02-25 15:22:22 +00:00 |
|
Glenn Maynard
|
18cda05b5e
|
add AM_PROG_CC_C_O for per-target CPPFLAGS
|
2007-01-24 05:05:16 +00:00 |
|
Steve Checkoway
|
55f5e88e0a
|
unneeded.
|
2007-01-03 05:05:54 +00:00 |
|
Steve Checkoway
|
c4284cb792
|
Check for lroundf.
|
2007-01-02 23:42:49 +00:00 |
|
Steve Checkoway
|
4d8564e803
|
LUA_USE_LINUX
|
2006-10-08 21:04:22 +00:00 |
|
Glenn Maynard
|
c4f31011c4
|
remove SM_LUA
|
2006-09-25 08:25:50 +00:00 |
|
Steve Checkoway
|
7488850bb4
|
fix strtof check
|
2006-03-20 18:42:11 +00:00 |
|
Steve Checkoway
|
c3e74bbecc
|
Oops.
|
2006-03-20 08:06:51 +00:00 |
|
Steve Checkoway
|
c5b491ab62
|
Check for BSD.
|
2006-03-20 06:40:33 +00:00 |
|
Steve Checkoway
|
731368a0e7
|
Use host_os and host_cpu.
|
2006-02-12 22:38:38 +00:00 |
|
Steve Checkoway
|
e7844d28b5
|
No, really fix cstdlib issue.
|
2006-02-02 22:09:04 +00:00 |
|
Steve Checkoway
|
2b9e688796
|
Fix llabs test.
|
2006-02-02 22:00:31 +00:00 |
|
Steve Checkoway
|
5ce90c8e01
|
Fix
|
2006-01-12 09:34:56 +00:00 |
|
Steve Checkoway
|
90585d9af2
|
Check for SIGUSR1. Untested since the configure script does not respect my CXXFLAGS and cannot find png.h, even though it is there.
|
2006-01-11 06:21:20 +00:00 |
|
Glenn Maynard
|
0893b42170
|
split out ffmpeg check
|
2005-10-20 20:21:19 +00:00 |
|
Glenn Maynard
|
1a1a5bd01e
|
remove SDL from Makefile; used only by Mac build now
|
2005-10-17 02:37:14 +00:00 |
|
Steve Checkoway
|
74788af655
|
Fix compile (but not link--see list) on PPC linux.
|
2005-10-08 11:56:36 +00:00 |
|
Glenn Maynard
|
92efdcb151
|
make SDL optional; default off
|
2005-06-02 23:17:34 +00:00 |
|
Ben Anderson
|
d969e8fc06
|
SDL is no longer mandatory (on Linux anyway).
|
2005-04-06 00:20:52 +00:00 |
|
Glenn Maynard
|
6b12013bd5
|
add pthread_cond_timedwait check
|
2005-01-26 17:59:20 +00:00 |
|
Sean Burke
|
cd067584c1
|
Add iconv check to configure
|
2004-11-04 23:47:48 +00:00 |
|
Glenn Maynard
|
481cde47a3
|
SM_TLS
|
2004-09-09 02:25:28 +00:00 |
|
Glenn Maynard
|
b1f26e846d
|
require ffmpeg 0.4.9
|
2004-08-06 23:58:54 +00:00 |
|
Glenn Maynard
|
6acad3269c
|
workaround dumb linkers
|
2004-07-15 20:32:47 +00:00 |
|
Glenn Maynard
|
3193dc21a7
|
wait, that's not quite right
|
2004-07-15 20:26:06 +00:00 |
|
Glenn Maynard
|
21ce64de1d
|
dumb libjpeg search fix
|
2004-07-15 20:22:55 +00:00 |
|
Sean Burke
|
d59d1a0ae8
|
Recognize x86-64.
|
2004-06-15 22:44:00 +00:00 |
|
Glenn Maynard
|
a5cde1da0b
|
do host stuff earlier, so other macros can use it if they want
|
2004-06-15 05:13:01 +00:00 |
|
Glenn Maynard
|
387e7c74e1
|
add --without-network
|
2004-06-15 02:14:34 +00:00 |
|
Glenn Maynard
|
a83e2f4980
|
do it like this
|
2004-06-15 00:17:50 +00:00 |
|
Sean Burke
|
3c89644f66
|
Define LINUX_PPC.
|
2004-06-15 00:06:41 +00:00 |
|
Glenn Maynard
|
7fd8f3d3cc
|
define HAVE_SDL
|
2004-06-14 04:12:19 +00:00 |
|
Glenn Maynard
|
7481f3fcb3
|
remove PATH_MAX check
|
2004-06-14 01:23:02 +00:00 |
|
Glenn Maynard
|
b58fa07741
|
sdl, linux, unix automake conditionals
|
2004-06-13 19:58:07 +00:00 |
|
Glenn Maynard
|
fc202fc210
|
more useful LINUX/UNIX defines
|
2004-06-13 19:30:45 +00:00 |
|
Glenn Maynard
|
59fc237f79
|
endian.h check
|
2004-06-13 07:34:20 +00:00 |
|
Glenn Maynard
|
cb95729633
|
AC_C_BIGENDIAN
|
2004-06-12 07:57:34 +00:00 |
|
Glenn Maynard
|
e9a6c74745
|
-DUNIX
|
2004-06-12 07:46:40 +00:00 |
|
Glenn Maynard
|
6e8d5f79cf
|
fix libpng and libjpeg listed twice in LIBS
|
2004-06-11 01:41:17 +00:00 |
|
Glenn Maynard
|
14aa978423
|
PATH_MAX check
|
2004-06-10 07:15:32 +00:00 |
|
Glenn Maynard
|
0b8b2ad654
|
allow compiling without JPEG (unfinished)
|
2004-06-09 07:08:42 +00:00 |
|
Glenn Maynard
|
4b85fc3307
|
libpng cleanup
|
2004-06-09 06:59:05 +00:00 |
|
Glenn Maynard
|
0e79b30cad
|
cleanup
|
2004-05-28 06:59:14 +00:00 |
|