~ubuntu-branches/ubuntu/utopic/synaptic/utopic

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2012-07-12 21:14:23 UTC
  • Revision ID: package-import@ubuntu.com-20120712211423-9yk5gfpob1r5dgd5
Tags: 0.75.13
* debian/synaptic.menu:
  - use x-terminal-emulator -e synaptic-pkexec to support systems
    that do not have a GUI policykit agent running (closes: #678847)
* include all origins in the origin filter not just the first one
* show all "archives" in the origins view even if they are "shadowed"
  by another one

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
AC_INIT(configure.in)
3
3
 
4
 
AM_INIT_AUTOMAKE(synaptic, 0.75.12)
 
4
AM_INIT_AUTOMAKE(synaptic, 0.75.13)
5
5
AM_CONFIG_HEADER(config.h)
6
6
AM_MAINTAINER_MODE
7
7