~ubuntu-branches/ubuntu/raring/telepathy-feed/raring

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-09-28 20:42:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060928204245-eseismc30urpxx5g
Tags: 0.13-0ubuntu1

New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ(2.53)
2
 
AC_INIT(telepathy-feed, 0.11, http://telepathy.freedesktop.org/)
 
2
AC_INIT(telepathy-feed, 0.13, http://telepathy.freedesktop.org/)
3
3
AM_INIT_AUTOMAKE()
4
4
AC_CONFIG_SRCDIR(src/main.c)
5
5
AM_CONFIG_HEADER(src/config.h)
9
9
AC_PROG_CC
10
10
AC_STDC_HEADERS
11
11
 
12
 
PKG_CHECK_MODULES(LIBS, libtelepathy libgalago >= 0.3.3.90)
 
12
PKG_CHECK_MODULES(LIBS, libtelepathy >= 0.0.30 libgalago >= 0.3.3.90)
13
13
 
14
14
AC_OUTPUT([
15
15
Makefile