summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ 1999-11-25 17:10:51 by sewardj]sewardj1999-11-251-1/+2
| | | | Pass flag -ltermcap as link option for test -lreadline.
* [project @ 1999-11-12 16:22:08 by sewardj]sewardj1999-11-121-1/+11
| | | | Add checks for readline library (as opposed to headers).
* [project @ 1999-11-12 15:43:12 by sewardj]sewardj1999-11-121-0/+3
| | | | | Add a test for libreadline.{a|so} (include/readline/readline.h is already tested for.).
* [project @ 1999-10-05 10:22:40 by simonmar]simonmar1999-10-051-8/+8
| | | | | --with-ghc-hc is now --with-hc (to be used as the "locally installed Haskell compiler" for all projects).
* [project @ 1999-07-14 13:26:48 by simonmar]simonmar1999-07-141-1/+0
| | | | | | 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.
* [project @ 1999-05-04 19:31:51 by sof]sof1999-05-041-1/+1
| | | | Check for presence of winsock.h
* [project @ 1999-05-04 08:35:12 by sof]sof1999-05-041-0/+29
| | | | New option: --enable-win32-dlls
* [project @ 1999-02-08 11:16:17 by sof]sof1999-02-081-0/+1
| | | | Added `timezone' config test.
* [project @ 1999-01-26 09:59:18 by sof]sof1999-01-261-0/+10
| | | | Prepared to support i?86-*-mingw32
* [project @ 1998-12-02 13:17:09 by simonm]simonm1998-12-021-1/+1
| | | | Move 4.01 onto the main trunk.
* [project @ 1998-11-24 10:27:01 by sof]sof1998-11-241-0/+3
| | | | Emit soothing msg to counter the (harmless) autoconf warning that is output while processing AC_C_BIGENDIAN
* [project @ 1998-11-22 17:45:25 by sof]sof1998-11-221-1/+1
| | | | Added f-checks for symlink() and readlink()
* [project @ 1998-11-17 01:24:58 by reid]reid1998-11-171-1/+101
| | | | Added tests required by Hugs
* [project @ 1998-10-08 15:04:17 by simonm]simonm1998-10-081-1/+1
| | | | Default WithGhcHc is now just "ghc". Too many people complained.
* [project @ 1998-10-05 14:15:31 by simonm]simonm1998-10-051-6/+15
| | | | | | | | | 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.
* [project @ 1998-09-29 17:31:21 by sof]sof1998-09-291-0/+9
| | | | added use of FPTOOLS_CODE_BEFORE_DATA, FPTOOLS_END_DATA_SECTION, FPTOOLS_END_TEXT_SECTION
* [project @ 1998-08-19 11:23:59 by sof]sof1998-08-191-105/+96
| | | | Tidied up a bit + added --with-ghc-hc option
* [project @ 1998-08-18 20:40:42 by sof]sof1998-08-181-7/+15
| | | | Doc string for --enable-hc-boot was lacking; added --with-gcc cmd line option
* [project @ 1998-08-17 12:02:44 by simonm]simonm1998-08-171-1/+1
| | | | | check for netinet/tcp.h (apparently needed for some socket options on FreeBSD).
* [project @ 1998-08-16 16:29:26 by sof]sof1998-08-161-0/+3
| | | | Oops, last commit left out this file
* [project @ 1998-08-14 13:22:57 by sof]sof1998-08-141-0/+4
| | | | Check if (struct stat) has st_blksize
* [project @ 1998-08-10 14:19:23 by simonm]simonm1998-08-101-1/+4
| | | | apparently GMP is installed as libgmp2.a on Debian systems.
* [project @ 1998-07-24 10:42:33 by sof]sof1998-07-241-32/+19
| | | | Added long long feature test; macro namespace cleanup
* [project @ 1998-05-31 12:18:05 by sof]sof1998-05-311-5/+0
| | | | Remove lx feature test (unused)
* [project @ 1998-05-19 19:34:09 by reid]reid1998-05-191-2/+4
| | | | Added test for libiberty.a (needed by libbfd.a)
* [project @ 1998-05-19 19:00:22 by reid]reid1998-05-191-1/+6
| | | | Added test for bfd.h and libbfd
* [project @ 1998-04-16 12:14:13 by sof]sof1998-04-161-11/+17
| | | | Added --enable-hc-boot flag for setting up a .hc build tree
* [project @ 1998-03-17 15:38:37 by simonm]simonm1998-03-171-0/+8
| | | | | | | - check for an installed libgmp 2.0.x - check endianness of host (this test for some reason generates a warning from autoconf, but it seems harmless)
* [project @ 1998-03-11 14:26:23 by simonm]simonm1998-03-111-9/+5
| | | | | | | | | - move SIZEOF checks together (previous commit added SIZEOF checks to a different part of the file). - check alignment of longs: unsigned ints are no good, because we need to check whether f.e. a float can be put on the stack, which is StgWord aligned, and currently an StgWord is basically a long.
* [project @ 1998-03-03 19:04:47 by reid]reid1998-03-031-2/+13
| | | | Added alignment tests
* [project @ 1998-03-03 17:30:14 by simonm]simonm1998-03-031-0/+7
| | | | Add some size tests.
* [project @ 1998-03-03 16:44:12 by simonm]simonm1998-03-031-10/+0
| | | | back out last commit until we've decided how to do these properly.
* [project @ 1998-03-03 04:45:06 by reid]reid1998-03-031-0/+10
| | | | Added more feature tests
* [project @ 1998-02-17 20:16:48 by sof]sof1998-02-171-5/+0
| | | | | don't look for green-card binary, use the one in the build tree instead.
* [project @ 1998-02-09 09:09:04 by sof]sof1998-02-091-2/+3
| | | | Do UNC->DOS translation of TOP_PWD
* [project @ 1998-02-05 12:23:33 by simonm]simonm1998-02-051-1/+10
| | | | alpha-dec-osf1 and alpha-dec-osf3 are now separate configurations.
* [project @ 1998-01-27 19:30:05 by sof]sof1998-01-271-1/+6
| | | | AC_SUBST(exeext)
* [project @ 1997-10-06 09:17:54 by simonm]simonm1997-10-061-1/+1
| | | | bogus '/' crept in.
* [project @ 1997-10-03 15:21:52 by simonm]simonm1997-10-031-1/+1
| | | | | add yet more hacks for tmp_mnt, this time to deal with amd-style mount points.
* [project @ 1997-09-10 09:51:04 by simonm]simonm1997-09-101-2/+5
| | | | minor mod to the happy configuration.
* [project @ 1997-09-08 09:45:10 by simonm]simonm1997-09-081-0/+5
| | | | If the installed version of Happy is < 1.3, use the one from the tree.
* [project @ 1997-09-03 23:53:03 by sof]sof1997-09-031-237/+57
| | | | Moved feature tests from configure.in to aclocal.m4 and macroified them
* [project @ 1997-08-28 21:15:14 by sof]sof1997-08-281-38/+22
| | | | Cleaned up; moved custom-checks to aclocal.m4; fixed lead_uscore problem on alphas
* [project @ 1997-08-22 16:14:05 by reid]reid1997-08-221-0/+6
| | | | Added test for greencard
* [project @ 1997-06-09 07:43:21 by sof]sof1997-06-091-3/+6
| | | | removed HostPlatformFull; added HostOS_Full(==host_os)
* [project @ 1997-06-05 23:55:16 by sof]sof1997-06-051-1/+7
| | | | 2.04 updates
* [project @ 1997-05-26 20:46:08 by andre]andre1997-05-261-0/+9
| | | | AIX
* [project @ 1997-03-22 06:32:29 by sof]sof1997-03-221-2/+2
| | | | Made perl library test non-fatal
* [project @ 1997-03-19 04:51:04 by sof]sof1997-03-191-9/+9
| | | | Look for readline.h
* [project @ 1997-03-14 07:52:06 by simonpj]simonpj1997-03-141-1412/+113
| | | | Major update to more-or-less 2.02