summaryrefslogtreecommitdiff
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* Fix how we do "and" tests.gstein2002-02-091-1/+1
* Added the renaming of apr_ldap.hnw to the prebuild for NetWarebnicholes2002-02-081-0/+1
* be a bit more restrictive: look for an exectuable apr-config, rathergstein2002-02-071-1/+1
* Big revamp of the find_apr.m4 script for locating an installed/bundledgstein2002-02-061-134/+53
* A slighly more inventive method of cleaning up abs paths from .mak fileswrowe2002-02-041-10/+18
* Add a path argument that makes it easier for programs (such as SVN)jerenkrantz2002-02-011-6/+13
* To be useful, these right helper library must be used based on thewrowe2002-01-312-2/+95
* Add APR_APP as a symbol, so we may use apr_app.c in two differentwrowe2002-01-301-2/+2
* Hard to follow a dirty tree.wrowe2002-01-291-0/+6
* Adding this project as a dependency of a WinNT-only project, and addingwrowe2002-01-291-0/+93
* Added the apr_shm and apr_rmm API to the export list processingbnicholes2002-01-291-1/+2
* Added symbol prefixing to the export listbnicholes2002-01-251-0/+5
* The rest of this issue is undecided, but this patch gets usaaron2002-01-231-1/+0
* Updated to reference the NovellLibC environment variablebnicholes2002-01-151-8/+8
* Fixed the export list generation for NetWare to make sure that only real APIsbnicholes2002-01-083-61/+92
* continue to keep APR's make_exports.awk in sync with Apache's versiontrawick2001-12-211-1/+1
* keep the APR make_exports.awk in sync with the httpd versiontrawick2001-12-201-2/+2
* Fixed up the export AWK file to avoid exporting macros.bnicholes2001-12-191-0/+3
* switch Apache/apr/apr-util to use run-time linking on AIXtrawick2001-12-121-0/+1
* - Fix some potential quoting problemsjerenkrantz2001-12-121-24/+41
* Add preliminary srcdir support - call it with APR_FIND_APR(apr)jerenkrantz2001-12-111-0/+17
* Since apr-config is probably going to be added, let's rename thejerenkrantz2001-12-111-5/+16
* Okay, I've got flood building with this snippet and the about-to-be-postedjerenkrantz2001-12-111-0/+8
* Checkpointing a script that apps can use to find an installed orgstein2001-12-101-0/+124
* don't try to use getaddrinfo() on systems without gai_strerror()trawick2001-12-071-1/+9
* Add a proper check for xlc on AIX.orlikowski2001-12-031-3/+3
* Sync'ed the NetWare export AWK script to the Unix scripts and did somebnicholes2001-11-301-4/+8
* Switched to a NetWare version of APU.hbnicholes2001-11-301-1/+1
* simplify the setting of some magic symbols on AIXtrawick2001-11-291-33/+11
* get rid of cruft associated with 1.3-era symbols USEBCOPY andtrawick2001-11-291-7/+7
* get errorcodes.c compiling on AIX 5L againtrawick2001-11-292-2/+6
* recognize the symbols generated by APR_POOL_DECLARE_ACCESSOR() sotrawick2001-11-281-0/+7
* we don't really need langlvl=extended for AIX+xlc, at least withtrawick2001-11-272-3/+6
* Fixing up the exclusion list for NetWarebnicholes2001-11-261-0/+1
* Add the first elements to support AS/400jfclere2001-11-213-2/+22
* Fixed the AWK script so that it will pick up functions that have beenbnicholes2001-11-191-1/+1
* Use strerror_r() where available, since strerror() isn't alwaystrawick2001-11-121-1/+35
* BSDi 4.1 needs to have the _REENTRANT flag set to get a correct build.dreid2001-11-101-0/+7
* Consolidated the APR imports into a single import file.bnicholes2001-11-021-1/+2
* autoconf 2.52 creates a temporary 'autom4te.cache' directory.striker2001-10-291-1/+4
* More cleanup on the pre-build scriptsbnicholes2001-10-251-14/+15
* Updated to match the build procedurebnicholes2001-10-232-10/+4
* Scripts for configuring the build environment on NetWarebnicholes2001-10-192-0/+138
* Add support for QNX 6.trawick2001-10-161-0/+2
* Various changes toward the goal of AIX shared library builds:aaron2001-10-152-15/+138
* Quote library name in generated def file in case it turns out to be a reservedbjh2001-10-041-1/+1
* Works in progress and a structure for my experiments.wrowe2001-09-241-19/+288
* AC_PROG_CC can only be used once within a configure script (at least withgstein2001-09-221-1/+0
* * srclib/apr/build/apr_hints.m4: added Cygwin specific APR_ADDTOs.wrowe2001-08-301-0/+4
* Error codes from getaddrinfo() need their own range within thetrawick2001-08-291-0/+28