summaryrefslogtreecommitdiff
path: root/apr-config.in
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2002-05-15 17:37:59 +0000
committerJeff Trawick <trawick@apache.org>2002-05-15 17:37:59 +0000
commit854e09908b98f871bab26c4856186e7289545a04 (patch)
tree1007538a1a06dad973d48c92a39183a9f706cef5 /apr-config.in
parent606719f819f2f0dbc09385137c3fc2769f432ceb (diff)
downloadapr-854e09908b98f871bab26c4856186e7289545a04.tar.gz
expose the name of the shared library path variable
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63401 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'apr-config.in')
-rw-r--r--apr-config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/apr-config.in b/apr-config.in
index d80ed2d15..bc3383bdf 100644
--- a/apr-config.in
+++ b/apr-config.in
@@ -91,6 +91,7 @@ Known values for OPTION are:
--srcdir print APR source directory
--link-ld print link switch(es) for linking to APR
--link-libtool print the libtool inputs for linking to APR
+ --shlib-path-var print the name of the shard library path env var
--apr-la-file print the path to the .la file, if available
--apr-so-ext print the extensions of shared objects on this platform
--apr-lib-target print the libtool target information
@@ -198,6 +199,10 @@ while test $# -gt 0; do
flags="$flags $LA_FILE"
fi
;;
+ --shlib-path-var)
+ echo "$SHLIBPATH_VAR"
+ exit 0
+ ;;
--apr-la-file)
if test -f "$LA_FILE"; then
flags="$flags $LA_FILE"