Version leap to libisoburn-0.5.9

This commit is contained in:
2010-06-14 09:33:43 +00:00
parent f27014bcd2
commit 343ed13a42
11 changed files with 101 additions and 74 deletions

View File

@ -3,7 +3,7 @@
# Copyright (c) 2007 - 2010 Thomas Schmitt <scdbackup@gmx.net>
# Provided under GPL version 2 or later.
AC_INIT([xorriso], [0.5.7], [http://libburnia-project.org])
AC_INIT([xorriso], [0.5.8], [http://libburnia-project.org])
AC_PREREQ([2.50])
AC_CANONICAL_HOST
@ -258,8 +258,13 @@ then
else
echo "enabled EXPERIMENTAL use of libcdio as system adapter"
# ------- Visible mark in configure : Start of library check
LIBCDIO_REQUIRED=0.83
PKG_CHECK_MODULES(LIBCDIO, libcdio >= $LIBCDIO_REQUIRED)
# ------- Visible mark in configure : End of library check
fi
if test x$LIBCDIO_DEF = x-DLibburn_use_libcdiO
then