~ubuntu-branches/ubuntu/quantal/udisks2/quantal

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-10-05 10:32:14 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20121005103214-g5wpur2977awmne5
Tags: 2.0.0-1
* Final 2.0.0 release. Changes since our git snapshot:
  - Only do the isohybrid hack for the first partition
  - Don't complain about missing /etc/crypttab file
  - Don't complain about missing /etc/fstab file
  - Make it work without requiring the kernel to be CONFIG_SWAP=y
  - Don't require that users define UDISKS_API_IS_SUBJECT_TO_CHANGE
  - Lots of documentation updates and corrections
  - Update translations from Transifex
* debian/rules: Call dh_install with --fail-missing.
* debian/udisks2.install: Install bash completion from/to
  usr/share/bash-completion/.
* Add debian/udisks2.maintscript: Remove bash completion in /etc/ on
  upgrade.

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.69 for udisks 1.100.0.
 
3
# Generated by GNU Autoconf 2.69 for udisks 2.0.0.
4
4
#
5
5
# Report bugs to <http://bugs.freedesktop.org/enter_bug.cgi?product=udisks>.
6
6
#
591
591
# Identity of this package.
592
592
PACKAGE_NAME='udisks'
593
593
PACKAGE_TARNAME='udisks'
594
 
PACKAGE_VERSION='1.100.0'
595
 
PACKAGE_STRING='udisks 1.100.0'
 
594
PACKAGE_VERSION='2.0.0'
 
595
PACKAGE_STRING='udisks 2.0.0'
596
596
PACKAGE_BUGREPORT='http://bugs.freedesktop.org/enter_bug.cgi?product=udisks'
597
597
PACKAGE_URL=''
598
598
 
1456
1456
  # Omit some internal or obsolete options to make the list less imposing.
1457
1457
  # This message is too long to be a string in the A/UX 3.1 sh.
1458
1458
  cat <<_ACEOF
1459
 
\`configure' configures udisks 1.100.0 to adapt to many kinds of systems.
 
1459
\`configure' configures udisks 2.0.0 to adapt to many kinds of systems.
1460
1460
 
1461
1461
Usage: $0 [OPTION]... [VAR=VALUE]...
1462
1462
 
1526
1526
 
1527
1527
if test -n "$ac_init_help"; then
1528
1528
  case $ac_init_help in
1529
 
     short | recursive ) echo "Configuration of udisks 1.100.0:";;
 
1529
     short | recursive ) echo "Configuration of udisks 2.0.0:";;
1530
1530
   esac
1531
1531
  cat <<\_ACEOF
1532
1532
 
1534
1534
  --disable-option-checking  ignore unrecognized --enable/--with options
1535
1535
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1536
1536
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1537
 
  --enable-maintainer-mode  enable make rules and dependencies not useful
1538
 
                          (and sometimes confusing) to the casual installer
1539
 
  --disable-dependency-tracking  speeds up one-time build
1540
 
  --enable-dependency-tracking   do not reject slow dependency extractors
 
1537
  --enable-maintainer-mode
 
1538
                          enable make rules and dependencies not useful (and
 
1539
                          sometimes confusing) to the casual installer
 
1540
  --enable-dependency-tracking
 
1541
                          do not reject slow dependency extractors
 
1542
  --disable-dependency-tracking
 
1543
                          speeds up one-time build
1541
1544
  --enable-shared[=PKGS]  build shared libraries [default=yes]
1542
1545
  --enable-static[=PKGS]  build static libraries [default=yes]
1543
1546
  --enable-fast-install[=PKGS]
1544
1547
                          optimize for fast installation [default=yes]
1545
1548
  --disable-libtool-lock  avoid locking (might break parallel builds)
1546
 
  --enable-silent-rules          less verbose build output (undo: `make V=1')
