~ubuntu-branches/ubuntu/natty/gnome-keyring/natty

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-02-16 19:00:06 UTC
  • mfrom: (1.1.58 upstream)
  • Revision ID: james.westby@ubuntu.com-20100216190006-cqpnic4zxlkmmi0o
Tags: 2.29.90git20100218-0ubuntu1
Updated to a git snapshot version

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.64.
 
3
# Generated by GNU Autoconf 2.65.
 
4
#
4
5
#
5
6
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6
 
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7
 
# Foundation, Inc.
 
7
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
 
8
# Inc.
 
9
#
8
10
#
9
11
# This configure script is free software; the Free Software Foundation
10
12
# gives unlimited permission to copy, distribute and modify it.
673
675
 
674
676
 
675
677
 
676
 
exec 7<&0 </dev/null 6>&1
 
678
test -n "$DJDIR" || exec 7<&0 </dev/null
 
679
exec 6>&1
677
680
 
678
681
# Name of the host.
679
682
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
700
703
PACKAGE_BUGREPORT=
701
704
PACKAGE_URL=
702
705
 
703
 
ac_unique_file="library/gnome-keyring.h"
 
706
ac_unique_file="daemon/gkd-main.c"
704
707
# Factoring default headers for most tests.
705
708
ac_includes_default="\
706
709
#include <stdio.h>
749
752
GCR_LT_RELEASE
750
753
GP11_MAJOR
751
754
GP11_LT_RELEASE
 
755
WITH_P11_TESTS_FALSE
 
756
WITH_P11_TESTS_TRUE
 
757
P11_TESTS_LIBS
 
758
P11_TESTS_CFLAGS
752
759
VALGRIND_RUN
753
760
VALGRIND_ARG
754
761
VALGRIND
787
794
CATALOGS
788
795
MSGFMT_OPTS
789
796
GETTEXT_PACKAGE
790
 
GCONF_LIBS
791
 
GCONF_CFLAGS
792
797
GCONF_SCHEMAS_INSTALL_FALSE
793
798
GCONF_SCHEMAS_INSTALL_TRUE
794
799
GCONF_SCHEMA_FILE_DIR
981
986
enable_tests
982
987
enable_coverage
983
988
enable_valgrind
 
989
enable_p11_tests
984
990
'
985
991
      ac_precious_vars='build_alias
986
992
host_alias
1002
1008
GIO_LIBS
1003
1009
GTK_CFLAGS
1004
1010
GTK_LIBS
1005
 
GCONF_CFLAGS
1006
 
GCONF_LIBS
1007
1011
DBUS_CFLAGS
1008
1012
DBUS_LIBS
1009
1013
LIBTASN1_CFLAGS
1010
 
LIBTASN1_LIBS'
 
1014
LIBTASN1_LIBS
 
1015
P11_TESTS_CFLAGS
 
1016
P11_TESTS_LIBS'
1011
1017
 
1012
1018
 
1013
1019
# Initialize some variables set by options.
1637
1643
                          optimize for fast installation [default=yes]
1638
1644
  --disable-libtool-lock  avoid locking (might break parallel builds)
1639
1645
  --disable-nls           do not use Native Language Support
1640
 
  --enable-gtk-doc        use gtk-doc to build documentation [default=no]
 
1646
  --enable-gtk-doc        use gtk-doc to build documentation [[default=no]]
1641
1647
  --disable-schemas-install
1642
1648
                          Disable the schemas installation
1643
1649
  --disable-pam           Build GNOME keyring PAM helper
1648
1654
  --enable-tests          Build test tools, unit tests, and -Werror
1649
1655
  --enable-coverage       Build coverage testing into gnome-keyring
1650
1656
  --enable-valgrind       Run gnome-keyring-daemon using valgrind
 
1657
  --disable-p11-tests     Build in p11-tests for testing PKCS#11 modules
1651
1658
 
1652
1659
Optional Packages:
1653
1660
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1673
1680
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1674
1681
              nonstandard directory <lib dir>
1675
1682
  LIBS        libraries to pass to the linker, e.g. -l<library>
1676
 
  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
 
1683
  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1677
1684
              you have headers in a nonstandard directory <include dir>
1678
1685
  CPP         C preprocessor
1679
1686
  PKG_CONFIG  path to pkg-config utility
1691
1698
  GIO_LIBS    linker flags for GIO, overriding pkg-config
1692
1699
  GTK_CFLAGS  C compiler flags for GTK, overriding pkg-config
1693
1700
  GTK_LIBS    linker flags for GTK, overriding pkg-config
1694
 
  GCONF_CFLAGS
1695
 
              C compiler flags for GCONF, overriding pkg-config
1696
 
  GCONF_LIBS  linker flags for GCONF, overriding pkg-config
1697
1701
  DBUS_CFLAGS C compiler flags for DBUS, overriding pkg-config
1698
1702
  DBUS_LIBS   linker flags for DBUS, overriding pkg-config
1699
1703
  LIBTASN1_CFLAGS
1700
1704
              C compiler flags for LIBTASN1, overriding pkg-config
1701
1705
  LIBTASN1_LIBS
1702
1706
              linker flags for LIBTASN1, overriding pkg-config
 
1707
  P11_TESTS_CFLAGS
 
1708
              C compiler flags for P11_TESTS, overriding pkg-config
 
1709
  P11_TESTS_LIBS
 
1710
              linker flags for P11_TESTS, overriding pkg-config
1703
1711
 
