~ubuntu-branches/ubuntu/dapper/lasso/dapper

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Loic Pefferkorn
  • Date: 2005-11-25 19:20:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051125192059-m4894lhpynmkrmwr
Tags: 0.6.3-4ubuntu1
Resynchronise with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
 
# From configure.ac Revision: 1.138 .
 
2
# From configure.ac Revision: 1.140 .
3
3
# Guess values for system-dependent variables and create Makefiles.
4
 
# Generated by GNU Autoconf 2.59 for Liberty Alliance Single Sign On 0.6.2.
 
4
# Generated by GNU Autoconf 2.59 for Liberty Alliance Single Sign On 0.6.3.
5
5
#
6
6
# Report bugs to <lasso-devel@lists.labs.libre-entreprise.org>.
7
7
#
426
426
# Identity of this package.
427
427
PACKAGE_NAME='Liberty Alliance Single Sign On'
428
428
PACKAGE_TARNAME='liberty-alliance-single-sign-on'
429
 
PACKAGE_VERSION='0.6.2'
430
 
PACKAGE_STRING='Liberty Alliance Single Sign On 0.6.2'
 
429
PACKAGE_VERSION='0.6.3'
 
430
PACKAGE_STRING='Liberty Alliance Single Sign On 0.6.3'
431
431
PACKAGE_BUGREPORT='lasso-devel@lists.labs.libre-entreprise.org'
432
432
 
433
433
ac_unique_file="lasso/lasso.c"
977
977
  # Omit some internal or obsolete options to make the list less imposing.
978
978
  # This message is too long to be a string in the A/UX 3.1 sh.
979
979
  cat <<_ACEOF
980
 
\`configure' configures Liberty Alliance Single Sign On 0.6.2 to adapt to many kinds of systems.
 
980
\`configure' configures Liberty Alliance Single Sign On 0.6.3 to adapt to many kinds of systems.
981
981
 
982
982
Usage: $0 [OPTION]... [VAR=VALUE]...
983
983
 
1043
1043
 
1044
1044
if test -n "$ac_init_help"; then
1045
1045
  case $ac_init_help in
1046
 
     short | recursive ) echo "Configuration of Liberty Alliance Single Sign On 0.6.2:";;
 
1046
     short | recursive ) echo "Configuration of Liberty Alliance Single Sign On 0.6.3:";;
1047
1047
   esac
1048
1048
  cat <<\_ACEOF
1049
1049
 
1065
1065
  --disable-python        disable the Python binding
1066
1066
  --disable-php           disable the PHP binding
1067
1067
  --enable-php-force      always enable of the PHP binding (win32)
1068
 
  --disable-csharp        disable the C Sharp binding
1069
1068
  --disable-perl          disable the Perl binding
1070
1069
  --disable-tests         disable the test suite
1071
1070
  --enable-wsf            enable experimental ID-WSF
1087
1086
  --with-python=(PYTHON)  set the full path to the python program to use.
1088
1087
  --with-php-config=(PHP_CONFIG)      Specify full path to php-config.
1089
1088
  --with-php-extension-dir=(PHP_EXTENSION_DIR)      Specify full path to php extension dir.
1090
 
  --with-cil-interpreter=path     set location of CIL interpreter for CSharp
1091
 
  --with-csharp-compiler=path     set location of CSharp compiler
1092
1089
  --with-html-dir=PATH    path to installed docs
1093
1090
  --with-html-dir=PATH path to installed docs
1094
1091
  --with-pkg-config=PATH set pkg-config metadata search path.
1215
1212
test -n "$ac_init_help" && exit 0
1216
1213
if $ac_init_version; then
1217
1214
  cat <<\_ACEOF
1218
 
Liberty Alliance Single Sign On configure 0.6.2
 
1215
Liberty Alliance Single Sign On configure 0.6.3
1219
1216
generated by GNU Autoconf 2.59
1220
1217
 
1221
1218
Copyright (C) 2003 Free Software Foundation, Inc.
1229
1226
This file contains any messages produced by compilers while
1230
1227
running configure, to aid debugging if configure makes a mistake.
1231
1228
 
1232
 
It was created by Liberty Alliance Single Sign On $as_me 0.6.2, which was
 
1229
It was created by Liberty Alliance Single Sign On $as_me 0.6.3, which was
1233
1230
generated by GNU Autoconf 2.59.  Invocation command line was
1234
1231
 
1235
1232
  $ $0 $@
1868
1865
 
1869
1866
# Define the identity of the package.
1870
1867
 PACKAGE=lasso
1871
 
 VERSION=0.6.2
 
1868
 VERSION=0.6.3
1872
1869
 
1873
1870
 
1874
1871
cat >>confdefs.h <<_ACEOF
4577
4574
  ;;
4578
4575
*-*-irix6*)
4579
4576
  # Find out which ABI we are using.
4580
 
  echo '#line 4580 "configure"' > conftest.$ac_ext
 
4577
  echo '#line 4577 "configure"' > conftest.$ac_ext
4581
4578
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4582
4579
  (eval $ac_compile) 2>&5
4583
4580
  ac_status=$?
5983
5980
 
5984
5981
 
5985
5982
# Provide some information about the compiler.
5986
 
echo "$as_me:5986:" \
 
5983
echo "$as_me:5983:" \
5987
5984
     "checking for Fortran 77 compiler version" >&5
5988
5985
ac_compiler=`set X $ac_compile; echo $2`
5989
5986
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
7015
7012
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
7016
7013
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7017
7014
   -e 's:$: $lt_compiler_flag:'`
