~ubuntu-branches/ubuntu/vivid/ecryptfs-utils/vivid

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-05-03 12:17:00 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080503121700-ltkybt1w8i35r53z
Tags: 44-1
* Reordering rules file.
* Updating debhelper shlibs file.
* Rewriting copyright file in machine-interpretable format.
* Adding vcs fields in control file.
* Upgrading package to debhelper 7.
* Merging upstream version 44.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
 
12
12
AC_PREREQ([2.59])
13
 
AC_INIT([ecryptfs-utils],[43])
 
13
AC_INIT([ecryptfs-utils],[44])
14
14
AC_CANONICAL_HOST
15
15
AC_CANONICAL_TARGET
16
16
AM_INIT_AUTOMAKE([${PACKAGE_NAME}], [${PACKAGE_VERSION}])