~ubuntu-branches/debian/sid/me-tv/sid

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Scott Evans
  • Date: 2010-11-11 12:19:18 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20101111121918-hfq2bkuncpoz5a8h
Tags: 1.3.4-1
* New upstream release
* debian/control:
  - Updated Standards-Version to 3.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Process this file with autoconf to produce a configure script.
2
2
 
3
3
AC_PREREQ(2.53)
4
 
AC_INIT([Me TV], [1.3.1], [http://launchpad.net/me-tv], me-tv)
 
4
AC_INIT([Me TV], [1.3.4], [http://launchpad.net/me-tv], me-tv)
5
5
AC_COPYRIGHT([Michael Lamothe <michael.lamothe@gmail.com>])
6
6
AC_CONFIG_SRCDIR([src/main.cc])
7
7
AM_INIT_AUTOMAKE([1.9 foreign])
197
197
po/Makefile.in
198
198
])
199
199
AC_CONFIG_HEADERS([config.h:config.h.in])
200
 
PKG_CHECK_MODULES(ME_TV_PLAYER, libxine >= $LIBXINE_REQUIRED)
 
200
PKG_CHECK_MODULES(ME_TV_PLAYER, libxine >= $LIBXINE_REQUIRED dbus-glib-1)
201
201
AC_OUTPUT
202
202
 
203
203