~ubuntu-branches/ubuntu/trusty/policykit-1/trusty

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-01-06 12:28:54 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120106122854-ib9s0ej8akqiy0lb
Tags: 0.104-1
* New upstream release.
  - Add support for netgroups. (LP: #724052)
* debian/rules: Disable systemd support, continue to work with ConsokeKit.
* 05_revert-admin-identities-unix-group-wheel.patch: Refresh to apply
  cleanly.
* debian/libpolkit-gobject-1-0.symbols: Add new symbols from this new
  release.
* debian/rules: Do not let test failures fail the build. The new test suite
  also runs a test against the system D-BUS/ConsoleKit, which can't work on
  buildds.

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.68 for polkit 0.103.
 
3
# Generated by GNU Autoconf 2.68 for polkit 0.104.
4
4
#
5
5
# Report bugs to <http://lists.freedesktop.org/mailman/listinfo/polkit-devel>.
6
6
#
571
571
# Identity of this package.
572
572
PACKAGE_NAME='polkit'
573
573
PACKAGE_TARNAME='polkit'
574
 
PACKAGE_VERSION='0.103'
575
 
PACKAGE_STRING='polkit 0.103'
 
574
PACKAGE_VERSION='0.104'
 
575
PACKAGE_STRING='polkit 0.104'
576
576
PACKAGE_BUGREPORT='http://lists.freedesktop.org/mailman/listinfo/polkit-devel'
577
577
PACKAGE_URL=''
578
578
 
 
579
enable_option_checking=no
579
580
# Factoring default headers for most tests.
580
581
ac_includes_default="\
581
582
#include <stdio.h>
701
702
POLKIT_AUTHFW_NONE_FALSE
702
703
POLKIT_AUTHFW_NONE_TRUE
703
704
POLKIT_AUTHFW
 
705
HAVE_SYSTEMD_FALSE
 
706
HAVE_SYSTEMD_TRUE
 
707
SYSTEMD_LIBS
 
708
SYSTEMD_CFLAGS
704
709
EXPAT_LIBS
705
710
GLIB_LIBS
706
711
GLIB_CFLAGS
714
719
GTK_DOC_BUILD_HTML_TRUE
715
720
ENABLE_GTK_DOC_FALSE
716
721
ENABLE_GTK_DOC_TRUE
717
 
PKG_CONFIG_LIBDIR
718
 
PKG_CONFIG_PATH
719
 
PKG_CONFIG
 
722
GTKDOC_DEPS_LIBS
 
723
GTKDOC_DEPS_CFLAGS
720
724
HTML_DIR
721
725
GTKDOC_MKPDF
722
726
GTKDOC_REBASE
723
727
GTKDOC_CHECK
 
728
PKG_CONFIG_LIBDIR
 
729
PKG_CONFIG_PATH
 
730
PKG_CONFIG
724
731
MAN_PAGES_ENABLED_FALSE
725
732
MAN_PAGES_ENABLED_TRUE
726
733
XSLTPROC
773
780
LT_AGE
774
781
LT_REVISION
775
782
LT_CURRENT
 
783
subdirs
776
784
AM_BACKSLASH
777
785
AM_DEFAULT_VERBOSITY
778
786
MAINT
861
869
enable_gtk_doc_html
862
870
enable_gtk_doc_pdf
863
871
with_expat
 
872
enable_systemd
864
873
with_authfw
865
874
with_pam_prefix
866
875
with_pam_module_dir
882
891
PKG_CONFIG
883
892
PKG_CONFIG_PATH
884
893
PKG_CONFIG_LIBDIR
 
894
GTKDOC_DEPS_CFLAGS
 
895
GTKDOC_DEPS_LIBS
885
896
GLIB_CFLAGS
886
 
GLIB_LIBS'
887
 
 
 
897
GLIB_LIBS
 
898
SYSTEMD_CFLAGS
 
899
SYSTEMD_LIBS'
 
900
ac_subdirs_all='test/mocklibc'
888
901
 
889
902
# Initialize some variables set by options.
890
903
ac_init_help=
1426
1439
  # Omit some internal or obsolete options to make the list less imposing.
1427
1440
  # This message is too long to be a string in the A/UX 3.1 sh.
1428
1441
  cat <<_ACEOF
1429
 
\`configure' configures polkit 0.103 to adapt to many kinds of systems.
 
1442
\`configure' configures polkit 0.104 to adapt to many kinds of systems.
1430
1443
 
1431
1444
Usage: $0 [OPTION]... [VAR=VALUE]...
1432
1445
 
1496
1509
 
1497
1510
if test -n "$ac_init_help"; then
1498
1511
  case $ac_init_help in
1499
 
     short | recursive ) echo "Configuration of polkit 0.103:";;
 
1512
     short | recursive ) echo "Configuration of polkit 0.104:";;
1500
1513
   esac
1501
1514
  cat <<\_ACEOF
1502
1515
 
1522
1535
  --enable-gtk-doc        use gtk-doc to build documentation [[default=no]]
1523
1536
  --enable-gtk-doc-html   build documentation in html format [[default=yes]]
1524
1537
  --enable-gtk-doc-pdf    build documentation in pdf format [[default=no]]
 
1538
  --enable-systemd=[auto/yes/no]
 
1539
                          Use systemd (auto/yes/no)
1525
1540
  --enable-introspection=[no/auto/yes]
1526
1541
                          Enable introspection for this build
1527
1542
  --enable-examples       Build the example programs
1557
1572
              directories to add to pkg-config's search path
1558
1573
  PKG_CONFIG_LIBDIR
1559
1574
              path overriding pkg-config's built-in search path
 
1575
  GTKDOC_DEPS_CFLAGS
 
1576
              C compiler flags for GTKDOC_DEPS, overriding pkg-config
 
1577
  GTKDOC_DEPS_LIBS
 
1578
              linker flags for GTKDOC_DEPS, overriding pkg-config
1560
1579
  GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config
1561
1580
  GLIB_LIBS   linker flags for GLIB, overriding pkg-config
 
1581
  SYSTEMD_CFLAGS
 
1582
              C compiler flags for SYSTEMD, overriding pkg-config
 
1583
  SYSTEMD_LIBS
 
1584
              linker flags for SYSTEMD, overriding pkg-config
1562
1585
 
1563
1586
Use these variables to override the choices made by `configure' or to help
1564
1587
it to find libraries and programs with nonstandard names/locations.
1626
1649
test -n "$ac_init_help" && exit $ac_status
1627
1650
if $ac_init_version; then
1628
1651
  cat <<\_ACEOF
1629
 
polkit configure 0.103
 
1652
polkit configure 0.104
1630
1653
generated by GNU Autoconf 2.68
1631
1654
 
1632
1655
Copyright (C) 2010 Free Software Foundation, Inc.
1995
2018
This file contains any messages produced by compilers while
1996
2019
running configure, to aid debugging if configure makes a mistake.
1997
2020
 
1998
 
It was created by polkit $as_me 0.103, which was
 
2021
It was created by polkit $as_me 0.104, which was
1999
2022
generated by GNU Autoconf 2.68.  Invocation command line was
2000
2023
 
2001
2024
  $ $0 $@
2810
2833
 
2811
2834
# Define the identity of the package.
2812
2835
 PACKAGE=polkit
2813
 
 VERSION=0.103
 
2836
 VERSION=0.104
2814
2837
 
2815
2838
 
2816
2839
cat >>confdefs.h <<_ACEOF
2889
2912
AM_BACKSLASH='\'
2890
2913
 
2891
2914
 
 
2915
# Include external mocklibc tool for unit testing
 
2916
 
 
2917
 
 
2918
subdirs="$subdirs test/mocklibc"
 
2919
 
 
2920
 
2892
2921
# libtool versioning - this applies to all libraries in this package
2893
2922
#
2894
2923
# See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details
13365
13394
fi
13366
13395
 
13367
13396
 
 
13397
 
13368
13398
    # Extract the first word of "gtkdoc-check", so it can be a program name with args.
13369
13399
set dummy gtkdoc-check; ac_word=$2
13370
13400
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13522
13552
else
13523
13553
  as_fn_error $? "You need to have gtk-doc >= 1.3 installed to build $PACKAGE_NAME" "$LINENO" 5
13524
13554
fi
 
13555
        if test "x$PACKAGE_NAME" != "xglib"; then
 
13556
 
 
13557
pkg_failed=no
 
13558
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTKDOC_DEPS" >&5
 
13559
$as_echo_n "checking for GTKDOC_DEPS... " >&6; }
 
