summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* add --enable-shared to configure, and $(BuildSharedLibs) to the build systemSimon Marlow2008-07-241-0/+29
* ObjectIO is no longer an extralibIan Lynagh2008-07-091-15/+0
* Remove all references to -mno-cygwinIan Lynagh2008-07-091-4/+0
* Shove the GHC path through cygpath -mIan Lynagh2008-07-031-0/+8
* Tweak the configure script Windows-specific bitsIan Lynagh2008-07-031-21/+18
* Use cygpath -m, rather than fudging it ourselves with sedIan Lynagh2008-07-031-3/+3
* Add ghc_ge_609Ian Lynagh2008-06-151-0/+2
* Teach configure about amd64/NetBSD; fixes trac #2348Ian Lynagh2008-06-061-0/+9
* Use editline instead of readlineIan Lynagh2008-03-161-14/+2
* Mac OS X deployment target: piping opts through MakefilesManuel M T Chakravarty2008-02-211-10/+10
* Add configure option --with-macos-deployment-targetManuel M T Chakravarty2008-02-191-0/+17
* Increase the bar for bootstrapping GHC to 6.4 (HEAD only)Simon Marlow2008-01-211-8/+6
* move FP_FIND_ROOT after the "GHC is required" checkSimon Marlow2007-12-051-2/+3
* canonicalise the path to HsColourSimon Marlow2007-11-261-0/+9
* Make install-sh executable /before/ we try to find itIan Lynagh2007-11-241-2/+2
* MERGED: If we have hscolour then make source code links in teh haddock docsIan Lynagh2007-11-231-0/+2
* Accept x86_64-*-freebsd* as well as amd64-*-freebsd* in configure.acIan Lynagh2007-11-171-1/+1
* Add a path to the DocBook XSL Stylesheets search pathIan Lynagh2007-11-101-1/+1
* Bump version number 6.7 -> 6.9Ian Lynagh2007-09-131-1/+1
* Declare ctime_r on Mac OSRoman Leshchinskiy2007-09-061-0/+7
* FIX #1427, #1569: gcc 4.2.x needs -fno-toplevel-reorderSimon Marlow2007-08-211-4/+2
* Fix build with external gmp library.gwright@antiope.com2007-08-131-0/+3
* Build RTS as dynamic libraryClemens Fruhwirth2007-08-081-0/+7
* revert accidental modification of version numberSimon Marlow2007-08-011-1/+1
* fix the hardtop test for ghc-6.2.x, and make it notice failure earlierSimon Marlow2007-08-011-1/+1
* Use our own (Haskell) pwd to find the tree rootIan Lynagh2007-07-301-2/+2
* Fix bindist creationIan Lynagh2007-06-011-64/+1
* add $(ghc_ge_607)Simon Marlow2007-05-251-0/+2
* Remove ghc_ge_504 (it's required to be true now anyway)Ian Lynagh2007-05-091-2/+0
* Pass configure arguments to the library configure scriptsIan Lynagh2007-04-181-0/+2
* autoreconf -> sh bootIan Lynagh2007-04-121-1/+1
* Use a boot script instead of having autoreconf recurseIan Lynagh2007-04-101-7/+0
* Fixes for building the libraries with cabal on WindowsIan Lynagh2007-04-061-0/+19
* Fix the way configure sets the ghc_ge_* variablesIan Lynagh2007-03-131-5/+7
* cache the values of ghc_ge_XXX at configure-timeSimon Marlow2007-03-131-0/+10
* Have configure take arguments telling it where gmp is; fixes trac #957Ian Lynagh2007-03-111-0/+19
* better autoconfery for timer_create()Simon Marlow2007-03-051-0/+1
* Use timer_create() for the interval timer, if availableSimon Marlow2007-03-021-1/+1
* Don't hardwire RELEASE into configure.acsven.panne@aedion.de2007-02-241-1/+1
* Detect the snapshot version number using darcsSimon Marlow2007-02-061-2/+13
* chmod +x install-sh, see bug #978Simon Marlow2007-02-011-0/+3
* Give -fwrapv to gcc when it supports itIan Lynagh2007-01-151-0/+1
* Initial support for x86_64-darwinwolfgang.thaller@gmx.net2006-11-271-0/+9
* Fix printf$LDBLStub workaround for Darwinwolfgang.thaller@gmx.net2006-11-211-2/+2
* reorganise PAPI configuration: off by default, even if library is foundSimon Marlow2006-11-201-2/+4
* Added configure gadgets to detect Papi, and fixed build problems'Alexey Rodriguez2006-11-091-0/+11
* Cope with big endian float word order on little endian machinesIan Lynagh2006-11-201-0/+1
* Bump the HEAD to 6.7Ian Lynagh2006-10-241-1/+1
* Added Darwinports path to DocBook XSL stylesheets to configure.bjorn@bringert.net2006-09-181-1/+1
* Configure changes to make testsuite work better on MSysManuel M T Chakravarty2006-08-071-1/+6