summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes for compiling the HEAD with iteslfIan Lynagh2009-09-131-0/+2
* Fix build with GHC <= 6.10.1Simon Marlow2009-09-111-0/+3
* add $(CONF_*_OPTS) for options that come from ./configure (fixes #3426)Simon Marlow2009-09-081-6/+6
* remove --enable-hc-boot-unregisterised (implied by --enable-hc-boot now)Simon Marlow2009-09-081-23/+0
* Configurable iconv header and library locationsMatthias Kilian2009-08-261-0/+19
* Restore the GHC version checkSimon Marlow2009-08-201-36/+35
* Fix configure summary: --enable-shared has goneSimon Marlow2009-08-171-3/+1
* Make our install variables etc compliant with GNU standards; fixes #1924Ian Lynagh2009-08-141-1/+1
* Pass -m32 to gcc on i386 and ppc OS XIan Lynagh2009-08-081-0/+4
* Build shared library support by default on platforms that support itIan Lynagh2009-08-061-30/+0
* Don't put all of $CFLAGS into $SRC_CC_OPTSIan Lynagh2009-07-161-6/+5
* workaround new Cygwin bash CRLF behaviourSimon Marlow2009-07-091-4/+4
* check for tabs in compiler/ghc.cabal.in (#3344)Simon Marlow2009-07-071-0/+4
* Windows fixes to build system: use the 'find' and 'sort' found by configuresimonpj@microsoft.com2009-07-061-6/+11
* Add a configure test for whether or not __mingw_vfprintf existsIan Lynagh2009-06-271-0/+2
* Remove more GMP bitsIan Lynagh2009-06-161-55/+0
* Changes for the new IO library, mainly base-package modules moving aroundSimon Marlow2009-05-291-1/+1
* Make Windows bindists and installers work in the new build systemIan Lynagh2009-06-101-1/+1
* fix logic for BUID_DOCBOOK_HTMLSimon Marlow2009-06-031-1/+1
* tidy up autoconfiguration of docbook stuffSimon Marlow2009-06-021-3/+2
* mention documentation tools in the summary; tidy up formattingSimon Marlow2009-06-021-7/+10
* Make the sed in configure.ac more portableIan Lynagh2009-05-251-12/+12
* Fix configureIan Lynagh2009-05-231-1/+1
* ghc_ge_607 is now always trueIan Lynagh2009-05-231-2/+0
* Sanity check the platforms we are givenIan Lynagh2009-05-231-12/+66
* Change how we find the host/build/target platformsIan Lynagh2009-05-221-622/+181
* Set C compiler and linker flags correctly for OS X 64Ian Lynagh2009-05-211-1/+8
* Move hasktags out of the GHC repoIan Lynagh2009-05-151-0/+2
* rejig ghc version test; fail if GHC version can't be determinedSimon Marlow2009-05-131-9/+13
* remove old unused fop/dvips/xmltex stuffSimon Marlow2009-05-131-1/+0
* Fix configureIan Lynagh2009-05-091-1/+1
* Handle deciding what docs to build betterIan Lynagh2009-05-081-10/+26
* Use haskeline, rather than editline, for line editing in ghciIan Lynagh2009-04-291-19/+0
* GHC new build system megapatchIan Lynagh2009-04-261-17/+109
* Work around Solaris's grep not supporting -qIan Lynagh2009-03-191-1/+2
* Set thread affinity with +RTS -qa (only on Linux so far)Simon Marlow2009-03-181-2/+2
* Add --version to runghc. Trac #2757.Ian Lynagh2009-03-051-1/+1
* Handle the case where setitimer(ITIMER_VIRTUAL) is not always availableIan Lynagh2009-02-081-0/+13
* Warn in configure if it looks like make 3.80 is about to be usedIan Lynagh2009-02-011-0/+19
* revert accidental change to configure.acSimon Marlow2008-12-151-1/+1
* Revert CorePrep part of "Completely new treatment of INLINE pragmas..."Simon Marlow2008-12-151-1/+1
* Add help messages about --with-editline-(includes,libraries) to the ghc confi...Judah Jacobson2008-11-141-0/+16
* Rmoeve --enable-dotnetSimon Marlow2008-11-141-14/+0
* #2751: disourage --enable-shared in ./configure --helpSimon Marlow2008-11-141-1/+1
* add a warning that --enable-shared is experimentalSimon Marlow2008-11-141-0/+1
* ghc_ge_605 is now always YESIan Lynagh2008-11-081-2/+0
* We now require GHC 6.6 to build the HEAD (and thus 6.12)Ian Lynagh2008-10-311-2/+2
* On Windows, check that we have a good version of windres when configuringIan Lynagh2008-10-011-0/+3
* In configure, don't call FPTOOLS_HADDOCKIan Lynagh2008-09-241-3/+0
* Bump the version number to 6.11Ian Lynagh2008-09-231-1/+1