13560
 
 
13561
if test -n "$GTKDOC_DEPS_CFLAGS"; then
 
13562
    pkg_cv_GTKDOC_DEPS_CFLAGS="$GTKDOC_DEPS_CFLAGS"
 
13563
 elif test -n "$PKG_CONFIG"; then
 
13564
    if test -n "$PKG_CONFIG" && \
 
13565
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0\""; } >&5
 
13566
  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0") 2>&5
 
13567
  ac_status=$?
 
13568
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
13569
  test $ac_status = 0; }; then
 
13570
  pkg_cv_GTKDOC_DEPS_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0" 2>/dev/null`
 
13571
else
 
13572
  pkg_failed=yes
 
13573
fi
 
13574
 else
 
13575
    pkg_failed=untried
 
13576
fi
 
13577
if test -n "$GTKDOC_DEPS_LIBS"; then
 
13578
    pkg_cv_GTKDOC_DEPS_LIBS="$GTKDOC_DEPS_LIBS"
 
13579
 elif test -n "$PKG_CONFIG"; then
 
13580
    if test -n "$PKG_CONFIG" && \
 
13581
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0\""; } >&5
 
13582
  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0") 2>&5
 
13583
  ac_status=$?
 
13584
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
13585
  test $ac_status = 0; }; then
 
