~ubuntu-branches/ubuntu/raring/synaptic/raring-updates

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2012-02-13 17:50:45 UTC
  • Revision ID: package-import@ubuntu.com-20120213175045-19d4tvb3p6lox01m
Tags: 0.75.5~exp6
* unless the config option "Synaptic::InlineScreenshots" is set
  to true do not show the tiny screenshot thumbnails inline but
  instead download the big screenshot and show it in a window when
  clicking on the "Show screenshot" button
* gtk/gtkbuilder/window_main.ui:
  - fix "can_focus" property of entry_fast_search from false to
    true. Looks like glade messed this up.

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.5~exp5)
 
4
AM_INIT_AUTOMAKE(synaptic, 0.75.5~exp6)
5
5
AM_CONFIG_HEADER(config.h)
6
6
AM_MAINTAINER_MODE
7
7