- Jul 13, 2000
-
-
Michael Weber authored
more changes to FPTOOLS_GHC_VERSION: * fixed bug in too-many-args case * reworked regexp for versions
-
- Jul 11, 2000
-
-
Michael Weber authored
updated comments
-
Simon Marlow authored
New autoconf tests for ghc version from Michael Weber, with minor modifications by me.
-
- Jun 30, 2000
-
-
Simon Marlow authored
Check the version of the installed ghc, and set GhcVersion, GhcMajVersion, GhcMinVersion and GhcPatchLevel make variables.
-
- Jun 29, 2000
-
-
Simon Marlow authored
Add test for GNU regex in libc, which we'll use to decide whether to compile our own copy of the library in package text.
-
- Jun 15, 2000
-
-
sven.panne@aedion.de authored
Quick workaround for Reuben's M$ configuration problems
-
- Jun 08, 2000
-
-
sven.panne@aedion.de authored
autoconf hackery for CTypes{,ISO} (continued)
-
- May 31, 2000
-
-
chak@cse.unsw.edu.au. authored
Autoconf magic to determine a working DocBook CATALOG file (if any). Makes the makefile variable DOCBOOK_CATALOG refer to this CATALOG file (absolute path).
-
- May 09, 2000
-
-
Reuben Thomas authored
Changed Perl test so that it simply allows vv5 & 6 and disallows any other; also hardwire path to perl to /bin/perl under Windows, to avoid clashing with other weird Perls that may be on the path.
-
- Dec 21, 1999
-
-
Simon Marlow authored
Hopefully banish bogus "Happy version 1.6 or later is required to compile GHC" messages. The new rule is: if you don't have an installed copy of Happy, but have a Happy source tree, we point the build system at the latter (and pull the version number out of happy/mk/version.mk).
-
- Nov 04, 1999
-
-
Julian Seward authored
Fix wibble in setting of HappyCmd.
-
- Aug 02, 1999
-
-
Simon Marlow authored
Only require happy if compiling ghc, and ask for version 1.6
-
- Jul 14, 1999
-
-
Simon Marlow authored
Don't attempt to discover the exact location of cpp, instead use 'gcc -E'. With the right combination of flags, it seems we can get the same behaviour as calling cpp directly.
-
- Jun 07, 1999
-
-
Simon Marlow authored
Use $CC -E instead of gcc.
-
- May 17, 1999
-
-
Simon Marlow authored
Workarond apparent bug in FreeBSD 'sh'.
-
- Mar 27, 1999
-
-
sof authored
Look inside build tree too for happy binary
-
- Mar 01, 1999
-
-
Simon Marlow authored
Use 'data_start' as the end-of-text marker if it exists. This includes the read-only text section on Linux/ELF, which is what we want.
-
- Feb 08, 1999
-
-
sof authored
Added `timezone' config test.
-
- Jan 26, 1999
-
-
sof authored
Prepared to support i?86-*-mingw32
-
- Jan 11, 1999
-
-
sof authored
Fixed caching bug in FPTOOLS_END_{TEXT,DATA}_SECTION.
-
- Dec 02, 1998
-
-
Simon Marlow authored
Move 4.01 onto the main trunk.
-
- Nov 24, 1998
-
-
Alastair Reid authored
Merge from HEAD
-
sof authored
Re-install hack which fixes 'leading underscore' feature test under cygwin32
-
- Nov 21, 1998
-
-
sof authored
Distinguish between defn and use of etext and end syms; they're not the same on platforms where we have to resort to asm labels.
-
- Nov 17, 1998
-
-
Alastair Reid authored
Added tests required by Hugs
-
- Oct 07, 1998
-
-
Simon Marlow authored
fix a couple of bugs in the text/data segment end symbol tests.
-
- Oct 05, 1998
-
-
Simon Marlow authored
Add support for FreeBSD 3.0 (ELFish). Rename i386-unknown-freebsd to i386-unknown-freebsd2, and add i386-unknown-freebsd3. NOTE: this won't bootstrap an ELF GHC using an a.out GHC, some laying on of hands is required for that.
-
- Sep 29, 1998
-
-
sof authored
Added feature tests for etext and end plus text vs. data section placement in executable
-
- Aug 16, 1998
- Aug 14, 1998
-
-
Simon Marlow authored
remove old test for GLIBC.
-
- Aug 06, 1998
-
-
Simon Marlow authored
Fix leading underscore test.
-
- Jul 24, 1998
-
-
sof authored
Added long long feature test; macro namespace cleanup
-
- Apr 10, 1998
-
-
Simon Marlow authored
define LEADING_UNDERSCORE in config.h.
-
- Apr 07, 1998
-
-
sof authored
GHC_CHECK_ALIGNMENT changed to check natural alignment restrictions
-
- Mar 03, 1998
-
-
Alastair Reid authored
Added alignment tests
-
Alastair Reid authored
Added more feature tests
-
- Feb 12, 1998
-
-
sof authored
New attempt at converting backslashes into forward ones.
-
Simon Marlow authored
revert to version 1.9 of AC_PROG_GNUCPP.
-
Simon Marlow authored
revert 'tr' breakage for the time being.
-