13586
  pkg_cv_GTKDOC_DEPS_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0" 2>/dev/null`
 
13587
else
 
13588
  pkg_failed=yes
 
13589
fi
 
13590
 else
 
13591
    pkg_failed=untried
 
13592
fi
 
13593
 
 
13594
 
 
13595
 
 
13596
if test $pkg_failed = yes; then
 
13597
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
13598
$as_echo "no" >&6; }
 
13599
 
 
13600
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
13601
        _pkg_short_errors_supported=yes
 
13602
else
 
13603
        _pkg_short_errors_supported=no
 
13604
fi
 
13605
        if test $_pkg_short_errors_supported = yes; then
 
13606
                GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0" 2>&1`
 
13607
        else
 
13608
                GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0" 2>&1`
 
13609
        fi
 
13610
        # Put the nasty error message in config.log where it belongs
 
13611
        echo "$GTKDOC_DEPS_PKG_ERRORS" >&5
 
13612
 
 
13613
        as_fn_error $? "Package requirements (glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0) were not met:
 
13614
 
 
13615
$GTKDOC_DEPS_PKG_ERRORS
 
13616
 
 
13617
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
13618
installed software in a non-standard prefix.
 
13619
 
 
13620
Alternatively, you may set the environment variables GTKDOC_DEPS_CFLAGS
 
13621
and GTKDOC_DEPS_LIBS to avoid the need to call pkg-config.
 
13622
See the pkg-config man page for more details." "$LINENO" 5
 
13623
 
 
13624
elif test $pkg_failed = untried; then
 
13625
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
13626
$as_echo "no" >&6; }
 
13627
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
13628
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
13629
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 
13630
is in your PATH or set the PKG_CONFIG environment variable to the full
 
13631
path to pkg-config.
 
13632
 
 
13633
Alternatively, you may set the environment variables GTKDOC_DEPS_CFLAGS
 
13634
and GTKDOC_DEPS_LIBS to avoid the need to call pkg-config.
 
13635
See the pkg-config man page for more details.
 
