~ubuntu-branches/ubuntu/precise/dvdbackup/precise

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2009-06-09 02:11:29 UTC
  • mfrom: (4.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090609021129-swfkcqhwe9oi1jw6
Tags: 0.4.1-1
* New upstream release
  + Fixes offset bug, which results in wrong .vob files (Closes: #529073).
  + German translation; thanks to Chris Leick (Closes: #531568).
  + Fixes grammatical errors (Closes: #530708).
* debian/control:
  - Update my e-mail address.
  - Use longer description for dvdbackup-dbg.
* debian/copyright: Refer to GPL-3 instead of versionless GPL.
* Switch to debhelper 7.
* Update debian/copyright to Debian Enhancement Proposals 5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
dnl Initialization and Versioning
5
5
dnl ----------------------------------------------------------
6
6
 
7
 
AC_INIT([dvdbackup], [0.4], [dvdbackup-bugs@lists.sourceforge.net])
 
7
AC_INIT([dvdbackup], [0.4.1], [dvdbackup-bugs@lists.sourceforge.net])
8
8
 
9
9
# Where to generate output; srcdir location.
10
10
AC_CONFIG_HEADERS([config.h])
54
54
dnl ----------------------------------------------------------
55
55
 
56
56
AC_CHECK_LIB(dvdread, DVDOpen, , AC_MSG_ERROR([You need libdvdread]))
 
57
AC_CHECK_LIB(dvdread, DVDFileStat, [HAVE_DVDFileStat=yes], AC_MSG_ERROR([You have installed an incompatible version of libdvdread.
 
58
Have a look at http://dvdbackup.sourceforge.net for more details.]))
57
59
 
58
60
dnl ----------------------------------------------------------
59
61
dnl Checks for header files