summaryrefslogtreecommitdiff
path: root/build/apr_common.m4
Commit message (Expand)AuthorAgeFilesLines
* APR's configure script uses AC_TRY_RUN to detect whether the return typeminfrin2020-03-101-7/+4
* Use AC_CHECK_SIZEOF, so as to support cross compiling. PR 56053.minfrin2019-12-261-37/+0
* Pull out caller actions from AC_CACHE_CHECK in APR_CHECK_TYPES_FMT_COMPATIBLE.ylavic2019-03-221-5/+10
* Use stdint/inttypes 64bit types/formats when both available.ylavic2019-03-221-1/+5
* Deprecate APR_CHECK_TYPES_COMPATIBLE for new APR_CHECK_TYPES_FMT_COMPATIBLEwrowe2019-03-191-3/+27
* BZ 50334: Change back fix for APR_RESTORE_THE_ENVIRONMENTrjung2011-11-081-2/+6
* Fix APR_RESTORE_THE_ENVIRONMENT if the original variable was a single spacesf2011-10-151-1/+1
* Silence autoconf 2.68 warnings.rjung2011-05-201-6/+8
* More portable solution to this type mess, extensible to other \r\n platformswrowe2009-12-181-2/+7
* This newline breaks feature detection on mingw xcompile, shouldn't be neededwrowe2009-12-171-1/+1
* Silence subpackage autoconf 2.62 warnings of unknown optionswrowe2008-06-201-1/+4
* * build/apr_common.m4 (APR_CHECK_TYPES_COMPATIBLE): Set the cache variablejorton2007-10-121-1/+2
* Make APR_SUBDIR_CONFIG work right if the second argument is a line-separateddavi2007-07-221-2/+2
* Improve detection of the printf format identifiers for apr_ssize_t and apr_si...davi2007-07-101-0/+14
* Some rare autoconf/m4 environments translitate differently and are droppingwrowe2006-09-081-0/+1
* Update license header.jorton2006-08-031-5/+6
* * build/apr_common.m4 (APR_CONFIG_NICE, APR_PARSE_ARGUMENTS): Fix tojorton2006-07-191-1/+10
* Undo breakage of APR_CHECK_SIZEOF_EXTENDED when applied to pointer typesmaxb2006-07-181-6/+6
* Allow APR_CHECK_SIZEOF_EXTENDED to be called with a space in the argument.jerenkrantz2006-07-121-2/+2
* * build/apr_common.m4 (APR_LAYOUT): Catch invalid layout names whichjorton2006-01-101-0/+7
* * build/apr_threads.m4, build/apr_common.m4, build/apr_network.m4:jorton2005-12-061-25/+25
* * build/apr_common.m4 (APR_TRY_COMPILE_NO_WARNING): Rewrite to usejorton2005-08-051-32/+21
* * build/*apr*.m4: Add copyright headers.jorton2005-01-131-1/+17
* * acconfig.h: Remove file.jorton2005-01-131-1/+3
* 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