7018
 
   (eval echo "\"\$as_me:7018: $lt_compile\"" >&5)
 
7015
   (eval echo "\"\$as_me:7015: $lt_compile\"" >&5)
7019
7016
   (eval "$lt_compile" 2>conftest.err)
7020
7017
   ac_status=$?
7021
7018
   cat conftest.err >&5
7022
 
   echo "$as_me:7022: \$? = $ac_status" >&5
 
7019
   echo "$as_me:7019: \$? = $ac_status" >&5
7023
7020
   if (exit $ac_status) && test -s "$ac_outfile"; then
7024
7021
     # The compiler can only warn and ignore the option if not recognized
7025
7022
     # So say no if there are warnings
7248
7245
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
7249
7246
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7250
7247
   -e 's:$: $lt_compiler_flag:'`
7251
 
   (eval echo "\"\$as_me:7251: $lt_compile\"" >&5)
 
7248
   (eval echo "\"\$as_me:7248: $lt_compile\"" >&5)
7252
7249
   (eval "$lt_compile" 2>conftest.err)
7253
7250
   ac_status=$?
7254
7251
   cat conftest.err >&5
7255
 
   echo "$as_me:7255: \$? = $ac_status" >&5
 
7252
   echo "$as_me:7252: \$? = $ac_status" >&5
7256
7253
   if (exit $ac_status) && test -s "$ac_outfile"; then
7257
7254
     # The compiler can only warn and ignore the option if not recognized
7258
7255
     # So say no if there are warnings
7308
7305
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
7309
7306
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7310
7307
   -e 's:$: $lt_compiler_flag:'`
7311
 
   (eval echo "\"\$as_me:7311: $lt_compile\"" >&5)
 
7308
   (eval echo "\"\$as_me:7308: $lt_compile\"" >&5)
7312
7309
   (eval "$lt_compile" 2>out/conftest.err)
7313
7310
   ac_status=$?
7314
7311
   cat out/conftest.err >&5
7315
 
   echo "$as_me:7315: \$? = $ac_status" >&5
 
7312
   echo "$as_me:7312: \$? = $ac_status" >&5
7316
7313
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
7317
7314
   then
7318
7315
     # The compiler can only warn and ignore the option if not recognized
9496
9493
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9497
9494
  lt_status=$lt_dlunknown
9498
9495
  cat > conftest.$ac_ext <<EOF
9499
 
#line 9499 "configure"
 
9496
#line 9496 "configure"
9500
9497
#include "confdefs.h"
9501
9498
 
9502
9499
#if HAVE_DLFCN_H
9594
9591
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9595
9592
  lt_status=$lt_dlunknown
9596
9593
  cat > conftest.$ac_ext <<EOF
9597
 
#line 9597 "configure"
 
