aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
Commit message (Collapse)AuthorAge
* prefer bsd/libutil.h (if available) to libutil.hGravatar Ross Paterson2011-06-29
| | | | libutil.h is deprecated in recent releases of libbsd
* Proper autoconf test for sem_close's library; fixes trac #4523Gravatar Ian Lynagh2011-01-01
|
* accept --with-cc to set the path to gcc (#2966)Gravatar Simon Marlow2010-01-27
|
* Don't use absolute paths to headers (#3728)Gravatar Simon Marlow2009-12-21
|
* Move directory stuff from base to hereGravatar Simon Marlow2009-06-25
| | | | leaving out Windows-specific hacks
* rename cache variables to keep recent autoconfs happyGravatar Ross Paterson2009-06-16
|
* Add check for -lrt to get the shm* functions. Subst. in buildinfoGravatar Don Stewart2009-01-30
|
* fix pthread linkage problem for openbsdGravatar Matthias Kilian2008-11-29
| | | | | | This should make my openbsd build slave happy when SplitObjs=NO. May be useful for other BSDs and even Linux, regardless wether you need -pthread or -lpthread. Time will tell...
* Allow C's unsetenv to return either void or intGravatar Ian Lynagh2008-07-03
| | | | Fixes, and patch from donn in, trac #2352.
* add AC_SYS_LARGEFILE check to configure.acGravatar jeremy.shaw@linspireinc.com2008-02-13
| | | | | | | | | | | | | | | | | | As explained in this thread: http://www.haskell.org/pipermail/haskell-cafe/2008-February/039549.html getSymbolicLinkStatus (and possibly other functions) return completely bogus results. This is because hsc2hs returns the offsets for stat64, but the library is built such that it calls the 32 bit lstat call. I copied the AC_SYS_LARGEFILE from ghc's configure.ac. So, I believe the library should now properly autodetect whether your system has large file support and do the right thing more often. I suspect that this would still be buggy if ghc was built without large file support, but the library was built with it enabled. However, as long as AC_SYS_LARGEFILE returns the same results for 'ghc' and 'unix', things should be ok ?
* Add basic pseudoterminal support.Gravatar Bryan O'Sullivan2007-09-25
|
* check for shm_open/shm_unlink (for archs like OpenBSD without them)Gravatar Don Stewart2007-09-16
|
* get the SIG constants for ourselves, rather than relying on HsBaseConfig.hGravatar Ross Paterson2007-08-19
|
* FIX BUILD on OS X: Check for setitimerGravatar Roman Leshchinskiy2007-08-14
| | | | Fix suggested by Ian Lynagh
* Provide nanosleep if we have it, and use it to implement usleepGravatar Simon Marlow2007-03-02
| | | | Fixes #1156
* bump version to 2.0Gravatar Simon Marlow2006-08-31
|
* Added support for getpwent/getgrentGravatar John Goerzen2006-08-30
|
* change test for buildabilityGravatar Ross Paterson2006-08-19
| | | | | Checking for dlfcn.h instead of creat() should make the Cabal build fail more gracefully under MinGW.
* [project @ 2005-09-20 22:54:33 by ross]Gravatar ross2005-09-20
| | | | make the unix package independent.
* [project @ 2005-09-20 16:35:26 by ross]Gravatar ross2005-09-20
| | | | move RTLD_* tests down to unix package
* [project @ 2005-01-25 17:06:40 by ross]Gravatar ross2005-01-25
| | | | add Cabal package descriptions
* [project @ 2004-11-18 16:39:54 by stolz]Gravatar stolz2004-11-18
| | | | Push down more feature-tests
* [project @ 2004-11-12 14:56:13 by stolz]Gravatar stolz2004-11-12
| | | | | | Fix previous commit: Don't handle Solaris2-flag _POSIX_PTHREAD_SEMANTICS in configure at all but simply #ifdef solaris2_TARGET_OS #define ... it in the header-file.
* [project @ 2004-11-12 12:12:53 by stolz]Gravatar stolz2004-11-12
| | | | | Push some unixisms from toplvl into package: usleep, SunOS-handling, getpw*
* [project @ 2004-09-18 12:50:00 by panne]Gravatar panne2004-09-18
| | | | | | | | Make autoupdate 2.52 happy, mainly by using the new formats of AC_INIT and AC_OUTPUT. This has the nice side effect that all "packages" have now a name, a version, a bug-report address, and a tar name, yielding better output with "configure --help=recursive". Nuked an unused AC_STRUCT_ST_BLKSIZE test on the way.
* [project @ 2004-09-02 15:18:10 by ross]Gravatar ross2004-09-02
devolve some library-specific configuration