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

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-11-20 18:17:28 UTC
  • mfrom: (0.1.16 sid)
  • Revision ID: james.westby@ubuntu.com-20101120181728-8e5bwe4ttgmk4j41
Tags: 0.4.3-2
Add 01-retry-console-open-on-EIO.patch: As reported in LP: #544139,
ConsoleKit sometimes fails to track the active VT. This particular case
was tracked down to a race condition that happens if you try to open
/dev/console while the current TTY is currently being closed. This yields
an -EIO error, in which case CK should just try again. Thanks Colin Watson
for the patch!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.66 for ConsoleKit 0.4.2.
 
3
# Generated by GNU Autoconf 2.66 for ConsoleKit 0.4.3.
4
4
#
5
5
# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=ConsoleKit>.
6
6
#
563
563
# Identity of this package.
564
564
PACKAGE_NAME='ConsoleKit'
565
565
PACKAGE_TARNAME='ConsoleKit'
566
 
PACKAGE_VERSION='0.4.2'
567
 
PACKAGE_STRING='ConsoleKit 0.4.2'
 
566
PACKAGE_VERSION='0.4.3'
 
567
PACKAGE_STRING='ConsoleKit 0.4.3'
568
568
PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=ConsoleKit'
569
569
PACKAGE_URL=''
570
570
 
818
818
LIBS
819
819
CPPFLAGS
820
820
CPP
 
821
CPPFLAGS
 
822
CC
 
823
LDFLAGS
 
824
LIBS
 
825
CPPFLAGS
821
826
PKG_CONFIG
822
827
PKG_CONFIG_PATH
823
828
PKG_CONFIG_LIBDIR
1374
1379
  # Omit some internal or obsolete options to make the list less imposing.
1375
1380
  # This message is too long to be a string in the A/UX 3.1 sh.
1376
1381
  cat <<_ACEOF
1377
 
\`configure' configures ConsoleKit 0.4.2 to adapt to many kinds of systems.
 
1382
\`configure' configures ConsoleKit 0.4.3 to adapt to many kinds of systems.
1378
1383
 
1379
1384
Usage: $0 [OPTION]... [VAR=VALUE]...
1380
1385
 
1444
1449
 
1445
1450
if test -n "$ac_init_help"; then
1446
1451
  case $ac_init_help in
1447
 
     short | recursive ) echo "Configuration of ConsoleKit 0.4.2:";;
 
1452
     short | recursive ) echo "Configuration of ConsoleKit 0.4.3:";;
1448
1453
   esac
1449
1454
  cat <<\_ACEOF
1450
1455
 
1590
1595
test -n "$ac_init_help" && exit $ac_status
1591
1596
if $ac_init_version; then
1592
1597
  cat <<\_ACEOF
1593
 
ConsoleKit configure 0.4.2
 
1598
ConsoleKit configure 0.4.3
1594
1599
generated by GNU Autoconf 2.66
1595
1600
 
1596
1601
Copyright (C) 2010 Free Software Foundation, Inc.
1959
1964
This file contains any messages produced by compilers while
1960
1965
running configure, to aid debugging if configure makes a mistake.
1961
1966
 
1962
 
It was created by ConsoleKit $as_me 0.4.2, which was
 
1967
It was created by ConsoleKit $as_me 0.4.3, which was
1963
1968
generated by GNU Autoconf 2.66.  Invocation command line was
1964
1969
 
1965
1970
  $ $0 $@
2777
2782
 
2778
2783
# Define the identity of the package.
2779
2784
 PACKAGE='ConsoleKit'
2780
 
 VERSION='0.4.2'
 
2785
 VERSION='0.4.3'
2781
2786
 
2782
2787
 
2783
2788
cat >>confdefs.h <<_ACEOF
12449
12454
 
12450
12455
# Dependencies
12451
12456
 
12452
 
DBUS_REQUIRED_VERSION=0.30
12453
 
GLIB_REQUIRED_VERSION=2.7.0
 
12457
DBUS_REQUIRED_VERSION=0.82
 
12458
GLIB_REQUIRED_VERSION=2.14
12454
12459
X11_REQUIRED_VERSION=1.0.0
12455
12460
POLKIT_REQUIRED_VERSION=0.92
12456
12461
 
13502
13507
CK_BACKEND=""
13503
13508
KVM_LIBS=""
13504
13509
case "$host" in
13505
 
        *-*-freebsd*)
 
13510
        *-*-freebsd* | *-*-kfreebsd*-gnu)
13506
13511
        CK_BACKEND="freebsd"
13507
13512
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kvm_openfiles in -lkvm" >&5
13508
13513
$as_echo_n "checking for kvm_openfiles in -lkvm... " >&6; }
14605
14610
# report actual input values of CONFIG_FILES etc. instead of their
14606
14611
# values after options handling.
14607
14612
ac_log="
14608
 
This file was extended by ConsoleKit $as_me 0.4.2, which was
 
14613
This file was extended by ConsoleKit $as_me 0.4.3, which was
14609
14614
generated by GNU Autoconf 2.66.  Invocation command line was
14610
14615
 
14611
14616
  CONFIG_FILES    = $CONFIG_FILES
14671
14676
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14672
14677
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14673
14678
ac_cs_version="\\
14674
 
ConsoleKit config.status 0.4.2
 
14679
ConsoleKit config.status 0.4.3
14675
14680
configured by $0, generated by GNU Autoconf 2.66,
14676
14681
  with options \\"\$ac_cs_config\\"
14677
14682