diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-10-08 20:25:16 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-10-08 20:25:16 +0000 |
commit | e85aa6d782154439b7a629134a65c7e70a777f43 (patch) | |
tree | bf1d0c5f6e8c985cd4cbff97ff3aec9e46f0d45e | |
parent | 72e2b4a5b9bb9b371f602e05d4a8b43ce877d29e (diff) | |
download | xine-lib-e85aa6d782154439b7a629134a65c7e70a777f43.tar.gz xine-lib-e85aa6d782154439b7a629134a65c7e70a777f43.tar.bz2 |
add some comments on the libtool version numbers
CVS patchset: 7018
CVS date: 2004/10/08 20:25:16
-rw-r--r-- | configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 35f1f683b..b9d850088 100644 --- a/configure.ac +++ b/configure.ac @@ -33,6 +33,16 @@ dnl AGE ++; dnl if (any interfaces have been _removed_ or _incompatibly changed_) dnl AGE = 0; dnl } +dnl +dnl If you want to know more about what you are doing, here are some details: +dnl * LT_CURRENT is the current API version +dnl * LT_REVISION is an internal revision number which is increased when the API +dnl itself did not change +dnl * LT_AGE is the number of previous API versions still supported by this library +dnl * libtool has its own numbering scheme, because local library numbering schemes +dnl are platform dependent +dnl * in Linux, the library will be named +dnl libname.so.(LT_CURRENT - LT_AGE).LT_AGE.LT_REVISION LT_CURRENT=10 LT_REVISION=0 @@ -689,6 +699,7 @@ fi AM_CONDITIONAL(HAVE_XVMC, test x$ac_have_xvmc = "xyes") AC_SUBST(XVMC_LIB) + dnl --------------------------------------------- dnl Checks for Xinerama extension dnl --------------------------------------------- |