~ubuntu-branches/ubuntu/quantal/libarchive/quantal

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Andres Mejia
  • Date: 2011-09-18 10:25:34 UTC
  • mfrom: (8.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110918102534-kmke53ir9v21ooxu
Tags: 2.8.5-3
* Fix upgrade breakage because of manpages being moved from libarchive1 to
  libarchive-dev. (Closes: #641978)
* Make short descriptions for packages unique.
* Explicitly set config options to be used during builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
dnl In particular, this allows the version macro to be used in AC_INIT
5
5
 
6
6
dnl These first two version numbers are updated automatically on each release.
7
 
m4_define([LIBARCHIVE_VERSION_S],[2.8.4])
8
 
m4_define([LIBARCHIVE_VERSION_N],[2008004])
 
7
m4_define([LIBARCHIVE_VERSION_S],[2.8.5])
 
8
m4_define([LIBARCHIVE_VERSION_N],[2008005])
9
9
 
10
10
dnl bsdtar and bsdcpio versioning tracks libarchive
11
11
m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())