- 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}
-
- Jun 01, 2000
-
-
sven.panne@aedion.de authored
The DocBook saga continues: Look for already installed catalog first.
-
- 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 12, 2000
-
-
Reuben Thomas authored
Add JadeCmd to find path of jade.
-
- 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.
-
- Apr 21, 2000
-
-
sven.panne@aedion.de authored
/tmp/msg
-
- Apr 06, 2000
-
-
sven.panne@aedion.de authored
added autoconf magic for integral limits
-
- Apr 04, 2000
-
-
Reuben Thomas authored
Added FIND as a symbol so that it can be changed on OSes which have different ideas as to what "find" should do.
-
- Mar 13, 2000
-
-
Simon Marlow authored
remove duplicate signal type test.
-
- Feb 25, 2000
-
-
Simon Marlow authored
add -ltermcap when looking for -lreadline. From: Michael Weber.
-
- Jan 26, 2000
-
-
sven.panne@aedion.de authored
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.)
-
- Jan 25, 2000
-
-
sven.panne@aedion.de authored
Added more SIZEOF/ALIGNMENT tests
-
Simon Marlow authored
urk, Solaris sh doesn't understand [^0-9] in patterns, it seems.
-
- Jan 24, 2000
-
-
sven.panne@aedion.de authored
Added autoconf magic for size/alignment of some more C types
-
- Jan 22, 2000
-
-
Simon Marlow authored
- FreeBSD 3+ is now known as i386-unknown-freebsd (to accomodate forthcoming FreeBSD 4.X - add alpha-unknown-{linux,freebsd}
-
- Dec 07, 1999
-
-
Simon Marlow authored
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.
-
chak@cse.unsw.edu.au. authored
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.
-
- Dec 01, 1999
-
-
Julian Seward authored
Make <readline/history.h> a requirement for use of libreadline.
-
- Nov 25, 1999
-
-
Julian Seward authored
Pass flag -ltermcap as link option for test -lreadline.
-
- Nov 12, 1999
-
-
Julian Seward authored
Add checks for readline library (as opposed to headers).
-
Julian Seward authored
Add a test for libreadline.{a|so} (include/readline/readline.h is already tested for.).
-
- Oct 05, 1999
-
-
Simon Marlow authored
--with-ghc-hc is now --with-hc (to be used as the "locally installed Haskell compiler" for all projects).
-
- 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.
-
- May 04, 1999
- Feb 08, 1999
-
-
sof authored
Added `timezone' config test.
-
- Jan 26, 1999
-
-
sof authored
Prepared to support i?86-*-mingw32
-
- Dec 02, 1998
-
-
Simon Marlow authored
Move 4.01 onto the main trunk.
-
- Nov 24, 1998
-
-
sof authored
Emit soothing msg to counter the (harmless) autoconf warning that is output while processing AC_C_BIGENDIAN
-
- Nov 22, 1998
-
-
sof authored
Added f-checks for symlink() and readlink()
-
- Nov 17, 1998
-
-
Alastair Reid authored
Added tests required by Hugs
-
- Oct 08, 1998
-
-
Simon Marlow authored
Default WithGhcHc is now just "ghc". Too many people complained.
-
- 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 use of FPTOOLS_CODE_BEFORE_DATA, FPTOOLS_END_DATA_SECTION, FPTOOLS_END_TEXT_SECTION
-
- Aug 19, 1998
-
-
sof authored
Tidied up a bit + added --with-ghc-hc option
-
- Aug 18, 1998
-
-
sof authored
Doc string for --enable-hc-boot was lacking; added --with-gcc cmd line option
-
- Aug 17, 1998
-
-
Simon Marlow authored
check for netinet/tcp.h (apparently needed for some socket options on FreeBSD).
-