summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Remove include/apr_ldap.h on distclean.jerenkrantz2003-02-171-2/+2
* - Add all of the standard versioning infrastructure bits derived from APR.jerenkrantz2002-09-101-1/+5
* Running "make check" in the toplevel directory or the test/ directoryaaron2002-09-051-0/+3
* Install libaprutil support libraries before installing libaprutiltrawick2002-08-121-3/+3
* Work-around autoconf-2.53+ bug which overrides with faulty top_builddir value.jerenkrantz2002-08-011-2/+2
* Enforce touching of the generated TARGET_LIB.jerenkrantz2002-07-201-1/+1
* Add .NOTPARALLEL target to hint to smarter makes that we can not executejerenkrantz2002-07-201-0/+1
* Changed APR_HAS_XLATE within apr to an APR_HAVE_ICONV feature test.wrowe2002-07-171-1/+1
* Fix a couple of typos in some Makefiles.rbb2002-06-151-1/+1
* Allow 'make install DESTDIR=/path'. This allows packagers to installrbb2002-06-151-13/+13
* Ensure that apu-config --libs does not print any libtool libraries. PHPjerenkrantz2002-05-141-0/+2
* Oh, yuck. Add missing \.jerenkrantz2002-05-131-1/+1
* Add -p option to cp when copying includes to preserve permissions (mimicsjerenkrantz2002-05-131-1/+7
* Remove unnecesary \-escaping. It's okay for this not to be one largejerenkrantz2002-05-131-8/+8
* Added apr_strmatch APIbrianp2002-05-091-1/+1
* Rearrange INCLUDES so that APRUTIL_PRIV_INCLUDES is first to preventjerenkrantz2002-05-081-1/+1
* It'd be nice if we were using Doxygen on APR-Util as well. here's a start.jwoolley2002-05-081-3/+2
* Switch APRUTIL over to use the APR_FIND_APR macro provided by APR.gstein2002-02-061-1/+1
* APRUTIL_INCLUDES now available.ianh2002-01-181-1/+1
* Add apu-config - this is essentially APR's apr-config geared for apr-util.jerenkrantz2002-01-171-1/+7
* Fix up VPATH support so that it will survive config.status invocations.jerenkrantz2002-01-041-0/+3
* Allow VPATH builds to build aprutil.exp file by adding a reference tojerenkrantz2001-12-311-1/+1
* fix the name of the shared library for libapr on AIXtrawick2001-12-141-1/+1
* Okay, back out the libtool dependency stuff.jerenkrantz2001-12-111-2/+1
* If we tell libtool what our link dependencies are (by including them whenjerenkrantz2001-12-111-1/+2
* show how we invoke libtool to build libaprutil.latrawick2001-12-051-1/+3
* install aprutil.exp, for use on AIX when linking shared librariestrawick2001-12-051-0/+1
* tweak aprutil.exp so that it can be used as an import file tootrawick2001-12-011-1/+1
* improve the way we keep gen_uri_delims.lo out of libaprutil.latrawick2001-11-281-1/+1
* Get the aprutil.exp target working under Solaris make.aaron2001-10-221-0/+1
* Brings APRUTIL up to speed with recent APR changes that are intended toaaron2001-10-151-12/+28
* With my normal sense of missing the boat :)dreid2001-08-311-1/+1
* Crikey, this should be in the developer FAQ... if you need a for loop infielding2001-08-241-5/+3
* Third part of LDAP-to-apr-util patch: The ./configure related filesminfrin2001-08-181-1/+1
* Fix a problem in install. We can't have a for loop that doesn'trbb2001-08-161-1/+1
* That shouldn't have gone in - sorry.jerenkrantz2001-08-021-1/+1
* I made a goof. expat does have buildconf.sh in its repository.jerenkrantz2001-08-021-1/+1
* Install our bundled Expat when we install APR-util.jerenkrantz2001-08-011-1/+7
* remove the apr-util build directory from CLEAN_SUBDIRStrawick2001-08-011-1/+1
* Now that we have the new libtool that allows us to do shared builds, thisdreid2001-06-081-1/+1
* APR-utilize the date functions from httpd-2.0. Add it to thejerenkrantz2001-05-311-1/+1
* Ooops... a little too fast.fielding2001-05-201-0/+2
* Oh, so that's what was wrong... find needs the -print to be boundfielding2001-05-201-5/+3
* Stop "xml/expat" from being included in the $objects list. My ar chokes on it.bjh2001-05-201-1/+1
* Avoid rebuilding libaprutil.la even when nothing changed.trawick2001-05-181-1/+1
* Avoid slurping up the expat object files when creating libaprutil.fielding2001-05-181-2/+2
* Remove a couple redundant distclean targets.fielding2001-04-121-3/+2
* Make clean, distclean, and extraclean consistently according to thefielding2001-04-111-3/+3
* Migrate the --without-libtool changes from APR to APR-util. This allowsrbb2001-04-091-1/+1
* Allow APR-util to be compiled without libtool. The default is to continuerbb2001-04-081-4/+3