~ubuntu-branches/ubuntu/raring/file-roller/raring-security

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-05-14 18:57:27 UTC
  • mfrom: (2.1.19 sid)
  • Revision ID: package-import@ubuntu.com-20120514185727-26izf1ipd2al4y52
Tags: 3.4.2-1ubuntu1
* Merge with Debian. Remaining changes:
* debian/control.in:
  - Drop the scrollkeeper build-depends
  - Use the ubuntu epoch number for the nautilus depends
  - Depend on zip and unzip instead of p7zip which is in universe
  - Depend on genisoimage
  - Recommend sessioninstaller

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, 3.4.1, [http://bugzilla.gnome.org/enter_bug.cgi?product=file-roller])
 
5
AC_INIT(file-roller, 3.4.2, [http://bugzilla.gnome.org/enter_bug.cgi?product=file-roller])
6
6
AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz tar-ustar])
7
7
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
8
8
 
10
10
AC_CONFIG_HEADER([config.h])
11
11
AC_CONFIG_MACRO_DIR([m4])
12
12
 
13
 
AM_MAINTAINER_MODE
14
 
 
15
13
GNOME_COMMON_INIT
16
14
AC_PROG_CC
17
15
AC_PROG_LIBTOOL