~ubuntu-branches/ubuntu/natty/ofono-phonesim/natty

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Jonny Lamb
  • Date: 2010-11-30 10:01:36 UTC
  • mfrom: (1.1.2 upstream) (3.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20101130100136-13ieyajrl73z367p
Tags: 1.9-1
* New upstream release.
* debian/: Add files relating to building with git.
* debian/control: Adopt package from Andres. Thanks for your work!
* debian/rules: Port to cdbs to be like the rest of the pkg-telepathy
  packages.
* debian/source/format: Use 3.0 (quilt).
* debian/dirs: Removed.
* debian/docs: Removed.
* debian/copyright: Updated author list.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ(2.60)
2
 
AC_INIT(phonesim, 1.4)
 
2
AC_INIT(phonesim, 1.9)
3
3
 
4
4
AM_INIT_AUTOMAKE([foreign subdir-objects])
5
5
 
21
21
        fi
22
22
])
23
23
 
24
 
PKG_CHECK_MODULES(QT, QtCore QtGui QtXml QtNetwork, dummy=yes,
 
24
PKG_CHECK_MODULES(QT, QtCore QtGui QtXml QtNetwork QtScript QtDBus, dummy=yes,
25
25
                                                AC_MSG_ERROR(Qt is required))
26
26
AC_SUBST(QT_CFLAGS)
27
27
AC_SUBST(QT_LIBS)