~ubuntu-branches/ubuntu/raring/consolekit/raring

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-10-13 12:28:33 UTC
  • mfrom: (0.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20101013122833-i43tbcnvjs3jiynv
Tags: 0.4.2-1ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - 10-retry_console_open_eio.patch: Retry console opens if they return
    EIO, since this may happen while a tty is closing.

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([