summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ 2001-05-25 10:30:53 by simonmar]simonmar2001-05-251-0/+9
| | | | NetBSD <= 1.4 is a.out, apparently
* [project @ 2001-05-23 09:41:34 by rrt]rrt2001-05-231-0/+1
| | | | Add -mwin32 -mno-cygwin to CPPFLAGS on Windows.
* [project @ 2001-04-30 16:01:52 by sewardj]sewardj2001-04-301-1/+1
| | | | | Plumb LibsReadline into extra_libraries for -package util, rather than extra_ld_opts, so that GHCi knows to load them too.
* [project @ 2001-04-27 14:30:48 by simonmar]simonmar2001-04-271-1/+1
| | | | add a few extra headers
* [project @ 2001-04-20 07:21:56 by qrczak]qrczak2001-04-201-0/+4
| | | | | | Let it work on FreeBSD where fileno is a macro. Support readline-4.2 (some C functions were renamed). Correctly treat rl_redisplay_function as returning void.
* [project @ 2001-04-18 07:49:07 by michaelw]michaelw2001-04-181-1/+1
| | | | readded Debian's old SGML catalog path for backward compat with Debian-2.2
* [project @ 2001-04-12 15:16:02 by michaelw]michaelw2001-04-121-1/+1
| | | | Debian updates
* [project @ 2001-03-30 05:02:31 by qrczak]qrczak2001-03-301-0/+8
| | | | | Replace Readline with a more complete version. Process .hsc files in hslibs.
* [project @ 2001-03-29 16:56:36 by rrt]rrt2001-03-291-4/+4
| | | | Add -mwin32 for new Cygwin gcc.
* [project @ 2001-03-20 14:51:47 by simonmar]simonmar2001-03-201-1/+1
| | | | remove unnecessary parens
* [project @ 2001-02-22 17:25:27 by rrt]rrt2001-02-221-1/+5
| | | | | Add -mno-cygwin to CPP rather than CPPFLAGS, so that it gets into mkdependC and the like.
* [project @ 2001-02-19 14:54:48 by rrt]rrt2001-02-191-0/+1
| | | | | | Add -mno-cygwin to CPPFLAGS on i386-unknown-mingw32 to stop configure.h getting lots of bogus headers that aren't there. I'm not at all sure why this hasn't caused problems before...
* [project @ 2001-02-17 19:52:56 by sebc]sebc2001-02-171-0/+4
| | | | Make LIBM be detected by autoconf.
* [project @ 2001-02-15 12:38:35 by simonmar]simonmar2001-02-151-9/+9
| | | | | | | re-order the WithHc and WithGhc tests: now if you specify --with-ghc=<ghc>, then WithHc also gets <ghc> if you don't set it explicitly. Previously it got whatever ghc was in the PATH, which would fail if there wasn't a ghc in the PATH at all.
* [project @ 2001-02-13 10:57:24 by simonmar]simonmar2001-02-131-8/+6
| | | | do the dlopen() check a better way.
* [project @ 2001-02-13 10:47:33 by simonmar]simonmar2001-02-131-2/+10
| | | | | | | | update the configure system to find dlopen(), whether it lives in -ldl or in the standard C library. I'd like to take this opportunity to throw a few bricks in the general direction of whoever invented this godforsaken tool.
* [project @ 2001-01-17 10:07:14 by simonmar]simonmar2001-01-171-7/+0
| | | | remove the message that says "now do gmake boot followed by gmake..."
* [project @ 2001-01-16 11:14:29 by simonmar]simonmar2001-01-161-0/+9
| | | | platform definitions for PPC/MacOSX
* [project @ 2001-01-08 12:58:45 by chak]chak2001-01-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Revision of Marcin's QError module * I think, there was a rough consensus that Marcin's module provides the right kind of interface for handling "errno"s * Malcolm preferred an enumeration, but Marcin made a convincing argument that this doesn't go well with architecture-dependent variations of "errno" * Recoded the hsc magic into autoconf magic * In hsc files, errno constants can be accessed directly; to provide access for ordinary Haskell programmer, constants for a range of common symbols are provided (their values are determined by configure) * Introduced an `Errno' newtype to increase type safety * renamed the throwIfXXX functions to throwErrnoIfXXX to have the original names available in the language independent MarshalError * FIXME: We need a thread local getErrno in the RTS! (It all compiles, but is still to be tested.)
* [project @ 2000-11-13 17:13:51 by simonmar]simonmar2000-11-131-1/+1
| | | | Test for inttypes.h: Solaris' version of stdint.h
* [project @ 2000-11-07 10:20:03 by simonmar]simonmar2000-11-071-1/+25
| | | | | Merge before-ghci -> before-ghci-branch-merged in the non-ghc parts of the tree.
* [project @ 2000-11-02 14:27:01 by simonmar]simonmar2000-11-021-17/+26
| | | | | | | | | | | | | | | | | Cleaning up the configuration/build process. - New build.mk option: GhcWithInterpreter. It has reasonable defaults, and shouldn't need to be overriden (you get the interpreter if you're bootstrapping with ghc 4.09+ on an ELF architecture, at the moment). - compilation manager now lives in compiler/compMan. compiler/ghci contains only interpreter-related files. - WithGhcHc has gone, it now defaults to $(GHC). This is so that we can reliably determine the version of $(GHC) using the stuff that configure tells us. configure gets a new --with-ghc option so you can specify which ghc to use.
* [project @ 2000-09-11 14:56:17 by rrt]rrt2000-09-111-2/+0
| | | | Make sure windows.h is always checked for, not just when HOpenGL is present.
* [project @ 2000-09-10 17:39:26 by panne]panne2000-09-101-0/+54
| | | | First (awkward) steps towards an HOpenGL integration
* [project @ 2000-09-05 09:04:59 by simonmar]simonmar2000-09-051-1/+1
| | | | comment update
* [project @ 2000-08-21 15:28:30 by simonmar]simonmar2000-08-211-2/+2
| | | | look for GMP 3, not GMP 2.
* [project @ 2000-08-04 23:31:43 by lewie]lewie2000-08-041-0/+9
| | | | | Port to OpenBSD from Thomas Nordin. Please merge with 4.08 (you'll also need the new config.guess and config.sub from the previous commit).
* [project @ 2000-07-11 23:02:39 by michaelw]michaelw2000-07-111-1/+1
| | | | added Debian location to DocBook catalog test
* [project @ 2000-07-11 10:47:06 by simonmar]simonmar2000-07-111-1/+5
| | | | | New autoconf tests for ghc version from Michael Weber, with minor modifications by me.
* [project @ 2000-06-30 09:34:09 by simonmar]simonmar2000-06-301-1/+7
| | | | | Check the version of the installed ghc, and set GhcVersion, GhcMajVersion, GhcMinVersion and GhcPatchLevel make variables.
* [project @ 2000-06-29 13:40:17 by simonmar]simonmar2000-06-291-0/+3
| | | | | 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.
* [project @ 2000-06-15 20:22:53 by panne]panne2000-06-151-1/+2
| | | | Quick workaround for Reuben's M$ configuration problems
* [project @ 2000-06-08 20:41:30 by panne]panne2000-06-081-0/+23
| | | | autoconf hackery for CTypes{,ISO}
* [project @ 2000-06-01 10:45:09 by panne]panne2000-06-011-1/+1
| | | | The DocBook saga continues: Look for already installed catalog first.
* [project @ 2000-05-31 00:55:10 by chak]chak2000-05-311-1/+7
| | | | | | Autoconf magic to determine a working DocBook CATALOG file (if any). Makes the makefile variable DOCBOOK_CATALOG refer to this CATALOG file (absolute path).
* [project @ 2000-05-12 16:56:54 by rrt]rrt2000-05-121-0/+3
| | | | Add JadeCmd to find path of jade.
* [project @ 2000-05-09 10:43:45 by rrt]rrt2000-05-091-9/+21
| | | | | | 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.
* [project @ 2000-04-21 18:05:19 by panne]panne2000-04-211-16/+33
| | | | /tmp/msg
* [project @ 2000-04-06 13:40:15 by panne]panne2000-04-061-1/+1
| | | | added autoconf magic for integral limits
* [project @ 2000-04-04 15:14:18 by rrt]rrt2000-04-041-0/+2
| | | | | Added FIND as a symbol so that it can be changed on OSes which have different ideas as to what "find" should do.
* [project @ 2000-03-13 11:43:54 by simonmar]simonmar2000-03-131-3/+0
| | | | remove duplicate signal type test.
* [project @ 2000-02-25 14:00:32 by simonmar]simonmar2000-02-251-2/+5
| | | | | | add -ltermcap when looking for -lreadline. From: Michael Weber.
* [project @ 2000-01-26 10:44:07 by panne]panne2000-01-261-14/+18
| | | | | Sven's first autoheader commandment: Don't change config.h.in manually...! (Why is mk/config.h.in in the repository? configure is not, either.)
* [project @ 2000-01-25 14:34:07 by panne]panne2000-01-251-12/+28
| | | | Added more SIZEOF/ALIGNMENT tests
* [project @ 2000-01-25 10:31:08 by simonmar]simonmar2000-01-251-1/+1
| | | | urk, Solaris sh doesn't understand [^0-9] in patterns, it seems.
* [project @ 2000-01-24 16:55:45 by panne]panne2000-01-241-0/+5
| | | | Added autoconf magic for size/alignment of some more C types
* [project @ 2000-01-22 12:05:47 by simonmar]simonmar2000-01-221-6/+24
| | | | | | | - FreeBSD 3+ is now known as i386-unknown-freebsd (to accomodate forthcoming FreeBSD 4.X - add alpha-unknown-{linux,freebsd}
* [project @ 1999-12-07 15:43:40 by simonmar]simonmar1999-12-071-1/+5
| | | | | | | | | | Automatically detect installed copies of ghc, nhc and hbc and plug them into the Makefile variables $(GHC), $(NHC) and $(HBC) respectively. $(HC) is now supposed to be a generic installed haskell compiler, which defaults to $(GHC) and can be changed via ./configure --with-hc=<blah>. Reorganise and tidy up a few things in config.mk.in.
* [project @ 1999-12-07 14:46:31 by chak]chak1999-12-071-0/+6
| | | | | | | | | Package local configuration scripts allow to modularise the configuration (we start by having one for ghc): * Modularised configuration avoids unnecessary dependencies for individual packages. * Furthermore, package local configuration (such as entering version information into rpm .spec files) is possible.
* [project @ 1999-12-01 11:50:31 by sewardj]sewardj1999-12-011-1/+1
| | | | Make <readline/history.h> a requirement for use of libreadline.