13636
 
 
13637
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
13638
See \`config.log' for more details" "$LINENO" 5; }
 
13639
 
 
13640
else
 
13641
        GTKDOC_DEPS_CFLAGS=$pkg_cv_GTKDOC_DEPS_CFLAGS
 
13642
        GTKDOC_DEPS_LIBS=$pkg_cv_GTKDOC_DEPS_LIBS
 
13643
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
13644
$as_echo "yes" >&6; }
 
13645
 
 
13646
fi
 
13647
    fi
13525
13648
  fi
13526
13649
 
13527
13650
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build gtk-doc documentation" >&5
13844
13967
fi
13845
13968
 
13846
13969
 
 
13970
have_systemd=no
 
13971
SESSION_TRACKING=ConsoleKit
 
13972
 
 
13973
# Check whether --enable-systemd was given.
 
13974
if test "${enable_systemd+set}" = set; then :
 
13975
  enableval=$enable_systemd; enable_systemd=$enableval
 
13976
else
 
13977
  enable_systemd=auto
 
13978
fi
 
13979
 
 
13980
if test "$enable_systemd" != "no"; then
 
13981
 
 
13982
pkg_failed=no
 
13983
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SYSTEMD" >&5
 
13984
$as_echo_n "checking for SYSTEMD... " >&6; }
 
13985
 
 
13986
if test -n "$SYSTEMD_CFLAGS"; then
 
13987
    pkg_cv_SYSTEMD_CFLAGS="$SYSTEMD_CFLAGS"
 
13988
 elif test -n "$PKG_CONFIG"; then
 
13989
    if test -n "$PKG_CONFIG" && \
 
13990
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libsystemd-login\""; } >&5
 
13991
  ($PKG_CONFIG --exists --print-errors "libsystemd-login") 2>&5
 
13992
  ac_status=$?
 
13993
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
13994
  test $ac_status = 0; }; then
 
13995
  pkg_cv_SYSTEMD_CFLAGS=`$PKG_CONFIG --cflags "libsystemd-login" 2>/dev/null`
 
13996
else
 
13997
  pkg_failed=yes
 
13998
fi
 
13999
 else
 
14000
    pkg_failed=untried
 
14001
fi
 
14002
if test -n "$SYSTEMD_LIBS"; then
 
14003
    pkg_cv_SYSTEMD_LIBS="$SYSTEMD_LIBS"
 
14004
 elif test -n "$PKG_CONFIG"; then
 
14005
    if test -n "$PKG_CONFIG" && \
 
14006
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libsystemd-login\""; } >&5
 
14007
  ($PKG_CONFIG --exists --print-errors "libsystemd-login") 2>&5
 
14008
  ac_status=$?
 
14009
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
14010
  test $ac_status = 0; }; then
 
14011
  pkg_cv_SYSTEMD_LIBS=`$PKG_CONFIG --libs "libsystemd-login" 2>/dev/null`
 
14012
else
 
14013
  pkg_failed=yes
 
14014
fi
 
14015
 else
 
14016
    pkg_failed=untried
 
14017
fi
 
14018
 
 
14019
 
 
14020
 
 
14021
if test $pkg_failed = yes; then
 
14022
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
14023
$as_echo "no" >&6; }
 
14024
 
 
14025
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
14026
        _pkg_short_errors_supported=yes
 
14027
else
 
14028
        _pkg_short_errors_supported=no
 
14029
fi
 
14030
        if test $_pkg_short_errors_supported = yes; then
 
14031
                SYSTEMD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libsystemd-login" 2>&1`
 
14032
        else
 
14033
                SYSTEMD_PKG_ERRORS=`$PKG_CONFIG --print-errors "libsystemd-login" 2>&1`
 
14034
        fi
 
14035
        # Put the nasty error message in config.log where it belongs
 
14036
        echo "$SYSTEMD_PKG_ERRORS" >&5
 
14037
 
 
14038
        have_systemd=no
 
14039
elif test $pkg_failed = untried; then
 