1547
 
  --disable-silent-rules         verbose build output (undo: `make V=0')
 
1549
  --enable-silent-rules   less verbose build output (undo: "make V=1")
 
1550
  --disable-silent-rules  verbose build output (undo: "make V=0")
1548
1551
  --enable-debug          turn on debugging
1549
1552
  --enable-compile-warnings=[no/minimum/yes/maximum/error]
1550
1553
                          Turn on compiler warnings
1678
1681
test -n "$ac_init_help" && exit $ac_status
1679
1682
if $ac_init_version; then
1680
1683
  cat <<\_ACEOF
1681
 
udisks configure 1.100.0
 
1684
udisks configure 2.0.0
1682
1685
generated by GNU Autoconf 2.69
1683
1686
 
1684
1687
Copyright (C) 2012 Free Software Foundation, Inc.
2047
2050
This file contains any messages produced by compilers while
2048
2051
running configure, to aid debugging if configure makes a mistake.
2049
2052
 
2050
 
It was created by udisks $as_me 1.100.0, which was
 
2053
It was created by udisks $as_me 2.0.0, which was
2051
2054
generated by GNU Autoconf 2.69.  Invocation command line was
2052
2055
 
2053
2056
  $ $0 $@
2396
2399
 
2397
2400
 
2398
2401
 
2399
 
UDISKS_MAJOR_VERSION=1
2400
 
UDISKS_MINOR_VERSION=100
 
2402
UDISKS_MAJOR_VERSION=2
 
2403
UDISKS_MINOR_VERSION=0
2401
2404
UDISKS_MICRO_VERSION=0
2402
 
UDISKS_VERSION=1.100.0
2403
 
 
2404
 
 
2405
 
 
2406
 
 
2407
 
 
2408
 
am__api_version='1.11'
 
2405
UDISKS_VERSION=2.0.0
 
2406
 
 
2407
 
 
2408
 
 
2409
 
 
2410
 
 
2411
am__api_version='1.12'
2409
2412
 
2410
2413
ac_aux_dir=
2411
2414
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2531
2534
 
2532
2535
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2533
2536
$as_echo_n "checking whether build environment is sane... " >&6; }
2534
 
# Just in case
2535
 
sleep 1
2536
 
echo timestamp > conftest.file
2537
2537
# Reject unsafe characters in $srcdir or the absolute working directory
2538
2538
# name.  Accept space and tab only in the latter.
2539
2539
am_lf='
2544
2544
esac
2545
2545
case $srcdir in
2546
2546
  *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2547
 
    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
 
2547
    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2548
2548
esac
2549
2549
 
2550
 
# Do `set' in a subshell so we don't clobber the current shell's
 
2550
# Do 'set' in a subshell so we don't clobber the current shell's
2551
2551
# arguments.  Must try -L first in case configure is actually a
2552
2552
# symlink; some systems play weird games with the mod time of symlinks
2553
2553
# (eg FreeBSD returns the mod time of the symlink's containing
2554
2554
# directory).
2555
2555
if (
2556
 
   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2557
 
   if test "$*" = "X"; then
2558
 
      # -L didn't work.
2559
 
      set X `ls -t "$srcdir/configure" conftest.file`
2560
 
   fi
2561
 
   rm -f conftest.file
2562
 
   if test "$*" != "X $srcdir/configure conftest.file" \
2563
 
      && test "$*" != "X conftest.file $srcdir/configure"; then
2564
 
 
2565
 
      # If neither matched, then we have a broken ls.  This can happen
2566
 
      # if, for instance, CONFIG_SHELL is bash and it inherits a
2567
 
      # broken ls alias from the environment.  This has actually
2568
 
      # happened.  Such a system could not be considered "sane".
2569
 
      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2570
 
alias in your environment" "$LINENO" 5
2571
 
   fi
2572
 
 
 
2556
   am_has_slept=no
 
2557
   for am_try in 1 2; do
 
2558
     echo "timestamp, slept: $am_has_slept" > conftest.file
 
2559
     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
 
2560
     if test "$*" = "X"; then
 
2561
        # -L didn't work.
 
2562
        set X `ls -t "$srcdir/configure" conftest.file`
 
2563
     fi
 
2564
     if test "$*" != "X $srcdir/configure conftest.file" \
 
2565
        && test "$*" != "X conftest.file $srcdir/configure"; then
 
2566
 
 
2567
        # If neither matched, then we have a broken ls.  This can happen
 
2568
        # if, for instance, CONFIG_SHELL is bash and it inherits a
 
2569
        # broken ls alias from the environment.  This has actually
 
2570
        # happened.  Such a system could not be considered "sane".
 
2571
        as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
 
2572
  alias in your environment" "$LINENO" 5
 
2573
     fi
 
2574
     if test "$2" = conftest.file || test $am_try -eq 2; then
 
2575
       break
 
2576
     fi
 
2577
     # Just in case.
 
2578
     sleep 1
 
2579
     am_has_slept=yes
 
2580
   done
2573
2581
   test "$2" = conftest.file
2574
2582
   )
2575
2583
then
2581
2589
fi
2582
2590
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2583
2591
$as_echo "yes" >&6; }
 
