summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Move the check for threads to a point earlier in the configuretrawick2001-02-251-112/+112
* Correctly set the formats to use and hence reduce the number of warningsdreid2001-02-251-0/+4
* We have to substitute the have_sigwait variable, or nothing will work.rbb2001-02-251-2/+3
* Don't define the signal thread logic is sigwait isn't defined. Hopefullyrbb2001-02-251-0/+2
* OS/2: Add a crypto strength randomness generator.bjh2001-02-241-5/+15
* fix a typo which broke the check for whether share memory is file basedtrawick2001-02-231-1/+1
* don't compile mktemp.c unless we have to; it doesn't compile everywheretrawick2001-02-211-1/+1
* Add mktemp() and mkstemp() emulation for systems which don't have it.martin2001-02-211-0/+1
* disable sendfile() support on s390 linux due to a system problem.trawick2001-02-211-0/+3
* fix another glitch: It is APR which uses the result oftrawick2001-02-211-0/+2
* make rules (rules.mk) will be in the builddir for vpath, so includingfielding2001-02-201-3/+6
* Name protected the autoconf macros defined by APR. Moved thefielding2001-02-201-51/+74
* Cope with BSDi installations where the default make has beentrawick2001-02-191-1/+7
* Enable use of the new build directory.fielding2001-02-181-13/+10
* Moved hints.m4, apr_common.m4, and helpers/apr-conf.m4 into thefielding2001-02-171-1/+1
* Use symbols to reduce hard-coded pathnames.fielding2001-02-161-6/+9
* Define APR_PATH_MAX to solve a minor portability aggravation. Win32trawick2001-02-131-2/+4
* *) add apr_signal_get_description() to that platforms (which have signals)gstein2001-02-111-3/+3
* Fix the configure scripts, so that we don't try to substitute intorbb2001-02-101-1/+3
* look in -lm for modf()trawick2001-02-081-0/+1
* Handle the second parameter to iconv() differently, respecting thattrawick2001-02-081-0/+3
* Remove --with-optim option in favor of OPTIM env variable.fielding2001-01-281-2/+0
* Don't add libmm.la to the list of libraries to link if it's not gettingbjh2001-01-281-1/+3
* Get Unix building again.rbb2001-01-281-0/+1
* Add groupinfo.c for apr_get_groupname... win32 commit to follow in awrowe2001-01-281-0/+1
* Get the new userinfo stuff to compile cleanly.rbb2001-01-281-0/+1
* get the wording and formatting of a couple of messages more consistenttrawick2001-01-241-2/+2
* Changed the definition of LIBTOOL_LIBS to use the abs_builddirrbb2001-01-231-1/+1
* Allow APR to build from any directory.rbb2001-01-231-1/+1
* Get dir.c compiling on FreeBSDrbb2001-01-231-0/+1
* Fix FreeBSD version check used when deciding whether or not to disabletrawick2001-01-121-1/+13
* The file_as-socket check wasn't getting picked up correctly, so thisdreid2001-01-121-0/+6
* - get libapr.la relinking when something has changedgstein2001-01-111-1/+0
* Libtool takes care of the lib prefix so get rid of our own workaround.bjh2001-01-101-5/+0
* Fix a compile break with the new APR libtool setup. Basically, we arerbb2001-01-091-0/+2
* Libtool-ize APR.gstein2001-01-091-10/+29
* Proper TCP_SOCK in <linux/socket.h> check.sascha2001-01-051-2/+7
* Simplify the logic for TCP cork on Linux. Basically, instead of greppingrbb2001-01-051-4/+4
* Add simple check for TCP_CORK in kernel header files. This is not 100%,sascha2001-01-051-0/+2
* Some Linux's do not define TCP_CORK. This allows us to use sendfile onrbb2001-01-051-0/+9
* We need to initialize have_corkable_tcp to 0, otherwise on platformsrbb2001-01-051-0/+1
* This patch adds support for TCP_NOPUSH to APR. Basically we look fordreid2001-01-041-1/+16
* Issue the we-don't-like-your-sendfile message on all such systems, not justtrawick2001-01-031-1/+4
* Allow the tests that use shared objects to run on BeOS. This isdreid2001-01-021-0/+3
* Compensate for missing getpwnam_r on FreeBSD 3.2.ben2000-12-301-0/+3
* FreeBSD's sendfile does not work if the FreeBSD version is less thanrbb2000-12-281-8/+19
* These two patches for apr and apr-util fix compile warnings on Solaris fortrawick2000-12-221-1/+2
* Cleanups so that the support programs build cleanly. The Win32 valuesrbb2000-12-221-6/+11
* Allow any support stuff we've authored to rely soley on apr (+aprutil)wrowe2000-12-211-1/+3
* Add missing `fi'. I must have misapplied the patch. My apologies.brane2000-12-191-0/+1