summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get APR_OS_PROC_T_FMT fixed up on Solaris, where pid_t is a long.trawick2001-03-261-1/+5
* Clear up some confusion about top_builddir.fielding2001-03-241-6/+4
* Move the build tool check into APR and improve the comments.fielding2001-03-241-4/+8
* Remove the need for aclocal.m4 by copying libtool.m4 into build andfielding2001-03-241-0/+6
* We have to use +Z on HPUX in order to get position independant code. Irbb2001-03-061-1/+1
* Add a --with-sendfile option, so that people without a sendfilerbb2001-03-061-0/+7
* Change the check for netinet/tcp.h to work around an issue withtrawick2001-03-051-1/+16
* Add APR_OS_PROC_T_FMT. Hopefully this will be used to get ridtrawick2001-03-011-0/+13
* The Tru64 kludge for APR_FLAG_HEADERS() is no longer needed (aftertrawick2001-03-011-10/+0
* Back to using APR_FLAG_HEADERS... note thatjim2001-02-271-59/+68
* revert back to old way until we figure outjim2001-02-271-68/+59
* Get APR to build on Tru64 again.trawick2001-02-271-30/+41
* * configure.in: just call APR_FLAG_HEADERS once. This allows autoconf togstein2001-02-271-59/+63
* No need to specify the flags, we use the standardjim2001-02-261-27/+27
* Implement name change...jim2001-02-261-59/+59
* Use APR_CHECK_HEADERS insteadjim2001-02-261-59/+59
* Make FreeBSD (which does not have sendfile.h) compile again. This typomartin2001-02-261-1/+1
* Fix the sendfile handling in APR. We have to subst the sys_sendfilehrbb2001-02-261-1/+2
* Get some necessary APR_HAVE_xxx symbols actually defined.trawick2001-02-261-2/+4
* fix conio check so at least some of the build workstrawick2001-02-251-1/+2
* 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