- 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.
-
- 14 Aug, 2003 1 commit
-
-
simonmar authored
Don't require Alex for building GHC (yet).
-
- 13 Aug, 2003 2 commits
- 30 Jul, 2003 1 commit
-
-
wolfgang authored
OpenGL support for Mac OS X: In FPTOOLS_CHECK_HTYPE, be ready to include Apple's non-standard <OpenGL/gl.h> instead of the usual <GL/gl.h>.
-
- 20 Jul, 2003 1 commit
-
-
panne authored
To accomodate the Hugs package conversion magic, use separate variables for OpenGL libraries and GLUT libraries.
-
- 05 Jun, 2003 1 commit
-
-
reid authored
s/green-card/greencard/
-
- 30 May, 2003 1 commit
-
-
simonmar authored
merge rev. 1.116.2.1: FPTOOLS_O_BINARY: lift #include to the top.
-
- 23 May, 2003 1 commit
-
-
panne authored
Nuked unused GL/GLU version detection magic, extensions are now completely handled at runtime, not compile time. This affects only configure's --enable-hopengl option.
-
- 17 May, 2003 1 commit
-
-
reid authored
Add checks for ghc-pkg and green-card 3.00 (used in x11 lib)
-
- 26 Mar, 2003 1 commit
-
-
simonmar authored
Check for the rlim_t type
-
- 21 Mar, 2003 1 commit
-
-
simonmar authored
GNU ar seems to have trouble with duplicate object file names if you use the 's' modifier, so detect GNU ar here and use a simple 'ar q' command to create archives. This bug was tickled when I replaced an 'ar q' with '$(AR)' in target.mk yesterday: the default $(AR) is 'ar clqs'.
-
- 27 Jan, 2003 1 commit
-
-
simonmar authored
Fixes to make previous revision compatible with autoconf 2.13.
-
- 26 Jan, 2003 1 commit
-
-
panne authored
Synched OpenGL detection macro with HOpenGL-1.04. TODO: Modularization of the macro and caching.
-
- 08 Jan, 2003 1 commit
-
-
simonmar authored
- Detect whether we have a recent GCC that might need -mno-omit-leaf-fram-pointer. - Add missing HAVE_SC_GETGR_R_SIZE_MAX and HAVE_SC_GETPW_R_SIZE_MAX templates to acconfig.h. - Regen mk/config.h.in.
-
- 19 Dec, 2002 1 commit
-
-
simonmar authored
Avoid using a variable for the first argument of AC_DEFINE_UNQUOTED, because autoheader doesn't like it.
-
- 11 Dec, 2002 1 commit
-
-
simonmar authored
Remove tests for text/data section boundary symbols.
-
- 04 Dec, 2002 1 commit
-
-
dons authored
Let configure know about perl v5.8
-