1704
1712
Use these variables to override the choices made by `configure' or to help
1705
1713
it to find libraries and programs with nonstandard names/locations.
1768
1776
if $ac_init_version; then
1769
1777
  cat <<\_ACEOF
1770
1778
configure
1771
 
generated by GNU Autoconf 2.64
 
1779
generated by GNU Autoconf 2.65
1772
1780
 
1773
1781
Copyright (C) 2009 Free Software Foundation, Inc.
1774
1782
This configure script is free software; the Free Software Foundation
1815
1823
        ac_retval=1
1816
1824
fi
1817
1825
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1818
 
  return $ac_retval
 
1826
  as_fn_set_status $ac_retval
1819
1827
 
1820
1828
} # ac_fn_c_try_compile
1821
1829
 
1852
1860
    ac_retval=1
1853
1861
fi
1854
1862
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1855
 
  return $ac_retval
 
1863
  as_fn_set_status $ac_retval
1856
1864
 
1857
1865
} # ac_fn_c_try_cpp
1858
1866
 
1981
1989
fi
1982
1990
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1983
1991
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1984
 
  return $ac_retval
 
1992
  as_fn_set_status $ac_retval
1985
1993
 
1986
1994
} # ac_fn_c_try_run
1987
1995
 
2058
2066
  # left behind by Apple's compiler.  We do this before executing the actions.
2059
2067
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2060
2068
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2061
 
  return $ac_retval
 
2069
  as_fn_set_status $ac_retval
2062
2070
 
2063
2071
} # ac_fn_c_try_link
2064
2072
 
2187
2195
running configure, to aid debugging if configure makes a mistake.
2188
2196
 
2189
2197
It was created by $as_me, which was
2190
 
generated by GNU Autoconf 2.64.  Invocation command line was
 
2198
generated by GNU Autoconf 2.65.  Invocation command line was
2191
2199
 
2192
2200
  $ $0 $@
2193
2201
 
2440
2448
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2441
2449
do
2442
2450
  test "x$ac_site_file" = xNONE && continue
2443
 
  if test -r "$ac_site_file"; then
 
2451
  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2444
2452
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2445
2453
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2446
2454
    sed 's/^/| /' "$ac_site_file" >&5
2449
2457
done
2450
2458
 
2451
2459
if test -r "$cache_file"; then
2452
 
  # Some versions of bash will fail to source /dev/null (special
2453
 
  # files actually), so we avoid doing that.
2454
 
  if test -f "$cache_file"; then
 
2460
  # Some versions of bash will fail to source /dev/null (special files
 
2461
  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
 
2462
  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2455
2463
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2456
2464
$as_echo "$as_me: loading cache $cache_file" >&6;}
2457
2465
    case $cache_file in
2871
2879
 
2872
2880
fi
2873
2881
 
 
2882
  test -d ./--version && rmdir ./--version
2874
2883
  if test "${ac_cv_path_mkdir+set}" = set; then
2875
2884
    MKDIR_P="$ac_cv_path_mkdir -p"
2876
2885
  else
2878
2887
    # value for MKDIR_P within a source directory, because that will
2879
2888
    # break other packages using the cache if that directory is
2880
2889
    # removed, or if the value is a relative name.
2881
 
    test -d ./--version && rmdir ./--version
2882
2890
    MKDIR_P="$ac_install_sh -d"
2883
2891
  fi
2884
2892
fi
2995
3003
 
2996
3004
# Define the identity of the package.
2997
3005
 PACKAGE=gnome-keyring
2998
 
 VERSION=2.28.2
 
3006
 VERSION=2.29.91
2999
3007
 
3000
3008
 
3001
3009
cat >>confdefs.h <<_ACEOF
3520
3528
... rest of stderr output deleted ...
3521
3529
         10q' conftest.err >conftest.er1
3522
3530
    cat conftest.er1 >&5
3523
 
    rm -f conftest.er1 conftest.err
3524
3531
  fi
 
3532
  rm -f conftest.er1 conftest.err
3525
3533
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3526
3534
  test $ac_status = 0; }
3527
3535
done
3528
3536
 
3529
3537
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3530
3538
/* end confdefs.h.  */
3531
 
#include <stdio.h>
 
3539
 
3532
3540
int
3533
3541
main ()
3534
3542
{
3535
 
FILE *f = fopen ("conftest.out", "w");
3536
 
 return ferror (f) || fclose (f) != 0;
3537
3543
 
3538
3544
  ;
3539
3545
  return 0;
3540
3546
}
3541
3547
_ACEOF
3542
3548
ac_clean_files_save=$ac_clean_files
3543
 
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
 
3549
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3544
3550
# Try to create an executable without -o first, disregard a.out.
3545
3551
# It will help us diagnose broken compilers, and finding out an intuition
3546
3552
# of exeext.
3547
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3548
 
$as_echo_n "checking for C compiler default output file name... " >&6; }
 
3553
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
 
3554
$as_echo_n "checking whether the C compiler works... " >&6; }
3549
3555
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3550
3556
 
3551
3557
# The possible output files:
3607
3613
else
3608
3614
  ac_file=''
3609
3615
fi
3610
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3611
 
$as_echo "$ac_file" >&6; }
3612
3616
if test -z "$ac_file"; then :
3613
 
  $as_echo "$as_me: failed program was:" >&5
 
3617
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
3618
$as_echo "no" >&6; }
 
3619
$as_echo "$as_me: failed program was:" >&5
3614
3620
sed 's/^/| /' conftest.$ac_ext >&5
3615
3621
 
3616
3622
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3618
3624
{ as_fn_set_status 77
3619
3625
as_fn_error "C compiler cannot create executables
3620
3626
See \`config.log' for more details." "$LINENO" 5; }; }
 
3627
else
 
3628
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
3629
$as_echo "yes" >&6; }
3621
3630
fi
 
3631
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
 
3632
$as_echo_n "checking for C compiler default output file name... " >&6; }
 
3633
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
 
3634
$as_echo "$ac_file" >&6; }
3622
3635
ac_exeext=$ac_cv_exeext
3623
3636
 
3624
 
# Check that the compiler produces executables we can run.  If not, either
3625
 
# the compiler is broken, or we cross compile.
3626
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3627
 
$as_echo_n "checking whether the C compiler works... " >&6; }
3628
 
# If not cross compiling, check that we can run a simple program.
3629
 
if test "$cross_compiling" != yes; then
3630
 
  if { ac_try='./$ac_file'
3631
 
  { { case "(($ac_try" in
3632
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3633
 
  *) ac_try_echo=$ac_try;;
3634
 
esac
3635
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3636
 
$as_echo "$ac_try_echo"; } >&5
3637
 
  (eval "$ac_try") 2>&5
3638
 
  ac_status=$?
3639
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3640
 
  test $ac_status = 0; }; }; then
3641
 
    cross_compiling=no
3642
 
  else
3643
 
    if test "$cross_compiling" = maybe; then
3644
 
        cross_compiling=yes
3645
 
    else
3646
 
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3647
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3648
 
as_fn_error "cannot run C compiled programs.
3649
 
If you meant to cross compile, use \`--host'.
3650
 
See \`config.log' for more details." "$LINENO" 5; }
3651
 
    fi
3652
 
  fi
3653
 
fi
3654
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3655
 
$as_echo "yes" >&6; }
3656
 
 
3657
 
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
 
3637
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3658
3638
ac_clean_files=$ac_clean_files_save
3659
 
# Check that the compiler produces executables we can run.  If not, either
3660
 
# the compiler is broken, or we cross compile.
3661
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3662
 
$as_echo_n "checking whether we are cross compiling... " >&6; }
3663
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3664
 
$as_echo "$cross_compiling" >&6; }
3665
 
 
3666
3639
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3667
3640
$as_echo_n "checking for suffix of executables... " >&6; }
3668
3641
if { { ac_try="$ac_link"
3695
3668
as_fn_error "cannot compute suffix of executables: cannot compile and link
3696
3669
See \`config.log' for more details." "$LINENO" 5; }
3697
3670
fi
3698
 
rm -f conftest$ac_cv_exeext
 
3671
rm -f conftest conftest$ac_cv_exeext
3699
3672
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3700
3673
$as_echo "$ac_cv_exeext" >&6; }
3701
3674
 
3702
3675
rm -f conftest.$ac_ext
3703
3676
EXEEXT=$ac_cv_exeext
3704
3677
ac_exeext=$EXEEXT
 
3678
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
3679
/* end confdefs.h.  */
 
3680
#include <stdio.h>
 
3681
int
 
3682
main ()
 
3683
{
 
3684
FILE *f = fopen ("conftest.out", "w");
 
3685
 return ferror (f) || fclose (f) != 0;
 
3686
 
 
3687
  ;
 
3688
  return 0;
 
3689
}
 
3690
_ACEOF
 
3691
ac_clean_files="$ac_clean_files conftest.out"
 
3692
# Check that the compiler produces executables we can run.  If not, either
 
3693
# the compiler is broken, or we cross compile.
 
3694
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
 
3695
$as_echo_n "checking whether we are cross compiling... " >&6; }
 
3696
if test "$cross_compiling" != yes; then
 
3697
  { { ac_try="$ac_link"
 
3698
case "(($ac_try" in
 
3699
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3700
  *) ac_try_echo=$ac_try;;
 
3701
esac
 
3702
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
3703
$as_echo "$ac_try_echo"; } >&5
 
3704
  (eval "$ac_link") 2>&5
 
3705
  ac_status=$?
 
3706
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3707
  test $ac_status = 0; }
 
3708
  if { ac_try='./conftest$ac_cv_exeext'
 
3709
  { { case "(($ac_try" in
 
3710
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3711
  *) ac_try_echo=$ac_try;;
 
3712
esac
 
3713
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
3714
$as_echo "$ac_try_echo"; } >&5
 
3715
  (eval "$ac_try") 2>&5
 
3716
  ac_status=$?
 
3717
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3718
  test $ac_status = 0; }; }; then
 
3719
    cross_compiling=no
 
3720
  else
 
3721
    if test "$cross_compiling" = maybe; then
 
3722
        cross_compiling=yes
 
3723
    else
 
3724
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
3725
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
3726
as_fn_error "cannot run C compiled programs.
 
3727
If you meant to cross compile, use \`--host'.
 
3728
See \`config.log' for more details." "$LINENO" 5; }
 
3729
    fi
 
3730
  fi
 
3731
fi
 
3732
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
 
3733
$as_echo "$cross_compiling" >&6; }
 
3734
 
 
3735
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
 
3736
ac_clean_files=$ac_clean_files_save
3705
3737
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3706
3738
$as_echo_n "checking for suffix of object files... " >&6; }
3707
3739
if test "${ac_cv_objext+set}" = set; then :
5011
5043
... rest of stderr output deleted ...
5012
5044
         10q' conftest.err >conftest.er1
5013
5045
    cat conftest.er1 >&5
5014
 
    rm -f conftest.er1 conftest.err
5015
5046
  fi
 
5047
  rm -f conftest.er1 conftest.err
5016
5048
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5017
5049
  test $ac_status = 0; }
5018
5050
done
5701
5733
 
5702
5734
 
5703
5735
 
5704
 
macro_version='2.2.6'
5705
 
macro_revision='1.3012'
 
5736
macro_version='2.2.6b'
 
5737
macro_revision='1.3017'
5706
5738
 
5707
5739
 
5708
5740
 
6243
6275
else
6244
6276
  lt_cv_nm_interface="BSD nm"
6245
6277
  echo "int some_variable = 0;" > conftest.$ac_ext
6246
 
  (eval echo "\"\$as_me:6246: $ac_compile\"" >&5)
 
6278
  (eval echo "\"\$as_me:6278: $ac_compile\"" >&5)
6247
6279
  (eval "$ac_compile" 2>conftest.err)
6248
6280
  cat conftest.err >&5
6249
 
  (eval echo "\"\$as_me:6249: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
6281
  (eval echo "\"\$as_me:6281: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6250
6282
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6251
6283
  cat conftest.err >&5
6252
 
  (eval echo "\"\$as_me:6252: output\"" >&5)
 
6284
  (eval echo "\"\$as_me:6284: output\"" >&5)
6253
6285
  cat conftest.out >&5
6254
6286
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6255
6287
    lt_cv_nm_interface="MS dumpbin"
6704
6736
  ;;
6705
6737
 
6706
6738
# This must be Linux ELF.
6707
 
linux* | k*bsd*-gnu)
 
6739
linux* | k*bsd*-gnu | kopensolaris*-gnu)
6708
6740
  lt_cv_deplibs_check_method=pass_all
6709
6741
  ;;
6710
6742
 
7443
7475
  ;;
7444
7476
*-*-irix6*)
7445
7477
  # Find out which ABI we are using.
7446
 
  echo '#line 7446 "configure"' > conftest.$ac_ext
 
7478
  echo '#line 7478 "configure"' > conftest.$ac_ext
7447
7479
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7448
7480
  (eval $ac_compile) 2>&5
7449
7481
  ac_status=$?
8671
8703
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8672
8704
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8673
8705
   -e 's:$: $lt_compiler_flag:'`
