summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* Attempt to be smarter about detection of platforms that claim to havejerenkrantz2001-07-011-1/+26
* We don't have apr_lock_create_np() on OS/2, override the test that thinksbjh2001-06-281-0/+8
* clean up the generation of APR_HAS_foo_SERIALIZE just a bit by usingtrawick2001-06-271-8/+4
* tighten up the checking for when we have pthread process serialization;trawick2001-06-261-2/+3
* Export APR_HAS_foo_SERIALIZE symbols from APR so apps can tell which locktrawick2001-06-261-1/+16
* Add apr_lock_create_np() (Unix only, for now) which allows the caller totrawick2001-06-261-0/+7
* Fix the check for flock() so we don't get confused on AIX.trawick2001-06-261-1/+1
* OS/2: correct APR_SIZE_T_FMTbjh2001-06-161-1/+5
* Justin dons a big, brown paper bag over his head.jerenkrantz2001-06-141-4/+3
* Ooopsie. Some unintended things slipped in.orlikowski2001-06-071-2/+0
* Generate httpd.exp on the fly.orlikowski2001-06-071-0/+2
* Detect the wacky Linux-specific condition where pthread_rwlock_init isjerenkrantz2001-06-011-0/+25
* Implement read write locks. This commit will support POSIX pthreadjerenkrantz2001-05-311-1/+1
* Get the compile flag types right and in order.fielding2001-05-181-3/+4
* don't hard-code some dll-related flags for OS/390 intrawick2001-05-151-5/+1
* build the APR memory code; otherwise, Apache won't build becausetrawick2001-05-131-1/+1
* OK, this commit basically tries to address the assert vs check thing we've alldreid2001-05-131-1/+5
* Add the check for calloc to configure.in.dreid2001-05-131-1/+1
* 2 small changes...dreid2001-05-131-3/+10
* Allow LTFLAGS to be overridden by the configure command-linefielding2001-05-121-8/+13
* Check for memchr.brane2001-05-101-0/+2
* This removes MM from the beos build.dreid2001-05-091-2/+0
* stop looking for getipnodebyname and getipnodebyaddr; wetrawick2001-05-071-2/+0
* Fix a problem on unixware where clearing h_errno wouldn't work.trawick2001-05-021-0/+2
* when DSO support is enabled, assume for OS/390 that APR symbols shouldtrawick2001-05-011-1/+5
* Add the test and build directories (when present) to the recursivefielding2001-05-011-1/+1
* Use symbols for AR and RANLIB. Add missing newline to output.fielding2001-05-011-2/+2
* Completely revamp configure so that it preserves the standard makefielding2001-04-291-42/+61
* Get apr_snprintf() compiling again on platforms without isnan() ortrawick2001-04-271-1/+1
* Clean up conditionals in unix DSO code so that we decide based on thewsanchez2001-04-191-4/+9
* Check for NSLinkModule and enable dso if found.wsanchez2001-04-181-2/+5
* Fix detection of tm_gmtoff in struct tm, and remove some warnings.rbb2001-04-141-1/+1
* If we don't have stdint.h then this stops the build from breaking as wedreid2001-04-121-0/+2
* Carefully select an appropriate native type for apr_int64_t andfielding2001-04-121-12/+44
* Change --with-libtool to --enable-libtoolrbb2001-04-091-1/+1
* Cleanup the --with-libtool option. The test directory now compiles cleanlyrbb2001-04-091-3/+4
* Remove a debug statementrbb2001-04-081-1/+0
* Fix the touch invocation in the lt_compile variable so that we don'ttrawick2001-04-081-1/+1
* The more elaborate check for getnameinfo() sets ac_cv_working_getnameinfotrawick2001-04-081-1/+1
* Cleanup the --without-libtool option. This ensures that the default willrbb2001-04-081-8/+7