14040
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
14041
$as_echo "no" >&6; }
 
14042
        have_systemd=no
 
14043
else
 
14044
        SYSTEMD_CFLAGS=$pkg_cv_SYSTEMD_CFLAGS
 
14045
        SYSTEMD_LIBS=$pkg_cv_SYSTEMD_LIBS
 
14046
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
14047
$as_echo "yes" >&6; }
 
14048
        have_systemd=yes
 
14049
fi
 
14050
  if test "$have_systemd" = "yes"; then
 
14051
    SESSION_TRACKING=systemd
 
14052
  else
 
14053
    if test "$enable_systemd" = "yes"; then
 
14054
      as_fn_error $? "systemd support requested but libsystemd-login1 library not found" "$LINENO" 5
 
14055
    fi
 
14056
  fi
 
14057
fi
 
14058
 
 
14059
 
 
14060
 
 
14061
 if test "$have_systemd" = "yes"; then
 
14062
  HAVE_SYSTEMD_TRUE=
 
14063
  HAVE_SYSTEMD_FALSE='#'
 
14064
else
 
14065
  HAVE_SYSTEMD_TRUE='#'
 
14066
  HAVE_SYSTEMD_FALSE=
 
14067
fi
 
14068
 
 
14069
 
 
14070
 
13847
14071
 
13848
14072
# Check whether --with-authfw was given.
13849
14073
if test "${with_authfw+set}" = set; then :
15741
15965
fi
15742
15966
 
15743
15967
            ;;
 
15968
            *-*-openbsd*)
 
15969
            CATOBJEXT=.mo
 
15970
            DATADIRNAME=share
 
15971
            ;;
15744
15972
            *)
15745
15973
            CATOBJEXT=.mo
15746
15974
            DATADIRNAME=lib
15866
16094
_ACEOF
15867
16095
 
15868
16096
 
15869
 
ac_config_files="$ac_config_files Makefile actions/Makefile data/Makefile data/polkit-1 data/polkit-gobject-1.pc data/polkit-backend-1.pc data/polkit-agent-1.pc src/Makefile src/polkit/Makefile src/polkitbackend/Makefile src/polkitagent/Makefile src/polkitd/Makefile src/programs/Makefile src/examples/Makefile src/nullbackend/Makefile docs/version.xml docs/extensiondir.xml docs/Makefile docs/polkit/Makefile docs/man/Makefile po/Makefile.in"
 
16097
ac_config_files="$ac_config_files Makefile actions/Makefile data/Makefile data/polkit-1 data/polkit-gobject-1.pc data/polkit-backend-1.pc data/polkit-agent-1.pc src/Makefile src/polkit/Makefile src/polkitbackend/Makefile src/polkitagent/Makefile src/polkitd/Makefile src/programs/Makefile src/examples/Makefile src/nullbackend/Makefile docs/version.xml docs/extensiondir.xml docs/Makefile docs/polkit/Makefile docs/man/Makefile po/Makefile.in test/Makefile test/polkit/Makefile test/polkitbackend/Makefile"
15870
16098
 
15871
16099
cat >confcache <<\_ACEOF
15872
16100
# This file is a shell script that caches the results of configure
16029
16257
  as_fn_error $? "conditional \"GTK_DOC_USE_REBASE\" was never defined.
16030
16258
Usually this means the macro was only invoked conditionally." "$LINENO" 5
16031
16259
fi
 
16260
if test -z "${HAVE_SYSTEMD_TRUE}" && test -z "${HAVE_SYSTEMD_FALSE}"; then
 
16261
  as_fn_error $? "conditional \"HAVE_SYSTEMD\" was never defined.
 
16262
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
16263
fi
16032
16264
if test -z "${POLKIT_AUTHFW_NONE_TRUE}" && test -z "${POLKIT_AUTHFW_NONE_FALSE}"; then
16033
16265
  as_fn_error $? "conditional \"POLKIT_AUTHFW_NONE\" was never defined.