8674
 
   (eval echo "\"\$as_me:8674: $lt_compile\"" >&5)
 
8706
   (eval echo "\"\$as_me:8706: $lt_compile\"" >&5)
8675
8707
   (eval "$lt_compile" 2>conftest.err)
8676
8708
   ac_status=$?
8677
8709
   cat conftest.err >&5
8678
 
   echo "$as_me:8678: \$? = $ac_status" >&5
 
8710
   echo "$as_me:8710: \$? = $ac_status" >&5
8679
8711
   if (exit $ac_status) && test -s "$ac_outfile"; then
8680
8712
     # The compiler can only warn and ignore the option if not recognized
8681
8713
     # So say no if there are warnings other than the usual output.
8840
8872
      lt_prog_compiler_static='-non_shared'
8841
8873
      ;;
8842
8874
 
8843
 
    linux* | k*bsd*-gnu)
 
8875
    linux* | k*bsd*-gnu | kopensolaris*-gnu)
8844
8876
      case $cc_basename in
8845
8877
      # old Intel for x86_64 which still supported -KPIC.
8846
8878
      ecc*)
9010
9042
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9011
9043
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9012
9044
   -e 's:$: $lt_compiler_flag:'`
9013
 
   (eval echo "\"\$as_me:9013: $lt_compile\"" >&5)
 
9045
   (eval echo "\"\$as_me:9045: $lt_compile\"" >&5)
9014
9046
   (eval "$lt_compile" 2>conftest.err)
9015
9047
   ac_status=$?
9016
9048
   cat conftest.err >&5
9017
 
   echo "$as_me:9017: \$? = $ac_status" >&5
 
9049
   echo "$as_me:9049: \$? = $ac_status" >&5
9018
9050
   if (exit $ac_status) && test -s "$ac_outfile"; then
9019
9051
     # The compiler can only warn and ignore the option if not recognized
9020
9052
     # So say no if there are warnings other than the usual output.
9115
9147
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9116
9148
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9117
9149
   -e 's:$: $lt_compiler_flag:'`
