summaryrefslogtreecommitdiff
path: root/apr-config.in
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2002-08-19 06:33:10 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2002-08-19 06:33:10 +0000
commitf05a1be7a27122fe2e9df9ed97d291e6578bb5cd (patch)
tree1f4d563ecd08163533d65db11d033db47964a751 /apr-config.in
parent5d9c168875e7029dfaf52c8b184b1056ad2f84f2 (diff)
downloadapr-f05a1be7a27122fe2e9df9ed97d291e6578bb5cd.tar.gz
- Add parallel-apr layout which confines the 'parallel install' logic to a
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: https://svn.apache.org/repos/asf/apr/apr/trunk@63816 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'apr-config.in')
-rw-r--r--apr-config.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/apr-config.in b/apr-config.in
index 56ef86594..fd916f43e 100644
--- a/apr-config.in
+++ b/apr-config.in
@@ -55,6 +55,9 @@
# APR script designed to allow easy command line access to APR configuration
# parameters.
+APR_MAJOR_VERSION="@APR_MAJOR_VERSION@"
+APR_DOTTED_VERSION="@APR_DOTTED_VERSION@"
+
prefix="@prefix@"
exec_prefix="@exec_prefix@"
bindir="@bindir@"
@@ -75,7 +78,6 @@ SHLIBPATH_VAR="@shlibpath_var@"
APR_SOURCE_DIR="@apr_srcdir@"
APR_SO_EXT="@so_ext@"
APR_LIB_TARGET="@export_lib_target@"
-APR_DOTTED_VERSION="@APR_DOTTED_VERSION@"
APR_LIBNAME="@APR_LIBNAME@"
show_usage()