16034
16266
Usually this means the macro was only invoked conditionally." "$LINENO" 5
16494
16726
# report actual input values of CONFIG_FILES etc. instead of their
16495
16727
# values after options handling.
16496
16728
ac_log="
16497
 
This file was extended by polkit $as_me 0.103, which was
 
16729
This file was extended by polkit $as_me 0.104, which was
16498
16730
generated by GNU Autoconf 2.68.  Invocation command line was
16499
16731
 
16500
16732
  CONFIG_FILES    = $CONFIG_FILES
16560
16792
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16561
16793
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16562
16794
ac_cs_version="\\
16563
 
polkit config.status 0.103
 
16795
polkit config.status 0.104
16564
16796
configured by $0, generated by GNU Autoconf 2.68,
16565
16797
  with options \\"\$ac_cs_config\\"
16566
16798
 
16992
17224
    "docs/polkit/Makefile") CONFIG_FILES="$CONFIG_FILES docs/polkit/Makefile" ;;
16993
17225
    "docs/man/Makefile") CONFIG_FILES="$CONFIG_FILES docs/man/Makefile" ;;
16994
17226
    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
 
17227
    "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
 
17228
    "test/polkit/Makefile") CONFIG_FILES="$CONFIG_FILES test/polkit/Makefile" ;;
 
17229
    "test/polkitbackend/Makefile") CONFIG_FILES="$CONFIG_FILES test/polkitbackend/Makefile" ;;
16995
17230
    "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
16996
17231
 
16997
17232
  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18370
18605
  # would make configure fail if this is the last instruction.
18371
18606
  $ac_cs_success || as_fn_exit 1
18372
18607
fi
 
18608
 
 
18609
#
 
18610
# CONFIG_SUBDIRS section.
 
18611
#
 
18612
if test "$no_recursion" != yes; then
 
18613
 
 
18614
  # Remove --cache-file, --srcdir, and --disable-option-checking arguments
 
18615
  # so they do not pile up.
 
18616
  ac_sub_configure_args=
 
18617
  ac_prev=
 
18618
  eval "set x $ac_configure_args"
 
18619
  shift
 
18620
  for ac_arg
 
18621
  do
 
18622
    if test -n "$ac_prev"; then
 
18623
      ac_prev=
 
18624
      continue
 
18625
    fi
 
18626
    case $ac_arg in
 
18627
    -cache-file | --cache-file | --cache-fil | --cache-fi \
 
18628
    | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
 
18629
      ac_prev=cache_file ;;
 
18630
    -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
 
18631
    | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
 
18632
    | --c=*)
 
18633
      ;;
 
18634
    --config-cache | -C)
 
18635
      ;;
 
18636
    -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
 
18637
      ac_prev=srcdir ;;
 
18638
    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
 
18639
      ;;
 
18640
    -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
 
18641
      ac_prev=prefix ;;
 
18642
    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
 
18643
      ;;
 
18644
    --disable-option-checking)
 
18645
      ;;
 
18646
    *)
 
18647
      case $ac_arg in
 
18648
      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
18649
      esac
 
18650
      as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
 
18651
    esac
 
18652
  done
 
18653
 
 
18654
  # Always prepend --prefix to ensure using the same prefix
 
18655
  # in subdir configurations.
 
18656
  ac_arg="--prefix=$prefix"
 
18657
  case $ac_arg in
 
18658
  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
18659
  esac
 
18660
  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
 
18661
 
 
18662
  # Pass --silent
 
18663
  if test "$silent" = yes; then
 
18664
    ac_sub_configure_args="--silent $ac_sub_configure_args"
 
18665
  fi
 
18666
 
 
18667
  # Always prepend --disable-option-checking to silence warnings, since
 
18668
  # different subdirs can have different --enable and --with options.
 
18669
  ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
 
18670
 
 
18671
  ac_popdir=`pwd`
 
18672
  for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
 
18673
 
 
18674
    # Do not complain, so a configure script can configure whichever
 
18675
    # parts of a large source tree are present.
 
