trawick 02/05/15 10:38:00
Modified: . apr-config.in
Log:
expose the name of the shared library path variable
Revision Changes Path
1.18 +5 -0 apr/apr-config.in
Index: apr-config.in
===================================================================
RCS file: /home/cvs/apr/apr-config.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- apr-config.in 14 May 2002 08:05:32 -0000 1.17
+++ apr-config.in 15 May 2002 17:37:59 -0000 1.18
@@ -91,6 +91,7 @@
--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
@@ -197,6 +198,10 @@
else
flags="$flags $LA_FILE"
fi
+ ;;
+ --shlib-path-var)
+ echo "$SHLIBPATH_VAR"
+ exit 0
;;
--apr-la-file)
if test -f "$LA_FILE"; then