2592
# If we didn't sleep, we still need to ensure time stamps of config.status and
 
2593
# generated files are strictly newer.
 
2594
am_sleep_pid=
 
2595
if grep 'slept: no' conftest.file >/dev/null 2>&1; then
 
2596
  ( sleep 1 ) &
 
2597
  am_sleep_pid=$!
 
2598
fi
 
2599
 
 
2600
rm -f conftest.file
 
2601
 
2584
2602
test "$program_prefix" != NONE &&
2585
2603
  program_transform_name="s&^&$program_prefix&;$program_transform_name"
2586
2604
# Use a double $ so make ignores it.
2607
2625
  am_missing_run="$MISSING --run "
2608
2626
else
2609
2627
  am_missing_run=
2610
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2611
 
$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
 
2628
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
 
2629
$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2612
2630
fi
2613
2631
 
2614
2632
if test x"${install_sh}" != xset; then
2620
2638
  esac
2621
2639
fi
2622
2640
 
2623
 
# Installed binaries are usually stripped using `strip' when the user
2624
 
# run `make install-strip'.  However `strip' might not be the right
 
2641
# Installed binaries are usually stripped using 'strip' when the user
 
2642
# run "make install-strip".  However 'strip' might not be the right
2625
2643
# tool to use in cross-compilation environments, therefore Automake
2626
 
# will honor the `STRIP' environment variable to overrule this program.
 
2644
# will honor the 'STRIP' environment variable to overrule this program.
2627
2645
if test "$cross_compiling" != no; then
2628
2646
  if test -n "$ac_tool_prefix"; then
2629
2647
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2762
2780
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2763
2781
$as_echo "$MKDIR_P" >&6; }
2764
2782
 
2765
 
mkdir_p="$MKDIR_P"
2766
 
case $mkdir_p in
2767
 
  [\\/$]* | ?:[\\/]*) ;;
2768
 
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2769
 
esac
2770
 
 
2771
2783
for ac_prog in gawk mawk nawk awk
2772
2784
do
2773
2785
  # Extract the first word of "$ac_prog", so it can be a program name with args.
2872
2884
 
2873
2885
# Define the identity of the package.
2874
2886
 PACKAGE='udisks'
2875
 
 VERSION='1.100.0'
 
2887
 VERSION='2.0.0'
2876
2888
 
2877
2889
 
2878
2890
cat >>confdefs.h <<_ACEOF
2900
2912
 
2901
2913
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2902
2914
 
 
2915
# For better backward compatibility.  To be removed once Automake 1.9.x
 
2916
# dies out for good.  For more background, see:
 
2917
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
 
2918
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
 
2919
mkdir_p='$(MKDIR_P)'
 
2920
 
2903
2921
# We need awk for the "check" target.  The system "awk" is bad on
2904
2922
# some platforms.
2905
2923
# Always define AMTAR for backward compatibility.  Yes, it's still used
3747
3765
_am_result=none
3748
3766
# First try GNU make style include.
3749
3767
echo "include confinc" > confmf
3750
 
# Ignore all kinds of additional output from `make'.
 
3768
# Ignore all kinds of additional output from 'make'.
3751
3769
case `$am_make -s -f confmf 2> /dev/null` in #(
3752
3770
*the\ am__doit\ target*)
3753
3771
  am__include=include
3803
3821
  # We make a subdir and do the tests there.  Otherwise we can end up
3804
3822
  # making bogus files that we don't know about and never remove.  For
3805
3823
  # instance it was reported that on HP-UX the gcc test will end up
