summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Fix the GHC API link in the main doc index.htmlIan Lynagh2010-04-221-1/+1
* Remove the ghc_ge_609 makefile variablesIan Lynagh2010-04-121-2/+0
* Increase the minimum version number required to 6.10 in configure.acIan Lynagh2010-04-121-2/+2
* Explicitly check whether ar supports the @file syntaxIan Lynagh2010-03-291-1/+1
* Add gcc-g++ to the inplace mingw installation; fixes #3893Ian Lynagh2010-03-261-0/+2
* Fix the build for non-GNU-arIan Lynagh2010-03-241-0/+1
* When compiling with GHC >= 6.13, use -rtsoptsIan Lynagh2010-03-141-0/+2
* Fix the link to the ghc docs in libraries/prologue.txtIan Lynagh2010-02-231-1/+3
* Fix more library links in the user guideIan Lynagh2010-02-231-0/+2
* Fix the links to the base docs from the user guideIan Lynagh2010-02-231-1/+3
* Refactor gcc.c, pulling out the reusable codeIan Lynagh2010-02-181-1/+1
* Allow GNU-standard --host, --build, --target configure options (#3637)Simon Marlow2010-01-191-18/+56
* Partial support for Haiku (#3727)Simon Marlow2009-12-211-1/+1
* fix up libm detection and use (#3724)Simon Marlow2009-12-161-5/+2
* configure.ac: fix libm checks (Trac #3730)Sergei Trofimovich2009-12-041-5/+9
* #include <sys/select.h> if we have it (#3760)Simon Marlow2009-12-161-1/+1
* Expose all EventLog events as DTrace probesManuel M T Chakravarty2009-12-121-0/+10
* Put README and INSTALL into bindistsIan Lynagh2009-12-091-1/+1
* Use dlltool from the in-tree mingw installationIan Lynagh2009-12-011-15/+0
* Look for sed as gsed firstIan Lynagh2009-12-011-1/+1
* Remove configure tests on tarballs that no longer existIan Lynagh2009-11-271-2/+0
* Use the ghc-perl tarball on Windows, instead of the msys oneIan Lynagh2009-11-201-2/+13
* Add gnutar to the list of names we use when looking for GNU tarIan Lynagh2009-11-191-1/+1
* Add autoconf code to locate dlltool on WindowsBen.Lippmeier@anu.edu.au2009-11-101-0/+15
* Add the msysCORE*.tar.gz tarball to the list of tarballs we unpackIan Lynagh2009-11-181-0/+2
* Support for DragonFly BSDSimon Marlow2009-11-111-1/+1
* Fix some bugs to do with tools in paths containing spacesSimon Marlow2009-11-041-5/+5
* Add some &&s to configureIan Lynagh2009-10-291-9/+10
* Don't "set -e" in configure.acIan Lynagh2009-10-291-2/+0
* Wrap gcc on Windows, to provide the -B flagsIan Lynagh2009-10-271-0/+2
* Make a mingw tree from mingw tarballsIan Lynagh2009-10-231-34/+43
* Do "set -e" in configure.acIan Lynagh2009-10-231-0/+2
* Remove FP_MINGW_GCC now that we use an in-tree gccIan Lynagh2009-10-081-1/+0
* Remove the windres configure check, now that we use an in-tree windresIan Lynagh2009-10-081-3/+0
* Make the bindist AC_INIT line match the main configure script'sIan Lynagh2009-10-041-1/+1
* Remove long rotted configure support for Windows DLLsBen.Lippmeier@anu.edu.au2009-09-261-32/+0
* Set version number to 6.13Ian Lynagh2009-09-221-1/+1
* 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