Demanding libburn 1.5.7
This commit is contained in:
14
configure.ac
14
configure.ac
@ -1,6 +1,6 @@
|
||||
AC_INIT([libisoburn], [1.5.7], [http://libburnia-project.org])
|
||||
AC_PREREQ([2.50])
|
||||
dnl AC_CONFIG_HEADER([config.h])
|
||||
dnl AC_CONFIG_HEADER([config.h])
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
AC_CANONICAL_TARGET
|
||||
@ -40,13 +40,13 @@ dnl
|
||||
dnl ts C30607
|
||||
dnl ### This is the release version 1.5.6 = libisoburn.so.1.113.0
|
||||
dnl This is the development version after above stable release
|
||||
dnl LT_CURRENT++, LT_AGE++ have not happened yet.
|
||||
dnl ### LT_CURRENT++, LT_AGE++ has happened meanwhile.
|
||||
dnl ### LT_CURRENT++, LT_AGE++ have not happened yet.
|
||||
dnl LT_CURRENT++, LT_AGE++ has happened meanwhile.
|
||||
dnl
|
||||
dnl SONAME = 114 - 113 = 1 . Library name = libisoburn.so.1.113.0
|
||||
dnl SONAME = 115 - 114 = 1 . Library name = libisoburn.so.1.114.0
|
||||
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
|
||||
LT_CURRENT=114
|
||||
LT_AGE=113
|
||||
LT_CURRENT=115
|
||||
LT_AGE=114
|
||||
LT_REVISION=0
|
||||
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
|
||||
|
||||
@ -459,7 +459,7 @@ if test x$enable_pkg_check_modules = xyes; then
|
||||
dnl If PKG_CHECK_MODULES is to be used after this if-block,
|
||||
dnl then it might be necessary to perform PKG_PROG_PKG_CONFIG before the block.
|
||||
|
||||
LIBBURN_REQUIRED=1.5.6
|
||||
LIBBURN_REQUIRED=1.5.7
|
||||
LIBISOFS_REQUIRED=1.5.6
|
||||
PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED)
|
||||
PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED)
|
||||
|
Reference in New Issue
Block a user