summaryrefslogtreecommitdiff
path: root/build/apr_common.m4
Commit message (Expand)AuthorAgeFilesLines
* Improve support for configure --silent (aka --quiet):jorton2004-08-191-8/+13
* * configure.in, build/apr_common.m4: Remove checks for crypt_r whichjorton2004-03-131-37/+0
* Stop messing around with _FOO_SOURCE things mid-configure: enablejorton2004-03-131-16/+1
* * build/apr_common.m4 (APR_CONFIG_NICE): Preserve LTFLAGS setting.jorton2004-02-051-0/+3
* * build/apr_common.m4, acconfig.h: Use the third argument tojorton2003-11-171-2/+4
* From 0.9 branch, though it might still be wise to try out Sascha'sjorton2003-11-051-1/+1
* Add parameter to APR_SUBDIR_CONFIG to drop options passed to configurejerenkrantz2003-04-051-2/+33
* don't compile for a test when preprocessing is sufficienttrawick2003-03-071-4/+6
* change APR_CHECK_APR_DEFINE to find header files viatrawick2003-03-071-7/+8
* Fix APR_LAYOUT to work with layout files with no preceding blank linesjerenkrantz2003-02-171-7/+11
* Fix a nice little autoconf bug where apr-util and pcre would not configurejerenkrantz2003-02-151-2/+7
* Fix misdetection of strerror_r return type with glibc 2.3 (which meantjorton2003-01-151-0/+1
* Allow dependencies to be generated by something other than GCC.jerenkrantz2002-12-191-0/+34
* One cleanup from the redundancy dept of redundancywrowe2002-12-141-2/+0
* Introduce detection of dirent->d_fileno (or ->d_ino) and dirent->d_typewrowe2002-12-141-0/+60
* Have APR_CHECK_SIZEOF_EXTENDED and APR_CHECK_DEFINE pass the thirdjorton2002-11-141-3/+3
* Switch to passing three arguments to the AC_DEFINE macro wherejorton2002-11-141-2/+2
* This patch:trawick2002-10-171-17/+11
* In Autoconf, it's good practice to use "dnl" only when commenting on antrawick2002-10-161-2/+2
* Don't use whitespace before preprocessor directives in the configuretrawick2002-10-161-12/+12
* * substitute APR_MAJOR_VERSION to the Makefile so that othergstein2002-08-221-2/+2
* - Add parallel-apr layout which confines the 'parallel install' logic to ajerenkrantz2002-08-191-1/+1
* configure.inthommay2002-08-151-0/+193
* Change config.nice generation to always expand variables.jerenkrantz2002-08-031-0/+1
* use ac_cv_prog_gcc instead of GCC in APR_TRY_COMPILE_NO_WARNINGtrawick2002-07-241-1/+1
* Add APR_HELP_STRING macro based on httpd-2.0's APACHE_HELP_STRING macro.jerenkrantz2002-07-211-0/+7
* Add optional description field to APR_CHECK_DEFINE that gets passed tojerenkrantz2002-07-201-2/+2
* Remove all iconv detection from APR.striker2002-07-191-31/+0
* Store CC in the config.nice too.aaron2002-06-191-0/+3
* Add APR_MKDIR_P_CHECK macro based on httpd-2.0's APACHE_MKDIR_P_CHECK.jerenkrantz2002-05-141-0/+20
* Linux, AIX: Use crypt_r() instead of crypt() because the nativetrawick2002-05-101-0/+53
* Allow VPATH builds to succeed when configured from an empty directory.jerenkrantz2002-04-181-2/+2
* get APR_PATH_RELATIVE() to work on Tru64 and Solaris 8 againtrawick2002-03-231-1/+1
* Namespace protect the "local" variables in this m4/autoconf macro.aaron2002-03-211-10/+10
* Lesser of 2 evils :)jim2002-03-141-1/+1
* Fix weird error report... not sure whatjim2002-03-131-1/+1
* Add a new m4 function, APR_PATH_RELATIVE, which takes a path variable andaaron2002-03-081-0/+20
* This is an ugly patch, but fixes a bug when subdir's are actuallyjim2002-03-071-4/+7
* Add a new m4 function APR_EXPAND_VAR that will iterativelyaaron2002-02-281-0/+22
* Use strerror_r() where available, since strerror() isn't alwaystrawick2001-11-121-1/+35
* Add the ability to remove an element as well as add one.dreid2001-07-241-0/+26
* 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
* Remove useless cruft and make it unnecessary for clients of APRfielding2001-05-111-3/+0
* Completely revamp configure so that it preserves the standard makefielding2001-04-291-44/+91
* APR_FLAG_HEADERS: Don't try to set variable with '-' in its name; do the same...wsanchez2001-04-071-2/+2
* 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
* Define preprocessor options in CPPFLAGS instead of CFLAGSfielding2001-04-031-1/+1
* Ready for prime time actually. Tested underjim2001-03-211-2/+0