summaryrefslogtreecommitdiff
path: root/aclocal.m4
Commit message (Collapse)AuthorAgeFilesLines
* Change the test for ranlib so that we end up with RANLIB=true insteadtrawick2000-04-061-0/+8
| | | | | | | | of RANLIB=: in our makefiles when there is no ranlib. OS/390 make gets upset with RANLIB=:. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59803 13f79535-47bb-0310-9956-ffa450edef68
* Move threads/reentrancy m4 macros into threads.m4. All results are nowsascha2000-01-161-0/+2
| | | | | | | cached and can be made easily available to Apache and APR. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59599 13f79535-47bb-0310-9956-ffa450edef68
* Typedef socklen_t instead of defining it.sascha2000-01-111-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59587 13f79535-47bb-0310-9956-ffa450edef68
* Add check for socklen_t. Falls back to unsigned int.sascha1999-12-291-0/+26
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59556 13f79535-47bb-0310-9956-ffa450edef68
* A couple of new functions for APR's time library.rbb1999-12-211-1/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59549 13f79535-47bb-0310-9956-ffa450edef68
* hange the way that we test for the size of ssize_t, using code suggested bydreid1999-11-131-1/+27
| | | | | | | | | | | Ralf after I found that the test failed on FreeBSD. Update the mmap code to use a much simpler API than previously. I'll add documentation as well as support for this in http_core.c over the weekend. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59473 13f79535-47bb-0310-9956-ffa450edef68
* Remove an error from my earlier commit to configure.rbb1999-11-101-2/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59470 13f79535-47bb-0310-9956-ffa450edef68
* Fix a problem with the configure script. AC_CHECK_SIZEOF is only meant torbb1999-11-101-0/+42
| | | | | | | | | | | be used for built-in types. ssize_t is not a built-in type on all systems, so SIZEOF_SSIZE_T was consistently getting defined to 0 on all of my systems. This fixes that problem by re-writing AC_TRY_RUN (the default AC_TRY_RUN has issues that don't allow for getting the return code from the program) and using it to get the size of SSIZE_T. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59466 13f79535-47bb-0310-9956-ffa450edef68
* Fix the problem that David Reid reported about using ./configure on PPC.rbb1999-10-211-1/+1
| | | | | | | Thanks Ralf, for finding my problem so quickly. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59399 13f79535-47bb-0310-9956-ffa450edef68
* Changes to let APR compile and build on AIX with a non GNU compiler.rbb1999-08-191-1/+1
| | | | | | | I'll test these on other systems now. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59165 13f79535-47bb-0310-9956-ffa450edef68
* Initial revisionrbb1999-08-171-0/+98
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59151 13f79535-47bb-0310-9956-ffa450edef68