9594
#line 9594 "configure"
9598
9595
#include "confdefs.h"
9599
9596
 
9600
9597
#if HAVE_DLFCN_H
11771
11768
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
11772
11769
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11773
11770
   -e 's:$: $lt_compiler_flag:'`
11774
 
   (eval echo "\"\$as_me:11774: $lt_compile\"" >&5)
 
11771
   (eval echo "\"\$as_me:11771: $lt_compile\"" >&5)
11775
11772
   (eval "$lt_compile" 2>conftest.err)
11776
11773
   ac_status=$?
11777
11774
   cat conftest.err >&5
11778
 
   echo "$as_me:11778: \$? = $ac_status" >&5
 
11775
   echo "$as_me:11775: \$? = $ac_status" >&5
11779
11776
   if (exit $ac_status) && test -s "$ac_outfile"; then
11780
11777
     # The compiler can only warn and ignore the option if not recognized
11781
11778
     # So say no if there are warnings
11831
11828
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
11832
11829
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11833
11830
   -e 's:$: $lt_compiler_flag:'`
11834
 
   (eval echo "\"\$as_me:11834: $lt_compile\"" >&5)
 
11831
   (eval echo "\"\$as_me:11831: $lt_compile\"" >&5)
11835
11832
   (eval "$lt_compile" 2>out/conftest.err)
11836
11833
   ac_status=$?
11837
11834
   cat out/conftest.err >&5
11838
 
   echo "$as_me:11838: \$? = $ac_status" >&5
 
11835
   echo "$as_me:11835: \$? = $ac_status" >&5
11839
11836
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
11840
11837
   then
11841
11838
     # The compiler can only warn and ignore the option if not recognized
13200
13197
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13201
13198
  lt_status=$lt_dlunknown
13202
13199
  cat > conftest.$ac_ext <<EOF
13203
 
#line 13203 "configure"
 
13200
#line 13200 "configure"
13204
13201
#include "confdefs.h"
13205
13202
 
13206
13203
#if HAVE_DLFCN_H
13298
13295
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13299
13296
  lt_status=$lt_dlunknown
13300
13297
  cat > conftest.$ac_ext <<EOF
13301
 
#line 13301 "configure"
 
13298
#line 13298 "configure"
13302
13299
#include "confdefs.h"
13303
13300
 
13304
13301
#if HAVE_DLFCN_H
14125
14122
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
14126
14123
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14127
14124
   -e 's:$: $lt_compiler_flag:'`
14128
 
   (eval echo "\"\$as_me:14128: $lt_compile\"" >&5)
 
14125
   (eval echo "\"\$as_me:14125: $lt_compile\"" >&5)
14129
14126
   (eval "$lt_compile" 2>conftest.err)
14130
14127
   ac_status=$?
14131
14128
   cat conftest.err >&5
14132
 
   echo "$as_me:14132: \$? = $ac_status" >&5
 
14129
   echo "$as_me:14129: \$? = $ac_status" >&5
14133
14130
   if (exit $ac_status) && test -s "$ac_outfile"; then
14134
14131
     # The compiler can only warn and ignore the option if not recognized
14135
14132
     # So say no if there are warnings
14185
14182
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
14186
14183
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14187
14184
   -e 's:$: $lt_compiler_flag:'`
14188
 
   (eval echo "\"\$as_me:14188: $lt_compile\"" >&5)
 
14185
   (eval echo "\"\$as_me:14185: $lt_compile\"" >&5)
14189
14186
   (eval "$lt_compile" 2>out/conftest.err)
14190
14187
   ac_status=$?
14191
14188
   cat out/conftest.err >&5
14192
 
   echo "$as_me:14192: \$? = $ac_status" >&5
 
14189
   echo "$as_me:14189: \$? = $ac_status" >&5
14193
14190
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
14194
14191
   then
14195
14192
     # The compiler can only warn and ignore the option if not recognized
