summaryrefslogtreecommitdiff
path: root/APRVARS.in
Commit message (Collapse)AuthorAgeFilesLines
* Fix a compile break with the new APR libtool setup. Basically, we arerbb2001-01-091-0/+1
| | | | | | | | | | using a libtool library from MM, but it isn't getting linked into the Apache executable, so we fail the link stage. This makes APR publicize the libtool libraries that it uses, so that Apache can link them in. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61038 13f79535-47bb-0310-9956-ffa450edef68
* export threading flags so that apps using APR know how to compile their owngstein2000-10-251-0/+2
| | | | | | | | | | files. (and link properly against APR) Submitted by: Branko Cibej <brane@xbc.nu> Reviewed by: Greg Stein git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60612 13f79535-47bb-0310-9956-ffa450edef68
* APRVARS.in was overwriting EXTRA_LIBS. This stops that behavior.rbb2000-09-101-1/+1
| | | | | | | | | PR: 6463 Submitted by: Mike Abbott <mja@sgi.com> Reviewed by: Ryan Bloom git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60524 13f79535-47bb-0310-9956-ffa450edef68
* Change APRVARS.in to output EXTRA_LIBS instead of LIBS. Apache doesn'trbb2000-07-251-1/+1
| | | | | | | include LIBS in its build process. But it does include EXTRA_LIBS. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60452 13f79535-47bb-0310-9956-ffa450edef68
* Remove the new function to output APR variables. This is now done justrbb2000-06-281-0/+1
using AC_OUTPUT. Submitted by: Greg Stein git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60278 13f79535-47bb-0310-9956-ffa450edef68