- 05 Mar, 2004 1 commit
-
-
stolz authored
Reduce noise if there's no in-tree version of Happy.
-
- 03 Mar, 2004 1 commit
-
-
simonpj authored
Patches to configuration script for MSYS. It's not clear that this'll always work, because we generate paths like /c/mingw/bin, which MinGW binaries won't understand -- but all of them seem to be fed to the MSYS shell, which translates them to c:/mingw/bin etc. Perhaps the Right Thing is to implement msyspath, by analogy with cygpath, to convert /c/xxx to c:/xxx? Anyway, this patch seems to work for now.
-
- 11 Feb, 2004 1 commit
-
-
simonmar authored
Happy 1.14 is needed to compile the HEAD these days.
-
- 06 Jan, 2004 3 commits
- 18 Dec, 2003 1 commit
-
-
panne authored
Synched with latest changes in Hugs' aclocal.m4 (wglGetProcAddress fiddling)
-
- 17 Dec, 2003 1 commit
-
-
panne authored
To get wglGetProcAddress on Windows, we have to link with opengl32.dll, too, even when we are using Cygwin with X11.
-
- 06 Dec, 2003 1 commit
-
-
panne authored
Completely overhauled OpenGL/GLUT detection magic, making things more modular. Removed support for Mesa and non-HW-accelerated support on Windoze. Added initial support for handling missing glut.h header on MinGW/MSYS (to be completed). Tested on Cygwin (plain, -mno-cygwin, --without-x), MSYS/MinGW and SuSE 8.2 x86 Linux.
-
- 12 Nov, 2003 1 commit
-
-
sof authored
FP_EMPTY_STRUCTS: empty struct feature test
-
- 01 Nov, 2003 2 commits
- 13 Oct, 2003 3 commits
- 05 Oct, 2003 1 commit
-
-
panne authored
Merged Ross' patch for Hugs: Tweak to the FPTOOLS_HAVE_OPENGL: when testing for the GLUT lib, include the GL/GLU/GLX libs just discovered. While most platforms don't require this, mysteriously some (e.g. OpenBSD) do.
-
- 29 Sep, 2003 1 commit
-
-
simonmar authored
Uncomment Alex version test: Alex 2.0 is now required to build GHC.
-
- 27 Aug, 2003 1 commit
-
-
panne authored
green-card => greencard Green Card => GreenCard Although Alastair prefers "Greencard", the library's name is "Foreign.GreenCard", and unless we change this, too, "GreenCard" is more consistent.
-
- 26 Aug, 2003 1 commit
-
-
panne authored
Revamped version comparison test (no bash-isms, more conservative)
-
- 22 Aug, 2003 1 commit
-
-
panne authored
OpenBSD's sh doesn't like the parentheses in "foo='(-1)'" so let's drop them. Thanks to Don for pointing this out.
-
- 20 Aug, 2003 3 commits
-
-
panne authored
Nuked FPTOOLS_O_BINARY test and use FP_CHECK_CONST instead, which is shorter and better (e.g. cross compilation).
-
panne authored
* Cleaned up FP_CHECK_ALIGNMENT test a bit. * Nuked FPTOOLS_CHECK_CCONST test in favour of a more general one which handles cross compilation and languages different from C.
-
panne authored
Nuked the broken FPTOOLS_CC_FLAG test and added a more general FP_CHECK_FLAG test instead.
-
- 19 Aug, 2003 5 commits
-
-
panne authored
Nuked FPTOOLS_MSGHDR_MSG_ACCRIGHTS and FPTOOLS_MSGHDR_MSG_CONTROL tests. Use autoconf's own macros for dealing with struct members.
-
panne authored
Death to the acconfig.h hack!
-
panne authored
Expand the (a bit faulty) definition of AC_MSG_FAILURE, which is only available since autoconf 2.57. Thanks to Don for pointing this out.
-
panne authored
Renamed FP_ALTZONE to FP_DECL_ALTZONE
-
panne authored
Revamped FPTOOLS_PROG_DIFF
-
- 18 Aug, 2003 12 commits
-
-
panne authored
Nuked AC_C_PROTOTYPES macro. We don't need the result and newer autoconfs come with their own definition.
-
panne authored
Nuked unused macro FPTOOLS_IN_SCOPE
-
panne authored
* Revamped macro for alignment test * Fixed a few tests for "long long"s
-
panne authored
Nuked FPTOOLS_C_LONG_LONG, AC_CHECK_TYPES already does what we want.
-
panne authored
AC_PROG_LEX really checks for the existence of "lex" when "flex" is not found, so there is no need for AC_PROG_LEX_STRICT. Furthermore, flex/lex is not really needed for building GHC, so we issue only a warning instead of dying when flex and lex are not found.
-
panne authored
Nuked unused FPTOOLS_PROG_YACCY test and support for yacc/bison in general. If it is ever needed again, it can easily be resurrected.
-
panne authored
Nuked unused FPTOOLS_REGEX_IN_LIBC test
-
panne authored
Revamped altzone detection. Note that we test only for successful compilation now, not for successful linking, but this is what most autoconf macros do.
-
panne authored
* Following the autoconf coding style recommendations, use "#" for comments, not "dnl". * Local macros will get the prefix "FP_" instead of "FPTOOLS_". The latter is a bit heavyweight and too fptools-centric.
-
panne authored
Nuked unused tests FPTOOLS_HAVE_TIMEZONE and FPTOOLS_TYPE_TIMEZONE
-
panne authored
CVS keywords considered harmful
-
dons authored
OpenBSD x86 has finally moved to ELF. So it no longer needs a leading underscore on symbols. However, like FreeBSD, it tries to be friendly, and accept it anyway. So we have to hard code it.
-