16230
16227
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
16231
16228
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16232
16229
   -e 's:$: $lt_compiler_flag:'`
16233
 
   (eval echo "\"\$as_me:16233: $lt_compile\"" >&5)
 
16230
   (eval echo "\"\$as_me:16230: $lt_compile\"" >&5)
16234
16231
   (eval "$lt_compile" 2>conftest.err)
16235
16232
   ac_status=$?
16236
16233
   cat conftest.err >&5
16237
 
   echo "$as_me:16237: \$? = $ac_status" >&5
 
16234
   echo "$as_me:16234: \$? = $ac_status" >&5
16238
16235
   if (exit $ac_status) && test -s "$ac_outfile"; then
16239
16236
     # The compiler can only warn and ignore the option if not recognized
16240
16237
     # So say no if there are warnings
16463
16460
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
16464
16461
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16465
16462
   -e 's:$: $lt_compiler_flag:'`
16466
 
   (eval echo "\"\$as_me:16466: $lt_compile\"" >&5)
 
16463
   (eval echo "\"\$as_me:16463: $lt_compile\"" >&5)
16467
16464
   (eval "$lt_compile" 2>conftest.err)
16468
16465
   ac_status=$?
16469
16466
   cat conftest.err >&5
16470
 
   echo "$as_me:16470: \$? = $ac_status" >&5
 
16467
   echo "$as_me:16467: \$? = $ac_status" >&5
16471
16468
   if (exit $ac_status) && test -s "$ac_outfile"; then
16472
16469
     # The compiler can only warn and ignore the option if not recognized
16473
16470
     # So say no if there are warnings
16523
16520
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
16524
16521
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16525
16522
   -e 's:$: $lt_compiler_flag:'`
16526
 
   (eval echo "\"\$as_me:16526: $lt_compile\"" >&5)
 
16523
   (eval echo "\"\$as_me:16523: $lt_compile\"" >&5)
16527
16524
   (eval "$lt_compile" 2>out/conftest.err)
16528
16525
   ac_status=$?
16529
16526
   cat out/conftest.err >&5
16530
 
   echo "$as_me:16530: \$? = $ac_status" >&5
 
16527
   echo "$as_me:16527: \$? = $ac_status" >&5
16531
16528
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
16532
16529
   then
16533
16530
     # The compiler can only warn and ignore the option if not recognized
18711
18708
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
18712
18709
  lt_status=$lt_dlunknown
18713
18710
  cat > conftest.$ac_ext <<EOF
18714
 
#line 18714 "configure"
 
18711
#line 18711 "configure"
18715
18712
#include "confdefs.h"
18716
18713
 
18717
18714
#if HAVE_DLFCN_H
18809
18806
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
18810
18807
  lt_status=$lt_dlunknown
18811
18808
  cat > conftest.$ac_ext <<EOF
18812
 
#line 18812 "configure"
 
18809
#line 18809 "configure"
18813
18810
#include "confdefs.h"
18814
18811
 
18815
18812
#if HAVE_DLFCN_H
21104
21101
# C# binding
21105
21102
# ----------
21106
21103
 
21107
 
# Check whether --enable-csharp or --disable-csharp was given.
21108
 
if test "${enable_csharp+set}" = set; then
21109
 
  enableval="$enable_csharp"
21110
 
 
21111
 
else
21112
 
  enable_csharp="yes"
21113
 
fi;
21114
 
 
21115
 
 
21116
 
# Check whether --with-cil-interpreter or --without-cil-interpreter was given.
21117
 
if test "${with_cil_interpreter+set}" = set; then
21118
 
  withval="$with_cil_interpreter"
21119
 
  CSHARPBIN="$withval"
21120
 
else
21121
 
  CSHARPBIN=
21122
 
fi;
21123
 
 
21124
 
# Check whether --with-csharp-compiler or --without-csharp-compiler was given.
21125
 
if test "${with_csharp_compiler+set}" = set; then
21126
 
  withval="$with_csharp_compiler"
21127
 
  CSHARPCOMPILERBIN="$withval"
21128
 
else
21129
 
  CSHARPCOMPILERBIN=
21130
 
fi;
 
21104
#AC_ARG_ENABLE(csharp, [  --disable-csharp        disable the C Sharp binding],,
 
21105
#              enable_csharp="yes")
 
21106
 
 
21107
#AC_ARG_WITH(cil-interpreter, [  --with-cil-interpreter=path     set location of CIL interpreter for CSharp],[CSHARPBIN="$withval"], [CSHARPBIN=])
 
21108
#AC_ARG_WITH(csharp-compiler, [  --with-csharp-compiler=path     set location of CSharp compiler],[CSHARPCOMPILERBIN="$withval"], [CSHARPCOMPILERBIN=])
21131
21109
 
21132
21110
if test -z "$CSHARPCOMPILERBIN" ; then
21133
21111
  case $host in
21219
21197
 
21220
21198
CSHARPPATHSEPARATOR="/"
21221
21199
CSHARPCYGPATH_W=echo
21222
 
if test -z "$CSHARPBIN" ; then
21223
 
  languages_available="$languages_available C#($CSHARPCOMPILER)"
 
21200
if false and test -z "$CSHARPBIN" ; then
 
21201
  #languages_available="$languages_available C#($CSHARPCOMPILER)"
21224
21202
  CSHARPCILINTERPRETER=""
21225
21203
  if test "cscc" = "$CSHARPCOMPILER" ; then
21226
21204
    for ac_prog in ilrun
21846
21824
fi
21847
21825
 
21848
21826
pkg_failed=no
21849
 
echo "$as_me:$LINENO: checking for LASSO_CFLAGS" >&5
21850
 
echo $ECHO_N "checking for LASSO_CFLAGS... $ECHO_C" >&6
21851
 
if test "${pkg_cv_LASSO_CFLAGS+set}" = set; then
21852
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
21853
 
else
21854
 
  if test "x$ac_cv_env_LASSO_CFLAGS_set" = "xset"; then
21855
 
        pkg_cv_LASSO_CFLAGS=$ac_cv_env_LASSO_CFLAGS_value
21856
 
elif test -n "$PKG_CONFIG"; then
21857
 
        if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \"glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6 openssl\" >/dev/null 2>&1") >&5
21858
 
  ($PKG_CONFIG --exists "glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6 openssl" >/dev/null 2>&1) 2>&5
21859
 
  ac_status=$?
21860
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21861
 
  (exit $ac_status); }; then
21862
 
                pkg_cv_LASSO_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6 openssl" 2>/dev/null`
