~ubuntu-branches/ubuntu/trusty/lightdm/trusty-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2014-03-25 14:45:54 UTC
  • Revision ID: package-import@ubuntu.com-20140325144554-3r1xxa7xms68mk5x
Tags: 1.9.13-0ubuntu1
* New upstream release:
  - Handle not getting an X connection when attempting to get X layouts.
    (LP: #1235915)
  - Read config data from both XDG_DATA_DIRS and XDG_CONFIG_DIRS.

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
 
3
 
AC_INIT(lightdm, 1.9.12)
 
3
AC_INIT(lightdm, 1.9.13)
4
4
AC_CONFIG_MACRO_DIR(m4)
5
5
AC_CONFIG_HEADER(config.h)
6
6
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])