~ubuntu-branches/ubuntu/quantal/pam-pkcs11/quantal

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2010-11-21 14:49:42 UTC
  • mto: (2.3.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20101121144942-ygtfaj12v2ar8vk0
Tags: upstream-0.6.6
ImportĀ upstreamĀ versionĀ 0.6.6

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.67 for pam_pkcs11 0.6.5.
 
3
# Generated by GNU Autoconf 2.67 for pam_pkcs11 0.6.6.
4
4
#
5
5
#
6
6
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
698
698
# Identity of this package.
699
699
PACKAGE_NAME='pam_pkcs11'
700
700
PACKAGE_TARNAME='pam_pkcs11'
701
 
PACKAGE_VERSION='0.6.5'
702
 
PACKAGE_STRING='pam_pkcs11 0.6.5'
 
701
PACKAGE_VERSION='0.6.6'
 
702
PACKAGE_STRING='pam_pkcs11 0.6.6'
703
703
PACKAGE_BUGREPORT=''
704
704
PACKAGE_URL=''
705
705
 
1502
1502
  # Omit some internal or obsolete options to make the list less imposing.
1503
1503
  # This message is too long to be a string in the A/UX 3.1 sh.
1504
1504
  cat <<_ACEOF
1505
 
\`configure' configures pam_pkcs11 0.6.5 to adapt to many kinds of systems.
 
1505
\`configure' configures pam_pkcs11 0.6.6 to adapt to many kinds of systems.
1506
1506
 
1507
1507
Usage: $0 [OPTION]... [VAR=VALUE]...
1508
1508
 
1573
1573
 
1574
1574
if test -n "$ac_init_help"; then
1575
1575
  case $ac_init_help in
1576
 
     short | recursive ) echo "Configuration of pam_pkcs11 0.6.5:";;
 
1576
     short | recursive ) echo "Configuration of pam_pkcs11 0.6.6:";;
1577
1577
   esac
1578
1578
  cat <<\_ACEOF
1579
1579
 
1611
1611
  --with-ldap             use ldap (default=yes)
1612
1612
  --with-nss              use NSS instead of openSSL and raw PKCS 11
1613
1613
                          (default=no)
1614
 
  --with-pcsclite         Use pcsc-lite (default=yes)
 
1614
  --without-pcsclite      Do not use pcsc-lite (default=yes)
1615
1615
  --without-docbook       do not generate html manual (needs docbook)
1616
1616
 
1617
1617
Some influential environment variables:
1706
1706
test -n "$ac_init_help" && exit $ac_status
1707
1707
if $ac_init_version; then
1708
1708
  cat <<\_ACEOF
1709
 
pam_pkcs11 configure 0.6.5
 
1709
pam_pkcs11 configure 0.6.6
1710
1710
generated by GNU Autoconf 2.67
1711
1711
 
1712
1712
Copyright (C) 2010 Free Software Foundation, Inc.
2246
2246
This file contains any messages produced by compilers while
2247
2247
running configure, to aid debugging if configure makes a mistake.
2248
2248
 
2249
 
It was created by pam_pkcs11 $as_me 0.6.5, which was
 
2249
It was created by pam_pkcs11 $as_me 0.6.6, which was
2250
2250
generated by GNU Autoconf 2.67.  Invocation command line was
2251
2251
 
2252
2252
  $ $0 $@
3173
3173
 
3174
3174
# Define the identity of the package.
3175
3175
 PACKAGE='pam_pkcs11'
3176
 
 VERSION='0.6.5'
 
3176
 VERSION='0.6.6'
3177
3177
 
3178
3178
 
3179
3179
cat >>confdefs.h <<_ACEOF
18236
18236
 
18237
18237
# Check whether --with-pcsclite was given.
18238
18238
if test "${with_pcsclite+set}" = set; then :
18239
 
  withval=$with_pcsclite;  with_pcsclite=no
 
18239
  withval=$with_pcsclite;
 
18240
else
 
18241
   with_pcsclite=yes
18240
18242
fi
18241
18243
 
18242
18244
 
19587
19589
# report actual input values of CONFIG_FILES etc. instead of their
19588
19590
# values after options handling.
19589
19591
ac_log="
19590
 
This file was extended by pam_pkcs11 $as_me 0.6.5, which was
 
19592
This file was extended by pam_pkcs11 $as_me 0.6.6, which was
19591
19593
generated by GNU Autoconf 2.67.  Invocation command line was
19592
19594
 
19593
19595
  CONFIG_FILES    = $CONFIG_FILES
19653
19655
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19654
19656
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
19655
19657
ac_cs_version="\\
19656
 
pam_pkcs11 config.status 0.6.5
 
19658
pam_pkcs11 config.status 0.6.6
19657
19659
configured by $0, generated by GNU Autoconf 2.67,
19658
19660
  with options \\"\$ac_cs_config\\"
19659
19661
 
21804
21806
A=`eval echo ${prefix}` ; A=`eval echo ${A}`
21805
21807
B=`eval echo ${bindir}` ; B=`eval echo ${B}`
21806
21808
C=`eval echo ${sysconfdir}` ; C=`eval echo ${C}`
 
21809
D=`eval echo ${libdir}` ; D=`eval echo ${D}`
21807
21810
 
21808
21811
echo ""
21809
21812
echo "PAM-PKCS#11 has been configured with the following options"
21812
21815
echo "Version:             ${PACKAGE_VERSION}"
21813
21816
echo "User binaries:       ${B}"
21814
21817
echo "Configuration files: ${C}"
 
21818
echo "libdir:              ${D}"
21815
21819
echo ""
21816
21820
echo "Host:                ${host}"
21817
21821
echo "Compiler:            ${CC}"