21863
 
        else
21864
 
                pkg_failed=yes
21865
 
        fi
21866
 
else
21867
 
        pkg_failed=untried
21868
 
fi
21869
 
fi
21870
 
echo "$as_me:$LINENO: result: $pkg_cv_LASSO_CFLAGS" >&5
21871
 
echo "${ECHO_T}$pkg_cv_LASSO_CFLAGS" >&6
21872
 
echo "$as_me:$LINENO: checking for LASSO_LIBS" >&5
21873
 
echo $ECHO_N "checking for LASSO_LIBS... $ECHO_C" >&6
21874
 
if test "${pkg_cv_LASSO_LIBS+set}" = set; then
21875
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
21876
 
else
21877
 
  if test "x$ac_cv_env_LASSO_LIBS_set" = "xset"; then
21878
 
        pkg_cv_LASSO_LIBS=$ac_cv_env_LASSO_LIBS_value
21879
 
elif test -n "$PKG_CONFIG"; then
21880
 
        if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \"glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6 openssl\" >/dev/null 2>&1") >&5
21881
 
  ($PKG_CONFIG --exists "glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6 openssl" >/dev/null 2>&1) 2>&5
21882
 
  ac_status=$?
21883
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21884
 
  (exit $ac_status); }; then
21885
 
                pkg_cv_LASSO_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6 openssl" 2>/dev/null`
21886
 
        else
21887
 
                pkg_failed=yes
21888
 
        fi
21889
 
else
21890
 
        pkg_failed=untried
21891
 
fi
21892
 
fi
21893
 
echo "$as_me:$LINENO: result: $pkg_cv_LASSO_LIBS" >&5
21894
 
echo "${ECHO_T}$pkg_cv_LASSO_LIBS" >&6
 
21827
echo "$as_me:$LINENO: checking for LASSO" >&5
 
21828
echo $ECHO_N "checking for LASSO... $ECHO_C" >&6
 
21829
 
 
21830
if test -n "$PKG_CONFIG"; then
 
