~ubuntu-branches/ubuntu/vivid/libpam-tacplus/vivid

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Jeroen Nijhof
  • Date: 2012-05-19 19:25:00 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120519192500-n8ymcwdck1lv2401
Tags: 1.3.7-1
* New upstream release.
* Changed compat level to 9 for hardening
* Fixed license link

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 pam_tacplus 1.3.6.
 
3
# Generated by GNU Autoconf 2.69 for pam_tacplus 1.3.7.
4
4
#
5
5
# Report bugs to <jeroen@jeroennijhof.nl,pawel.krawczyk@hush.com>.
6
6
#
594
594
# Identity of this package.
595
595
PACKAGE_NAME='pam_tacplus'
596
596
PACKAGE_TARNAME='pam_tacplus'
597
 
PACKAGE_VERSION='1.3.6'
598
 
PACKAGE_STRING='pam_tacplus 1.3.6'
 
597
PACKAGE_VERSION='1.3.7'
 
598
PACKAGE_STRING='pam_tacplus 1.3.7'
599
599
PACKAGE_BUGREPORT='jeroen@jeroennijhof.nl,pawel.krawczyk@hush.com'
600
600
PACKAGE_URL=''
601
601
 
1309
1309
  # Omit some internal or obsolete options to make the list less imposing.
1310
1310
  # This message is too long to be a string in the A/UX 3.1 sh.
1311
1311
  cat <<_ACEOF
1312
 
\`configure' configures pam_tacplus 1.3.6 to adapt to many kinds of systems.
 
1312
\`configure' configures pam_tacplus 1.3.7 to adapt to many kinds of systems.
1313
1313
 
1314
1314
Usage: $0 [OPTION]... [VAR=VALUE]...
1315
1315
 
1379
1379
 
1380
1380
if test -n "$ac_init_help"; then
1381
1381
  case $ac_init_help in
1382
 
     short | recursive ) echo "Configuration of pam_tacplus 1.3.6:";;
 
1382
     short | recursive ) echo "Configuration of pam_tacplus 1.3.7:";;
1383
1383
   esac
1384
1384
  cat <<\_ACEOF
1385
1385
 
1480
1480
test -n "$ac_init_help" && exit $ac_status
1481
1481
if $ac_init_version; then
1482
1482
  cat <<\_ACEOF
1483
 
pam_tacplus configure 1.3.6
 
1483
pam_tacplus configure 1.3.7
1484
1484
generated by GNU Autoconf 2.69
1485
1485
 
1486
1486
Copyright (C) 2012 Free Software Foundation, Inc.
1907
1907
This file contains any messages produced by compilers while
1908
1908
running configure, to aid debugging if configure makes a mistake.
1909
1909
 
1910
 
It was created by pam_tacplus $as_me 1.3.6, which was
 
1910
It was created by pam_tacplus $as_me 1.3.7, which was
1911
1911
generated by GNU Autoconf 2.69.  Invocation command line was
1912
1912
 
1913
1913
  $ $0 $@
2722
2722
 
2723
2723
# Define the identity of the package.
2724
2724
 PACKAGE='pam_tacplus'
2725
 
 VERSION='1.3.6'
 
2725
 VERSION='1.3.7'
2726
2726
 
2727
2727
 
2728
2728
cat >>confdefs.h <<_ACEOF
5064
5064
  fi
5065
5065
  ;;
5066
5066
 
5067
 
gnu*)
5068
 
  lt_cv_deplibs_check_method=pass_all
5069
 
  ;;
5070
 
 
5071
5067
haiku*)
5072
5068
  lt_cv_deplibs_check_method=pass_all
5073
5069
  ;;
5106
5102
  ;;
5107
5103
 
5108
5104
# This must be glibc/ELF.
5109
 
linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
5105
linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
5110
5106
  lt_cv_deplibs_check_method=pass_all
5111
5107
  ;;
5112
5108
 
8029
8025
      lt_prog_compiler_static='-non_shared'
8030
8026
      ;;
8031
8027
 
8032
 
    linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
8028
    linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
8033
8029
      case $cc_basename in
8034
8030
      # old Intel for x86_64 which still supported -KPIC.
8035
8031
      ecc*)
10199
10195
  esac
10200
10196
  ;;
10201
10197
 
10202
 
gnu*)
10203
 
  version_type=linux # correct to gnu/linux during the next big refactor
10204
 
  need_lib_prefix=no
10205
 
  need_version=no
10206
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10207
 
  soname_spec='${libname}${release}${shared_ext}$major'
10208
 
  shlibpath_var=LD_LIBRARY_PATH
10209
 
  shlibpath_overrides_runpath=no
10210
 
  hardcode_into_libs=yes
10211
 
  ;;
10212
 
 
10213
10198
haiku*)
10214
10199
  version_type=linux # correct to gnu/linux during the next big refactor
10215
10200
  need_lib_prefix=no
10326
10311
  ;;
10327
10312
 
10328
10313
# This must be glibc/ELF.
10329
 
linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
10314
linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10330
10315
  version_type=linux # correct to gnu/linux during the next big refactor
10331
10316
  need_lib_prefix=no
10332
10317
  need_version=no
12435
12420
# report actual input values of CONFIG_FILES etc. instead of their
12436
12421
# values after options handling.
12437
12422
ac_log="
12438
 
This file was extended by pam_tacplus $as_me 1.3.6, which was
 
12423
This file was extended by pam_tacplus $as_me 1.3.7, which was
12439
12424
generated by GNU Autoconf 2.69.  Invocation command line was
12440
12425
 
12441
12426
  CONFIG_FILES    = $CONFIG_FILES
12501
12486
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12502
12487
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12503
12488
ac_cs_version="\\
12504
 
pam_tacplus config.status 1.3.6
 
12489
pam_tacplus config.status 1.3.7
12505
12490
configured by $0, generated by GNU Autoconf 2.69,
12506
12491
  with options \\"\$ac_cs_config\\"
12507
12492