Codebase list shibboleth-resolver / 7ad9b61
Update upstream source from tag 'upstream/3.1.0' Update to upstream version '3.1.0' with Debian dir f770ba23ce482a93d3668e4bd276a18cfba0fa6b Sam Hartman 3 years ago
15 changed file(s) with 247 addition(s) and 455 deletion(s). Raw diff Collapse all Expand all
203203 $(top_srcdir)/build-aux/missing \
204204 $(top_srcdir)/src/shibresolver/config_pub.h.in \
205205 build-aux/compile build-aux/config.guess build-aux/config.sub \
206 build-aux/install-sh build-aux/ltmain.sh build-aux/missing
206 build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \
207 build-aux/missing
207208 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
208209 distdir = $(PACKAGE)-$(VERSION)
209210 top_distdir = $(distdir)
381382 prefix = @prefix@
382383 program_transform_name = @program_transform_name@
383384 psdir = @psdir@
384 runstatedir = @runstatedir@
385385 sbindir = @sbindir@
386386 sharedstatedir = @sharedstatedir@
387387 shibsp_CFLAGS = @shibsp_CFLAGS@
1919 If you have problems, you may need to regenerate the build system entirely.
2020 To do so, use the procedure documented by the package, typically 'autoreconf'.])])
2121
22 dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
23 dnl serial 11 (pkg-config-0.29)
24 dnl
22 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
23 # serial 12 (pkg-config-0.29.2)
24
2525 dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
2626 dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com>
2727 dnl
6262 dnl See the "Since" comment for each macro you use to see what version
6363 dnl of the macros you require.
6464 m4_defun([PKG_PREREQ],
65 [m4_define([PKG_MACROS_VERSION], [0.29])
65 [m4_define([PKG_MACROS_VERSION], [0.29.2])
6666 m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
6767 [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])])
6868 ])dnl PKG_PREREQ
163163 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
164164
165165 pkg_failed=no
166 AC_MSG_CHECKING([for $1])
166 AC_MSG_CHECKING([for $2])
167167
168168 _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
169169 _PKG_CONFIG([$1][_LIBS], [libs], [$2])
173173 See the pkg-config man page for more details.])
174174
175175 if test $pkg_failed = yes; then
176 AC_MSG_RESULT([no])
176 AC_MSG_RESULT([no])
177177 _PKG_SHORT_ERRORS_SUPPORTED
178178 if test $_pkg_short_errors_supported = yes; then
179179 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
180 else
180 else
181181 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
182182 fi
183183 # Put the nasty error message in config.log where it belongs
194194 _PKG_TEXT])[]dnl
195195 ])
196196 elif test $pkg_failed = untried; then
197 AC_MSG_RESULT([no])
197 AC_MSG_RESULT([no])
198198 m4_default([$4], [AC_MSG_FAILURE(
199199 [The pkg-config script could not be found or is too old. Make sure it
200200 is in your PATH or set the PKG_CONFIG environment variable to the full
11 # Attempt to guess a canonical system name.
22 # Copyright 1992-2018 Free Software Foundation, Inc.
33
4 timestamp='2018-02-24'
4 timestamp='2018-03-08'
55
66 # This file is free software; you can redistribute it and/or modify it
77 # under the terms of the GNU General Public License as published by
10451045 echo "$UNAME_MACHINE"-dec-linux-"$LIBC"
10461046 exit ;;
10471047 x86_64:Linux:*:*)
1048 if objdump -f /bin/sh | grep -q elf32-x86-64; then
1049 echo "$UNAME_MACHINE"-pc-linux-"$LIBC"x32
1050 else
1051 echo "$UNAME_MACHINE"-pc-linux-"$LIBC"
1052 fi
1048 echo "$UNAME_MACHINE"-pc-linux-"$LIBC"
10531049 exit ;;
10541050 xtensa*:Linux:*:*)
10551051 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
14721468 exit 1
14731469
14741470 # Local variables:
1475 # eval: (add-hook 'write-file-functions 'time-stamp)
1471 # eval: (add-hook 'before-save-hook 'time-stamp)
14761472 # time-stamp-start: "timestamp='"
14771473 # time-stamp-format: "%:y-%02m-%02d"
14781474 # time-stamp-end: "'"
11 # Configuration validation subroutine script.
22 # Copyright 1992-2018 Free Software Foundation, Inc.
33
4 timestamp='2018-02-22'
4 timestamp='2018-03-08'
55
66 # This file is free software; you can redistribute it and/or modify it
77 # under the terms of the GNU General Public License as published by
13751375 | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
13761376 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
13771377 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1378 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1378 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* | -hcos* \
13791379 | -chorusos* | -chorusrdb* | -cegcc* | -glidix* \
13801380 | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
13811381 | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
17931793 exit
17941794
17951795 # Local variables:
1796 # eval: (add-hook 'write-file-functions 'time-stamp)
1796 # eval: (add-hook 'before-save-hook 'time-stamp)
17971797 # time-stamp-start: "timestamp='"
17981798 # time-stamp-format: "%:y-%02m-%02d"
17991799 # time-stamp-end: "'"
3030
3131 PROGRAM=libtool
3232 PACKAGE=libtool
33 VERSION="2.4.6 Debian-2.4.6-6"
33 VERSION=2.4.6
3434 package_revision=2.4.6
3535
3636
6363 # libraries, which are installed to $pkgauxdir.
6464
6565 # Set a version string for this script.
66 scriptversion=2015-10-04.22; # UTC
66 scriptversion=2015-01-20.17; # UTC
6767
6868 # General shell script boiler plate, and helper functions.
6969 # Written by Gary V. Vaughan, 2004
10901090 }
10911091
10921092
1093 # func_quote ARG
1094 # --------------
1095 # Aesthetically quote one ARG, store the result into $func_quote_result. Note
1096 # that we keep attention to performance here (so far O(N) complexity as long as
1097 # func_append is O(1)).
1098 func_quote ()
1099 {
1100 $debug_cmd
1101
1102 func_quote_result=$1
1103
1104 case $func_quote_result in
1105 *[\\\`\"\$]*)
1106 case $func_quote_result in
1107 *[\[\*\?]*)
1108 func_quote_result=`$ECHO "$func_quote_result" | $SED "$sed_quote_subst"`
1109 return 0
1110 ;;
1111 esac
1112
1113 func_quote_old_IFS=$IFS
1114 for _G_char in '\' '`' '"' '$'
1115 do
1116 # STATE($1) PREV($2) SEPARATOR($3)
1117 set start "" ""
1118 func_quote_result=dummy"$_G_char$func_quote_result$_G_char"dummy
1119 IFS=$_G_char
1120 for _G_part in $func_quote_result
1121 do
1122 case $1 in
1123 quote)
1124 func_append func_quote_result "$3$2"
1125 set quote "$_G_part" "\\$_G_char"
1126 ;;
1127 start)
1128 set first "" ""
1129 func_quote_result=
1130 ;;
1131 first)
1132 set quote "$_G_part" ""
1133 ;;
1134 esac
1135 done
1136 IFS=$func_quote_old_IFS
1137 done
1138 ;;
1139 *) ;;
1140 esac
1141 }
1142
1143
11441093 # func_quote_for_eval ARG...
11451094 # --------------------------
11461095 # Aesthetically quote ARGs to be evaled later.
11571106 func_quote_for_eval_unquoted_result=
11581107 func_quote_for_eval_result=
11591108 while test 0 -lt $#; do
1160 func_quote "$1"
1161 _G_unquoted_arg=$func_quote_result
1109 case $1 in
1110 *[\\\`\"\$]*)
1111 _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
1112 *)
1113 _G_unquoted_arg=$1 ;;
1114 esac
11621115 if test -n "$func_quote_for_eval_unquoted_result"; then
11631116 func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg"
11641117 else
14161369 #! /bin/sh
14171370
14181371 # Set a version string for this script.
1419 scriptversion=2015-10-07.11; # UTC
1372 scriptversion=2014-01-07.03; # UTC
14201373
14211374 # A portable, pluggable option parser for Bourne shell.
14221375 # Written by Gary V. Vaughan, 2010
15761529 {
15771530 $debug_cmd
15781531
1579 _G_rc_run_hooks=false
1580
15811532 case " $hookable_fns " in
15821533 *" $1 "*) ;;
15831534 *) func_fatal_error "'$1' does not support hook funcions.n" ;;
15861537 eval _G_hook_fns=\$$1_hooks; shift
15871538
15881539 for _G_hook in $_G_hook_fns; do
1589 if eval $_G_hook '"$@"'; then
1590 # store returned options list back into positional
1591 # parameters for next 'cmd' execution.
1592 eval _G_hook_result=\$${_G_hook}_result
1593 eval set dummy "$_G_hook_result"; shift
1594 _G_rc_run_hooks=:
1595 fi
1540 eval $_G_hook '"$@"'
1541
1542 # store returned options list back into positional
1543 # parameters for next 'cmd' execution.
1544 eval _G_hook_result=\$${_G_hook}_result
1545 eval set dummy "$_G_hook_result"; shift
15961546 done
15971547
1598 $_G_rc_run_hooks && func_run_hooks_result=$_G_hook_result
1548 func_quote_for_eval ${1+"$@"}
1549 func_run_hooks_result=$func_quote_for_eval_result
15991550 }
16001551
16011552
16051556 ## --------------- ##
16061557
16071558 # In order to add your own option parsing hooks, you must accept the
1608 # full positional parameter list in your hook function, you may remove/edit
1609 # any options that you action, and then pass back the remaining unprocessed
1559 # full positional parameter list in your hook function, remove any
1560 # options that you action, and then pass back the remaining unprocessed
16101561 # options in '<hooked_function_name>_result', escaped suitably for
1611 # 'eval'. In this case you also must return $EXIT_SUCCESS to let the
1612 # hook's caller know that it should pay attention to
1613 # '<hooked_function_name>_result'. Returning $EXIT_FAILURE signalizes that
1614 # arguments are left untouched by the hook and therefore caller will ignore the
1615 # result variable.
1616 #
1617 # Like this:
1562 # 'eval'. Like this:
16181563 #
16191564 # my_options_prep ()
16201565 # {
16241569 # usage_message=$usage_message'
16251570 # -s, --silent don'\''t print informational messages
16261571 # '
1627 # # No change in '$@' (ignored completely by this hook). There is
1628 # # no need to do the equivalent (but slower) action:
1629 # # func_quote_for_eval ${1+"$@"}
1630 # # my_options_prep_result=$func_quote_for_eval_result
1631 # false
1572 #
1573 # func_quote_for_eval ${1+"$@"}
1574 # my_options_prep_result=$func_quote_for_eval_result
16321575 # }
16331576 # func_add_hook func_options_prep my_options_prep
16341577 #
16371580 # {
16381581 # $debug_cmd
16391582 #
1640 # args_changed=false
1641 #
16421583 # # Note that for efficiency, we parse as many options as we can
16431584 # # recognise in a loop before passing the remainder back to the
16441585 # # caller on the first unrecognised argument we encounter.
16451586 # while test $# -gt 0; do
16461587 # opt=$1; shift
16471588 # case $opt in
1648 # --silent|-s) opt_silent=:
1649 # args_changed=:
1650 # ;;
1589 # --silent|-s) opt_silent=: ;;
16511590 # # Separate non-argument short options:
16521591 # -s*) func_split_short_opt "$_G_opt"
16531592 # set dummy "$func_split_short_opt_name" \
16541593 # "-$func_split_short_opt_arg" ${1+"$@"}
16551594 # shift
1656 # args_changed=:
16571595 # ;;
1658 # *) # Make sure the first unrecognised option "$_G_opt"
1659 # # is added back to "$@", we could need that later
1660 # # if $args_changed is true.
1661 # set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
1596 # *) set dummy "$_G_opt" "$*"; shift; break ;;
16621597 # esac
16631598 # done
16641599 #
1665 # if $args_changed; then
1666 # func_quote_for_eval ${1+"$@"}
1667 # my_silent_option_result=$func_quote_for_eval_result
1668 # fi
1669 #
1670 # $args_changed
1600 # func_quote_for_eval ${1+"$@"}
1601 # my_silent_option_result=$func_quote_for_eval_result
16711602 # }
16721603 # func_add_hook func_parse_options my_silent_option
16731604 #
16791610 # $opt_silent && $opt_verbose && func_fatal_help "\
16801611 # '--silent' and '--verbose' options are mutually exclusive."
16811612 #
1682 # false
1613 # func_quote_for_eval ${1+"$@"}
1614 # my_option_validation_result=$func_quote_for_eval_result
16831615 # }
16841616 # func_add_hook func_validate_options my_option_validation
16851617 #
1686 # You'll also need to manually amend $usage_message to reflect the extra
1618 # You'll alse need to manually amend $usage_message to reflect the extra
16871619 # options you parse. It's preferable to append if you can, so that
16881620 # multiple option parsing hooks can be added safely.
1689
1690
1691 # func_options_finish [ARG]...
1692 # ----------------------------
1693 # Finishing the option parse loop (call 'func_options' hooks ATM).
1694 func_options_finish ()
1695 {
1696 $debug_cmd
1697
1698 _G_func_options_finish_exit=false
1699 if func_run_hooks func_options ${1+"$@"}; then
1700 func_options_finish_result=$func_run_hooks_result
1701 _G_func_options_finish_exit=:
1702 fi
1703
1704 $_G_func_options_finish_exit
1705 }
17061621
17071622
17081623 # func_options [ARG]...
17141629 {
17151630 $debug_cmd
17161631
1717 _G_rc_options=false
1718
1719 for my_func in options_prep parse_options validate_options options_finish
1720 do
1721 if eval func_$my_func '${1+"$@"}'; then
1722 eval _G_res_var='$'"func_${my_func}_result"
1723 eval set dummy "$_G_res_var" ; shift
1724 _G_rc_options=:
1725 fi
1726 done
1727
1728 # Save modified positional parameters for caller. As a top-level
1729 # options-parser function we always need to set the 'func_options_result'
1730 # variable (regardless the $_G_rc_options value).
1731 if $_G_rc_options; then
1732 func_options_result=$_G_res_var
1733 else
1734 func_quote_for_eval ${1+"$@"}
1735 func_options_result=$func_quote_for_eval_result
1736 fi
1737
1738 $_G_rc_options
1632 func_options_prep ${1+"$@"}
1633 eval func_parse_options \
1634 ${func_options_prep_result+"$func_options_prep_result"}
1635 eval func_validate_options \
1636 ${func_parse_options_result+"$func_parse_options_result"}
1637
1638 eval func_run_hooks func_options \
1639 ${func_validate_options_result+"$func_validate_options_result"}
1640
1641 # save modified positional parameters for caller
1642 func_options_result=$func_run_hooks_result
17391643 }
17401644
17411645
17441648 # All initialisations required before starting the option parse loop.
17451649 # Note that when calling hook functions, we pass through the list of
17461650 # positional parameters. If a hook function modifies that list, and
1747 # needs to propagate that back to rest of this script, then the complete
1651 # needs to propogate that back to rest of this script, then the complete
17481652 # modified list must be put in 'func_run_hooks_result' before
1749 # returning $EXIT_SUCCESS (otherwise $EXIT_FAILURE is returned).
1653 # returning.
17501654 func_hookable func_options_prep
17511655 func_options_prep ()
17521656 {
17561660 opt_verbose=false
17571661 opt_warning_types=
17581662
1759 _G_rc_options_prep=false
1760 if func_run_hooks func_options_prep ${1+"$@"}; then
1761 _G_rc_options_prep=:
1762 # save modified positional parameters for caller
1763 func_options_prep_result=$func_run_hooks_result
1764 fi
1765
1766 $_G_rc_options_prep
1663 func_run_hooks func_options_prep ${1+"$@"}
1664
1665 # save modified positional parameters for caller
1666 func_options_prep_result=$func_run_hooks_result
17671667 }
17681668
17691669
17771677
17781678 func_parse_options_result=
17791679
1780 _G_rc_parse_options=false
17811680 # this just eases exit handling
17821681 while test $# -gt 0; do
17831682 # Defer to hook functions for initial option parsing, so they
17841683 # get priority in the event of reusing an option name.
1785 if func_run_hooks func_parse_options ${1+"$@"}; then
1786 eval set dummy "$func_run_hooks_result"; shift
1787 _G_rc_parse_options=:
1788 fi
1684 func_run_hooks func_parse_options ${1+"$@"}
1685
1686 # Adjust func_parse_options positional parameters to match
1687 eval set dummy "$func_run_hooks_result"; shift
17891688
17901689 # Break out of the loop if we already parsed every option.
17911690 test $# -gt 0 || break
17921691
1793 _G_match_parse_options=:
17941692 _G_opt=$1
17951693 shift
17961694 case $_G_opt in
18051703 ;;
18061704
18071705 --warnings|--warning|-W)
1808 if test $# = 0 && func_missing_arg $_G_opt; then
1809 _G_rc_parse_options=:
1810 break
1811 fi
1706 test $# = 0 && func_missing_arg $_G_opt && break
18121707 case " $warning_categories $1" in
18131708 *" $1 "*)
18141709 # trailing space prevents matching last $1 above
18611756 shift
18621757 ;;
18631758
1864 --) _G_rc_parse_options=: ; break ;;
1759 --) break ;;
18651760 -*) func_fatal_help "unrecognised option: '$_G_opt'" ;;
1866 *) set dummy "$_G_opt" ${1+"$@"}; shift
1867 _G_match_parse_options=false
1868 break
1869 ;;
1761 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
18701762 esac
1871
1872 $_G_match_parse_options && _G_rc_parse_options=:
18731763 done
18741764
1875
1876 if $_G_rc_parse_options; then
1877 # save modified positional parameters for caller
1878 func_quote_for_eval ${1+"$@"}
1879 func_parse_options_result=$func_quote_for_eval_result
1880 fi
1881
1882 $_G_rc_parse_options
1765 # save modified positional parameters for caller
1766 func_quote_for_eval ${1+"$@"}
1767 func_parse_options_result=$func_quote_for_eval_result
18831768 }
18841769
18851770
18921777 {
18931778 $debug_cmd
18941779
1895 _G_rc_validate_options=false
1896
18971780 # Display all warnings if -W was not given.
18981781 test -n "$opt_warning_types" || opt_warning_types=" $warning_categories"
18991782
1900 if func_run_hooks func_validate_options ${1+"$@"}; then
1901 # save modified positional parameters for caller
1902 func_validate_options_result=$func_run_hooks_result
1903 _G_rc_validate_options=:
1904 fi
1783 func_run_hooks func_validate_options ${1+"$@"}
19051784
19061785 # Bail if the options were screwed!
19071786 $exit_cmd $EXIT_FAILURE
19081787
1909 $_G_rc_validate_options
1788 # save modified positional parameters for caller
1789 func_validate_options_result=$func_run_hooks_result
19101790 }
19111791
19121792
21872067 compiler: $LTCC
21882068 compiler flags: $LTCFLAGS
21892069 linker: $LD (gnu? $with_gnu_ld)
2190 version: $progname $scriptversion Debian-2.4.6-6
2070 version: $progname (GNU libtool) 2.4.6
21912071 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
21922072 autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q`
21932073
21942074 Report bugs to <bug-libtool@gnu.org>.
2195 GNU libtool home page: <http://www.gnu.org/s/libtool/>.
2075 GNU libtool home page: <http://www.gnu.org/software/libtool/>.
21962076 General help using GNU software: <http://www.gnu.org/gethelp/>."
21972077 exit 0
21982078 }
23892269 nonopt=
23902270 preserve_args=
23912271
2392 _G_rc_lt_options_prep=:
2393
23942272 # Shorthand for --mode=foo, only valid as the first argument
23952273 case $1 in
23962274 clean|clea|cle|cl)
24142292 uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
24152293 shift; set dummy --mode uninstall ${1+"$@"}; shift
24162294 ;;
2417 *)
2418 _G_rc_lt_options_prep=false
2419 ;;
24202295 esac
24212296
2422 if $_G_rc_lt_options_prep; then
2423 # Pass back the list of options.
2424 func_quote_for_eval ${1+"$@"}
2425 libtool_options_prep_result=$func_quote_for_eval_result
2426 fi
2427
2428 $_G_rc_lt_options_prep
2297 # Pass back the list of options.
2298 func_quote_for_eval ${1+"$@"}
2299 libtool_options_prep_result=$func_quote_for_eval_result
24292300 }
24302301 func_add_hook func_options_prep libtool_options_prep
24312302
24372308 {
24382309 $debug_cmd
24392310
2440 _G_rc_lt_parse_options=false
2441
24422311 # Perform our own loop to consume as many options as possible in
24432312 # each iteration.
24442313 while test $# -gt 0; do
2445 _G_match_lt_parse_options=:
24462314 _G_opt=$1
24472315 shift
24482316 case $_G_opt in
25172385 func_append preserve_args " $_G_opt"
25182386 ;;
25192387
2520 # An option not handled by this hook function:
2521 *) set dummy "$_G_opt" ${1+"$@"} ; shift
2522 _G_match_lt_parse_options=false
2523 break
2524 ;;
2388 # An option not handled by this hook function:
2389 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
25252390 esac
2526 $_G_match_lt_parse_options && _G_rc_lt_parse_options=:
25272391 done
25282392
2529 if $_G_rc_lt_parse_options; then
2530 # save modified positional parameters for caller
2531 func_quote_for_eval ${1+"$@"}
2532 libtool_parse_options_result=$func_quote_for_eval_result
2533 fi
2534
2535 $_G_rc_lt_parse_options
2393
2394 # save modified positional parameters for caller
2395 func_quote_for_eval ${1+"$@"}
2396 libtool_parse_options_result=$func_quote_for_eval_result
25362397 }
25372398 func_add_hook func_parse_options libtool_parse_options
25382399
53965257 if test \"\$libtool_execute_magic\" != \"$magic\"; then
53975258 file=\"\$0\""
53985259
5399 func_quote "$ECHO"
5400 qECHO=$func_quote_result
5260 qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
54015261 $ECHO "\
54025262
54035263 # A function that is used when there is no print builtin or printf.
74117271 # -tp=* Portland pgcc target processor selection
74127272 # --sysroot=* for sysroot support
74137273 # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
7414 # -specs=* GCC specs files
74157274 # -stdlib=* select c++ std lib with clang
7416 # -fsanitize=* Clang/GCC memory and address sanitizer
7275 # -fsanitize=* Clang memory and address sanitizer
74177276 -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
74187277 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
74197278 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
7420 -specs=*|-fsanitize=*)
7279 -fsanitize=*)
74217280 func_quote_for_eval "$arg"
74227281 arg=$func_quote_for_eval_result
74237282 func_append compile_command " $arg"
77107569 case $pass in
77117570 dlopen) libs=$dlfiles ;;
77127571 dlpreopen) libs=$dlprefiles ;;
7713 link)
7714 libs="$deplibs %DEPLIBS%"
7715 test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
7716 ;;
7572 link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
77177573 esac
77187574 fi
77197575 if test lib,dlpreopen = "$linkmode,$pass"; then
80327888 # It is a libtool convenience library, so add in its objects.
80337889 func_append convenience " $ladir/$objdir/$old_library"
80347890 func_append old_convenience " $ladir/$objdir/$old_library"
8035 tmp_libs=
8036 for deplib in $dependency_libs; do
8037 deplibs="$deplib $deplibs"
8038 if $opt_preserve_dup_deps; then
8039 case "$tmp_libs " in
8040 *" $deplib "*) func_append specialdeplibs " $deplib" ;;
8041 esac
8042 fi
8043 func_append tmp_libs " $deplib"
8044 done
80457891 elif test prog != "$linkmode" && test lib != "$linkmode"; then
80467892 func_fatal_error "'$lib' is not a convenience library"
80477893 fi
7894 tmp_libs=
7895 for deplib in $dependency_libs; do
7896 deplibs="$deplib $deplibs"
7897 if $opt_preserve_dup_deps; then
7898 case "$tmp_libs " in
7899 *" $deplib "*) func_append specialdeplibs " $deplib" ;;
7900 esac
7901 fi
7902 func_append tmp_libs " $deplib"
7903 done
80487904 continue
80497905 fi # $pass = conv
80507906
89678823 age=$number_minor
89688824 revision=$number_minor
89698825 lt_irix_increment=no
8970 ;;
8971 *)
8972 func_fatal_configuration "$modename: unknown library version type '$version_type'"
89738826 ;;
89748827 esac
89758828 ;;
1065410507 relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
1065510508 fi
1065610509 done
10657 func_quote "(cd `pwd`; $relink_command)"
10658 relink_command=$func_quote_result
10510 relink_command="(cd `pwd`; $relink_command)"
10511 relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
1065910512 fi
1066010513
1066110514 # Only actually do things if not in dry run mode.
1090110754 done
1090210755 # Quote the link command for shipping.
1090310756 relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
10904 func_quote "$relink_command"
10905 relink_command=$func_quote_result
10757 relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
1090610758 if test yes = "$hardcode_automatic"; then
1090710759 relink_command=
1090810760 fi
5454 #define PACKAGE_NAME "shibboleth-resolver"
5555
5656 /* Define to the full name and version of this package. */
57 #define PACKAGE_STRING "shibboleth-resolver 3.0.0"
57 #define PACKAGE_STRING "shibboleth-resolver 3.1.0"
5858
5959 /* Define to the one symbol short name of this package. */
6060 #define PACKAGE_TARNAME "shibboleth-resolver"
6161
6262 /* Define to the version of this package. */
63 #define PACKAGE_VERSION "3.0.0"
63 #define PACKAGE_VERSION "3.1.0"
6464
6565 /* Define to the necessary symbol if this constant uses a non-standard name on
6666 your system. */
7373 /* #undef TM_IN_SYS_TIME */
7474
7575 /* Version number of package */
76 #define VERSION "3.0.0"
76 #define VERSION "3.1.0"
7777
7878 /* Define to empty if `const' does not conform to ANSI C. */
7979 /* #undef const */
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for shibboleth-resolver 3.0.0.
2 # Generated by GNU Autoconf 2.69 for shibboleth-resolver 3.1.0.
33 #
44 # Report bugs to <MOONSHOT-COMMUNITY@JISCMAIL.AC.UK>.
55 #
589589 # Identity of this package.
590590 PACKAGE_NAME='shibboleth-resolver'
591591 PACKAGE_TARNAME='shibboleth-resolver'
592 PACKAGE_VERSION='3.0.0'
593 PACKAGE_STRING='shibboleth-resolver 3.0.0'
592 PACKAGE_VERSION='3.1.0'
593 PACKAGE_STRING='shibboleth-resolver 3.1.0'
594594 PACKAGE_BUGREPORT='MOONSHOT-COMMUNITY@JISCMAIL.AC.UK'
595595 PACKAGE_URL=''
596596
770770 docdir
771771 oldincludedir
772772 includedir
773 runstatedir
774773 localstatedir
775774 sharedstatedir
776775 sysconfdir
886885 sysconfdir='${prefix}/etc'
887886 sharedstatedir='${prefix}/com'
888887 localstatedir='${prefix}/var'
889 runstatedir='${localstatedir}/run'
890888 includedir='${prefix}/include'
891889 oldincludedir='/usr/include'
892890 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
11391137 | -silent | --silent | --silen | --sile | --sil)
11401138 silent=yes ;;
11411139
1142 -runstatedir | --runstatedir | --runstatedi | --runstated \
1143 | --runstate | --runstat | --runsta | --runst | --runs \
1144 | --run | --ru | --r)
1145 ac_prev=runstatedir ;;
1146 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1147 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1148 | --run=* | --ru=* | --r=*)
1149 runstatedir=$ac_optarg ;;
1150
11511140 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
11521141 ac_prev=sbindir ;;
11531142 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
12851274 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
12861275 datadir sysconfdir sharedstatedir localstatedir includedir \
12871276 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1288 libdir localedir mandir runstatedir
1277 libdir localedir mandir
12891278 do
12901279 eval ac_val=\$$ac_var
12911280 # Remove trailing slashes.
13981387 # Omit some internal or obsolete options to make the list less imposing.
13991388 # This message is too long to be a string in the A/UX 3.1 sh.
14001389 cat <<_ACEOF
1401 \`configure' configures shibboleth-resolver 3.0.0 to adapt to many kinds of systems.
1390 \`configure' configures shibboleth-resolver 3.1.0 to adapt to many kinds of systems.
14021391
14031392 Usage: $0 [OPTION]... [VAR=VALUE]...
14041393
14381427 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
14391428 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
14401429 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1441 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
14421430 --libdir=DIR object code libraries [EPREFIX/lib]
14431431 --includedir=DIR C header files [PREFIX/include]
14441432 --oldincludedir=DIR C header files for non-gcc [/usr/include]
14701458
14711459 if test -n "$ac_init_help"; then
14721460 case $ac_init_help in
1473 short | recursive ) echo "Configuration of shibboleth-resolver 3.0.0:";;
1461 short | recursive ) echo "Configuration of shibboleth-resolver 3.1.0:";;
14741462 esac
14751463 cat <<\_ACEOF
14761464
16321620 test -n "$ac_init_help" && exit $ac_status
16331621 if $ac_init_version; then
16341622 cat <<\_ACEOF
1635 shibboleth-resolver configure 3.0.0
1623 shibboleth-resolver configure 3.1.0
16361624 generated by GNU Autoconf 2.69
16371625
16381626 Copyright (C) 2012 Free Software Foundation, Inc.
21312119 This file contains any messages produced by compilers while
21322120 running configure, to aid debugging if configure makes a mistake.
21332121
2134 It was created by shibboleth-resolver $as_me 3.0.0, which was
2122 It was created by shibboleth-resolver $as_me 3.1.0, which was
21352123 generated by GNU Autoconf 2.69. Invocation command line was
21362124
21372125 $ $0 $@
29962984
29972985 # Define the identity of the package.
29982986 PACKAGE='shibboleth-resolver'
2999 VERSION='3.0.0'
2987 VERSION='3.1.0'
30002988
30012989
30022990 cat >>confdefs.h <<_ACEOF
54685456 lt_cv_deplibs_check_method=pass_all
54695457 ;;
54705458
5471 netbsd* | netbsdelf*-gnu)
5459 netbsd*)
54725460 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
54735461 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
54745462 else
63326320 test $ac_status = 0; }; then
63336321 # Now try to grab the symbols.
63346322 nlist=conftest.nm
6335 $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&5
6336 if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&5 && test -s "$nlist"; then
6323 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6324 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6325 ac_status=$?
6326 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6327 test $ac_status = 0; } && test -s "$nlist"; then
63376328 # Try sorting and uniquifying the output.
63386329 if sort "$nlist" | uniq > "$nlist"T; then
63396330 mv -f "$nlist"T "$nlist"
91289119 openbsd* | bitrig*)
91299120 with_gnu_ld=no
91309121 ;;
9131 linux* | k*bsd*-gnu | gnu*)
9132 link_all_deplibs=no
9133 ;;
91349122 esac
91359123
91369124 ld_shlibs=yes
93859373 fi
93869374 ;;
93879375
9388 netbsd* | netbsdelf*-gnu)
9376 netbsd*)
93899377 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
93909378 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
93919379 wlarc=
1005510043 if test yes = "$lt_cv_irix_exported_symbol"; then
1005610044 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
1005710045 fi
10058 link_all_deplibs=no
1005910046 else
1006010047 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
1006110048 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
1007710064 esac
1007810065 ;;
1007910066
10080 netbsd* | netbsdelf*-gnu)
10067 netbsd*)
1008110068 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
1008210069 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
1008310070 else
1119211179 dynamic_linker='GNU/Linux ld.so'
1119311180 ;;
1119411181
11195 netbsdelf*-gnu)
11196 version_type=linux
11197 need_lib_prefix=no
11198 need_version=no
11199 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11200 soname_spec='${libname}${release}${shared_ext}$major'
11201 shlibpath_var=LD_LIBRARY_PATH
11202 shlibpath_overrides_runpath=no
11203 hardcode_into_libs=yes
11204 dynamic_linker='NetBSD ld.elf_so'
11205 ;;
11206
1120711182 netbsd*)
1120811183 version_type=sunos
1120911184 need_lib_prefix=no
1358413559 # Commands to make compiler produce verbose output that lists
1358513560 # what "hidden" libraries, object files and flags are used when
1358613561 # linking a shared library.
13587 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
13562 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
1358813563
1358913564 else
1359013565 GXX=no
1407614051 # explicitly linking system object files so we need to strip them
1407714052 # from the output so that they don't get included in the library
1407814053 # dependencies.
14079 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
14054 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
1408014055 ;;
1408114056 *)
1408214057 if test yes = "$GXX"; then
1414114116 # explicitly linking system object files so we need to strip them
1414214117 # from the output so that they don't get included in the library
1414314118 # dependencies.
14144 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
14119 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
1414514120 ;;
1414614121 *)
1414714122 if test yes = "$GXX"; then
1448014455 # Commands to make compiler produce verbose output that lists
1448114456 # what "hidden" libraries, object files and flags are used when
1448214457 # linking a shared library.
14483 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
14458 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
1448414459
1448514460 else
1448614461 # FIXME: insert proper C++ library support
1456414539 # Commands to make compiler produce verbose output that lists
1456514540 # what "hidden" libraries, object files and flags are used when
1456614541 # linking a shared library.
14567 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
14542 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
1456814543 else
1456914544 # g++ 2.7 appears to require '-G' NOT '-shared' on this
1457014545 # platform.
1457514550 # Commands to make compiler produce verbose output that lists
1457614551 # what "hidden" libraries, object files and flags are used when
1457714552 # linking a shared library.
14578 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
14553 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
1457914554 fi
1458014555
1458114556 hardcode_libdir_flag_spec_CXX='$wl-R $wl$libdir'
1508815063 ;;
1508915064 esac
1509015065 ;;
15091 netbsd* | netbsdelf*-gnu)
15066 netbsd*)
1509215067 ;;
1509315068 *qnx* | *nto*)
1509415069 # QNX uses GNU C++, but need to define -shared option too, otherwise
1546315438 ;;
1546415439 esac
1546515440 ;;
15466 linux* | k*bsd*-gnu | gnu*)
15467 link_all_deplibs_CXX=no
15468 ;;
1546915441 *)
1547015442 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
1547115443 ;;
1615916131 dynamic_linker='GNU/Linux ld.so'
1616016132 ;;
1616116133
16162 netbsdelf*-gnu)
16163 version_type=linux
16164 need_lib_prefix=no
16165 need_version=no
16166 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
16167 soname_spec='${libname}${release}${shared_ext}$major'
16168 shlibpath_var=LD_LIBRARY_PATH
16169 shlibpath_overrides_runpath=no
16170 hardcode_into_libs=yes
16171 dynamic_linker='NetBSD ld.elf_so'
16172 ;;
16173
1617416134 netbsd*)
1617516135 version_type=sunos
1617616136 need_lib_prefix=no
1754417504
1754517505
1754617506 pkg_failed=no
17547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log4shib" >&5
17548 $as_echo_n "checking for log4shib... " >&6; }
17507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log4shib" >&5
17508 $as_echo_n "checking for log4shib... " >&6; }
1754917509
1755017510 if test -n "$log4shib_CFLAGS"; then
1755117511 pkg_cv_log4shib_CFLAGS="$log4shib_CFLAGS"
1758517545
1758617546
1758717547 if test $pkg_failed = yes; then
17588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1758917549 $as_echo "no" >&6; }
1759017550
1759117551 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1760717567
1760817568
1760917569 pkg_failed=no
17610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log4cpp" >&5
17611 $as_echo_n "checking for log4cpp... " >&6; }
17570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log4cpp" >&5
17571 $as_echo_n "checking for log4cpp... " >&6; }
1761217572
1761317573 if test -n "$log4cpp_CFLAGS"; then
1761417574 pkg_cv_log4cpp_CFLAGS="$log4cpp_CFLAGS"
1764817608
1764917609
1765017610 if test $pkg_failed = yes; then
17651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1765217612 $as_echo "no" >&6; }
1765317613
1765417614 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1767517635 and log4cpp_LIBS to avoid the need to call pkg-config.
1767617636 See the pkg-config man page for more details." "$LINENO" 5
1767717637 elif test $pkg_failed = untried; then
17678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1767917639 $as_echo "no" >&6; }
1768017640 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1768117641 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1770717667
1770817668
1770917669 elif test $pkg_failed = untried; then
17710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1771117671 $as_echo "no" >&6; }
1771217672
1771317673
1771517675
1771617676
1771717677 pkg_failed=no
17718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log4cpp" >&5
17719 $as_echo_n "checking for log4cpp... " >&6; }
17678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log4cpp" >&5
17679 $as_echo_n "checking for log4cpp... " >&6; }
1772017680
1772117681 if test -n "$log4cpp_CFLAGS"; then
1772217682 pkg_cv_log4cpp_CFLAGS="$log4cpp_CFLAGS"
1775617716
1775717717
1775817718 if test $pkg_failed = yes; then
17759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1776017720 $as_echo "no" >&6; }
1776117721
1776217722 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1778317743 and log4cpp_LIBS to avoid the need to call pkg-config.
1778417744 See the pkg-config man page for more details." "$LINENO" 5
1778517745 elif test $pkg_failed = untried; then
17786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1778717747 $as_echo "no" >&6; }
1778817748 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1778917749 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1783817798
1783917799
1784017800 pkg_failed=no
17841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xerces" >&5
17842 $as_echo_n "checking for xerces... " >&6; }
17801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xerces-c >= 3.2" >&5
17802 $as_echo_n "checking for xerces-c >= 3.2... " >&6; }
1784317803
1784417804 if test -n "$xerces_CFLAGS"; then
1784517805 pkg_cv_xerces_CFLAGS="$xerces_CFLAGS"
1787917839
1788017840
1788117841 if test $pkg_failed = yes; then
17882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1788317843 $as_echo "no" >&6; }
1788417844
1788517845 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1790617866 and xerces_LIBS to avoid the need to call pkg-config.
1790717867 See the pkg-config man page for more details." "$LINENO" 5
1790817868 elif test $pkg_failed = untried; then
17909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1791017870 $as_echo "no" >&6; }
1791117871 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1791217872 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1794217902
1794317903
1794417904 pkg_failed=no
17945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlsec" >&5
17946 $as_echo_n "checking for xmlsec... " >&6; }
17905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xml-security-c >= 2" >&5
17906 $as_echo_n "checking for xml-security-c >= 2... " >&6; }
1794717907
1794817908 if test -n "$xmlsec_CFLAGS"; then
1794917909 pkg_cv_xmlsec_CFLAGS="$xmlsec_CFLAGS"
1798317943
1798417944
1798517945 if test $pkg_failed = yes; then
17986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1798717947 $as_echo "no" >&6; }
1798817948
1798917949 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1801017970 and xmlsec_LIBS to avoid the need to call pkg-config.
1801117971 See the pkg-config man page for more details." "$LINENO" 5
1801217972 elif test $pkg_failed = untried; then
18013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1801417974 $as_echo "no" >&6; }
1801517975 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1801617976 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1804618006
1804718007
1804818008 pkg_failed=no
18049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmltooling" >&5
18050 $as_echo_n "checking for xmltooling... " >&6; }
18009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmltooling >= 3" >&5
18010 $as_echo_n "checking for xmltooling >= 3... " >&6; }
1805118011
1805218012 if test -n "$xmltooling_CFLAGS"; then
1805318013 pkg_cv_xmltooling_CFLAGS="$xmltooling_CFLAGS"
1808718047
1808818048
1808918049 if test $pkg_failed = yes; then
18090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1809118051 $as_echo "no" >&6; }
1809218052
1809318053 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1811418074 and xmltooling_LIBS to avoid the need to call pkg-config.
1811518075 See the pkg-config man page for more details." "$LINENO" 5
1811618076 elif test $pkg_failed = untried; then
18117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1811818078 $as_echo "no" >&6; }
1811918079 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1812018080 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1815018110
1815118111
1815218112 pkg_failed=no
18153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmltooling_lite" >&5
18154 $as_echo_n "checking for xmltooling_lite... " >&6; }
18113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmltooling-lite >= 3" >&5
18114 $as_echo_n "checking for xmltooling-lite >= 3... " >&6; }
1815518115
1815618116 if test -n "$xmltooling_lite_CFLAGS"; then
1815718117 pkg_cv_xmltooling_lite_CFLAGS="$xmltooling_lite_CFLAGS"
1819118151
1819218152
1819318153 if test $pkg_failed = yes; then
18194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1819518155 $as_echo "no" >&6; }
1819618156
1819718157 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1821818178 and xmltooling_lite_LIBS to avoid the need to call pkg-config.
1821918179 See the pkg-config man page for more details." "$LINENO" 5
1822018180 elif test $pkg_failed = untried; then
18221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1822218182 $as_echo "no" >&6; }
1822318183 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1822418184 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1825418214
1825518215
1825618216 pkg_failed=no
18257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for opensaml" >&5
18258 $as_echo_n "checking for opensaml... " >&6; }
18217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for opensaml >= 3" >&5
18218 $as_echo_n "checking for opensaml >= 3... " >&6; }
1825918219
1826018220 if test -n "$opensaml_CFLAGS"; then
1826118221 pkg_cv_opensaml_CFLAGS="$opensaml_CFLAGS"
1829518255
1829618256
1829718257 if test $pkg_failed = yes; then
18298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1829918259 $as_echo "no" >&6; }
1830018260
1830118261 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1832218282 and opensaml_LIBS to avoid the need to call pkg-config.
1832318283 See the pkg-config man page for more details." "$LINENO" 5
1832418284 elif test $pkg_failed = untried; then
18325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1832618286 $as_echo "no" >&6; }
1832718287 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1832818288 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1835818318
1835918319
1836018320 pkg_failed=no
18361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shibsp" >&5
18362 $as_echo_n "checking for shibsp... " >&6; }
18321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shibsp >= 3" >&5
18322 $as_echo_n "checking for shibsp >= 3... " >&6; }
1836318323
1836418324 if test -n "$shibsp_CFLAGS"; then
1836518325 pkg_cv_shibsp_CFLAGS="$shibsp_CFLAGS"
1839918359
1840018360
1840118361 if test $pkg_failed = yes; then
18402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1840318363 $as_echo "no" >&6; }
1840418364
1840518365 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1842618386 and shibsp_LIBS to avoid the need to call pkg-config.
1842718387 See the pkg-config man page for more details." "$LINENO" 5
1842818388 elif test $pkg_failed = untried; then
18429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1843018390 $as_echo "no" >&6; }
1843118391 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1843218392 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1846218422
1846318423
1846418424 pkg_failed=no
18465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shibsp_lite" >&5
18466 $as_echo_n "checking for shibsp_lite... " >&6; }
18425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shibsp-lite >= 3" >&5
18426 $as_echo_n "checking for shibsp-lite >= 3... " >&6; }
1846718427
1846818428 if test -n "$shibsp_lite_CFLAGS"; then
1846918429 pkg_cv_shibsp_lite_CFLAGS="$shibsp_lite_CFLAGS"
1850318463
1850418464
1850518465 if test $pkg_failed = yes; then
18506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1850718467 $as_echo "no" >&6; }
1850818468
1850918469 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1853018490 and shibsp_lite_LIBS to avoid the need to call pkg-config.
1853118491 See the pkg-config man page for more details." "$LINENO" 5
1853218492 elif test $pkg_failed = untried; then
18533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1853418494 $as_echo "no" >&6; }
1853518495 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1853618496 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1857518535
1857618536
1857718537 pkg_failed=no
18578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gss" >&5
18579 $as_echo_n "checking for gss... " >&6; }
18538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb5-gssapi" >&5
18539 $as_echo_n "checking for krb5-gssapi... " >&6; }
1858018540
1858118541 if test -n "$gss_CFLAGS"; then
1858218542 pkg_cv_gss_CFLAGS="$gss_CFLAGS"
1861618576
1861718577
1861818578 if test $pkg_failed = yes; then
18619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1862018580 $as_echo "no" >&6; }
1862118581
1862218582 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1863818598
1863918599
1864018600 pkg_failed=no
18641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gnu_gss" >&5
18642 $as_echo_n "checking for gnu_gss... " >&6; }
18601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gss" >&5
18602 $as_echo_n "checking for gss... " >&6; }
1864318603
1864418604 if test -n "$gnu_gss_CFLAGS"; then
1864518605 pkg_cv_gnu_gss_CFLAGS="$gnu_gss_CFLAGS"
1867918639
1868018640
1868118641 if test $pkg_failed = yes; then
18682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1868318643 $as_echo "no" >&6; }
1868418644
1868518645 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1869718657
1869818658 with_gssapi=no
1869918659 elif test $pkg_failed = untried; then
18700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1870118661 $as_echo "no" >&6; }
1870218662 with_gssapi=no
1870318663 else
1871818678
1871918679
1872018680 elif test $pkg_failed = untried; then
18721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1872218682 $as_echo "no" >&6; }
1872318683
1872418684
1872618686
1872718687
1872818688 pkg_failed=no
18729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gnu_gss" >&5
18730 $as_echo_n "checking for gnu_gss... " >&6; }
18689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gss" >&5
18690 $as_echo_n "checking for gss... " >&6; }
1873118691
1873218692 if test -n "$gnu_gss_CFLAGS"; then
1873318693 pkg_cv_gnu_gss_CFLAGS="$gnu_gss_CFLAGS"
1876718727
1876818728
1876918729 if test $pkg_failed = yes; then
18770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1877118731 $as_echo "no" >&6; }
1877218732
1877318733 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1878518745
1878618746 with_gssapi=no
1878718747 elif test $pkg_failed = untried; then
18788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1878918749 $as_echo "no" >&6; }
1879018750 with_gssapi=no
1879118751 else
1957319533 # report actual input values of CONFIG_FILES etc. instead of their
1957419534 # values after options handling.
1957519535 ac_log="
19576 This file was extended by shibboleth-resolver $as_me 3.0.0, which was
19536 This file was extended by shibboleth-resolver $as_me 3.1.0, which was
1957719537 generated by GNU Autoconf 2.69. Invocation command line was
1957819538
1957919539 CONFIG_FILES = $CONFIG_FILES
1963919599 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1964019600 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1964119601 ac_cs_version="\\
19642 shibboleth-resolver config.status 3.0.0
19602 shibboleth-resolver config.status 3.1.0
1964319603 configured by $0, generated by GNU Autoconf 2.69,
1964419604 with options \\"\$ac_cs_config\\"
1964519605
2086320823 cat <<_LT_EOF >> "$cfgfile"
2086420824 #! $SHELL
2086520825 # Generated automatically by $as_me ($PACKAGE) $VERSION
20826 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
2086620827 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
2086720828
2086820829 # Provide generalized library-building support services.
00 AC_PREREQ([2.50])
1 AC_INIT([shibboleth-resolver], [3.0.0], [MOONSHOT-COMMUNITY@JISCMAIL.AC.UK], [shibboleth-resolver])
1 AC_INIT([shibboleth-resolver], [3.1.0], [MOONSHOT-COMMUNITY@JISCMAIL.AC.UK], [shibboleth-resolver])
22 AC_CONFIG_SRCDIR(src)
33 AC_CONFIG_AUX_DIR(build-aux)
44 AC_CONFIG_MACRO_DIR(m4)
291291 prefix = @prefix@
292292 program_transform_name = @program_transform_name@
293293 psdir = @psdir@
294 runstatedir = @runstatedir@
295294 sbindir = @sbindir@
296295 sharedstatedir = @sharedstatedir@
297296 shibsp_CFLAGS = @shibsp_CFLAGS@
727727 cat <<_LT_EOF >> "$cfgfile"
728728 #! $SHELL
729729 # Generated automatically by $as_me ($PACKAGE) $VERSION
730 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
730731 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
731732
732733 # Provide generalized library-building support services.
28852886 dynamic_linker='GNU/Linux ld.so'
28862887 ;;
28872888
2888 netbsdelf*-gnu)
2889 version_type=linux
2890 need_lib_prefix=no
2891 need_version=no
2892 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
2893 soname_spec='${libname}${release}${shared_ext}$major'
2894 shlibpath_var=LD_LIBRARY_PATH
2895 shlibpath_overrides_runpath=no
2896 hardcode_into_libs=yes
2897 dynamic_linker='NetBSD ld.elf_so'
2898 ;;
2899
29002889 netbsd*)
29012890 version_type=sunos
29022891 need_lib_prefix=no
35563545 lt_cv_deplibs_check_method=pass_all
35573546 ;;
35583547
3559 netbsd* | netbsdelf*-gnu)
3548 netbsd*)
35603549 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
35613550 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
35623551 else
40624051 if AC_TRY_EVAL(ac_compile); then
40634052 # Now try to grab the symbols.
40644053 nlist=conftest.nm
4065 $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&AS_MESSAGE_LOG_FD
4066 if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&AS_MESSAGE_LOG_FD && test -s "$nlist"; then
4054 if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
40674055 # Try sorting and uniquifying the output.
40684056 if sort "$nlist" | uniq > "$nlist"T; then
40694057 mv -f "$nlist"T "$nlist"
44354423 ;;
44364424 esac
44374425 ;;
4438 netbsd* | netbsdelf*-gnu)
4426 netbsd*)
44394427 ;;
44404428 *qnx* | *nto*)
44414429 # QNX uses GNU C++, but need to define -shared option too, otherwise
49474935 ;;
49484936 esac
49494937 ;;
4950 linux* | k*bsd*-gnu | gnu*)
4951 _LT_TAGVAR(link_all_deplibs, $1)=no
4952 ;;
49534938 *)
49544939 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
49554940 ;;
50114996 ;;
50124997 openbsd* | bitrig*)
50134998 with_gnu_ld=no
5014 ;;
5015 linux* | k*bsd*-gnu | gnu*)
5016 _LT_TAGVAR(link_all_deplibs, $1)=no
50174999 ;;
50185000 esac
50195001
52695251 fi
52705252 ;;
52715253
5272 netbsd* | netbsdelf*-gnu)
5254 netbsd*)
52735255 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
52745256 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
52755257 wlarc=
57905772 if test yes = "$lt_cv_irix_exported_symbol"; then
57915773 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
57925774 fi
5793 _LT_TAGVAR(link_all_deplibs, $1)=no
57945775 else
57955776 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
57965777 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
58125793 esac
58135794 ;;
58145795
5815 netbsd* | netbsdelf*-gnu)
5796 netbsd*)
58165797 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
58175798 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
58185799 else
64386419 # Commands to make compiler produce verbose output that lists
64396420 # what "hidden" libraries, object files and flags are used when
64406421 # linking a shared library.
6441 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
6422 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
64426423
64436424 else
64446425 GXX=no
68136794 # explicitly linking system object files so we need to strip them
68146795 # from the output so that they don't get included in the library
68156796 # dependencies.
6816 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
6797 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
68176798 ;;
68186799 *)
68196800 if test yes = "$GXX"; then
68786859 # explicitly linking system object files so we need to strip them
68796860 # from the output so that they don't get included in the library
68806861 # dependencies.
6881 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
6862 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
68826863 ;;
68836864 *)
68846865 if test yes = "$GXX"; then
72177198 # Commands to make compiler produce verbose output that lists
72187199 # what "hidden" libraries, object files and flags are used when
72197200 # linking a shared library.
7220 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
7201 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
72217202
72227203 else
72237204 # FIXME: insert proper C++ library support
73017282 # Commands to make compiler produce verbose output that lists
73027283 # what "hidden" libraries, object files and flags are used when
73037284 # linking a shared library.
7304 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
7285 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
73057286 else
73067287 # g++ 2.7 appears to require '-G' NOT '-shared' on this
73077288 # platform.
73127293 # Commands to make compiler produce verbose output that lists
73137294 # what "hidden" libraries, object files and flags are used when
73147295 # linking a shared library.
7315 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
7296 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
73167297 fi
73177298
73187299 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir'
00 Name: shibboleth-resolver
1 Version: 3.0.0
1 Version: 3.1.0
22 Summary: Shibboleth SP Attribute Resolver Library
33 Release: 1
44 Vendor: Shibboleth Consortium
99 BuildRoot: %{_tmppath}/%{name}-%{version}-root
1010 BuildRequires: libxerces-c-devel >= 3.2
1111 BuildRequires: libxml-security-c-devel >= 2.0.0
12 BuildRequires: libxmltooling-devel >= 3.0.0
13 BuildRequires: libsaml-devel >= 3.0.0
14 BuildRequires: shibboleth-devel >= 3.0.0
12 BuildRequires: libxmltooling-devel >= 3.1.0
13 BuildRequires: libsaml-devel >= 3.1.0
14 BuildRequires: shibboleth-devel >= 3.1.0
1515 %{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0}
1616 %{!?_with_log4cpp:BuildRequires: liblog4shib-devel >= 1.0.4}
1717 %{!?_without_gssapi:BuildRequires: krb5-devel}
3131 externally accessible attribute resolver functionality for processing
3232 local and remote sources of federated attribute information.
3333
34 %package -n libshibresolver2
34 %package -n libshibresolver3
3535 Summary: Shibboleth SP Attribute Resolver library
3636 Group: Development/Libraries
3737 Provides: shibboleth-resolver = %{version}-%{release}
3838 Obsoletes: shibboleth-resolver < %{version}-%{release}
3939
40 %description -n libshibresolver2
40 %description -n libshibresolver3
4141 This package contains a Shibboleth SP Extension that provides
4242 externally accessible attribute resolver functionality for processing
4343 local and remote sources of federated attribute information.
4747 %package -n libshibresolver-devel
4848 Summary: Shibboleth SP Attribute Resolver development Headers
4949 Group: Development/Libraries
50 Requires: libshibresolver2 = %{version}-%{release}
50 Requires: libshibresolver3 = %{version}-%{release}
5151 Provides: shibboleth-resolver-devel = %{version}-%{release}
5252 Obsoletes: shibboleth-resolver-devel < %{version}-%{release}
5353 Requires: libxerces-c-devel >= 3.2
5454 Requires: libxml-security-c-devel >= 2.0.0
55 Requires: libxmltooling-devel >= 3.0.0
56 Requires: shibboleth-devel >= 3.0.0
55 Requires: libxmltooling-devel >= 3.1.0
56 Requires: shibboleth-devel >= 3.1.0
5757 %{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0}
5858 %{!?_with_log4cpp:Requires: liblog4shib-devel >= 1.0.4}
5959
7474 %if 0%{?suse_version} >= 1210
7575 %configure --with-gssapi %{?shib_options}
7676 %else
77 %if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700
77 %if 0%{?rhel} >= 7
7878 %configure --with-gssapi %{?shib_options} PKG_CONFIG_PATH=/opt/shibboleth/%{_lib}/pkgconfig
7979 %else
80 %if 0%{?centos_version} >= 600 || 0%{?rhel} >= 6
80 %if 0%{?rhel} >= 6
8181 %configure --with-gssapi %{?shib_options} PKG_CONFIG_PATH=/opt/shibboleth/%{_lib}/pkgconfig:./pkgconfig-workarounds/rh6
8282 %else
8383 %if 0%{?rhel} >= 5
101101 %clean
102102 [ "$RPM_BUILD_ROOT" != "/" ] && %{__rm} -rf $RPM_BUILD_ROOT
103103
104 %ifnos solaris2.8 solaris2.9 solaris2.10
105 %post -n libshibresolver2 -p /sbin/ldconfig
106 %endif
104 %post -n libshibresolver3 -p /sbin/ldconfig
107105
108 %ifnos solaris2.8 solaris2.9 solaris2.10
109 %postun -n libshibresolver2 -p /sbin/ldconfig
110 %endif
106 %postun -n libshibresolver3 -p /sbin/ldconfig
111107
112 %files -n libshibresolver2
108 %files -n libshibresolver3
113109 %defattr(-,root,root,-)
114110 %{_libdir}/libshibresolver-lite.so.*
115111 %{_libdir}/libshibresolver.so.*
124120 %doc %{pkgdocdir}
125121
126122 %changelog
123 * Thu Apr 2 2020 Scott Cantor <cantor.2@osu.edu> - 3.1.0-1
124 - Bump version
125
126 * Mon Sep 30 2019 Scott Cantor <cantor.2@osu.edu> - 3.0.0-2
127 - CentOS 8 changes
128
127129 * Fri Jul 20 2018 Scott Cantor <cantor.2@osu.edu> - 3.0.0-1
128130 - Redo package for SP 3 release
129131
99 BuildRoot: %{_tmppath}/%{name}-%{version}-root
1010 BuildRequires: libxerces-c-devel >= 3.2
1111 BuildRequires: libxml-security-c-devel >= 2.0.0
12 BuildRequires: libxmltooling-devel >= 3.0.0
13 BuildRequires: libsaml-devel >= 3.0.0
14 BuildRequires: shibboleth-devel >= 3.0.0
12 BuildRequires: libxmltooling-devel >= 3.1.0
13 BuildRequires: libsaml-devel >= 3.1.0
14 BuildRequires: shibboleth-devel >= 3.1.0
1515 %{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0}
1616 %{!?_with_log4cpp:BuildRequires: liblog4shib-devel >= 1.0.4}
1717 %{!?_without_gssapi:BuildRequires: krb5-devel}
3131 externally accessible attribute resolver functionality for processing
3232 local and remote sources of federated attribute information.
3333
34 %package -n libshibresolver2
34 %package -n libshibresolver3
3535 Summary: Shibboleth SP Attribute Resolver library
3636 Group: Development/Libraries
3737 Provides: @PACKAGE_NAME@ = %{version}-%{release}
3838 Obsoletes: @PACKAGE_NAME@ < %{version}-%{release}
3939
40 %description -n libshibresolver2
40 %description -n libshibresolver3
4141 This package contains a Shibboleth SP Extension that provides
4242 externally accessible attribute resolver functionality for processing
4343 local and remote sources of federated attribute information.
4747 %package -n libshibresolver-devel
4848 Summary: Shibboleth SP Attribute Resolver development Headers
4949 Group: Development/Libraries
50 Requires: libshibresolver2 = %{version}-%{release}
50 Requires: libshibresolver3 = %{version}-%{release}
5151 Provides: @PACKAGE_NAME@-devel = %{version}-%{release}
5252 Obsoletes: @PACKAGE_NAME@-devel < %{version}-%{release}
5353 Requires: libxerces-c-devel >= 3.2
5454 Requires: libxml-security-c-devel >= 2.0.0
55 Requires: libxmltooling-devel >= 3.0.0
56 Requires: shibboleth-devel >= 3.0.0
55 Requires: libxmltooling-devel >= 3.1.0
56 Requires: shibboleth-devel >= 3.1.0
5757 %{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0}
5858 %{!?_with_log4cpp:Requires: liblog4shib-devel >= 1.0.4}
5959
7474 %if 0%{?suse_version} >= 1210
7575 %configure --with-gssapi %{?shib_options}
7676 %else
77 %if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700
77 %if 0%{?rhel} >= 7
7878 %configure --with-gssapi %{?shib_options} PKG_CONFIG_PATH=/opt/shibboleth/%{_lib}/pkgconfig
7979 %else
80 %if 0%{?centos_version} >= 600 || 0%{?rhel} >= 6
80 %if 0%{?rhel} >= 6
8181 %configure --with-gssapi %{?shib_options} PKG_CONFIG_PATH=/opt/shibboleth/%{_lib}/pkgconfig:./pkgconfig-workarounds/rh6
8282 %else
8383 %if 0%{?rhel} >= 5
101101 %clean
102102 [ "$RPM_BUILD_ROOT" != "/" ] && %{__rm} -rf $RPM_BUILD_ROOT
103103
104 %ifnos solaris2.8 solaris2.9 solaris2.10
105 %post -n libshibresolver2 -p /sbin/ldconfig
106 %endif
104 %post -n libshibresolver3 -p /sbin/ldconfig
107105
108 %ifnos solaris2.8 solaris2.9 solaris2.10
109 %postun -n libshibresolver2 -p /sbin/ldconfig
110 %endif
106 %postun -n libshibresolver3 -p /sbin/ldconfig
111107
112 %files -n libshibresolver2
108 %files -n libshibresolver3
113109 %defattr(-,root,root,-)
114110 %{_libdir}/libshibresolver-lite.so.*
115111 %{_libdir}/libshibresolver.so.*
124120 %doc %{pkgdocdir}
125121
126122 %changelog
123 * Thu Apr 2 2020 Scott Cantor <cantor.2@osu.edu> - 3.1.0-1
124 - Bump version
125
126 * Mon Sep 30 2019 Scott Cantor <cantor.2@osu.edu> - 3.0.0-2
127 - CentOS 8 changes
128
127129 * Fri Jul 20 2018 Scott Cantor <cantor.2@osu.edu> - 3.0.0-1
128130 - Redo package for SP 3 release
129131
2222
2323 # this is different from the project version
2424 # http://sources.redhat.com/autobook/autobook/autobook_91.html
25 libshibresolver_la_LDFLAGS = -version-info 2:0:0
25 libshibresolver_la_LDFLAGS = -version-info 3:0:0
2626 libshibresolver_la_CXXFLAGS = \
2727 $(PTHREAD_CFLAGS) \
2828 $(gss_CFLAGS) $(gnu_gss_CFLAGS) \
4242 $(xmlsec_LIBS) \
4343 $(xmltooling_LIBS)
4444
45 libshibresolver_lite_la_LDFLAGS = -version-info 2:0:0
45 libshibresolver_lite_la_LDFLAGS = -version-info 3:0:0
4646 libshibresolver_lite_la_CPPFLAGS = -DSHIBSP_LITE \
4747 $(PTHREAD_CFLAGS) \
4848 $(gss_CFLAGS) $(gnu_gss_CFLAGS) \
373373 prefix = @prefix@
374374 program_transform_name = @program_transform_name@
375375 psdir = @psdir@
376 runstatedir = @runstatedir@
377376 sbindir = @sbindir@
378377 sharedstatedir = @sharedstatedir@
379378 shibsp_CFLAGS = @shibsp_CFLAGS@
417416
418417 # this is different from the project version
419418 # http://sources.redhat.com/autobook/autobook/autobook_91.html
420 libshibresolver_la_LDFLAGS = -version-info 2:0:0
419 libshibresolver_la_LDFLAGS = -version-info 3:0:0
421420 libshibresolver_la_CXXFLAGS = \
422421 $(PTHREAD_CFLAGS) \
423422 $(gss_CFLAGS) $(gnu_gss_CFLAGS) \
438437 $(xmlsec_LIBS) \
439438 $(xmltooling_LIBS)
440439
441 libshibresolver_lite_la_LDFLAGS = -version-info 2:0:0
440 libshibresolver_lite_la_LDFLAGS = -version-info 3:0:0
442441 libshibresolver_lite_la_CPPFLAGS = -DSHIBSP_LITE \
443442 $(PTHREAD_CFLAGS) \
444443 $(gss_CFLAGS) $(gnu_gss_CFLAGS) \
5353 //
5454
5555 VS_VERSION_INFO VERSIONINFO
56 FILEVERSION 0,2,0,0
57 PRODUCTVERSION 0,2,0,0
56 FILEVERSION 3,1,0,0
57 PRODUCTVERSION 3,1,0,0
5858 FILEFLAGSMASK 0x3fL
5959 #ifdef _DEBUG
6060 FILEFLAGS 0x1L
7272 VALUE "Comments", "\0"
7373 VALUE "CompanyName", "JANET(UK)\0"
7474 VALUE "FileDescription", "Shibboleth SP Attribute Resolver Extension\0"
75 VALUE "FileVersion", "0, 2, 0, 0\0"
75 VALUE "FileVersion", "3, 1, 0, 0\0"
7676 #ifdef SHIBSP_LITE
7777 #ifdef _DEBUG
7878 VALUE "InternalName", "shibresolver-lite1_0D\0"
8686 VALUE "InternalName", "shibresolver1_0\0"
8787 #endif
8888 #endif
89 VALUE "LegalCopyright", "Copyright © 2011 JANET(UK)\0"
89 VALUE "LegalCopyright", "Copyright © 2020 JANET(UK)\0"
9090 VALUE "LegalTrademarks", "\0"
9191 #ifdef XMLTOOLING_LITE
9292 #ifdef _DEBUG
103103 #endif
104104 VALUE "PrivateBuild", "\0"
105105 VALUE "ProductName", "Project Moonshot\0"
106 VALUE "ProductVersion", "0, 2, 0, 0\0"
106 VALUE "ProductVersion", "3, 1, 0, 0\0"
107107 VALUE "SpecialBuild", "\0"
108108 END
109109 END