21831
        if test -n "$PKG_CONFIG" && \
 
21832
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6 openssl\"") >&5
 
21833
  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6 openssl") 2>&5
 
21834
  ac_status=$?
 
21835
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21836
  (exit $ac_status); }; then
 
21837
  pkg_cv_LASSO_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6 openssl" 2>/dev/null`
 
21838
else
 
21839
  pkg_failed=yes
 
21840
fi
 
21841
else
 
21842
        pkg_failed=untried
 
21843
fi
 
21844
if test -n "$PKG_CONFIG"; then
 
21845
        if test -n "$PKG_CONFIG" && \
 
21846
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6 openssl\"") >&5
 
21847
  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6 openssl") 2>&5
 
21848
  ac_status=$?
 
21849
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21850
  (exit $ac_status); }; then
 
21851
  pkg_cv_LASSO_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6 openssl" 2>/dev/null`
 
21852
else
 
21853
  pkg_failed=yes
 
21854
fi
 
21855
else
 
21856
        pkg_failed=untried
 
21857
fi
21895
21858
 
21896
21859
if test $pkg_failed = yes; then
21897
21860
        LASSO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6 openssl"`
21938
21901
else
21939
21902
        LASSO_CFLAGS=$pkg_cv_LASSO_CFLAGS
21940
21903
        LASSO_LIBS=$pkg_cv_LASSO_LIBS
 
21904
        echo "$as_me:$LINENO: result: yes" >&5
 
21905
echo "${ECHO_T}yes" >&6
21941
21906
        :
21942
21907
fi
21943
21908
 
22048
22013
    GTK_DOC_MIN_VERSION=1.0
22049
22014
 
22050
22015
pkg_failed=no
22051
 
echo "$as_me:$LINENO: checking for GTK_DOC_CFLAGS" >&5
22052
 
echo $ECHO_N "checking for GTK_DOC_CFLAGS... $ECHO_C" >&6
22053
 
if test "${pkg_cv_GTK_DOC_CFLAGS+set}" = set; then
22054
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
22055
 
else
22056
 
  if test "x$ac_cv_env_GTK_DOC_CFLAGS_set" = "xset"; then
22057
 
        pkg_cv_GTK_DOC_CFLAGS=$ac_cv_env_GTK_DOC_CFLAGS_value
22058
 
elif test -n "$PKG_CONFIG"; then
22059
 
        if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \"gtk-doc >= \$GTK_DOC_MIN_VERSION\" >/dev/null 2>&1") >&5
22060
 
  ($PKG_CONFIG --exists "gtk-doc >= $GTK_DOC_MIN_VERSION" >/dev/null 2>&1) 2>&5
22061
 
  ac_status=$?
22062
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22063
 
  (exit $ac_status); }; then
22064
 
                pkg_cv_GTK_DOC_CFLAGS=`$PKG_CONFIG --cflags "gtk-doc >= $GTK_DOC_MIN_VERSION" 2>/dev/null`
22065
 
        else
22066
 
                pkg_failed=yes
22067
 
        fi
22068
 
else
22069
 
        pkg_failed=untried
22070
 
fi
22071
 
fi
22072
 
echo "$as_me:$LINENO: result: $pkg_cv_GTK_DOC_CFLAGS" >&5
22073
 
echo "${ECHO_T}$pkg_cv_GTK_DOC_CFLAGS" >&6
22074
 
echo "$as_me:$LINENO: checking for GTK_DOC_LIBS" >&5
22075
 
echo $ECHO_N "checking for GTK_DOC_LIBS... $ECHO_C" >&6
22076
 
if test "${pkg_cv_GTK_DOC_LIBS+set}" = set; then
22077
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
22078
 
else
22079
 
  if test "x$ac_cv_env_GTK_DOC_LIBS_set" = "xset"; then
22080
 
        pkg_cv_GTK_DOC_LIBS=$ac_cv_env_GTK_DOC_LIBS_value
22081
 
elif test -n "$PKG_CONFIG"; then
22082
 
        if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \"gtk-doc >= \$GTK_DOC_MIN_VERSION\" >/dev/null 2>&1") >&5