9118
 
   (eval echo "\"\$as_me:9118: $lt_compile\"" >&5)
 
9150
   (eval echo "\"\$as_me:9150: $lt_compile\"" >&5)
9119
9151
   (eval "$lt_compile" 2>out/conftest.err)
9120
9152
   ac_status=$?
9121
9153
   cat out/conftest.err >&5
9122
 
   echo "$as_me:9122: \$? = $ac_status" >&5
 
9154
   echo "$as_me:9154: \$? = $ac_status" >&5
9123
9155
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
9124
9156
   then
9125
9157
     # The compiler can only warn and ignore the option if not recognized
9170
9202
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9171
9203
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9172
9204
   -e 's:$: $lt_compiler_flag:'`
9173
 
   (eval echo "\"\$as_me:9173: $lt_compile\"" >&5)
 
9205
   (eval echo "\"\$as_me:9205: $lt_compile\"" >&5)
9174
9206
   (eval "$lt_compile" 2>out/conftest.err)
9175
9207
   ac_status=$?
9176
9208
   cat out/conftest.err >&5
9177
 
   echo "$as_me:9177: \$? = $ac_status" >&5
 
9209
   echo "$as_me:9209: \$? = $ac_status" >&5
9178
9210
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
9179
9211
   then
9180
9212
     # The compiler can only warn and ignore the option if not recognized
9313
9345
    fi
9314
9346
    supports_anon_versioning=no
9315
9347
    case `$LD -v 2>&1` in
 
9348
      *GNU\ gold*) supports_anon_versioning=yes ;;
9316
9349
      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9317
9350
      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9318
9351
      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9404
9437
      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9405
9438
      ;;
9406
9439
 
9407
 
    gnu* | linux* | tpf* | k*bsd*-gnu)
 
9440
    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9408
9441
      tmp_diet=no
9409
9442
      if test "$host_os" = linux-dietlibc; then
9410
9443
        case $cc_basename in
10866
10899
  ;;
10867
10900
 
10868
10901
# This must be Linux ELF.
10869
 
linux* | k*bsd*-gnu)
 
10902
linux* | k*bsd*-gnu | kopensolaris*-gnu)
10870
10903
  version_type=linux
10871
10904
  need_lib_prefix=no
10872
10905
  need_version=no
11553
11586
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11554
11587
  lt_status=$lt_dlunknown
11555
11588
  cat > conftest.$ac_ext <<_LT_EOF
11556
 
#line 11556 "configure"
 
11589
#line 11589 "configure"
11557
11590
#include "confdefs.h"
11558
11591
 
11559
11592
#if HAVE_DLFCN_H
11649
11682
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11650
11683
  lt_status=$lt_dlunknown
11651
11684
  cat > conftest.$ac_ext <<_LT_EOF
11652
 
#line 11652 "configure"
 
11685
#line 11685 "configure"
11653
11686
#include "confdefs.h"
11654
11687
 
11655
11688
#if HAVE_DLFCN_H
13301
13334
 
13302
13335
 
13303
13336
 
13304
 
pkg_failed=no
13305
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GCONF" >&5
13306
 
$as_echo_n "checking for GCONF... " >&6; }
13307
 
 
13308
 
if test -n "$PKG_CONFIG"; then
13309
 
    if test -n "$GCONF_CFLAGS"; then
13310
 
        pkg_cv_GCONF_CFLAGS="$GCONF_CFLAGS"
13311
 
    else
13312
 
        if test -n "$PKG_CONFIG" && \
13313
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gconf-2.0\""; } >&5
13314
 
  ($PKG_CONFIG --exists --print-errors "gconf-2.0") 2>&5
13315
 
  ac_status=$?
13316
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13317
 
  test $ac_status = 0; }; then
13318
 
  pkg_cv_GCONF_CFLAGS=`$PKG_CONFIG --cflags "gconf-2.0" 2>/dev/null`
13319
 
else
13320
 
  pkg_failed=yes
13321
 
fi
13322
 
    fi
13323
 
else
13324
 
        pkg_failed=untried
13325
 
fi
13326
 
if test -n "$PKG_CONFIG"; then
13327
 
    if test -n "$GCONF_LIBS"; then
13328
 
        pkg_cv_GCONF_LIBS="$GCONF_LIBS"
13329
 
    else
13330
 
        if test -n "$PKG_CONFIG" && \
13331
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gconf-2.0\""; } >&5
13332
 
  ($PKG_CONFIG --exists --print-errors "gconf-2.0") 2>&5
13333
 
  ac_status=$?
13334
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13335
 
  test $ac_status = 0; }; then
13336
 
  pkg_cv_GCONF_LIBS=`$PKG_CONFIG --libs "gconf-2.0" 2>/dev/null`
13337
 
else
13338
 
  pkg_failed=yes
13339
 
fi
13340
 
    fi
13341
 
else
13342
 
        pkg_failed=untried
13343
 
fi
13344
 
 
13345
 
 
13346
 
 
13347
 
if test $pkg_failed = yes; then
13348
 
 
13349
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
13350
 
        _pkg_short_errors_supported=yes
13351
 
else
13352
 
        _pkg_short_errors_supported=no
13353
 
fi
13354
 
        if test $_pkg_short_errors_supported = yes; then
13355
 
                GCONF_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gconf-2.0"`