3806
 
  # making a dummy file named `D' -- because `-MD' means `put the output
3807
 
  # in D'.
 
3824
  # making a dummy file named 'D' -- because '-MD' means "put the output
 
3825
  # in D".
3808
3826
  rm -rf conftest.dir
3809
3827
  mkdir conftest.dir
3810
3828
  # Copy depcomp to subdir because otherwise we won't find it if we're
3839
3857
    : > sub/conftest.c
3840
3858
    for i in 1 2 3 4 5 6; do
3841
3859
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
3842
 
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3843
 
      # Solaris 8's {/usr,}/bin/sh.
3844
 
      touch sub/conftst$i.h
 
3860
      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
 
3861
      # Solaris 10 /bin/sh.
 
3862
      echo '/* dummy */' > sub/conftst$i.h
3845
3863
    done
3846
3864
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3847
3865
 
3848
 
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
3866
    # We check with '-c' and '-o' for the sake of the "dashmstdout"
3849
3867
    # mode.  It turns out that the SunPro C++ compiler does not properly
3850
 
    # handle `-M -o', and we need to detect this.  Also, some Intel
3851
 
    # versions had trouble with output in subdirs
 
3868
    # handle '-M -o', and we need to detect this.  Also, some Intel
 
3869
    # versions had trouble with output in subdirs.
3852
3870
    am__obj=sub/conftest.${OBJEXT-o}
3853
3871
    am__minus_obj="-o $am__obj"
3854
3872
    case $depmode in
3857
3875
      test "$am__universal" = false || continue
3858
3876
      ;;
3859
3877
    nosideeffect)
3860
 
      # after this tag, mechanisms are not by side-effect, so they'll
3861
 
      # only be used when explicitly requested
 
3878
      # After this tag, mechanisms are not by side-effect, so they'll
 
3879
      # only be used when explicitly requested.
3862
3880
      if test "x$enable_dependency_tracking" = xyes; then
3863
3881
        continue
3864
3882
      else
3866
3884
      fi
3867
3885
      ;;
3868
3886
    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3869
 
      # This compiler won't grok `-c -o', but also, the minuso test has
 
3887
      # This compiler won't grok '-c -o', but also, the minuso test has
3870
3888
      # not run yet.  These depmodes are late enough in the game, and
3871
3889
      # so weak that their functioning should not be impacted.
3872
3890
      am__obj=conftest.${OBJEXT-o}
5559
5577
  lt_cv_deplibs_check_method=pass_all
5560
5578
  ;;
5561
5579
 
5562
 
netbsd* | netbsdelf*-gnu)
 
5580
netbsd*)
5563
5581
  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5564
5582
    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5565
5583
  else
8705
8723
  openbsd*)
8706
8724
    with_gnu_ld=no
8707
8725
    ;;
8708
 
  linux* | k*bsd*-gnu | gnu*)
8709
 
    link_all_deplibs=no
8710
 
    ;;
8711
8726
  esac
8712
8727
 
8713
8728
  ld_shlibs=yes
8929
8944
      fi
8930
8945
      ;;
8931
8946
 
8932
 
    netbsd* | netbsdelf*-gnu)
 
8947
    netbsd*)
8933
8948
      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8934
8949
        archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8935
8950
        wlarc=
9106
9121
        if test "$aix_use_runtimelinking" = yes; then
9107
9122
          shared_flag="$shared_flag "'${wl}-G'
9108
9123
        fi
9109
 
        link_all_deplibs=no
9110
9124
      else
9111
9125
        # not using gcc
9112
9126
        if test "$host_cpu" = ia64; then
9560
9574
      link_all_deplibs=yes
9561
9575
      ;;
9562
9576
 
9563
 
    netbsd* | netbsdelf*-gnu)
 
9577
    netbsd*)
9564
9578
      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9565
9579
        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
9566
9580
      else
10573
10587
  # before this can be enabled.
10574
10588
  hardcode_into_libs=yes
10575
10589
 
 
10590
  # Add ABI-specific directories to the system library path.
 
10591
  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
 
10592
 
10576
10593
  # Append ld.so.conf contents to the search path
10577
10594
  if test -f /etc/ld.so.conf; then
