summaryrefslogtreecommitdiff
path: root/TSRM/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of autoconf warningsRasmus Lerdorf2011-05-161-0/+4
|
* Using TSRM no longer implies ZTSZeev Suraski2001-08-081-2/+0
|
* Use the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppressSascha Schumann2000-12-021-1/+1
| | | | | defining PACKAGE/VERSION.
* - Fix crash bug on NetBSD and OpenBSD. MAXPATHLEN didn't get definedAndi Gutmans2000-09-071-1/+4
| | | | | correctly and caused a stack overrun. This was *hard* to debug.
* - Move virtual cwd to TSRM.Andi Gutmans2000-09-031-0/+6
| | | | | In the least this still doesn't work on Windows.
* - Change TSRM_OTHER macro to TSRM_THREADS as it should be only to checkAndi Gutmans2000-09-021-1/+1
| | | | | for threads
* - Make TSRM compile stand-alone againAndi Gutmans2000-09-021-1/+2
|
* - Support for always building TSRM into PHPAndi Gutmans2000-08-311-0/+2
|
* Move config code into separate fileSascha Schumann1999-12-171-17/+5
|
* Use libtool.Sascha Schumann1999-10-041-2/+6
|
* Whoops, OSF/1 has -lpthread and -lpthreads, but defines mostSascha Schumann1999-10-041-5/+4
| | | | | | pthread_* as __pthread*. According to pthread(3), -lpthread is the correct choice.
* -lpthreads is needed on OSF/1 aka Digital Unix aka Tru64Sascha Schumann1999-10-041-0/+1
|
* Make config executableSascha Schumann1999-10-031-2/+1
|
* Use helper script to determine compile time configuration for TSRMSascha Schumann1999-09-261-1/+2
|
* Additionally check libc_r (*BSD) for pthread functionsSascha Schumann1999-09-241-5/+9
|
* Try to find ANSI/STDC compatible mode of host compilerSascha Schumann1999-09-231-0/+1
|
* FixesZeev Suraski1999-04-241-0/+3
|
* set up automakeStig S. Bakken1999-04-241-0/+21