[libdvdnav-devel] Fix .so version order
Marcel Mol
git at videolan.org
Sun Mar 2 11:59:10 CET 2014
libdvdread | branch: master | Marcel Mol <marcel at mesa.nl> | Sun Feb 23 11:50:38 2014 +0100| [d8279964c809b2b253f13bd1fd8f0fc7bfcbc28b] | committer: Jean-Baptiste Kempf
Fix .so version order
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/libdvdread.git/?a=commit;h=d8279964c809b2b253f13bd1fd8f0fc7bfcbc28b
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 7052f52..fd2ce0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,13 +37,13 @@ dnl * DVDREAD_LT_AGE is the number of previous API versions still supported by
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.(DVDREAD_LT_CURRENT - DVDREAD_LT_AGE).DVDREAD_LT_AGE.DVDREAD_LT_REVISION
+dnl libname.so.(DVDREAD_LT_CURRENT - DVDREAD_LT_AGE).DVDREAD_LT_REVISION.DVDREAD_LT_AGE
DVDREAD_LT_CURRENT=5
DVDREAD_LT_AGE=1
DVDREAD_LT_REVISION=2
-AC_SUBST([DVDREAD_LTVERSION], [$DVDREAD_LT_CURRENT:$DVDREAD_LT_AGE:$DVDREAD_LT_REVISION])
+AC_SUBST([DVDREAD_LTVERSION], [$DVDREAD_LT_CURRENT:$DVDREAD_LT_REVISION:$DVDREAD_LT_AGE])
AC_PROG_CC
More information about the libdvdnav-devel
mailing list