22083
 
  ($PKG_CONFIG --exists "gtk-doc >= $GTK_DOC_MIN_VERSION" >/dev/null 2>&1) 2>&5
22084
 
  ac_status=$?
22085
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22086
 
  (exit $ac_status); }; then
22087
 
                pkg_cv_GTK_DOC_LIBS=`$PKG_CONFIG --libs "gtk-doc >= $GTK_DOC_MIN_VERSION" 2>/dev/null`
22088
 
        else
22089
 
                pkg_failed=yes
22090
 
        fi
22091
 
else
22092
 
        pkg_failed=untried
22093
 
fi
22094
 
fi
22095
 
echo "$as_me:$LINENO: result: $pkg_cv_GTK_DOC_LIBS" >&5
22096
 
echo "${ECHO_T}$pkg_cv_GTK_DOC_LIBS" >&6
 
22016
echo "$as_me:$LINENO: checking for GTK_DOC" >&5
 
22017
echo $ECHO_N "checking for GTK_DOC... $ECHO_C" >&6
 
22018
 
 
22019
if test -n "$PKG_CONFIG"; then
 
22020
        if test -n "$PKG_CONFIG" && \
 
22021
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk-doc >= \$GTK_DOC_MIN_VERSION\"") >&5
 
22022
  ($PKG_CONFIG --exists --print-errors "gtk-doc >= $GTK_DOC_MIN_VERSION") 2>&5
 
22023
  ac_status=$?
 
22024
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22025
  (exit $ac_status); }; then
 
22026
  pkg_cv_GTK_DOC_CFLAGS=`$PKG_CONFIG --cflags "gtk-doc >= $GTK_DOC_MIN_VERSION" 2>/dev/null`
 
22027
else
 
22028
  pkg_failed=yes
 
22029
fi
 
22030
else
 
22031
        pkg_failed=untried
 
22032
fi
 
22033
if test -n "$PKG_CONFIG"; then
 
22034
        if test -n "$PKG_CONFIG" && \
 
22035
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk-doc >= \$GTK_DOC_MIN_VERSION\"") >&5
 
22036
  ($PKG_CONFIG --exists --print-errors "gtk-doc >= $GTK_DOC_MIN_VERSION") 2>&5
 
22037
  ac_status=$?
 
22038
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22039
  (exit $ac_status); }; then
 
22040
  pkg_cv_GTK_DOC_LIBS=`$PKG_CONFIG --libs "gtk-doc >= $GTK_DOC_MIN_VERSION" 2>/dev/null`
 
22041
else
 
22042
  pkg_failed=yes
 
22043
fi
 
22044
else
 
22045
        pkg_failed=untried
 
22046
fi
22097
22047
 
22098
22048
if test $pkg_failed = yes; then
22099
22049
        GTK_DOC_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk-doc >= $GTK_DOC_MIN_VERSION"`
22106
22056
else
22107
22057
        GTK_DOC_CFLAGS=$pkg_cv_GTK_DOC_CFLAGS
22108
22058
        GTK_DOC_LIBS=$pkg_cv_GTK_DOC_LIBS
 
22059
        echo "$as_me:$LINENO: result: yes" >&5
 
22060
echo "${ECHO_T}yes" >&6
22109
22061
        enable_gtk_doc="yes"
22110
22062
fi
22111
22063
fi
22386
22338
 
22387
22339
          ac_config_files="$ac_config_files lasso-src-config"
22388
22340
 
22389
 
                                                                                                                                                                                                                                                                                                                                                                                                      ac_config_files="$ac_config_files Makefile csharp/Makefile csharp/lasso-sharp.pc docs/Makefile docs/lasso-book/Makefile docs/lasso-book/figures/Makefile docs/reference/Makefile docs/reference/version.xml java/Makefile lasso/Makefile lasso/id-ff/Makefile lasso/id-wsf/Makefile lasso/xml/Makefile perl/Makefile php/Makefile python/Makefile swig/Makefile swig/wsf-support.i tests/Makefile tests/data/Makefile tests/data/ca1-la/Makefile tests/data/idp1-la/Makefile tests/data/lecp1-la/Makefile tests/data/sp1-la/Makefile lasso.pc win32/Makefile win32/lasso.rc win32/msvc/Makefile win32/msvc/lasso.dsp win32/msvc/lasso_config.h win32/msvc/java/Makefile win32/msvc/php/Makefile win32/msvc/python/Makefile win32/nsis/Makefile win32/nsis/jlasso-lite.nsi win32/nsis/lasso-deps.nsi win32/nsis/lasso-full.nsi win32/nsis/lasso-lite.nsi win32/nsis/python.nsi"
 
