summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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
* Generate ghc.cabal and ghc-bin.cabal with configureIan Lynagh2008-09-181-1/+1
* 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