~ubuntu-branches/ubuntu/quantal/consolekit/quantal-updates

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2010-09-21 05:52:04 UTC
  • mfrom: (0.3.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20100921055204-5rv8ng2z3n3u74dm
Tags: 0.4.2-1
* New upstream release.
  - Use VT_WAITEVENT ioctl to monitor VT switches to avoid spawning a thread
    for each possible VT. This requires a Linux kernel 2.6.32 or newer.
    (Closes: #526499)
* debian/control
  - Bump Standards-Version to 3.9.1.
  - Use architecture wildcard kfreebsd-any for the libkvm-dev Build-Depends.
  - Bump Build-Depends on libglib2.0-dev to (>= 2.14.0) for GRegex.
* Remove patches which have been merged upstream.
  - debian/patches/01-dont_daemonize_when_activated.patch
  - debian/patches/02-dont_take_bus_name_until_ready.patch
  - debian/patches/04-dont_fail_with_invalid_seats_file.patch
* debian/patches/01-fallback_no_vt_waitevent.patch
  - Add runtime check for VT_WAITEVENT and fallback to old behaviour of
    creating a thread for every possible VT.
* debian/patches/82-hurd_support.patch
  - Updated for 0.4.2.
  - Check return value of malloc() to correctly handle OOM situations.
    Thanks Pino Toscano for the updated patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
AC_PREREQ(2.59c)
3
3
AC_INIT([ConsoleKit],
4
 
        [0.4.1],
 
4
        [0.4.2],
5
5
        [https://bugs.freedesktop.org/enter_bug.cgi?product=ConsoleKit],
6
6
        [ConsoleKit])
7
7
 
8
8
AC_CONFIG_SRCDIR([src/ck-manager.c])
9
9
 
10
10
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
11
 
 
 
11
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
12
12
AM_MAINTAINER_MODE
13
13
 
14
14
# for O_NOFOLLOW support
391
391
AC_SUBST(CPPFLAGS)
392
392
AC_SUBST(LDFLAGS)
393
393
 
 
394
# systemd
 
395
 
 
396
AC_ARG_WITH([systemdsystemunitdir],
 
397
        AS_HELP_STRING([--with-systemdsystemunitdir=DIR], [Directory for systemd service files]),
 
398
        [],
 
399
        [with_systemdsystemunitdir=$($PKG_CONFIG --variable=systemdsystemunitdir systemd)])
 
400
AC_SUBST([systemdsystemunitdir], [$with_systemdsystemunitdir])
 
401
AM_CONDITIONAL(HAVE_SYSTEMD, [test -n "$with_systemdsystemunitdir"])
 
402
 
394
403
# Files
395
404
 
396
405
AC_CONFIG_FILES([