summaryrefslogtreecommitdiff
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* Stop trying to provide cross-process pthread mutexes on systems wheretrawick2001-07-051-0/+19
* Cleanup the detection of pthread_rwlock_t. Let autoconf play withjerenkrantz2001-07-011-0/+1
* Ugh... cd .. is not nice. Now this still needs a touch of work, but atwrowe2001-06-281-1/+0
* VC 64-bit compiler complains that /FD is invalid, add a new conversionwrowe2001-06-101-0/+33
* Revert Victor's patch for the _XOPEN_SOURCE (handled by configure now).jerenkrantz2001-06-011-5/+1
* Linux needs these options for the posix rwlocks to work.orlikowski2001-06-011-2/+4
* Include recently added ap_hook_get_* functions in list of exports.bjh2001-05-201-0/+1
* Get the compile flag types right and in order.fielding2001-05-181-5/+5
* I wish I'd thought of this first...fielding2001-05-171-15/+30
* Do the cleans in test and build the right way, like apr-util.fielding2001-05-172-16/+6
* I missed this previously. Basically the latest BeOS beta has changed the ver...dreid2001-05-131-1/+5
* Allow LTFLAGS to be overridden by the configure command-linefielding2001-05-121-2/+2
* Minor nit. We know that 'test -z' is OK, sincejim2001-05-111-1/+1
* Hum. On systems that don't necessarily have gcc, this is a breakage.orlikowski2001-05-111-1/+5
* Remove useless cruft and make it unnecessary for clients of APRfielding2001-05-112-11/+2
* In trying to get as many modules as possible building this flag is requireddreid2001-05-091-1/+1
* Only make test recursively for the *clean targets.fielding2001-05-042-6/+11
* ignore generated file "Makefile"trawick2001-05-011-0/+1
* Be careful not to override what was set by configure for ALL_LIBSfielding2001-05-011-1/+1
* Add the test and build directories (when present) to the recursivefielding2001-05-012-6/+23
* This option needs to be set for all versions of beos, not just BONE.dreid2001-04-291-2/+3
* Make --mode=install work for OS/2 DLLs.bjh2001-04-291-15/+39
* Completely revamp configure so that it preserves the standard makefielding2001-04-294-80/+169
* This change gets BeOS building again. We have sigsuspend but we certainlydreid2001-04-271-3/+3
* This changes the TCP_NODELAY test to use the loopback address on BeOSdreid2001-04-271-0/+6
* clean up *.obj files, generated by OS/2 build using aplibtool.bjh2001-04-231-1/+1
* Change COMPILE macro to make sure that APR includes are before the CFLAGSjfclere2001-04-201-1/+1
* Enable rhapsodywsanchez2001-04-191-3/+3
* Back out -DSIGPROCMASK_SETS_THREAD_MASK flag for Darwin.wsanchez2001-04-191-1/+1
* Add -DSIGPROCMASK_SETS_THREAD_MASK for Darwin for nowwsanchez2001-04-181-1/+1
* Fix make depend in APR. mkdep.sh wasn't getting passed any include paths.bjh2001-04-171-2/+2
* Add -w3 -w4 options to toggle all .dsp files to build with higher orwrowe2001-04-121-8/+73
* Replace the libtool version check (once again) with something thatfielding2001-04-121-8/+19
* APR_FLAG_HEADERS: Don't try to set variable with '-' in its name; do the same...wsanchez2001-04-071-2/+2
* - When linking a dll, automatically build an import library from the .def filebjh2001-04-071-1/+39
* execute from the source tree root (e.g. httpd-2.0 or apr itself) withwrowe2001-04-073-89/+94
* Make libtool a configure-time option. This is done with --without-libtool.rbb2001-04-061-3/+3
* Change the order of the flags of COMPILE to make sure that our includes are b...jfclere2001-04-061-1/+1
* Recognize systems where the TCP_NODELAY setting is inherited fromtrawick2001-04-051-0/+105
* Change the getnameinfo check so that it should work on Tru64.dreid2001-04-051-0/+54
* Add a simple configuration macro to determine how APR itself was built.rbb2001-04-031-0/+11
* Generate config.nice for easy re-run of configure, because Ryan wanted it.fielding2001-04-031-0/+19
* Find glibtoolwsanchez2001-04-031-1/+2
* Define preprocessor options in CPPFLAGS instead of CFLAGSfielding2001-04-034-101/+108
* Libtool 1.3b, the current alpha release, is needed for creating DSOstrawick2001-04-021-1/+1
* Add ability to generate .def files on the fly for dlls that export all symbolsbjh2001-04-021-7/+91
* We can't use this after all.fielding2001-03-311-10/+0
* Revert last change -- I forgot that buildconf is run before we createfielding2001-03-311-0/+1
* oops -- didn't notice the missing bracket until the commit message.fielding2001-03-311-1/+1
* A cheap replacement for libtool.m4 on OS/2 -- copied to ../aclocal.m4fielding2001-03-311-0/+10