summaryrefslogtreecommitdiff
path: root/apr-config.in
Commit message (Collapse)AuthorAgeFilesLines
* Add --bindir option to apr-config so that users of APR have an idea wherejerenkrantz2002-09-191-0/+5
| | | | | | | | apr-config will end up so that they can do later queries after apr-config is installed. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63878 13f79535-47bb-0310-9956-ffa450edef68
* Fix the result of "apr-config --link-ld --libs". It did not includegstein2002-08-291-5/+5
| | | | | | | | | | | | the "-0" suffix on the lib name. - Remove "lib" prefix from APR_LIBNAME definition. - Determine ld-style library name from APR_LIBNAME for correct suffix. Submitted by: Scott Lamb <slamb@slamb.org> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63841 13f79535-47bb-0310-9956-ffa450edef68
* - Add parallel-apr layout which confines the 'parallel install' logic to ajerenkrantz2002-08-191-1/+3
| | | | | | | | | | | | | layout rather than unchangeable values. - Delay layout parsing until after we have setup the directory variables and determined our APR version. - Use ${libsuffix} instead of hardcoded -${APR_MAJOR_VERSION}. - Parse libsuffix in config.layout. - Add version info to rules.mk - Add APR_MAJOR_VERSION to apr-config. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63816 13f79535-47bb-0310-9956-ffa450edef68
* Various changes to clean up APR for a release.gstein2002-08-141-3/+9
| | | | | | | | | | | | | | | | | * Add a version number to the library name to support parallel installation. See: http://www106.pair.com/rhp/parallel.html (assuming the app uses apr-config to fetch linking information, then users should not have anything to change) * Get rid of APRVARS. Apps should be using apr-config by now. * Add --version to apr-config so that apps can see what they're building against. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63811 13f79535-47bb-0310-9956-ffa450edef68
* silly change to make emacs happiergstein2002-08-141-0/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63809 13f79535-47bb-0310-9956-ffa450edef68
* fix a mispelling of shared in a help messagetrawick2002-05-151-1/+1
| | | | | | | Submitted by: Justin Erenkrantz git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63402 13f79535-47bb-0310-9956-ffa450edef68
* expose the name of the shared library path variabletrawick2002-05-151-0/+5
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63401 13f79535-47bb-0310-9956-ffa450edef68
* Revert and fix ala gstein.jerenkrantz2002-05-141-2/+15
| | | | | | | | | The better thing to do here is if we're installed and the file doesn't exist, we MUST print the -L/-l options. But, if we're in build mode, then we'll be optimistic and assume that at some point we'll create the LA_FILE. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63398 13f79535-47bb-0310-9956-ffa450edef68
* Always print the LA_FILE information even if the .la file doesn't existjerenkrantz2002-05-141-11/+2
| | | | | | | yet. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63394 13f79535-47bb-0310-9956-ffa450edef68
* Fix apr-config so that it will not attempt to cd to bindir if it doesn'tjerenkrantz2002-04-011-1/+5
| | | | | | | exist yet. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63213 13f79535-47bb-0310-9956-ffa450edef68
* Fix the install detection code in case the install area uses agstein2002-03-141-1/+2
| | | | | | | | | symbolic link. Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63119 13f79535-47bb-0310-9956-ffa450edef68
* Update our copyright for this year.fielding2002-03-131-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63117 13f79535-47bb-0310-9956-ffa450edef68
* Allow APR to install its own libtool into an installbuilddir.jerenkrantz2002-03-091-0/+11
| | | | | | | | | | | Add --with-installbuilddir to configure. Add --apr-libtool option to apr-config so that third-parties can figure out where this generated libtool is. (Previously, httpd-2.0 would copy libtool for APR which isn't very nice.) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63098 13f79535-47bb-0310-9956-ffa450edef68
* 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
* Like --srcdir, these flags can *not* be part of a series of flags.jerenkrantz2002-02-081-2/+4
| | | | | | | | If you want this, you get it by itself. (The leading spaces killed the apr-util build.) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62936 13f79535-47bb-0310-9956-ffa450edef68
* Add apr-so-ext and apr-lib-target which the APR-util build system depends on.jerenkrantz2002-02-081-0/+8
| | | | | | | | (It was previously getting them from APRVARS, but let's remove that dependency from apr-util.) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62935 13f79535-47bb-0310-9956-ffa450edef68
* Fix a typo in the construction of $flags.gstein2002-02-061-1/+1
| | | | | | | Submitted by: Aaron Bannert <aaron@clove.org> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62920 13f79535-47bb-0310-9956-ffa450edef68
* Big revamp of the find_apr.m4 script for locating an installed/bundledgstein2002-02-061-13/+21
| | | | | | | | | | | | | | | | | | copy of APR. Some associated changes in apr-config to better support the concept, and to fix some issues with apps using it for flags. * find_apr.m4: dramatic simplification. if we can find apr-config, then we can get all the possible information we might need: libraries, includes, linker flags, etc. So, most of the code was cut and we now just look for apr-config. The parameters to APR_FIND_APR have been clarified and cleand up to better support VPATH builds. * apr-config.in: glom all flags together to prevent newlines from getting in there. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62918 13f79535-47bb-0310-9956-ffa450edef68
* fix detection of the "installed" casegstein2002-02-041-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62904 13f79535-47bb-0310-9956-ffa450edef68
* Rename the link options so we can standardize the name across ourgstein2002-02-041-6/+6
| | | | | | | different *-config scripts. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62903 13f79535-47bb-0310-9956-ffa450edef68
* Provide more outputs for the apr-config file. Corrected some handlinggstein2002-02-031-10/+71
| | | | | | | | | | of the prefix, and the exit code for the --help switch. Make the chmod +x for apr-config part of the "config commands" so that it will occur every time that config.status is run. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62900 13f79535-47bb-0310-9956-ffa450edef68
* Fix a nit pointed out by Greg Stein.jerenkrantz2001-12-121-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62630 13f79535-47bb-0310-9956-ffa450edef68
* Add license info and brief description of this file.jerenkrantz2001-12-121-0/+55
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62629 13f79535-47bb-0310-9956-ffa450edef68
* apr-config is a shell script modeled after glib-config et al that allowsjerenkrantz2001-12-121-0/+86
third-parties easy access to APR configuration parameters. Reviewed by: Greg Stein git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62628 13f79535-47bb-0310-9956-ffa450edef68