summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
...
* from trunk:Jeff Trawick2011-03-291-11/+0
* Fixed apr_ino_t typedef for MinGW builds.Guenter Knauf2011-03-291-8/+17
* Backport some configure magic from HEAD.Guenter Knauf2011-03-291-4/+14
* Moved platform-specific stuff to build/apr_hints.m4.Guenter Knauf2011-03-271-5/+0
* Revert r1085937 per Jeff's suggestion.Guenter Knauf2011-03-271-1/+0
* Set APR_HAS_OS_UUID=1 for Windows builds.Guenter Knauf2011-03-271-0/+1
* Fixed process.h detection with configure builds.Guenter Knauf2011-03-261-0/+1
* sync with trunk avoid a shell script problem with autoconf 2.67Jeff Trawick2011-03-211-2/+1
* Backport r1072165:Stefan Fritsch2011-03-201-0/+12
* Fix definition of apr_ino_t to be independent of _FILE_OFFSET_BITS evenStefan Fritsch2011-03-071-6/+10
* Update for Darwin... Use prev updated FMTJim Jagielski2011-01-171-6/+0
* Revert change... now prefer the shortest as we did beforeJim Jagielski2010-12-201-33/+32
* Change ordering so the longest is prefered instead of the shortestJim Jagielski2010-12-181-41/+33
* (Try to) support Darwin's "universal" builds by allowing forJim Jagielski2010-12-181-0/+60
* Solve ELF-32 builds on ia64-hpuxWilliam A. Rowe Jr2010-06-021-3/+2
* Merge r748902, r760443, r835607 from trunk:Ruediger Pluem2010-03-051-0/+12
* The native line ending on win32 -is- \r\n (just as OS2/Netware)William A. Rowe Jr2009-11-161-1/+1
* Fix -DWIN32 and APR_FILES_AS_SOCKETS for MinGWWilliam A. Rowe Jr2009-11-161-0/+2
* Fix sequencing for older autoconf/libtool. Thanks for the report, Jeff.William A. Rowe Jr2009-11-141-1/+1
* bump to 2.59 baseline for autoconf (it -was- 5 yrs old, this year)William A. Rowe Jr2009-11-131-1/+1
* These are needed in 2.2.6 libtool to correctly libtoolize --copyWilliam A. Rowe Jr2009-11-121-0/+3
* Just punt for now... Jim Jagielski2009-10-131-4/+9
* More Darwin mojo magic. Use Apple's apr.h edits as a guideJim Jagielski2009-10-131-9/+11
* Backport all poll changes from r734707 up to nowJim Jagielski2009-10-021-0/+122
* Merge r809745, r810472 from trunk:Jim Jagielski2009-09-101-0/+9
* Backport r794485 and r795267 from the trunk.Bojan Smojver2009-07-171-1/+106
* Backport r793192 and r794118 from the trunk.Bojan Smojver2009-07-161-0/+3
* Initialize several non-crosscompile decisions; Backports: r790392William A. Rowe Jr2009-07-011-0/+3
* Backport r747990, r748361, r748371, r748565, r748988, r749810, r783958Bojan Smojver2009-06-121-0/+17
* Merge r733052 from trunk:Jim Jagielski2009-02-091-0/+4
* Backport r731783 from the trunk.Bojan Smojver2009-01-061-0/+3
* Fix APR_PID_T_FMT detection on Solaris.Bojan Smojver2008-08-081-16/+16
* resolve testprocmutex failures on AIX and HP-UX by recognizing EACCESEric Covener2008-06-261-0/+64
* Back out the 2.60 requirement, adopt conditional handling for theWilliam A. Rowe Jr2008-06-201-1/+6
* Autoconf 2.60's 2nd birthday this coming thursday. As thisWilliam A. Rowe Jr2008-06-201-2/+1
* Using AC_CACHE_CHECK. So avoid warning about:Jim Jagielski2008-06-091-3/+3
* Fix PR44367.Bojan Smojver2008-05-291-1/+14
* Avert the pid "ld" format when building to huge-longs on solaris 64 bit.William A. Rowe Jr2008-05-021-1/+5
* * configure.in: Prefer /dev/urandom over /dev/random.Joe Orton2008-05-021-1/+1
* ignore /dev/*random on z/OS < V1R7Jeff Trawick2007-11-181-1/+17
* add missing autoconf/m4 quoting to correct the dso implementationJeff Trawick2007-11-031-3/+3
* On Darwin 9.0 the NSLoad... dyld API is deprecated; use dlopen.William A. Rowe Jr2007-11-021-5/+26
* Radical change that corrects a horrible misassumption; the featureWilliam A. Rowe Jr2007-10-291-0/+4
* size_t is unsigned long on AIXJeff Trawick2007-10-291-1/+1
* * configure.in: Move the ino_t test outside the enable_lfs=yes branch,Joe Orton2007-10-291-8/+18
* Define apr_ino_t in such a way that it doesn't change definitionWilliam A. Rowe Jr2007-10-241-0/+9
* Pick up AIX 5.2 onwardsWilliam A. Rowe Jr2007-10-171-1/+2
* Fill in apr_fileinfo_t member st_csize on Netware and UnixWilliam A. Rowe Jr2007-10-171-2/+19
* * configure.in, Makefile.in: Define the libtool versioning hint in theJoe Orton2007-09-251-1/+2
* Improve detection of the printf format identifiers for apr_ssize_t and apr_si...Davi Arnaut2007-07-101-47/+65