10578
10595
    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[       ]*hwcap[        ]/d;s/[:,      ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
10579
 
    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
 
10596
    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
 
10597
 
10580
10598
  fi
10581
10599
 
10582
10600
  # We used to test for /lib/ld.so.1 and disable shared libraries on
10588
10606
  dynamic_linker='GNU/Linux ld.so'
10589
10607
  ;;
10590
10608
 
10591
 
netbsdelf*-gnu)
10592
 
  version_type=linux
10593
 
  need_lib_prefix=no
10594
 
  need_version=no
10595
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10596
 
  soname_spec='${libname}${release}${shared_ext}$major'
10597
 
  shlibpath_var=LD_LIBRARY_PATH
10598
 
  shlibpath_overrides_runpath=no
10599
 
  hardcode_into_libs=yes
10600
 
  dynamic_linker='NetBSD ld.elf_so'
10601
 
  ;;
10602
 
 
10603
10609
netbsd*)
10604
10610
  version_type=sunos
10605
10611
  need_lib_prefix=no
11576
11582
  enableval=$enable_silent_rules;
11577
11583
fi
11578
11584
 
11579
 
case $enable_silent_rules in
11580
 
yes) AM_DEFAULT_VERBOSITY=0;;
11581
 
no)  AM_DEFAULT_VERBOSITY=1;;
11582
 
*)   AM_DEFAULT_VERBOSITY=0;;
 
11585
case $enable_silent_rules in # (((
 
11586
  yes) AM_DEFAULT_VERBOSITY=0;;
 
11587
   no) AM_DEFAULT_VERBOSITY=1;;
 
11588
    *) AM_DEFAULT_VERBOSITY=0;;
11583
11589
esac
11584
11590
am_make=${MAKE-make}
11585
11591
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
13085
13091
    pkg_cv_LIBSYSTEMD_LOGIN_CFLAGS="$LIBSYSTEMD_LOGIN_CFLAGS"
13086
13092
 elif test -n "$PKG_CONFIG"; then
13087
13093
    if test -n "$PKG_CONFIG" && \
13088
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libsystemd-login >= 44\""; } >&5
13089
 
  ($PKG_CONFIG --exists --print-errors "libsystemd-login >= 44") 2>&5
 
13094
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libsystemd-login >= 44 libsystemd-daemon\""; } >&5
 
13095
  ($PKG_CONFIG --exists --print-errors "libsystemd-login >= 44 libsystemd-daemon") 2>&5
13090
13096
  ac_status=$?
13091
13097
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13092
13098
  test $ac_status = 0; }; then
13093
 
  pkg_cv_LIBSYSTEMD_LOGIN_CFLAGS=`$PKG_CONFIG --cflags "libsystemd-login >= 44" 2>/dev/null`
 
13099
  pkg_cv_LIBSYSTEMD_LOGIN_CFLAGS=`$PKG_CONFIG --cflags "libsystemd-login >= 44 libsystemd-daemon" 2>/dev/null`
13094
13100
                      test "x$?" != "x0" && pkg_failed=yes
13095
13101
else
13096
13102
  pkg_failed=yes
13102
13108
    pkg_cv_LIBSYSTEMD_LOGIN_LIBS="$LIBSYSTEMD_LOGIN_LIBS"
13103
13109
 elif test -n "$PKG_CONFIG"; then
13104
13110
    if test -n "$PKG_CONFIG" && \
13105
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libsystemd-login >= 44\""; } >&5
13106
 
  ($PKG_CONFIG --exists --print-errors "libsystemd-login >= 44") 2>&5
 
13111
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libsystemd-login >= 44 libsystemd-daemon\""; } >&5
 
13112
  ($PKG_CONFIG --exists --print-errors "libsystemd-login >= 44 libsystemd-daemon") 2>&5
13107
13113
  ac_status=$?
13108
13114
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13109
13115
  test $ac_status = 0; }; then
13110
 
  pkg_cv_LIBSYSTEMD_LOGIN_LIBS=`$PKG_CONFIG --libs "libsystemd-login >= 44" 2>/dev/null`
 
