~ubuntu-branches/ubuntu/hardy/gdm/hardy-updates

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-04-08 12:30:52 UTC
  • mfrom: (1.4.25 upstream)
  • Revision ID: james.westby@ubuntu.com-20080408123052-31k3pxtyd4xq6i2y
Tags: 2.20.5-0ubuntu1
* New upstream version
  - Use GDK functions to get proper screen resolution. 
  - Move default Welcome/RemoteWelcome strings from gdm.h to
    gdm-daemon-config-keys.h so it isn't defined twice.  
  - Translation updates
* debian/patches/70_mandatory-relibtoolize.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
AC_INIT(daemon/gdm.h)
3
3
 
4
4
AM_CONFIG_HEADER(config.h)
5
 
AM_INIT_AUTOMAKE(gdm,2.20.4)
 
5
AM_INIT_AUTOMAKE(gdm,2.20.5)
6
6
AC_CONFIG_MACRO_DIR([m4])
7
7
AM_MAINTAINER_MODE
8
8
AC_GNU_SOURCE