[DVDnav-discuss] libdvdnav so version docs

Marcel J.E. Mol marcel at mesa.nl
Sun Feb 23 14:17:34 CET 2014


libdvdnav configure.ac domucemnts libtool version-info as current:age:revision.
According to libtool documentation this should be current:revision:age.
See attached patch to fix this.

Thanks,

-Marcel
-- 
     ======--------         Marcel J.E. Mol                MESA Consulting B.V.
    =======---------        ph. +31-(0)6-54724868          P.O. Box 112
    =======---------        marcel at mesa.nl                 2630 AC  Nootdorp
__==== www.mesa.nl ---____U_n_i_x______I_n_t_e_r_n_e_t____ The Netherlands ____
 They couldn't think of a number,           Linux user 1148  --  counter.li.org
    so they gave me a name!  -- Rupert Hine  --  www.ruperthine.com
-------------- next part --------------
commit 848fa241f4a465414e83faffbb712a289fd00b60
Author: Marcel Mol <marcel at mesa.nl>
Date:   Sun Feb 23 14:13:42 2014 +0100

    Fix configure.ac libtool version documentation

diff --git a/configure.ac b/configure.ac
index d2ab0b1..10215e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,7 +50,7 @@ dnl  * DVDNAV_LT_AGE is the number of previous API versions still supported by t
 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.(DVDNAV_LT_CURRENT - DVDNAV_LT_AGE).DVDNAV_LT_AGE.DVDNAV_LT_REVISION
+dnl    libname.so.(DVDNAV_LT_CURRENT - DVDNAV_LT_AGE).DVDNAV_LT_REVISION.DVDNAV_LT_AGE
 
 DVDNAV_LT_CURRENT=5
 DVDNAV_LT_AGE=1


More information about the DVDnav-discuss mailing list