Requiring libisofs-1.0.0 and libburn-1.0.0 now
This commit is contained in:
parent
4f780339e1
commit
97740ad93d
@ -36,7 +36,7 @@ dnl Libtool versioning
|
|||||||
dnl Generate libisoburn.so.1.x.y
|
dnl Generate libisoburn.so.1.x.y
|
||||||
dnl SONAME will become LT_CURRENT - LT_AGE
|
dnl SONAME will become LT_CURRENT - LT_AGE
|
||||||
dnl
|
dnl
|
||||||
dnl ts B01026
|
dnl ts B01212
|
||||||
dnl ### This is the release version 0.6.6 = libisoburn.so.1.55.0
|
dnl ### This is the release version 0.6.6 = libisoburn.so.1.55.0
|
||||||
dnl This is the development version after above stable release
|
dnl This is the development version after above stable release
|
||||||
dnl LT_CURRENT++, LT_AGE++ have not happened yet.
|
dnl LT_CURRENT++, LT_AGE++ have not happened yet.
|
||||||
@ -302,8 +302,8 @@ AC_CHECK_HEADER(libisofs/libisofs.h)
|
|||||||
# ------- Visible mark in configure : Start of library check
|
# ------- Visible mark in configure : Start of library check
|
||||||
|
|
||||||
dnl Check for proper library versions
|
dnl Check for proper library versions
|
||||||
LIBBURN_REQUIRED=0.8.8
|
LIBBURN_REQUIRED=1.0.0
|
||||||
LIBISOFS_REQUIRED=0.6.41
|
LIBISOFS_REQUIRED=1.0.0
|
||||||
PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED)
|
PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED)
|
||||||
PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED)
|
PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED)
|
||||||
|
|
||||||
|
@ -222,17 +222,17 @@ void isoburn_version(int *major, int *minor, int *micro);
|
|||||||
at compile time.
|
at compile time.
|
||||||
@since 0.1.0
|
@since 0.1.0
|
||||||
*/
|
*/
|
||||||
#define isoburn_libisofs_req_major 0
|
#define isoburn_libisofs_req_major 1
|
||||||
#define isoburn_libisofs_req_minor 6
|
#define isoburn_libisofs_req_minor 0
|
||||||
#define isoburn_libisofs_req_micro 41
|
#define isoburn_libisofs_req_micro 0
|
||||||
|
|
||||||
/** The minimum version of libburn to be used with this version of libisoburn
|
/** The minimum version of libburn to be used with this version of libisoburn
|
||||||
at compile time.
|
at compile time.
|
||||||
@since 0.1.0
|
@since 0.1.0
|
||||||
*/
|
*/
|
||||||
#define isoburn_libburn_req_major 0
|
#define isoburn_libburn_req_major 1
|
||||||
#define isoburn_libburn_req_minor 8
|
#define isoburn_libburn_req_minor 0
|
||||||
#define isoburn_libburn_req_micro 8
|
#define isoburn_libburn_req_micro 0
|
||||||
|
|
||||||
/** The minimum compile time requirements of libisoburn towards libjte are
|
/** The minimum compile time requirements of libisoburn towards libjte are
|
||||||
the same as of a suitable libisofs towards libjte.
|
the same as of a suitable libisofs towards libjte.
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2011.01.06.111034"
|
#define Xorriso_timestamP "2011.01.16.182558"
|
||||||
|
Loading…
Reference in New Issue
Block a user