22341
                                                                                                                                                                                                                                                                                                                                                                                  ac_config_files="$ac_config_files Makefile docs/Makefile docs/lasso-book/Makefile docs/lasso-book/figures/Makefile docs/reference/Makefile docs/reference/version.xml java/Makefile lasso/Makefile lasso/id-ff/Makefile lasso/id-wsf/Makefile lasso/xml/Makefile perl/Makefile php/Makefile python/Makefile swig/Makefile swig/wsf-support.i tests/Makefile tests/data/Makefile tests/data/ca1-la/Makefile tests/data/idp1-la/Makefile tests/data/lecp1-la/Makefile tests/data/sp1-la/Makefile lasso.pc win32/Makefile win32/lasso.rc win32/msvc/Makefile win32/msvc/lasso.dsp win32/msvc/lasso_config.h win32/msvc/java/Makefile win32/msvc/php/Makefile win32/msvc/python/Makefile win32/nsis/Makefile win32/nsis/jlasso-lite.nsi win32/nsis/lasso-deps.nsi win32/nsis/lasso-full.nsi win32/nsis/lasso-lite.nsi win32/nsis/python.nsi"
22390
22342
cat >confcache <<\_ACEOF
22391
22343
# This file is a shell script that caches the results of configure
22392
22344
# tests run on this system so they can be shared between configure
22875
22827
} >&5
22876
22828
cat >&5 <<_CSEOF
22877
22829
 
22878
 
This file was extended by Liberty Alliance Single Sign On $as_me 0.6.2, which was
 
22830
This file was extended by Liberty Alliance Single Sign On $as_me 0.6.3, which was
22879
22831
generated by GNU Autoconf 2.59.  Invocation command line was
22880
22832
 
22881
22833
  CONFIG_FILES    = $CONFIG_FILES
22938
22890
 
22939
22891
cat >>$CONFIG_STATUS <<_ACEOF
22940
22892
ac_cs_version="\\
22941
 
Liberty Alliance Single Sign On config.status 0.6.2
 
22893
Liberty Alliance Single Sign On config.status 0.6.3
22942
22894
configured by $0, generated by GNU Autoconf 2.59,
22943
22895
  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
22944
22896
 
23050
23002
  # Handling of arguments.
23051
23003
  "lasso-src-config" ) CONFIG_FILES="$CONFIG_FILES lasso-src-config" ;;
23052
23004
  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
23053
 
  "csharp/Makefile" ) CONFIG_FILES="$CONFIG_FILES csharp/Makefile" ;;
23054
 
  "csharp/lasso-sharp.pc" ) CONFIG_FILES="$CONFIG_FILES csharp/lasso-sharp.pc" ;;
23055
23005
  "docs/Makefile" ) CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
23056
23006
  "docs/lasso-book/Makefile" ) CONFIG_FILES="$CONFIG_FILES docs/lasso-book/Makefile" ;;
23057
23007
  "docs/lasso-book/figures/Makefile" ) CONFIG_FILES="$CONFIG_FILES docs/lasso-book/figures/Makefile" ;;
24092
24042
 
24093
24043
Available languages:    ${languages_available}
24094
24044
 
24095
 
C# binding:             ${enable_csharp}
24096
24045
Java binding:           ${enable_java}
24097
24046
Perl binding:           ${enable_perl}
24098
24047
PHP binding:            ${enable_php}
24118
24067
 
24119
24068
Available languages:    ${languages_available}
24120
24069
 
24121
 
C# binding:             ${enable_csharp}
24122
24070
Java binding:           ${enable_java}
24123
24071
Perl binding:           ${enable_perl}
24124
24072
PHP binding:            ${enable_php}