aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
Commit message (Collapse)AuthorAge
* 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