13116
  pkg_cv_LIBSYSTEMD_LOGIN_LIBS=`$PKG_CONFIG --libs "libsystemd-login >= 44 libsystemd-daemon" 2>/dev/null`
13111
13117
                      test "x$?" != "x0" && pkg_failed=yes
13112
13118
else
13113
13119
  pkg_failed=yes
13128
13134
        _pkg_short_errors_supported=no
13129
13135
fi
13130
13136
        if test $_pkg_short_errors_supported = yes; then
13131
 
                LIBSYSTEMD_LOGIN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsystemd-login >= 44" 2>&1`
 
13137
                LIBSYSTEMD_LOGIN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsystemd-login >= 44 libsystemd-daemon" 2>&1`
13132
13138
        else
13133
 
                LIBSYSTEMD_LOGIN_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsystemd-login >= 44" 2>&1`
 
13139
                LIBSYSTEMD_LOGIN_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsystemd-login >= 44 libsystemd-daemon" 2>&1`
13134
13140
        fi
13135
13141
        # Put the nasty error message in config.log where it belongs
13136
13142
        echo "$LIBSYSTEMD_LOGIN_PKG_ERRORS" >&5
14671
14677
LTLIBOBJS=$ac_ltlibobjs
14672
14678
 
14673
14679
 
 
14680
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
 
14681
$as_echo_n "checking that generated files are newer than configure... " >&6; }
 
14682
   if test -n "$am_sleep_pid"; then
 
14683
     # Hide warnings about reused PIDs.
 
14684
     wait $am_sleep_pid 2>/dev/null
 
14685
   fi
 
14686
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
 
14687
$as_echo "done" >&6; }
14674
14688
 if test -n "$EXEEXT"; then
14675
14689
  am__EXEEXT_TRUE=
14676
14690
  am__EXEEXT_FALSE='#'
15128
15142
# report actual input values of CONFIG_FILES etc. instead of their
15129
15143
# values after options handling.
15130
15144
ac_log="
15131
 
This file was extended by udisks $as_me 1.100.0, which was
 
15145
This file was extended by udisks $as_me 2.0.0, which was
15132
15146
generated by GNU Autoconf 2.69.  Invocation command line was
15133
15147
 
15134
15148
  CONFIG_FILES    = $CONFIG_FILES
15194
15208
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15195
15209
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15196
15210
ac_cs_version="\\
15197
 
udisks config.status 1.100.0
 
15211
udisks config.status 2.0.0
15198
15212
configured by $0, generated by GNU Autoconf 2.69,
15199
15213
  with options \\"\$ac_cs_config\\"
15200
15214
 
16226
16240
    # Strip MF so we end up with the name of the file.
16227
16241
    mf=`echo "$mf" | sed -e 's/:.*$//'`
16228
16242
    # Check whether this is an Automake generated Makefile or not.
16229
 
    # We used to match only the files named `Makefile.in', but
 
16243
    # We used to match only the files named 'Makefile.in', but
16230
16244
    # some people rename them; so instead we look at the file content.
16231
16245
    # Grep'ing the first line is not enough: some people post-process
16232
16246
    # each Makefile.in and add a new line on top of each file to say so.
16260
16274
      continue
16261
16275
    fi
16262
16276
    # Extract the definition of DEPDIR, am__include, and am__quote
16263
 
    # from the Makefile without running `make'.
 
16277
    # from the Makefile without running 'make'.
16264
16278
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16265
16279
    test -z "$DEPDIR" && continue
16266
16280
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
16267
16281
    test -z "am__include" && continue
16268
16282
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16269
 
    # When using ansi2knr, U may be empty or an underscore; expand it
16270
 
    U=`sed -n 's/^U = //p' < "$mf"`
16271
16283
    # Find all dependency output files, they are included files with
16272
16284
    # $(DEPDIR) in their names.  We invoke sed twice because it is the
16273
16285
    # simplest approach to changing $(DEPDIR) to its actual value in the
16274
16286
    # expansion.
16275
16287
    for file in `sed -n "
16276
16288
      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16277
 
         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
16289
         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16278
16290
      # Make sure the directory exists.
16279
16291
      test -f "$dirpart/$file" && continue
16280
16292
      fdir=`$as_dirname -- "$file" ||