summaryrefslogtreecommitdiff
path: root/build/apr_common.m4
Commit message (Expand)AuthorAgeFilesLines
* Fix configure for compilers which don't accept implicitJoe Orton2023-01-031-1/+1
* Follow up to r1887279: fix new APR_TRY_COMPILE_NO_WARNING.Yann Ylavic2021-03-241-2/+9
* build/apr_common.m4: avoid explicit inclusion of "confdefs.h"Yann Ylavic2021-03-061-6/+2
* calls to exit() require stdlib.h or else we get -Werror,-Wimplicit-function-d...Jim Jagielski2020-10-291-0/+3
* APR's configure script uses AC_TRY_RUN to detect whether the return typeGraham Leggett2020-03-101-7/+4
* Use AC_CHECK_SIZEOF, so as to support cross compiling. PR 56053.Graham Leggett2019-12-261-37/+0
* Pull out caller actions from AC_CACHE_CHECK in APR_CHECK_TYPES_FMT_COMPATIBLE.Yann Ylavic2019-03-221-5/+10
* Use stdint/inttypes 64bit types/formats when both available.Yann Ylavic2019-03-221-1/+5
* Deprecate APR_CHECK_TYPES_COMPATIBLE for new APR_CHECK_TYPES_FMT_COMPATIBLEWilliam A. Rowe Jr2019-03-191-3/+27
* BZ 50334: Change back fix for APR_RESTORE_THE_ENVIRONMENTRainer Jung2011-11-081-2/+6
* Fix APR_RESTORE_THE_ENVIRONMENT if the original variable was a single spaceStefan Fritsch2011-10-151-1/+1
* Silence autoconf 2.68 warnings.Rainer Jung2011-05-201-6/+8
* More portable solution to this type mess, extensible to other \r\n platformsWilliam A. Rowe Jr2009-12-181-2/+7
* This newline breaks feature detection on mingw xcompile, shouldn't be neededWilliam A. Rowe Jr2009-12-171-1/+1
* Silence subpackage autoconf 2.62 warnings of unknown optionsWilliam A. Rowe Jr2008-06-201-1/+4
* * build/apr_common.m4 (APR_CHECK_TYPES_COMPATIBLE): Set the cache variableJoe Orton2007-10-121-1/+2
* Make APR_SUBDIR_CONFIG work right if the second argument is a line-separatedDavi Arnaut2007-07-221-2/+2
* Improve detection of the printf format identifiers for apr_ssize_t and apr_si...Davi Arnaut2007-07-101-0/+14
* Some rare autoconf/m4 environments translitate differently and are droppingWilliam A. Rowe Jr2006-09-081-0/+1
* Update license header.Joe Orton2006-08-031-5/+6
* * build/apr_common.m4 (APR_CONFIG_NICE, APR_PARSE_ARGUMENTS): Fix toJoe Orton2006-07-191-1/+10
* Undo breakage of APR_CHECK_SIZEOF_EXTENDED when applied to pointer typesMax Oliver Bowsher2006-07-181-6/+6
* Allow APR_CHECK_SIZEOF_EXTENDED to be called with a space in the argument.Justin Erenkrantz2006-07-121-2/+2
* * build/apr_common.m4 (APR_LAYOUT): Catch invalid layout names whichJoe Orton2006-01-101-0/+7
* * build/apr_threads.m4, build/apr_common.m4, build/apr_network.m4:Joe Orton2005-12-061-25/+25
* * build/apr_common.m4 (APR_TRY_COMPILE_NO_WARNING): Rewrite to useJoe Orton2005-08-051-32/+21
* * build/*apr*.m4: Add copyright headers.Joe Orton2005-01-131-1/+17
* * acconfig.h: Remove file.Joe Orton2005-01-131-1/+3
* Improve support for configure --silent (aka --quiet):Joe Orton2004-08-191-8/+13
* * configure.in, build/apr_common.m4: Remove checks for crypt_r whichJoe Orton2004-03-131-37/+0
* Stop messing around with _FOO_SOURCE things mid-configure: enableJoe Orton2004-03-131-16/+1
* * build/apr_common.m4 (APR_CONFIG_NICE): Preserve LTFLAGS setting.Joe Orton2004-02-051-0/+3
* * build/apr_common.m4, acconfig.h: Use the third argument toJoe Orton2003-11-171-2/+4
* From 0.9 branch, though it might still be wise to try out Sascha'sJoe Orton2003-11-051-1/+1
* Add parameter to APR_SUBDIR_CONFIG to drop options passed to configureJustin Erenkrantz2003-04-051-2/+33
* don't compile for a test when preprocessing is sufficientJeff Trawick2003-03-071-4/+6
* change APR_CHECK_APR_DEFINE to find header files viaJeff Trawick2003-03-071-7/+8
* Fix APR_LAYOUT to work with layout files with no preceding blank linesJustin Erenkrantz2003-02-171-7/+11
* Fix a nice little autoconf bug where apr-util and pcre would not configureJustin Erenkrantz2003-02-151-2/+7
* Fix misdetection of strerror_r return type with glibc 2.3 (which meantJoe Orton2003-01-151-0/+1
* Allow dependencies to be generated by something other than GCC.Justin Erenkrantz2002-12-191-0/+34
* One cleanup from the redundancy dept of redundancyWilliam A. Rowe Jr2002-12-141-2/+0
* Introduce detection of dirent->d_fileno (or ->d_ino) and dirent->d_typeWilliam A. Rowe Jr2002-12-141-0/+60
* Have APR_CHECK_SIZEOF_EXTENDED and APR_CHECK_DEFINE pass the thirdJoe Orton2002-11-141-3/+3
* Switch to passing three arguments to the AC_DEFINE macro whereJoe Orton2002-11-141-2/+2
* This patch:Jeff Trawick2002-10-171-17/+11
* In Autoconf, it's good practice to use "dnl" only when commenting on anJeff Trawick2002-10-161-2/+2
* Don't use whitespace before preprocessor directives in the configureJeff Trawick2002-10-161-12/+12
* * substitute APR_MAJOR_VERSION to the Makefile so that otherGreg Stein2002-08-221-2/+2
* - Add parallel-apr layout which confines the 'parallel install' logic to aJustin Erenkrantz2002-08-191-1/+1