summaryrefslogtreecommitdiff
path: root/cpp/configure.ac
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-06-17 16:55:54 +0000
committerAlan Conway <aconway@apache.org>2010-06-17 16:55:54 +0000
commitdce1ceb9d553ac8c264a36d58e7007e41bcbcfd9 (patch)
treef8893393a0b686b375836a50a3589122417a0032 /cpp/configure.ac
parentc289c16084d7f81d0ab848a9d0e0a024e231b81b (diff)
downloadqpid-python-dce1ceb9d553ac8c264a36d58e7007e41bcbcfd9.tar.gz
Allow libraries to be independently versioned in the autotools build.
Each library libfoo or plugin foo has a variable FOO_VERSION_INFO with a value passed as -version-info to libtool. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@955672 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/configure.ac')
-rw-r--r--cpp/configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac
index f31056132b..08e512a835 100644
--- a/cpp/configure.ac
+++ b/cpp/configure.ac
@@ -114,13 +114,6 @@ gl_saved_libs=$LIBS
AC_SUBST([LIB_DLOPEN])
LIBS=$gl_saved_libs
-# Set the argument to be used in "libtool -version-info ARG".
-QPID_CURRENT=2
-QPID_REVISION=0
-QPID_AGE=0
-LIBTOOL_VERSION_INFO_ARG=$QPID_CURRENT:$QPID_REVISION:$QPID_AGE
-AC_SUBST(LIBTOOL_VERSION_INFO_ARG)
-
gl_CLOCK_TIME
# Enable Valgrind