Requiring libburn-0.7.6 now
This commit is contained in:
parent
a761ec4a3d
commit
a3199d0957
@ -30,8 +30,8 @@ By using this software you agree to the disclaimer at the end of this text:
|
||||
Compilation, First Glimpse, Installation
|
||||
|
||||
Dynamic library and compile time header requirements for libisoburn-0.4.6 :
|
||||
- libburn.so.4 , version libburn-0.7.4 or higher
|
||||
- libisofs.so.6 , version libisofs-0.6.24 or higher
|
||||
- libburn.so.4 , version libburn-0.7.6 or higher
|
||||
- libisofs.so.6 , version libisofs-0.6.26 or higher
|
||||
libisoburn and xorriso will not start with libraries which are older than their
|
||||
headers seen at compile time.
|
||||
|
||||
|
@ -234,7 +234,7 @@ AC_CHECK_HEADER(libburn/libburn.h)
|
||||
AC_CHECK_HEADER(libisofs/libisofs.h)
|
||||
|
||||
dnl Check for proper library versions
|
||||
LIBBURN_REQUIRED=0.7.5
|
||||
LIBBURN_REQUIRED=0.7.6
|
||||
LIBISOFS_REQUIRED=0.6.26
|
||||
PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED)
|
||||
PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED)
|
||||
|
@ -224,7 +224,7 @@ void isoburn_version(int *major, int *minor, int *micro);
|
||||
*/
|
||||
#define isoburn_libburn_req_major 0
|
||||
#define isoburn_libburn_req_minor 7
|
||||
#define isoburn_libburn_req_micro 5
|
||||
#define isoburn_libburn_req_micro 6
|
||||
|
||||
|
||||
/** The minimum version of libisofs to be used with this version of libisoburn
|
||||
|
@ -276,8 +276,8 @@ This binary is leaner but depends on properly installed libraries of suitable
|
||||
revision.
|
||||
|
||||
Dynamic library and compile time header requirements for libisoburn-0.4.6 :
|
||||
- libburn.so.4 , version libburn-0.7.4 or higher
|
||||
- libisofs.so.6 , version libisofs-0.6.24 or higher
|
||||
- libburn.so.4 , version libburn-0.7.6 or higher
|
||||
- libisofs.so.6 , version libisofs-0.6.26 or higher
|
||||
libisoburn and xorriso will not start with libraries which are older than their
|
||||
headers seen at compile time. So compile in the oldest possible installation
|
||||
setup unless you have reason to enforce a newer bug fix level.
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2010.01.20.105928"
|
||||
#define Xorriso_timestamP "2010.01.23.153510"
|
||||
|
Loading…
Reference in New Issue
Block a user