~ubuntu-branches/ubuntu/jaunty/debtags/jaunty

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-06-14 12:25:35 UTC
  • Revision ID: james.westby@ubuntu.com-20070614122535-m6bjawdvw9e6lfuk
Tags: 1.7.0ubuntu1
* Merge with Debian, remaining changes:
 - edit sources.list to use /usr/share/debtags instead of apt:/
 - include vocabulary.gz installed to /usr/share/debtags (edit Makefile.am)
 - edit get_tabs and get_vocabulary to use anonymous svn and rerun autogen.sh

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to produce a configure script.
2
 
AC_INIT(debtags, 1.6.6, [enrico@debian.org])
 
2
AC_INIT(debtags, 1.7.0, [enrico@debian.org])
3
3
AC_CONFIG_SRCDIR([configure.ac])
4
4
AM_CONFIG_HEADER(config.h)
5
5
AM_INIT_AUTOMAKE([foreign])
32
32
dnl Python build system
33
33
AM_PATH_PYTHON
34
34
 
35
 
dnl Use libtagcoll, libdebtags and libapt-front
 
35
dnl Use wibble, tagcoll2 and pkg
 
36
LIBWIBBLE_DEFS
36
37
LIBTAGCOLL2_DEFS
37
38
LIBEPT_DEFS
38
39