summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
...
* The previous patch was the wrong test. If file_as_socket was unset (emptygstein2001-10-271-1/+1
* Fix a small snafu in configure.indreid2001-10-271-1/+1
* OS/2: need -lbsd to get random()bjh2001-10-211-0/+1
* Remove SMS and all references.striker2001-09-281-11/+0
* AIX emulated dlopen() cleanups...orlikowski2001-09-251-0/+1
* AC_PROG_CC can only be used once within a configure script (at least withgstein2001-09-221-1/+6
* Use the proper m4 quoting.jerenkrantz2001-09-221-1/+1
* This solves a number of issues on cygwin, until Stipe or others havewrowe2001-08-301-0/+1
* * srclib/apr/build/apr_hints.m4: added Cygwin specific APR_ADDTOs.wrowe2001-08-301-0/+5
* Error codes from getaddrinfo() need their own range within thetrawick2001-08-291-0/+1
* Add explanatory note about thejerenkrantz2001-08-271-0/+4
* Introduce a new --disable-ipv6 option to disable IPv6 support.trawick2001-08-171-9/+22
* Reorder the shared memory preferences to match what MM originally had.jerenkrantz2001-08-161-12/+27
* Previously, we considered gethostbyname/gethostbyaddr to betrawick2001-08-151-2/+12
* Allow for OS/2 in shared memory type test.bjh2001-08-151-1/+9
* Fix the new shared memory configure script. The APR_DECIDErbb2001-08-141-12/+12
* Move the necessary shared memory code from MM into APR and remove ourjerenkrantz2001-08-131-77/+85
* LINK shouldn't include ALL_LIBS; that puts -lm -lcrypt -lwhatever beforetrawick2001-08-131-1/+1
* Move the required library autoconf checks before we do the firstjerenkrantz2001-08-051-9/+9
* Some small changes to the profile options...dreid2001-08-021-0/+6
* Forgot to escape the $ in libdir. This breaks the apr-util build withjerenkrantz2001-08-011-1/+1
* Add ALL_LIBS to the link command for APR since LINK is used for buildingjerenkrantz2001-08-011-1/+4
* Support the AIX, glibc2, and Solaris variants of gethostby{name|addr}_r.jerenkrantz2001-07-311-1/+8
* default to fcntl() for cross-process lockstrawick2001-07-301-2/+2
* if your system has pthread_mutexattr_setrobust_np()* we'll use it, buttrawick2001-07-301-2/+2
* Neither beos or OS/2 has any subdirs that need installing, so the commitdreid2001-07-271-0/+1
* Couple of fixes for pre-BONE beos...dreid2001-07-271-5/+8
* Fix our installation. We need to install APRVARS and all the MM stuff.rbb2001-07-261-0/+3
* Fix accept filters by making all the various macro names agree with each other.jwoolley2001-07-251-5/+5
* If we're using malloc_debug on beos remove the O2 flag or we'll be buildingdreid2001-07-241-0/+1
* Add Solaris 8 sendfilev() support.jerenkrantz2001-07-241-1/+2
* BeOS can have some very nice and useful memory checking routines, they'redreid2001-07-231-0/+6
* Add thread-safe resolver - with a high thread count, we can run intojerenkrantz2001-07-211-0/+3
* I think this is better as CPPFLAGS than CFLAGS because this definesjerenkrantz2001-07-141-1/+1
* Implement POSIX pthread cross process locks that are "robust" - when thejerenkrantz2001-07-131-3/+34
* Keep the ./configure --help output aligned correctly.jerenkrantz2001-07-111-2/+2
* The 'pools are sms' patch. Think I got everything :)dreid2001-07-111-2/+13
* Use the autoconf variable "host" consistently for OS checks instead offielding2001-07-101-14/+13
* For some reason --with-libtool was changed to AC_ARG_ENABLE withoutfielding2001-07-091-7/+7
* As discussed on dev@apr (no feedback - may have gotten lost in shuffle?),jerenkrantz2001-07-091-2/+2
* Allow all parts of Apache 2.0 to build when --srcdir is used. Thisrbb2001-07-091-0/+1
* Add an option to configure to add -pg if we're using gcc to add profilingdreid2001-07-081-2/+8
* So I think I've moved apr_pools.c succesfully, so now we'll builddreid2001-07-071-2/+2
* Fix the _np lock define for beos...dreid2001-07-071-0/+4
* Stop trying to provide cross-process pthread mutexes on systems wheretrawick2001-07-051-2/+7
* get APR_SSIZE_T_FMT and APR_SIZE_T_FMT defined properly on Darwintrawick2001-07-021-0/+4
* tighten up the checking for sysV semaphore support...trawick2001-07-021-2/+3
* REALLY flip the order of the pthread_mutex_t and fcntl() decision.jerenkrantz2001-07-021-3/+3
* fcntl() should be our preference for the short-term.jerenkrantz2001-07-021-1/+1
* Cleanup the detection of pthread_rwlock_t. Let autoconf play withjerenkrantz2001-07-011-0/+2