~ubuntu-branches/ubuntu/trusty/tagcoll2/trusty

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Enrico Zini
  • Date: 2011-03-20 11:13:08 UTC
  • mfrom: (1.1.8 upstream) (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110320111308-r86z4oggcom2ywnj
Tags: 2.0.12-1
* New upstream version
   - Builds with -O3. Closes: #618617
* Try removing old gcc bug workaround for alpha
* Removed /usr/lib/libtagcoll2.la
* Updated standards-version
* Removed inactive uploader
* Removed experimental Tag: field
* Do not build documentation: it adds a lot of build-dependencies and I am
  not aware of people actually using it. Closes: #616281
* Dropped libtut-dev dependency, since now wibble ships it

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
2
 
3
 
AC_INIT(tagcoll2, 2.0.11, [enrico@debian.org])
 
3
AC_INIT(tagcoll2, [2.0.12], [enrico@debian.org])
4
4
AC_CONFIG_SRCDIR([configure.ac])
5
5
AM_CONFIG_HEADER(config.h)
6
6
AM_INIT_AUTOMAKE([foreign subdir-objects])