13356
 
        else
13357
 
                GCONF_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gconf-2.0"`
13358
 
        fi
13359
 
        # Put the nasty error message in config.log where it belongs
13360
 
        echo "$GCONF_PKG_ERRORS" >&5
13361
 
 
13362
 
        as_fn_error "Package requirements (gconf-2.0) were not met:
13363
 
 
13364
 
$GCONF_PKG_ERRORS
13365
 
 
13366
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
13367
 
installed software in a non-standard prefix.
13368
 
 
13369
 
Alternatively, you may set the environment variables GCONF_CFLAGS
13370
 
and GCONF_LIBS to avoid the need to call pkg-config.
13371
 
See the pkg-config man page for more details.
13372
 
" "$LINENO" 5
13373
 
elif test $pkg_failed = untried; then
13374
 
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13375
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13376
 
as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
13377
 
is in your PATH or set the PKG_CONFIG environment variable to the full
13378
 
path to pkg-config.
13379
 
 
13380
 
Alternatively, you may set the environment variables GCONF_CFLAGS
13381
 
and GCONF_LIBS to avoid the need to call pkg-config.
13382
 
See the pkg-config man page for more details.
13383
 
 
13384
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
13385
 
See \`config.log' for more details." "$LINENO" 5; }
13386
 
else
13387
 
        GCONF_CFLAGS=$pkg_cv_GCONF_CFLAGS
13388
 
        GCONF_LIBS=$pkg_cv_GCONF_LIBS
13389
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13390
 
$as_echo "yes" >&6; }
13391
 
        :
13392
 
fi
13393
 
DAEMON_CFLAGS="$DAEMON_CFLAGS $GCONF_CFLAGS"
13394
 
DAEMON_LIBS="$DAEMON_LIBS $GCONF_LIBS"
13395
 
 
13396
13337
GETTEXT_PACKAGE=gnome-keyring
13397
13338
 
13398
13339
cat >>confdefs.h <<_ACEOF
15554
15495
fi
15555
15496
 
15556
15497
# ----------------------------------------------------------------------
 
15498
# p11-tests
 
15499
 
 
15500
# Check whether --enable-p11_tests was given.
 
15501
if test "${enable_p11_tests+set}" = set; then :
 
15502
  enableval=$enable_p11_tests;
 
15503
fi
 
15504
 
 
15505
 
 
15506
p11_tests_status="no"
 
15507
 
 
15508
if test "$enable_p11_tests" != "no"; then
 
15509
 
 
15510
pkg_failed=no
 
15511
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for P11_TESTS" >&5
 
15512
$as_echo_n "checking for P11_TESTS... " >&6; }
 
15513
 
 
15514
if test -n "$PKG_CONFIG"; then
 
15515
    if test -n "$P11_TESTS_CFLAGS"; then
 
15516
        pkg_cv_P11_TESTS_CFLAGS="$P11_TESTS_CFLAGS"
 
15517
    else
 
15518
        if test -n "$PKG_CONFIG" && \
 
15519
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"p11-tests >= 0.1\""; } >&5
 
15520
  ($PKG_CONFIG --exists --print-errors "p11-tests >= 0.1") 2>&5
 
15521
  ac_status=$?
 
15522
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
15523
  test $ac_status = 0; }; then
 
15524
  pkg_cv_P11_TESTS_CFLAGS=`$PKG_CONFIG --cflags "p11-tests >= 0.1" 2>/dev/null`
 
15525
else
 
15526
  pkg_failed=yes
 
15527
fi
 
15528
    fi
 
15529
else
 
15530
        pkg_failed=untried
 
15531
fi
 
15532
if test -n "$PKG_CONFIG"; then
 
15533
    if test -n "$P11_TESTS_LIBS"; then
 
15534
        pkg_cv_P11_TESTS_LIBS="$P11_TESTS_LIBS"
 
15535
    else
 
15536
        if test -n "$PKG_CONFIG" && \
 
15537
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"p11-tests >= 0.1\""; } >&5
 
15538
  ($PKG_CONFIG --exists --print-errors "p11-tests >= 0.1") 2>&5
 
15539
  ac_status=$?
 
15540
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
15541
  test $ac_status = 0; }; then
 
15542
  pkg_cv_P11_TESTS_LIBS=`$PKG_CONFIG --libs "p11-tests >= 0.1" 2>/dev/null`
 
15543
else
 
15544
  pkg_failed=yes
 
15545
fi
 
15546
    fi
 
15547
else
 
15548
        pkg_failed=untried
 
15549
fi
 
15550
 
 
15551
 
 
15552
 
 
15553
if test $pkg_failed = yes; then
 
15554
 
 
15555
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
15556
        _pkg_short_errors_supported=yes
 
15557
else
 
15558
        _pkg_short_errors_supported=no
 
15559
fi
 
15560
        if test $_pkg_short_errors_supported = yes; then
 
15561
                P11_TESTS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "p11-tests >= 0.1"`
 