18676
    test -d "$srcdir/$ac_dir" || continue
 
18677
 
 
18678
    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
 
18679
    $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
 
18680
    $as_echo "$ac_msg" >&6
 
18681
    as_dir="$ac_dir"; as_fn_mkdir_p
 
18682
    ac_builddir=.
 
18683
 
 
18684
case "$ac_dir" in
 
18685
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
18686
*)
 
18687
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
 
18688
  # A ".." for each directory in $ac_dir_suffix.
 
18689
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
 
18690
  case $ac_top_builddir_sub in
 
18691
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
18692
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
18693
  esac ;;
 
18694
esac
 
18695
ac_abs_top_builddir=$ac_pwd
 
18696
ac_abs_builddir=$ac_pwd$ac_dir_suffix
 
18697
# for backward compatibility:
 
18698
ac_top_builddir=$ac_top_build_prefix
 
18699
 
 
18700
case $srcdir in
 
18701
  .)  # We are building in place.
 
18702
    ac_srcdir=.
 
18703
    ac_top_srcdir=$ac_top_builddir_sub
 
18704
    ac_abs_top_srcdir=$ac_pwd ;;
 
18705
  [\\/]* | ?:[\\/]* )  # Absolute name.
 
18706
    ac_srcdir=$srcdir$ac_dir_suffix;
 
18707
    ac_top_srcdir=$srcdir
 
18708
    ac_abs_top_srcdir=$srcdir ;;
 
18709
  *) # Relative name.
 
18710
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 
18711
    ac_top_srcdir=$ac_top_build_prefix$srcdir
 
18712
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 
18713
esac
 
18714
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 
18715
 
 
18716
 
 
18717
    cd "$ac_dir"
 
18718
 
 
18719
    # Check for guested configure; otherwise get Cygnus style configure.
 
18720
    if test -f "$ac_srcdir/configure.gnu"; then
 
18721
      ac_sub_configure=$ac_srcdir/configure.gnu
 
18722
    elif test -f "$ac_srcdir/configure"; then
 
18723
      ac_sub_configure=$ac_srcdir/configure
 
18724
    elif test -f "$ac_srcdir/configure.in"; then
 
18725
      # This should be Cygnus configure.
 
18726
      ac_sub_configure=$ac_aux_dir/configure
 
18727
    else
 
18728
      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
 
18729
$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
 
18730
      ac_sub_configure=
 
18731
    fi
 
18732
 
 
18733
    # The recursion is here.
 
18734
    if test -n "$ac_sub_configure"; then
 
18735
      # Make the cache file name correct relative to the subdirectory.
 
18736
      case $cache_file in
 
18737
      [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
 
18738
      *) # Relative name.
 
18739
        ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
 
18740
      esac
 
18741
 
 
18742
      { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
 
18743
$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
 
18744
      # The eval makes quoting arguments work.
 
18745
      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
 
18746
           --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
 
18747
        as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
 
18748
    fi
 
18749
 
 
18750
    cd "$ac_popdir"
 
18751
  done
 
18752
fi
18373
18753
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18374
18754
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18375
18755
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
18397
18777
        introspection:              ${found_introspection}
18398
18778
 
18399
18779
        Distribution/OS:            ${with_os_type}
18400
 
        authentication framework:   ${POLKIT_AUTHFW}
 
18780
        Authentication framework:   ${POLKIT_AUTHFW}
 
18781
        Session tracking:           ${SESSION_TRACKING}
18401
18782
        PAM support:                ${have_pam}"
18402
18783
 
18403
18784
if test "$have_pam" = yes ; then
18407
18788
        PAM file password:          ${PAM_FILE_INCLUDE_PASSWORD}
18408
18789
        PAM file session:           ${PAM_FILE_INCLUDE_SESSION}"
18409
18790
fi
18410
 
 
18411
18791
echo "
18412
18792
        Maintainer mode:            ${USE_MAINTAINER_MODE}
18413
18793
        Building verbose mode:      ${enable_verbose_mode}