summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't litter the filesystem with ranlib and touch files if we aren't usingrbb2001-04-081-1/+1
* Repair the libtool parms so that we can link again.trawick2001-04-071-1/+2
* Detect mach-o/dyld.h, which we'll need for DSO support on Darwin.wsanchez2001-04-071-0/+1
* Check for sigsuspend()wsanchez2001-04-061-0/+1
* Make libtool a configure-time option. This is done with --without-libtool.rbb2001-04-061-0/+20
* Recognize systems where the TCP_NODELAY setting is inherited fromtrawick2001-04-051-0/+4
* Change the getnameinfo check so that it should work on Tru64.dreid2001-04-051-1/+1
* Oh bother. OPTIM isn't treated the same in apr andjim2001-04-031-2/+2
* Minor sync-up of how httpd-2.0 and apr handlesjim2001-04-031-2/+2
* If somebody requests sendfile, then we should compile for it.rbb2001-04-031-20/+19
* Generate config.nice for easy re-run of configure, because Ryan wanted it.fielding2001-04-031-0/+4
* Fix the compile on platforms without accept filters.rbb2001-04-031-0/+1
* Configure elements of FreeBSD's accept_filter for APR.dreid2001-04-031-0/+8
* Define preprocessor options in CPPFLAGS instead of CFLAGSfielding2001-04-031-9/+6
* This patch sets the dso/aix subdirectory to be used for older versionstrawick2001-04-021-0/+6
* It's too easy to forget that the m4 pass is not affected by thefielding2001-03-311-3/+2
* Eliminate annoying warning from libtoolize and make sure thatfielding2001-03-311-3/+4
* Revert last change -- I forgot that buildconf is run before we createfielding2001-03-311-1/+13
* Make it easier to replace libtool on OS/2 by copying libtool.m4 intofielding2001-03-311-13/+1
* Build & use aplibtool on OS/2.bjh2001-03-291-1/+12
* Use --enable-* rather than --with-* for the debug options.gstein2001-03-271-2/+2