15562
        else
 
15563
                P11_TESTS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "p11-tests >= 0.1"`
 
15564
        fi
 
15565
        # Put the nasty error message in config.log where it belongs
 
15566
        echo "$P11_TESTS_PKG_ERRORS" >&5
 
15567
 
 
15568
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
15569
$as_echo "no" >&6; }
 
15570
                p11_tests_status=no
 
15571
elif test $pkg_failed = untried; then
 
15572
        p11_tests_status=no
 
15573
else
 
15574
        P11_TESTS_CFLAGS=$pkg_cv_P11_TESTS_CFLAGS
 
15575
        P11_TESTS_LIBS=$pkg_cv_P11_TESTS_LIBS
 
15576
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
15577
$as_echo "yes" >&6; }
 
15578
        p11_tests_status=yes
 
15579
fi
 
15580
fi
 
15581
 
 
15582
 if test "$p11_tests_status" = "yes"; then
 
15583
  WITH_P11_TESTS_TRUE=
 
15584
  WITH_P11_TESTS_FALSE='#'
 
15585
else
 
15586
  WITH_P11_TESTS_TRUE='#'
 
15587
  WITH_P11_TESTS_FALSE=
 
15588
fi
 
15589
 
 
15590
 
 
15591
if test "$p11_tests_status" = "yes"; then
 
15592
 
 
15593
cat >>confdefs.h <<_ACEOF
 
15594
#define WITH_P11_TESTS 1
 
15595
_ACEOF
 
15596
 
 
15597
fi
 
15598
 
 
15599
# ----------------------------------------------------------------------
15557
15600
 
15558
15601
GP11_LT_RELEASE=$GP11_MAJOR:$GP11_REVISION:$GP11_AGE
15559
15602
 
15569
15612
 
15570
15613
 
15571
15614
 
 
15615
 
 
15616
 
 
15617
 
15572
15618
BINDIR="$bindir"
15573
15619
 
15574
15620
 
15575
 
ac_config_files="$ac_config_files Makefile daemon/Makefile daemon/gnome-keyring-daemon.desktop.in daemon/data/Makefile daemon/keyrings/Makefile daemon/keyrings/tests/Makefile daemon/pkcs11/Makefile daemon/ui/Makefile daemon/util/Makefile daemon/util/tests/Makefile docs/Makefile docs/reference/Makefile docs/reference/gcr/Makefile docs/reference/gnome-keyring/Makefile docs/reference/gp11/Makefile egg/Makefile egg/tests/Makefile gcr/gcr.pc gcr/Makefile gcr/tests/Makefile gp11/gp11.pc gp11/Makefile gp11/tests/Makefile library/Makefile library/tests/Makefile pam/Makefile pam/tests/Makefile pkcs11/Makefile pkcs11/gck/Makefile pkcs11/gck/tests/Makefile pkcs11/plex-layer/Makefile pkcs11/roots-store/Makefile pkcs11/roots-store/tests/Makefile pkcs11/rpc-layer/Makefile pkcs11/ssh-agent/Makefile pkcs11/ssh-store/Makefile pkcs11/ssh-store/tests/Makefile pkcs11/user-store/Makefile po/Makefile.in tests/Makefile tool/Makefile library/gnome-keyring-1.pc library/gnome-keyring-1-uninstalled.pc"
 
15621
ac_config_files="$ac_config_files Makefile daemon/Makefile daemon/gnome-keyring-pkcs11.desktop.in daemon/gnome-keyring-secrets.desktop.in daemon/gnome-keyring-ssh.desktop.in daemon/control/Makefile daemon/control/tests/Makefile daemon/data/Makefile daemon/dbus/Makefile daemon/login/Makefile daemon/pkcs11/Makefile daemon/prompt/Makefile daemon/prompt/tests/Makefile daemon/ssh-agent/Makefile docs/Makefile docs/reference/Makefile docs/reference/gcr/Makefile docs/reference/gp11/Makefile egg/Makefile egg/tests/Makefile gcr/gcr.pc gcr/Makefile gcr/tests/Makefile gp11/gp11.pc gp11/Makefile gp11/tests/Makefile pam/Makefile pam/tests/Makefile pkcs11/Makefile pkcs11/gck/Makefile pkcs11/gck/tests/Makefile pkcs11/plex-layer/Makefile pkcs11/roots-store/Makefile pkcs11/roots-store/tests/Makefile pkcs11/rpc-layer/Makefile pkcs11/secret-store/Makefile pkcs11/secret-store/tests/Makefile pkcs11/ssh-store/Makefile pkcs11/ssh-store/tests/Makefile pkcs11/user-store/Makefile pkcs11/user-store/tests/Makefile po/Makefile.in tests/Makefile tool/Makefile"
15576
15622
 
15577
15623
cat >confcache <<\_ACEOF
15578
15624
# This file is a shell script that caches the results of configure
15731
15777
  as_fn_error "conditional \"WITH_VALGRIND\" was never defined.
15732
15778
Usually this means the macro was only invoked conditionally." "$LINENO" 5
15733
15779
fi
 
15780
if test -z "${WITH_P11_TESTS_TRUE}" && test -z "${WITH_P11_TESTS_FALSE}"; then
 
15781
  as_fn_error "conditional \"WITH_P11_TESTS\" was never defined.
 
15782
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
15783
fi
15734
15784
 
15735
15785
: ${CONFIG_STATUS=./config.status}
15736
15786
ac_write_fail=0
16140
16190
# values after options handling.
16141
16191
ac_log="
16142
16192
This file was extended by $as_me, which was
16143
 
generated by GNU Autoconf 2.64.  Invocation command line was
 
16193
generated by GNU Autoconf 2.65.  Invocation command line was
16144
16194
 
16145
16195
  CONFIG_FILES    = $CONFIG_FILES
16146
16196
  CONFIG_HEADERS  = $CONFIG_HEADERS
16180
16230
 
16181
16231
  -h, --help       print this help, then exit
16182
16232
  -V, --version    print version number and configuration settings, then exit
 
16233
      --config     print configuration, then exit
16183
16234
  -q, --quiet, --silent
16184
16235
                   do not print progress messages
16185
16236
  -d, --debug      don't remove temporary files
16202
16253
 
16203
16254
_ACEOF
16204
16255
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
16256
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16205
16257
ac_cs_version="\\
16206
16258
config.status
16207
 
configured by $0, generated by GNU Autoconf 2.64,
16208
 
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
16259
configured by $0, generated by GNU Autoconf 2.65,
 
16260
  with options \\"\$ac_cs_config\\"
16209
16261
 
16210
16262
Copyright (C) 2009 Free Software Foundation, Inc.
16211
16263
This config.status script is free software; the Free Software Foundation
16243
16295
    ac_cs_recheck=: ;;
16244
16296
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16245
16297
    $as_echo "$ac_cs_version"; exit ;;
 
16298
  --config | --confi | --conf | --con | --co | --c )
 
16299
    $as_echo "$ac_cs_config"; exit ;;
16246
16300
  --debug | --debu | --deb | --de | --d | -d )
16247
16301
    debug=: ;;
16248
16302
  --file | --fil | --fi | --f )
16586
16640
    "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
16587
16641
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16588
16642
    "daemon/Makefile") CONFIG_FILES="$CONFIG_FILES daemon/Makefile" ;;
16589
 
    "daemon/gnome-keyring-daemon.desktop.in") CONFIG_FILES="$CONFIG_FILES daemon/gnome-keyring-daemon.desktop.in" ;;
 
16643
    "daemon/gnome-keyring-pkcs11.desktop.in") CONFIG_FILES="$CONFIG_FILES daemon/gnome-keyring-pkcs11.desktop.in" ;;
 
16644
    "daemon/gnome-keyring-secrets.desktop.in") CONFIG_FILES="$CONFIG_FILES daemon/gnome-keyring-secrets.desktop.in" ;;
 
16645
    "daemon/gnome-keyring-ssh.desktop.in") CONFIG_FILES="$CONFIG_FILES daemon/gnome-keyring-ssh.desktop.in" ;;
 
16646
    "daemon/control/Makefile") CONFIG_FILES="$CONFIG_FILES daemon/control/Makefile" ;;
 
16647
    "daemon/control/tests/Makefile") CONFIG_FILES="$CONFIG_FILES daemon/control/tests/Makefile" ;;
16590
16648
    "daemon/data/Makefile") CONFIG_FILES="$CONFIG_FILES daemon/data/Makefile" ;;
16591
 
    "daemon/keyrings/Makefile") CONFIG_FILES="$CONFIG_FILES daemon/keyrings/Makefile" ;;
16592
 
    "daemon/keyrings/tests/Makefile") CONFIG_FILES="$CONFIG_FILES daemon/keyrings/tests/Makefile" ;;
 
16649
    "daemon/dbus/Makefile") CONFIG_FILES="$CONFIG_FILES daemon/dbus/Makefile" ;;
 
16650
    "daemon/login/Makefile") CONFIG_FILES="$CONFIG_FILES daemon/login/Makefile" ;;
16593
16651
    "daemon/pkcs11/Makefile") CONFIG_FILES="$CONFIG_FILES daemon/pkcs11/Makefile" ;;
16594
 
    "daemon/ui/Makefile") CONFIG_FILES="$CONFIG_FILES daemon/ui/Makefile" ;;
16595
 
    "daemon/util/Makefile") CONFIG_FILES="$CONFIG_FILES daemon/util/Makefile" ;;
16596
 
    "daemon/util/tests/Makefile") CONFIG_FILES="$CONFIG_FILES daemon/util/tests/Makefile" ;;
 
16652
    "daemon/prompt/Makefile") CONFIG_FILES="$CONFIG_FILES daemon/prompt/Makefile" ;;
 
16653
    "daemon/prompt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES daemon/prompt/tests/Makefile" ;;
 
16654
    "daemon/ssh-agent/Makefile") CONFIG_FILES="$CONFIG_FILES daemon/ssh-agent/Makefile" ;;
16597
16655
    "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
16598
16656
    "docs/reference/Makefile") CONFIG_FILES="$CONFIG_FILES docs/reference/Makefile" ;;
16599
16657
    "docs/reference/gcr/Makefile") CONFIG_FILES="$CONFIG_FILES docs/reference/gcr/Makefile" ;;
16600
 
    "docs/reference/gnome-keyring/Makefile") CONFIG_FILES="$CONFIG_FILES docs/reference/gnome-keyring/Makefile" ;;
16601
16658
    "docs/reference/gp11/Makefile") CONFIG_FILES="$CONFIG_FILES docs/reference/gp11/Makefile" ;;
16602
16659
    "egg/Makefile") CONFIG_FILES="$CONFIG_FILES egg/Makefile" ;;
16603
16660
    "egg/tests/Makefile") CONFIG_FILES="$CONFIG_FILES egg/tests/Makefile" ;;
16607
16664
    "gp11/gp11.pc") CONFIG_FILES="$CONFIG_FILES gp11/gp11.pc" ;;
16608
16665
    "gp11/Makefile") CONFIG_FILES="$CONFIG_FILES gp11/Makefile" ;;
16609
16666
    "gp11/tests/Makefile") CONFIG_FILES="$CONFIG_FILES gp11/tests/Makefile" ;;
16610
 
    "library/Makefile") CONFIG_FILES="$CONFIG_FILES library/Makefile" ;;
16611
 
    "library/tests/Makefile") CONFIG_FILES="$CONFIG_FILES library/tests/Makefile" ;;
16612
16667
    "pam/Makefile") CONFIG_FILES="$CONFIG_FILES pam/Makefile" ;;
16613
16668
    "pam/tests/Makefile") CONFIG_FILES="$CONFIG_FILES pam/tests/Makefile" ;;
16614
16669
    "pkcs11/Makefile") CONFIG_FILES="$CONFIG_FILES pkcs11/Makefile" ;;
16618
16673
    "pkcs11/roots-store/Makefile") CONFIG_FILES="$CONFIG_FILES pkcs11/roots-store/Makefile" ;;
16619
16674
    "pkcs11/roots-store/tests/Makefile") CONFIG_FILES="$CONFIG_FILES pkcs11/roots-store/tests/Makefile" ;;
16620
16675
    "pkcs11/rpc-layer/Makefile") CONFIG_FILES="$CONFIG_FILES pkcs11/rpc-layer/Makefile" ;;
16621
 
    "pkcs11/ssh-agent/Makefile") CONFIG_FILES="$CONFIG_FILES pkcs11/ssh-agent/Makefile" ;;
 
16676
    "pkcs11/secret-store/Makefile") CONFIG_FILES="$CONFIG_FILES pkcs11/secret-store/Makefile" ;;
 
16677
    "pkcs11/secret-store/tests/Makefile") CONFIG_FILES="$CONFIG_FILES pkcs11/secret-store/tests/Makefile" ;;
16622
16678
    "pkcs11/ssh-store/Makefile") CONFIG_FILES="$CONFIG_FILES pkcs11/ssh-store/Makefile" ;;
16623
16679
    "pkcs11/ssh-store/tests/Makefile") CONFIG_FILES="$CONFIG_FILES pkcs11/ssh-store/tests/Makefile" ;;
16624
16680
    "pkcs11/user-store/Makefile") CONFIG_FILES="$CONFIG_FILES pkcs11/user-store/Makefile" ;;
 
16681
    "pkcs11/user-store/tests/Makefile") CONFIG_FILES="$CONFIG_FILES pkcs11/user-store/tests/Makefile" ;;
16625
16682
    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
16626
16683
    "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
16627
16684
    "tool/Makefile") CONFIG_FILES="$CONFIG_FILES tool/Makefile" ;;
16628
 
    "library/gnome-keyring-1.pc") CONFIG_FILES="$CONFIG_FILES library/gnome-keyring-1.pc" ;;
16629
 
    "library/gnome-keyring-1-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES library/gnome-keyring-1-uninstalled.pc" ;;
16630
16685
    "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
16631
16686
 
16632
16687
  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16731
16786
t delim
16732
16787
:nl
16733
16788
h
16734
 
s/\(.\{148\}\).*/\1/
 
16789
s/\(.\{148\}\)..*/\1/
16735
16790
t more1
16736
16791
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16737
16792
p
16745
16800
t nl
16746
16801
:delim
16747
16802
h
16748
 
s/\(.\{148\}\).*/\1/
 
16803
s/\(.\{148\}\)..*/\1/
16749
16804
t more2
16750
16805
s/["\\]/\\&/g; s/^/"/; s/$/"/
16751
16806
p
18019
18074
echo "BUILD"
18020
18075
echo "  Debug Build:          $debug_status"
18021
18076
echo "  Valgrind:             $valgrind_status"
 
18077
echo "  Pkcs#11 Tests         $p11_tests_status"
18022
18078
echo "  Tests, -Werror:       $tests_status"
18023
18079
echo
18024
18080