summaryrefslogtreecommitdiff
path: root/APRVARS.in
Commit message (Collapse)AuthorAgeFilesLines
* Add autoconf-2.52f+ support. (It sets abs_builddir to be relative notjerenkrantz2002-02-151-1/+1
| | | | | | | | | | absolute!) Submitted by: Blair Zajac <blair@orcaware.com> Reviewed by: Justin Erenkrantz git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62988 13f79535-47bb-0310-9956-ffa450edef68
* get binbuild working when apr, apr-util, and expat are built shared ingregames2001-12-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | directories that are not well known to the loader. How it works: * libtool figures out the name of this system's library path environment variable (i.e. LD_LIBRARY_PATH, LIBPATH, DYLD_LIBRARY_PATH) at apr configure time (existing code) * save this variable name in SHLIBPATH_VAR in APRVARS * substitute this name when apachectl is created * uncomment the lines containing this variable during binbuild * install_bindist.sh updates the path to lib/ when the binary is installed (existing code) not done yet, but a good idea: * create a file or directory containing all environment variable settings for apachectl. Others env vars need to be tweaked, at least on AIX and OS/390, so keeping them separate should reduce headaches long term. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62596 13f79535-47bb-0310-9956-ffa450edef68
* Add ALL_LIBS to the link command for APR since LINK is used for buildingjerenkrantz2001-08-011-0/+3
| | | | | | | | | | the test programs in apr-util. Export the so_ext and lib_target macros via APRVARS. This is needed in the Makefiles for apr-util. (lib_target needs to be escaped.) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62072 13f79535-47bb-0310-9956-ffa450edef68
* Allow all parts of Apache 2.0 to build when --srcdir is used. Thisrbb2001-07-091-0/+1
| | | | | | | | | | | | | | | required exposing a build directory and a source directory to all parts of Apache's build system. It also required a small hack in APR-util, if we are using the bundled Expat, and we are using VPATH support, then we have hard-coded the xml/expat location. I couldn't figure out how to allow the configure script to determine the correct location. I added a comment, but if somebody else figures it out, we should fix that at some point. PR: 7630 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61903 13f79535-47bb-0310-9956-ffa450edef68
* export the setting for CPP as well.fielding2001-05-111-0/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61613 13f79535-47bb-0310-9956-ffa450edef68
* Remove useless cruft and make it unnecessary for clients of APRfielding2001-05-111-0/+2
| | | | | | | to call APR_PRELOAD. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61612 13f79535-47bb-0310-9956-ffa450edef68
* Completely revamp configure so that it preserves the standard makefielding2001-04-291-4/+6
| | | | | | | | | | | | | | | | variables CPPFLAGS, CFLAGS, CXXFLAGS, LDFLAGS and LIBS by moving the configure additions to EXTRA_* variables. Also, allow the user to specify NOTEST_* values for all of the above, which eliminates the need for THREAD_CPPFLAGS, THREAD_CFLAGS, and OPTIM. Fix the setting of INCLUDES and EXTRA_INCLUDES. Check flags as they are added to avoid pointless duplications. Fix the order in which flags are given on the compile and link lines. The Makefile.in in the test directory hasn't been updated in ages, but that will have to wait. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61560 13f79535-47bb-0310-9956-ffa450edef68
* 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