~ubuntu-branches/ubuntu/lucid/file-roller/lucid-updates

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-01-11 23:23:17 UTC
  • mfrom: (1.2.70 upstream)
  • Revision ID: james.westby@ubuntu.com-20100111232317-qbpsv54uf123m5r1
Tags: 2.29.4-0ubuntu1
* New upstream version:
  Bugs fixed:
  - [arj] Fixed the way to get the filename from the command output
  - Do not show the password dialog if not needed. check only the files
    to extract to see if the password prompt is needed.(lp: #494793)
  New or updated application translations
* debian/patches/70_autotools.patch:
  - new version update
       

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
AC_PREREQ(2.61)
4
4
 
5
 
AC_INIT(file-roller, 2.29.3, [http://bugzilla.gnome.org/enter_bug.cgi?product=file-roller])
 
5
AC_INIT(file-roller, 2.29.4, [http://bugzilla.gnome.org/enter_bug.cgi?product=file-roller])
6
6
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
7
7
 
8
8
AC_CONFIG_SRCDIR([config.h.in])