Ticket #70859: gmp-6.3.0_libtool-2.4.7.patch

File gmp-6.3.0_libtool-2.4.7.patch, 151.2 KB (added by markmentovai (Mark Mentovai), 9 days ago)
  • Makefile.in

    diff -urp Makefile.in Makefile.in
     
    1 # Makefile.in generated by automake 1.15 from Makefile.am.
     1# Makefile.in generated by automake 1.15.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
     4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
    55
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
    am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/conf 
    363363am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.in \
    364364        $(srcdir)/gmp-h.in $(srcdir)/gmp.pc.in $(srcdir)/gmpxx.pc.in \
    365365        AUTHORS COPYING ChangeLog INSTALL NEWS README compile \
    366         config.guess config.sub install-sh ltmain.sh missing
     366        config.guess config.sub install-sh ltmain.sh missing ylwrap
    367367DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    368368distdir = $(PACKAGE)-$(VERSION)
    369369top_distdir = $(distdir)
    FGREP = @FGREP@ 
    441441EXEEXT = @EXEEXT@
    442442EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
    443443FGREP = @FGREP@
     444FILECMD = @FILECMD@
    444445GMP_LDFLAGS = @GMP_LDFLAGS@
    445446GMP_LIMB_BITS = @GMP_LIMB_BITS@
    446447GMP_NAIL_BITS = @GMP_NAIL_BITS@
    dist-gzip: distdir 
    11621163          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
    11631164        || chmod -R a+r "$(distdir)"
    11641165dist-gzip: distdir
    1165         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
     1166        tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
    11661167        $(am__post_remove_distdir)
    11671168
    11681169dist-bzip2: distdir
    dist-shar: distdir 
    11881189        @echo WARNING: "Support for shar distribution archives is" \
    11891190                       "deprecated." >&2
    11901191        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
    1191         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
     1192        shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
    11921193        $(am__post_remove_distdir)
    11931194
    11941195dist-zip: distdir
    distcheck: dist 
    12061207distcheck: dist
    12071208        case '$(DIST_ARCHIVES)' in \
    12081209        *.tar.gz*) \
    1209           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
     1210          eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
    12101211        *.tar.bz2*) \
    12111212          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
    12121213        *.tar.lz*) \
    distcheck: dist 
    12161217        *.tar.Z*) \
    12171218          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
    12181219        *.shar.gz*) \
    1219           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
     1220          eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
    12201221        *.zip*) \
    12211222          unzip $(distdir).zip ;;\
    12221223        esac
  • aclocal.m4

    diff -urp aclocal.m4 aclocal.m4
     
    1 # generated automatically by aclocal 1.15 -*- Autoconf -*-
     1# generated automatically by aclocal 1.15.1 -*- Autoconf -*-
    22
    3 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
     3# Copyright (C) 1996-2017 Free Software Foundation, Inc.
    44
    55# This file is free software; the Free Software Foundation
    66# gives unlimited permission to copy and/or distribute it,
    To do so, use the procedure documented by the package, 
    2222
    2323# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
    2424#
    25 #   Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc.
     25#   Copyright (C) 1996-2001, 2003-2019, 2021-2022 Free Software
     26#   Foundation, Inc.
    2627#   Written by Gordon Matzigkeit, 1996
    2728#
    2829# This file is free software; the Free Software Foundation gives
    m4_define([_LT_COPYING], [dnl 
    5354# along with this program.  If not, see <http://www.gnu.org/licenses/>.
    5455])
    5556
    56 # serial 58 LT_INIT
     57# serial 59 LT_INIT
    5758
    5859
    5960# LT_PREREQ(VERSION)
    m4_require([_LT_CMD_RELOAD])dnl 
    203204m4_require([_LT_CHECK_SHELL_FEATURES])dnl
    204205m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl
    205206m4_require([_LT_CMD_RELOAD])dnl
     207m4_require([_LT_DECL_FILECMD])dnl
    206208m4_require([_LT_CHECK_MAGIC_METHOD])dnl
    207209m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl
    208210m4_require([_LT_CMD_OLD_ARCHIVE])dnl
    can_build_shared=yes 
    241243ofile=libtool
    242244can_build_shared=yes
    243245
    244 # All known linkers require a '.a' archive for static linking (except MSVC,
    245 # which needs '.lib').
     246# All known linkers require a '.a' archive for static linking (except MSVC and
     247# ICC, which need '.lib').
    246248libext=a
    247249
    248250with_gnu_ld=$lt_cv_prog_gnu_ld
    _LT_EOF 
    794796  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
    795797  # text mode, it properly converts lines to CR/LF.  This bash problem
    796798  # is reportedly fixed, but why not run on old versions too?
    797   sed '$q' "$ltmain" >> "$cfgfile" \
     799  $SED '$q' "$ltmain" >> "$cfgfile" \
    798800     || (rm -f "$cfgfile"; exit 1)
    799801
    800802   mv -f "$cfgfile" "$ofile" ||
    _LT_EOF 
    10561058_LT_EOF
    10571059      echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD
    10581060      $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD
    1059       echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
    1060       $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
     1061      echo "$AR $AR_FLAGS libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
     1062      $AR $AR_FLAGS libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
    10611063      echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD
    10621064      $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD
    10631065      cat > conftest.c << _LT_EOF
    _LT_EOF 
    10811083      _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
    10821084    darwin1.*)
    10831085      _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
    1084     darwin*) # darwin 5.x on
    1085       # if running on 10.5 or later, the deployment target defaults
    1086       # to the OS version, if on x86, and 10.4, the deployment
    1087       # target defaults to 10.4. Don't you love it?
    1088       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
    1089         10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
    1090           _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
    1091         10.[[012]][[,.]]*)
    1092           _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
    1093         10.*)
    1094           _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
     1086    darwin*)
     1087      case $MACOSX_DEPLOYMENT_TARGET,$host in
     1088        10.[[012]],*|,*powerpc*-darwin[[5-8]]*)
     1089          _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
     1090        *)
     1091          _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
    10951092      esac
    10961093    ;;
    10971094  esac
    10981095    if test yes = "$lt_cv_apple_cc_single_mod"; then
    10991096      _lt_dar_single_mod='$single_module'
    11001097    fi
     1098    _lt_dar_needs_single_mod=no
     1099    case $host_os in
     1100    rhapsody* | darwin1.*)
     1101      _lt_dar_needs_single_mod=yes ;;
     1102    darwin*)
     1103      # When targeting Mac OS X 10.4 (darwin 8) or later,
     1104      # -single_module is the default and -multi_module is unsupported.
     1105      # The toolchain on macOS 10.14 (darwin 18) and later cannot
     1106      # target any OS version that needs -single_module.
     1107      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
     1108      10.0,*-darwin[[567]].*|10.[[0-3]],*-darwin[[5-9]].*|10.[[0-3]],*-darwin1[[0-7]].*)
     1109        _lt_dar_needs_single_mod=yes ;;
     1110      esac
     1111    ;;
     1112    esac
    11011113    if test yes = "$lt_cv_ld_exported_symbols_list"; then
    11021114      _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
    11031115    else
    m4_defun([_LT_DARWIN_LINKER_FEATURES], 
    11401152    output_verbose_link_cmd=func_echo_all
    11411153    _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
    11421154    _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
    1143     _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
    1144     _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
     1155    _LT_TAGVAR(archive_expsym_cmds, $1)="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
     1156    _LT_TAGVAR(module_expsym_cmds, $1)="$SED -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
    11451157    m4_if([$1], [CXX],
    1146 [   if test yes != "$lt_cv_apple_cc_single_mod"; then
     1158[   if test yes = "$_lt_dar_needs_single_mod" -a yes != "$lt_cv_apple_cc_single_mod"; then
    11471159      _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil"
    1148       _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil"
     1160      _LT_TAGVAR(archive_expsym_cmds, $1)="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil"
    11491161    fi
    11501162],[])
    11511163  else
    AC_DEFUN([_LT_WITH_SYSROOT], 
    12591271# _LT_WITH_SYSROOT
    12601272# ----------------
    12611273AC_DEFUN([_LT_WITH_SYSROOT],
    1262 [AC_MSG_CHECKING([for sysroot])
     1274[m4_require([_LT_DECL_SED])dnl
     1275AC_MSG_CHECKING([for sysroot])
    12631276AC_ARG_WITH([sysroot],
    12641277[AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@],
    12651278  [Search for dependent libraries within DIR (or the compiler's sysroot
    case $with_sysroot in #( 
    12761289   fi
    12771290   ;; #(
    12781291 /*)
    1279    lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
     1292   lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"`
    12801293   ;; #(
    12811294 no|'')
    12821295   ;; #(
    ia64-*-hpux*) 
    13061319  # options accordingly.
    13071320  echo 'int i;' > conftest.$ac_ext
    13081321  if AC_TRY_EVAL(ac_compile); then
    1309     case `/usr/bin/file conftest.$ac_objext` in
     1322    case `$FILECMD conftest.$ac_objext` in
    13101323      *ELF-32*)
    13111324        HPUX_IA64_MODE=32
    13121325        ;;
    ia64-*-hpux*) 
    13231336  echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
    13241337  if AC_TRY_EVAL(ac_compile); then
    13251338    if test yes = "$lt_cv_prog_gnu_ld"; then
    1326       case `/usr/bin/file conftest.$ac_objext` in
     1339      case `$FILECMD conftest.$ac_objext` in
    13271340        *32-bit*)
    13281341          LD="${LD-ld} -melf32bsmip"
    13291342          ;;
    ia64-*-hpux*) 
    13351348        ;;
    13361349      esac
    13371350    else
    1338       case `/usr/bin/file conftest.$ac_objext` in
     1351      case `$FILECMD conftest.$ac_objext` in
    13391352        *32-bit*)
    13401353          LD="${LD-ld} -32"
    13411354          ;;
    mips64*-*linux*) 
    13571370  echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
    13581371  if AC_TRY_EVAL(ac_compile); then
    13591372    emul=elf
    1360     case `/usr/bin/file conftest.$ac_objext` in
     1373    case `$FILECMD conftest.$ac_objext` in
    13611374      *32-bit*)
    13621375        emul="${emul}32"
    13631376        ;;
    mips64*-*linux*) 
    13651378        emul="${emul}64"
    13661379        ;;
    13671380    esac
    1368     case `/usr/bin/file conftest.$ac_objext` in
     1381    case `$FILECMD conftest.$ac_objext` in
    13691382      *MSB*)
    13701383        emul="${emul}btsmip"
    13711384        ;;
    mips64*-*linux*) 
    13731386        emul="${emul}ltsmip"
    13741387        ;;
    13751388    esac
    1376     case `/usr/bin/file conftest.$ac_objext` in
     1389    case `$FILECMD conftest.$ac_objext` in
    13771390      *N32*)
    13781391        emul="${emul}n32"
    13791392        ;;
    s390*-*linux*|s390*-*tpf*|sparc*-*linux*) 
    13931406  # not appear in the list.
    13941407  echo 'int i;' > conftest.$ac_ext
    13951408  if AC_TRY_EVAL(ac_compile); then
    1396     case `/usr/bin/file conftest.o` in
     1409    case `$FILECMD conftest.o` in
    13971410      *32-bit*)
    13981411        case $host in
    13991412          x86_64-*kfreebsd*-gnu)
    14001413            LD="${LD-ld} -m elf_i386_fbsd"
    14011414            ;;
    14021415          x86_64-*linux*)
    1403             case `/usr/bin/file conftest.o` in
     1416            case `$FILECMD conftest.o` in
    14041417              *x86-64*)
    14051418                LD="${LD-ld} -m elf32_x86_64"
    14061419                ;;
    s390*-*linux*|s390*-*tpf*|sparc*-*linux*) 
    14681481  # options accordingly.
    14691482  echo 'int i;' > conftest.$ac_ext
    14701483  if AC_TRY_EVAL(ac_compile); then
    1471     case `/usr/bin/file conftest.o` in
     1484    case `$FILECMD conftest.o` in
    14721485    *64-bit*)
    14731486      case $lt_cv_prog_gnu_ld in
    14741487      yes*)
    m4_defun([_LT_PROG_AR], 
    15071520m4_defun([_LT_PROG_AR],
    15081521[AC_CHECK_TOOLS(AR, [ar], false)
    15091522: ${AR=ar}
    1510 : ${AR_FLAGS=cru}
    15111523_LT_DECL([], [AR], [1], [The archiver])
    1512 _LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive])
    15131524
     1525# Use ARFLAGS variable as AR's operation code to sync the variable naming with
     1526# Automake.  If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have
     1527# higher priority because thats what people were doing historically (setting
     1528# ARFLAGS for automake and AR_FLAGS for libtool).  FIXME: Make the AR_FLAGS
     1529# variable obsoleted/removed.
     1530
     1531test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr}
     1532lt_ar_flags=$AR_FLAGS
     1533_LT_DECL([], [lt_ar_flags], [0], [Flags to create an archive (by configure)])
     1534
     1535# Make AR_FLAGS overridable by 'make ARFLAGS='.  Don't try to run-time override
     1536# by AR_FLAGS because that was never working and AR_FLAGS is about to die.
     1537_LT_DECL([], [AR_FLAGS], [\@S|@{ARFLAGS-"\@S|@lt_ar_flags"}],
     1538         [Flags to create an archive])
     1539
    15141540AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file],
    15151541  [lt_cv_ar_at_file=no
    15161542   AC_COMPILE_IFELSE([AC_LANG_PROGRAM],
    AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl 
    17281754    lt_cv_sys_max_cmd_len=8192;
    17291755    ;;
    17301756
    1731   bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
     1757  bitrig* | darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*)
    17321758    # This has been around since 386BSD, at least.  Likely further.
    17331759    if test -x /sbin/sysctl; then
    17341760      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
    AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl 
    17711797  sysv5* | sco5v6* | sysv4.2uw2*)
    17721798    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
    17731799    if test -n "$kargmax"; then
    1774       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[         ]]//'`
     1800      lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[[        ]]//'`
    17751801    else
    17761802      lt_cv_sys_max_cmd_len=32768
    17771803    fi
    AC_MSG_CHECKING([whether stripping libraries is possib 
    22212247striplib=
    22222248old_striplib=
    22232249AC_MSG_CHECKING([whether stripping libraries is possible])
    2224 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
    2225   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
    2226   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
    2227   AC_MSG_RESULT([yes])
     2250if test -z "$STRIP"; then
     2251  AC_MSG_RESULT([no])
    22282252else
    2229 # FIXME - insert some real tests, host_os isn't really good enough
    2230   case $host_os in
    2231   darwin*)
    2232     if test -n "$STRIP"; then
     2253  if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
     2254    old_striplib="$STRIP --strip-debug"
     2255    striplib="$STRIP --strip-unneeded"
     2256    AC_MSG_RESULT([yes])
     2257  else
     2258    case $host_os in
     2259    darwin*)
     2260      # FIXME - insert some real tests, host_os isn't really good enough
    22332261      striplib="$STRIP -x"
    22342262      old_striplib="$STRIP -S"
    22352263      AC_MSG_RESULT([yes])
    2236     else
     2264      ;;
     2265    freebsd*)
     2266      if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then
     2267        old_striplib="$STRIP --strip-debug"
     2268        striplib="$STRIP --strip-unneeded"
     2269        AC_MSG_RESULT([yes])
     2270      else
     2271        AC_MSG_RESULT([no])
     2272      fi
     2273      ;;
     2274    *)
    22372275      AC_MSG_RESULT([no])
    2238     fi
    2239     ;;
    2240   *)
    2241     AC_MSG_RESULT([no])
    2242     ;;
    2243   esac
     2276      ;;
     2277    esac
     2278  fi
    22442279fi
    22452280_LT_DECL([], [old_striplib], [1], [Commands to strip libraries])
    22462281_LT_DECL([], [striplib], [1])
    cygwin* | mingw* | pw32* | cegcc*) 
    25632598    case $host_os in
    25642599    cygwin*)
    25652600      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
    2566       soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
     2601      soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
    25672602m4_if([$1], [],[
    25682603      sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"])
    25692604      ;;
    m4_if([$1], [],[ 
    25732608      ;;
    25742609    pw32*)
    25752610      # pw32 DLLs use 'pw' prefix rather than 'lib'
    2576       library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
     2611      library_names_spec='`echo $libname | $SED -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
    25772612      ;;
    25782613    esac
    25792614    dynamic_linker='Win32 ld.exe'
    25802615    ;;
    25812616
    2582   *,cl*)
    2583     # Native MSVC
     2617  *,cl* | *,icl*)
     2618    # Native MSVC or ICC
    25842619    libname_spec='$name'
    25852620    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
    25862621    library_names_spec='$libname.dll.lib'
    m4_if([$1], [],[ 
    25992634      done
    26002635      IFS=$lt_save_ifs
    26012636      # Convert to MSYS style.
    2602       sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
     2637      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
    26032638      ;;
    26042639    cygwin*)
    26052640      # Convert to unix form, then to dos form, then back to unix form
    m4_if([$1], [],[ 
    26362671    ;;
    26372672
    26382673  *)
    2639     # Assume MSVC wrapper
     2674    # Assume MSVC and ICC wrapper
    26402675    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
    26412676    dynamic_linker='Win32 ld.exe'
    26422677    ;;
    dgux*) 
    26692704  shlibpath_var=LD_LIBRARY_PATH
    26702705  ;;
    26712706
    2672 freebsd* | dragonfly*)
     2707freebsd* | dragonfly* | midnightbsd*)
    26732708  # DragonFly does not have aout.  When/if they implement a new
    26742709  # versioning mechanism, adjust this.
    26752710  if test -x /usr/bin/objformat; then
    bsdi[[45]]*) 
    34683503
    34693504bsdi[[45]]*)
    34703505  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
    3471   lt_cv_file_magic_cmd='/usr/bin/file -L'
     3506  lt_cv_file_magic_cmd='$FILECMD -L'
    34723507  lt_cv_file_magic_test_file=/shlib/libc.so
    34733508  ;;
    34743509
    darwin* | rhapsody*) 
    35023537  lt_cv_deplibs_check_method=pass_all
    35033538  ;;
    35043539
    3505 freebsd* | dragonfly*)
     3540freebsd* | dragonfly* | midnightbsd*)
    35063541  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
    35073542    case $host_cpu in
    35083543    i*86 )
    35093544      # Not sure whether the presence of OpenBSD here was a mistake.
    35103545      # Let's accept both of them until this is cleared up.
    35113546      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
    3512       lt_cv_file_magic_cmd=/usr/bin/file
     3547      lt_cv_file_magic_cmd=$FILECMD
    35133548      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
    35143549      ;;
    35153550    esac
    hpux10.20* | hpux11*) 
    35233558  ;;
    35243559
    35253560hpux10.20* | hpux11*)
    3526   lt_cv_file_magic_cmd=/usr/bin/file
     3561  lt_cv_file_magic_cmd=$FILECMD
    35273562  case $host_cpu in
    35283563  ia64*)
    35293564    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
    newos6*) 
    35703605
    35713606newos6*)
    35723607  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
    3573   lt_cv_file_magic_cmd=/usr/bin/file
     3608  lt_cv_file_magic_cmd=$FILECMD
    35743609  lt_cv_file_magic_test_file=/usr/lib/libnls.so
    35753610  ;;
    35763611
    else 
    36973732        mingw*) lt_bad_file=conftest.nm/nofile ;;
    36983733        *) lt_bad_file=/dev/null ;;
    36993734        esac
    3700         case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
     3735        case `"$tmp_nm" -B $lt_bad_file 2>&1 | $SED '1q'` in
    37013736        *$lt_bad_file* | *'Invalid file or object type'*)
    37023737          lt_cv_path_NM="$tmp_nm -B"
    37033738          break 2
    37043739          ;;
    37053740        *)
    3706           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
     3741          case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in
    37073742          */dev/null*)
    37083743            lt_cv_path_NM="$tmp_nm -p"
    37093744            break 2
    else 
    37293764    # Let the user override the test.
    37303765  else
    37313766    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
    3732     case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
     3767    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in
    37333768    *COFF*)
    37343769      DUMPBIN="$DUMPBIN -symbols -headers"
    37353770      ;;
    if test "$lt_cv_nm_interface" = "MS dumpbin"; then 
    39694004
    39704005if test "$lt_cv_nm_interface" = "MS dumpbin"; then
    39714006  # Gets list of data symbols to import.
    3972   lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'"
     4007  lt_cv_sys_global_symbol_to_import="$SED -n -e 's/^I .* \(.*\)$/\1/p'"
    39734008  # Adjust the below global symbol transforms to fixup imported variables.
    39744009  lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
    39754010  lt_c_name_hook=" -e 's/^I .* \(.*\)$/  {\"\1\", (void *) 0},/p'"
    fi 
    39874022# Transform an extracted symbol line into a proper C declaration.
    39884023# Some systems (esp. on ia64) link data and code symbols differently,
    39894024# so use this general approach.
    3990 lt_cv_sys_global_symbol_to_cdecl="sed -n"\
     4025lt_cv_sys_global_symbol_to_cdecl="$SED -n"\
    39914026$lt_cdecl_hook\
    39924027" -e 's/^T .* \(.*\)$/extern int \1();/p'"\
    39934028" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
    39944029
    39954030# Transform an extracted symbol line into symbol name and symbol address
    3996 lt_cv_sys_global_symbol_to_c_name_address="sed -n"\
     4031lt_cv_sys_global_symbol_to_c_name_address="$SED -n"\
    39974032$lt_c_name_hook\
    39984033" -e 's/^: \(.*\) .*$/  {\"\1\", (void *) 0},/p'"\
    39994034" -e 's/^$symcode$symcode* .* \(.*\)$/  {\"\1\", (void *) \&\1},/p'"
    40004035
    40014036# Transform an extracted symbol line into symbol name with lib prefix and
    40024037# symbol address.
    4003 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\
     4038lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="$SED -n"\
    40044039$lt_c_name_lib_hook\
    40054040" -e 's/^: \(.*\) .*$/  {\"\1\", (void *) 0},/p'"\
    40064041" -e 's/^$symcode$symcode* .* \(lib.*\)$/  {\"\1\", (void *) \&\1},/p'"\
    for ac_symprfx in "" "_"; do 
    40244059  if test "$lt_cv_nm_interface" = "MS dumpbin"; then
    40254060    # Fake it for dumpbin and say T for any non-static function,
    40264061    # D for any global variable and I for any imported variable.
    4027     # Also find C++ and __fastcall symbols from MSVC++,
     4062    # Also find C++ and __fastcall symbols from MSVC++ or ICC,
    40284063    # which start with @ or ?.
    40294064    lt_cv_sys_global_symbol_pipe="$AWK ['"\
    40304065"     {last_section=section; section=\$ 3};"\
    for ac_symprfx in "" "_"; do 
    40424077"     s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
    40434078"     ' prfx=^$ac_symprfx]"
    40444079  else
    4045     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[     ]]\($symcode$symcode*\)[[       ]][[    ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
     4080    lt_cv_sys_global_symbol_pipe="$SED -n -e 's/^.*[[    ]]\($symcode$symcode*\)[[       ]][[    ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
    40464081  fi
    4047   lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
     4082  lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | $SED '/ __gnu_lto/d'"
    40484083
    40494084  # Check to see that the pipe works correctly.
    40504085  pipe_works=no
    m4_if([$1], [CXX], [ 
    43314366            ;;
    43324367        esac
    43334368        ;;
    4334       freebsd* | dragonfly*)
     4369      freebsd* | dragonfly* | midnightbsd*)
    43354370        # FreeBSD uses GNU C++
    43364371        ;;
    43374372      hpux9* | hpux10* | hpux11*)
    m4_if([$1], [CXX], [ 
    44144449            _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
    44154450            ;;
    44164451          *)
    4417             case `$CC -V 2>&1 | sed 5q` in
     4452            case `$CC -V 2>&1 | $SED 5q` in
    44184453            *Sun\ C*)
    44194454              # Sun C++ 5.9
    44204455              _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
    m4_if([$1], [CXX], [ 
    47504785        _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
    47514786        ;;
    47524787      *)
    4753         case `$CC -V 2>&1 | sed 5q` in
     4788        case `$CC -V 2>&1 | $SED 5q` in
    47544789        *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
    47554790          # Sun Fortran 8.3 passes all unrecognized flags to the linker
    47564791          _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
    m4_if([$1], [CXX], [ 
    49334968    if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
    49344969      _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
    49354970    else
    4936       _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
     4971      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
    49374972    fi
    49384973    ;;
    49394974  pw32*)
    m4_if([$1], [CXX], [ 
    49414976    ;;
    49424977  cygwin* | mingw* | cegcc*)
    49434978    case $cc_basename in
    4944     cl*)
     4979    cl* | icl*)
    49454980      _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
    49464981      ;;
    49474982    *)
    dnl Note also adjust exclude_expsyms for C++ above. 
    49985033
    49995034  case $host_os in
    50005035  cygwin* | mingw* | pw32* | cegcc*)
    5001     # FIXME: the MSVC++ port hasn't been tested in a loooong time
     5036    # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time
    50025037    # When not using gcc, we currently assume that we are using
    5003     # Microsoft Visual C++.
     5038    # Microsoft Visual C++ or Intel C++ Compiler.
    50045039    if test yes != "$GCC"; then
    50055040      with_gnu_ld=no
    50065041    fi
    50075042    ;;
    50085043  interix*)
    5009     # we just hope/assume this is gcc and not c89 (= MSVC++)
     5044    # we just hope/assume this is gcc and not c89 (= MSVC++ or ICC)
    50105045    with_gnu_ld=yes
    50115046    ;;
    50125047  openbsd* | bitrig*)
    dnl Note also adjust exclude_expsyms for C++ above. 
    50585093      _LT_TAGVAR(whole_archive_flag_spec, $1)=
    50595094    fi
    50605095    supports_anon_versioning=no
    5061     case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
     5096    case `$LD -v | $SED -e 's/([[^)]]\+)\s\+//' 2>&1` in
    50625097      *GNU\ gold*) supports_anon_versioning=yes ;;
    50635098      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
    50645099      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
    _LT_EOF 
    51705205        emximp -o $lib $output_objdir/$libname.def'
    51715206      _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
    51725207      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
     5208      _LT_TAGVAR(file_list_spec, $1)='@'
    51735209      ;;
    51745210
    51755211    interix[[3-9]]*)
    _LT_EOF 
    51845220      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
    51855221      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
    51865222      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
    5187       _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
     5223      _LT_TAGVAR(archive_expsym_cmds, $1)='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
    51885224      ;;
    51895225
    51905226    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
    _LT_EOF 
    52275263          _LT_TAGVAR(compiler_needs_object, $1)=yes
    52285264          ;;
    52295265        esac
    5230         case `$CC -V 2>&1 | sed 5q` in
     5266        case `$CC -V 2>&1 | $SED 5q` in
    52315267        *Sun\ C*)                       # Sun C 5.9
    52325268          _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
    52335269          _LT_TAGVAR(compiler_needs_object, $1)=yes
    _LT_EOF 
    52395275
    52405276        if test yes = "$supports_anon_versioning"; then
    52415277          _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
    5242             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
     5278            cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
    52435279            echo "local: *; };" >> $output_objdir/$libname.ver~
    52445280            $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
    52455281        fi
    _LT_EOF 
    52555291          _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
    52565292          if test yes = "$supports_anon_versioning"; then
    52575293            _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
    5258               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
     5294              cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
    52595295              echo "local: *; };" >> $output_objdir/$libname.ver~
    52605296              $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
    52615297          fi
    _LT_EOF 
    53875423        if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
    53885424          _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
    53895425        else
    5390           _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
     5426          _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
    53915427        fi
    53925428        aix_use_runtimelinking=no
    53935429
    _LT_EOF 
    55705606
    55715607    cygwin* | mingw* | pw32* | cegcc*)
    55725608      # When not using gcc, we currently assume that we are using
    5573       # Microsoft Visual C++.
     5609      # Microsoft Visual C++ or Intel C++ Compiler.
    55745610      # hardcode_libdir_flag_spec is actually meaningless, as there is
    55755611      # no search path for DLLs.
    55765612      case $cc_basename in
    5577       cl*)
    5578         # Native MSVC
     5613      cl* | icl*)
     5614        # Native MSVC or ICC
    55795615        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
    55805616        _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
    55815617        _LT_TAGVAR(always_export_symbols, $1)=yes
    _LT_EOF 
    56165652          fi'
    56175653        ;;
    56185654      *)
    5619         # Assume MSVC wrapper
     5655        # Assume MSVC and ICC wrapper
    56205656        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
    56215657        _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
    56225658        # Tell ltmain to make .lib files, not .a files.
    _LT_EOF 
    56645700      ;;
    56655701
    56665702    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
    5667     freebsd* | dragonfly*)
     5703    freebsd* | dragonfly* | midnightbsd*)
    56685704      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
    56695705      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
    56705706      _LT_TAGVAR(hardcode_direct, $1)=yes
    _LT_EOF 
    58755911        emximp -o $lib $output_objdir/$libname.def'
    58765912      _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
    58775913      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
     5914      _LT_TAGVAR(file_list_spec, $1)='@'
    58785915      ;;
    58795916
    58805917    osf3*)
    if test yes != "$_lt_caught_CXX_error"; then 
    66416678
    66426679      cygwin* | mingw* | pw32* | cegcc*)
    66436680        case $GXX,$cc_basename in
    6644         ,cl* | no,cl*)
    6645           # Native MSVC
     6681        ,cl* | no,cl* | ,icl* | no,icl*)
     6682          # Native MSVC or ICC
    66466683          # hardcode_libdir_flag_spec is actually meaningless, as there is
    66476684          # no search path for DLLs.
    66486685          _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
    if test yes != "$_lt_caught_CXX_error"; then 
    67406777          emximp -o $lib $output_objdir/$libname.def'
    67416778        _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
    67426779        _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
     6780        _LT_TAGVAR(file_list_spec, $1)='@'
    67436781        ;;
    67446782
    67456783      dgux*)
    if test yes != "$_lt_caught_CXX_error"; then 
    67706808        _LT_TAGVAR(archive_cmds_need_lc, $1)=no
    67716809        ;;
    67726810
    6773       freebsd* | dragonfly*)
     6811      freebsd* | dragonfly* | midnightbsd*)
    67746812        # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
    67756813        # conventions
    67766814        _LT_TAGVAR(ld_shlibs, $1)=yes
    if test yes != "$_lt_caught_CXX_error"; then 
    69076945        # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
    69086946        # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
    69096947        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
    6910         _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
     6948        _LT_TAGVAR(archive_expsym_cmds, $1)='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
    69116949        ;;
    69126950      irix5* | irix6*)
    69136951        case $cc_basename in
    if test yes != "$_lt_caught_CXX_error"; then 
    70477085            _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
    70487086            if test yes = "$supports_anon_versioning"; then
    70497087              _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
    7050                 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
     7088                cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
    70517089                echo "local: *; };" >> $output_objdir/$libname.ver~
    70527090                $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
    70537091            fi
    70547092            ;;
    70557093          *)
    7056             case `$CC -V 2>&1 | sed 5q` in
     7094            case `$CC -V 2>&1 | $SED 5q` in
    70577095            *Sun\ C*)
    70587096              # Sun C++ 5.9
    70597097              _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
    AC_SUBST([DLLTOOL]) 
    81918229AC_SUBST([DLLTOOL])
    81928230])
    81938231
     8232# _LT_DECL_FILECMD
     8233# ----------------
     8234# Check for a file(cmd) program that can be used to detect file type and magic
     8235m4_defun([_LT_DECL_FILECMD],
     8236[AC_CHECK_TOOL([FILECMD], [file], [:])
     8237_LT_DECL([], [FILECMD], [1], [A file(cmd) program that detects file types])
     8238])# _LD_DECL_FILECMD
     8239
    81948240# _LT_DECL_SED
    81958241# ------------
    81968242# Check for a fully-functional sed program, that truncates
    _LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd], 
    83708416
    83718417# Helper functions for option handling.                    -*- Autoconf -*-
    83728418#
    8373 #   Copyright (C) 2004-2005, 2007-2009, 2011-2015 Free Software
    8374 #   Foundation, Inc.
     8419#   Copyright (C) 2004-2005, 2007-2009, 2011-2019, 2021-2022 Free
     8420#   Software Foundation, Inc.
    83758421#   Written by Gary V. Vaughan, 2004
    83768422#
    83778423# This file is free software; the Free Software Foundation gives
    LT_OPTION_DEFINE([LTDL_INIT], [convenience], 
    88028848
    88038849# ltsugar.m4 -- libtool m4 base layer.                         -*-Autoconf-*-
    88048850#
    8805 # Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software
     8851# Copyright (C) 2004-2005, 2007-2008, 2011-2019, 2021-2022 Free Software
    88068852# Foundation, Inc.
    88078853# Written by Gary V. Vaughan, 2004
    88088854#
    m4_define([lt_dict_filter], 
    89278973
    89288974# ltversion.m4 -- version numbers                       -*- Autoconf -*-
    89298975#
    8930 #   Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
     8976#   Copyright (C) 2004, 2011-2019, 2021-2022 Free Software Foundation,
     8977#   Inc.
    89318978#   Written by Scott James Remnant, 2004
    89328979#
    89338980# This file is free software; the Free Software Foundation gives
    m4_define([lt_dict_filter], 
    89368983
    89378984# @configure_input@
    89388985
    8939 # serial 4179 ltversion.m4
     8986# serial 4245 ltversion.m4
    89408987# This file is part of GNU Libtool
    89418988
    8942 m4_define([LT_PACKAGE_VERSION], [2.4.6])
    8943 m4_define([LT_PACKAGE_REVISION], [2.4.6])
     8989m4_define([LT_PACKAGE_VERSION], [2.4.7])
     8990m4_define([LT_PACKAGE_REVISION], [2.4.7])
    89448991
    89458992AC_DEFUN([LTVERSION_VERSION],
    8946 [macro_version='2.4.6'
    8947 macro_revision='2.4.6'
     8993[macro_version='2.4.7'
     8994macro_revision='2.4.7'
    89488995_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
    89498996_LT_DECL(, macro_revision, 0)
    89508997])
    89518998
    89528999# lt~obsolete.m4 -- aclocal satisfying obsolete definitions.    -*-Autoconf-*-
    89539000#
    8954 #   Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software
    8955 #   Foundation, Inc.
     9001#   Copyright (C) 2004-2005, 2007, 2009, 2011-2019, 2021-2022 Free
     9002#   Software Foundation, Inc.
    89569003#   Written by Scott James Remnant, 2004.
    89579004#
    89589005# This file is free software; the Free Software Foundation gives
    m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) 
    90499096m4_ifndef([_LT_PROG_FC],                [AC_DEFUN([_LT_PROG_FC])])
    90509097m4_ifndef([_LT_PROG_CXX],               [AC_DEFUN([_LT_PROG_CXX])])
    90519098
    9052 # Copyright (C) 2002-2014 Free Software Foundation, Inc.
     9099# Copyright (C) 2002-2017 Free Software Foundation, Inc.
    90539100#
    90549101# This file is free software; the Free Software Foundation
    90559102# gives unlimited permission to copy and/or distribute it,
    dnl require some minimum version. Point them to the r 
    90649111[am__api_version='1.15'
    90659112dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
    90669113dnl require some minimum version.  Point them to the right macro.
    9067 m4_if([$1], [1.15], [],
     9114m4_if([$1], [1.15.1], [],
    90689115      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
    90699116])
    90709117
    AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 
    90809127# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
    90819128# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
    90829129AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
    9083 [AM_AUTOMAKE_VERSION([1.15])dnl
     9130[AM_AUTOMAKE_VERSION([1.15.1])dnl
    90849131m4_ifndef([AC_AUTOCONF_VERSION],
    90859132  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
    90869133_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
    90879134
    90889135# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
    90899136
    9090 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
     9137# Copyright (C) 2001-2017 Free Software Foundation, Inc.
    90919138#
    90929139# This file is free software; the Free Software Foundation
    90939140# gives unlimited permission to copy and/or distribute it,
    am_aux_dir=`cd "$ac_aux_dir" && pwd` 
    91399186
    91409187# AM_CONDITIONAL                                            -*- Autoconf -*-
    91419188
    9142 # Copyright (C) 1997-2014 Free Software Foundation, Inc.
     9189# Copyright (C) 1997-2017 Free Software Foundation, Inc.
    91439190#
    91449191# This file is free software; the Free Software Foundation
    91459192# gives unlimited permission to copy and/or distribute it,
    fi])]) 
    91729219
    91739220# Do all the work for Automake.                             -*- Autoconf -*-
    91749221
    9175 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
     9222# Copyright (C) 1996-2017 Free Software Foundation, Inc.
    91769223#
    91779224# This file is free software; the Free Software Foundation
    91789225# gives unlimited permission to copy and/or distribute it,
    echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg" 
    93699416done
    93709417echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
    93719418
    9372 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
     9419# Copyright (C) 2001-2017 Free Software Foundation, Inc.
    93739420#
    93749421# This file is free software; the Free Software Foundation
    93759422# gives unlimited permission to copy and/or distribute it,
    AC_SUBST([install_sh])]) 
    93909437fi
    93919438AC_SUBST([install_sh])])
    93929439
    9393 # Copyright (C) 2003-2014 Free Software Foundation, Inc.
     9440# Copyright (C) 2003-2017 Free Software Foundation, Inc.
    93949441#
    93959442# This file is free software; the Free Software Foundation
    93969443# gives unlimited permission to copy and/or distribute it,
    AC_SUBST([am__leading_dot])]) 
    94099456rmdir .tst 2>/dev/null
    94109457AC_SUBST([am__leading_dot])])
    94119458
    9412 # Copyright (C) 1998-2014 Free Software Foundation, Inc.
     9459# Copyright (C) 1998-2017 Free Software Foundation, Inc.
    94139460#
    94149461# This file is free software; the Free Software Foundation
    94159462# gives unlimited permission to copy and/or distribute it,
    fi]) 
    94309477# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
    94319478# From Jim Meyering
    94329479
    9433 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
     9480# Copyright (C) 1996-2017 Free Software Foundation, Inc.
    94349481#
    94359482# This file is free software; the Free Software Foundation
    94369483# gives unlimited permission to copy and/or distribute it,
    AC_MSG_CHECKING([whether to enable maintainer-specific 
    94659512
    94669513# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
    94679514
    9468 # Copyright (C) 1997-2014 Free Software Foundation, Inc.
     9515# Copyright (C) 1997-2017 Free Software Foundation, Inc.
    94699516#
    94709517# This file is free software; the Free Software Foundation
    94719518# gives unlimited permission to copy and/or distribute it,
    fi 
    95049551
    95059552# Helper functions for option handling.                     -*- Autoconf -*-
    95069553
    9507 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
     9554# Copyright (C) 2001-2017 Free Software Foundation, Inc.
    95089555#
    95099556# This file is free software; the Free Software Foundation
    95109557# gives unlimited permission to copy and/or distribute it,
    AC_DEFUN([_AM_IF_OPTION], 
    95339580AC_DEFUN([_AM_IF_OPTION],
    95349581[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
    95359582
    9536 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
     9583# Copyright (C) 1999-2017 Free Software Foundation, Inc.
    95379584#
    95389585# This file is free software; the Free Software Foundation
    95399586# gives unlimited permission to copy and/or distribute it,
    AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_C 
    95809627# For backward compatibility.
    95819628AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
    95829629
    9583 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
     9630# Copyright (C) 2001-2017 Free Software Foundation, Inc.
    95849631#
    95859632# This file is free software; the Free Software Foundation
    95869633# gives unlimited permission to copy and/or distribute it,
    AC_DEFUN([AM_RUN_LOG], 
    95999646
    96009647# Check to make sure that the build environment is sane.    -*- Autoconf -*-
    96019648
    9602 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
     9649# Copyright (C) 1996-2017 Free Software Foundation, Inc.
    96039650#
    96049651# This file is free software; the Free Software Foundation
    96059652# gives unlimited permission to copy and/or distribute it,
    rm -f conftest.file 
    96809727rm -f conftest.file
    96819728])
    96829729
    9683 # Copyright (C) 2009-2014 Free Software Foundation, Inc.
     9730# Copyright (C) 2009-2017 Free Software Foundation, Inc.
    96849731#
    96859732# This file is free software; the Free Software Foundation
    96869733# gives unlimited permission to copy and/or distribute it,
    _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl 
    97409787_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
    97419788])
    97429789
    9743 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
     9790# Copyright (C) 2001-2017 Free Software Foundation, Inc.
    97449791#
    97459792# This file is free software; the Free Software Foundation
    97469793# gives unlimited permission to copy and/or distribute it,
    AC_SUBST([INSTALL_STRIP_PROGRAM])]) 
    97689815INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
    97699816AC_SUBST([INSTALL_STRIP_PROGRAM])])
    97709817
    9771 # Copyright (C) 2006-2014 Free Software Foundation, Inc.
     9818# Copyright (C) 2006-2017 Free Software Foundation, Inc.
    97729819#
    97739820# This file is free software; the Free Software Foundation
    97749821# gives unlimited permission to copy and/or distribute it,
    AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) 
    97879834
    97889835# Check how to create a tarball.                            -*- Autoconf -*-
    97899836
    9790 # Copyright (C) 2004-2014 Free Software Foundation, Inc.
     9837# Copyright (C) 2004-2017 Free Software Foundation, Inc.
    97919838#
    97929839# This file is free software; the Free Software Foundation
    97939840# gives unlimited permission to copy and/or distribute it,
  • configure

    diff -urp configure configure
    ac_ct_AR 
    706706MANIFEST_TOOL
    707707RANLIB
    708708ac_ct_AR
     709FILECMD
    709710LN_S
    710711LD
    711712FGREP
    else 
    1140911410        mingw*) lt_bad_file=conftest.nm/nofile ;;
    1141011411        *) lt_bad_file=/dev/null ;;
    1141111412        esac
    11412         case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
     11413        case `"$tmp_nm" -B $lt_bad_file 2>&1 | $SED '1q'` in
    1141311414        *$lt_bad_file* | *'Invalid file or object type'*)
    1141411415          lt_cv_path_NM="$tmp_nm -B"
    1141511416          break 2
    1141611417          ;;
    1141711418        *)
    11418           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
     11419          case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in
    1141911420          */dev/null*)
    1142011421            lt_cv_path_NM="$tmp_nm -p"
    1142111422            break 2
    fi 
    1154311544  fi
    1154411545fi
    1154511546
    11546     case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
     11547    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in
    1154711548    *COFF*)
    1154811549      DUMPBIN="$DUMPBIN -symbols -headers"
    1154911550      ;;
    else 
    1162911630        mingw*) lt_bad_file=conftest.nm/nofile ;;
    1163011631        *) lt_bad_file=/dev/null ;;
    1163111632        esac
    11632         case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
     11633        case `"$tmp_nm" -B $lt_bad_file 2>&1 | $SED '1q'` in
    1163311634        *$lt_bad_file* | *'Invalid file or object type'*)
    1163411635          lt_cv_path_NM="$tmp_nm -B"
    1163511636          break 2
    1163611637          ;;
    1163711638        *)
    11638           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
     11639          case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in
    1163911640          */dev/null*)
    1164011641            lt_cv_path_NM="$tmp_nm -p"
    1164111642            break 2
    fi 
    1176311764  fi
    1176411765fi
    1176511766
    11766     case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
     11767    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in
    1176711768    *COFF*)
    1176811769      DUMPBIN="$DUMPBIN -symbols -headers"
    1176911770      ;;
    esac 
    1224012241
    1224112242
    1224212243
    12243 macro_version='2.4.6'
    12244 macro_revision='2.4.6'
     12244macro_version='2.4.7'
     12245macro_revision='2.4.7'
    1224512246
    1224612247
    1224712248
    else 
    1266412665    lt_cv_sys_max_cmd_len=8192;
    1266512666    ;;
    1266612667
    12667   bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
     12668  bitrig* | darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*)
    1266812669    # This has been around since 386BSD, at least.  Likely further.
    1266912670    if test -x /sbin/sysctl; then
    1267012671      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
    else 
    1270712708  sysv5* | sco5v6* | sysv4.2uw2*)
    1270812709    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
    1270912710    if test -n "$kargmax"; then
    12710       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
     12711      lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[         ]//'`
    1271112712    else
    1271212713      lt_cv_sys_max_cmd_len=32768
    1271312714    fi
    if test -n "$ac_tool_prefix"; then 
    1291012911
    1291112912
    1291212913if test -n "$ac_tool_prefix"; then
     12914  # Extract the first word of "${ac_tool_prefix}file", so it can be a program name with args.
     12915set dummy ${ac_tool_prefix}file; ac_word=$2
     12916{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
     12917$as_echo_n "checking for $ac_word... " >&6; }
     12918if ${ac_cv_prog_FILECMD+:} false; then :
     12919  $as_echo_n "(cached) " >&6
     12920else
     12921  if test -n "$FILECMD"; then
     12922  ac_cv_prog_FILECMD="$FILECMD" # Let the user override the test.
     12923else
     12924as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     12925for as_dir in $PATH
     12926do
     12927  IFS=$as_save_IFS
     12928  test -z "$as_dir" && as_dir=.
     12929    for ac_exec_ext in '' $ac_executable_extensions; do
     12930  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     12931    ac_cv_prog_FILECMD="${ac_tool_prefix}file"
     12932    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     12933    break 2
     12934  fi
     12935done
     12936  done
     12937IFS=$as_save_IFS
     12938
     12939fi
     12940fi
     12941FILECMD=$ac_cv_prog_FILECMD
     12942if test -n "$FILECMD"; then
     12943  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FILECMD" >&5
     12944$as_echo "$FILECMD" >&6; }
     12945else
     12946  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     12947$as_echo "no" >&6; }
     12948fi
     12949
     12950
     12951fi
     12952if test -z "$ac_cv_prog_FILECMD"; then
     12953  ac_ct_FILECMD=$FILECMD
     12954  # Extract the first word of "file", so it can be a program name with args.
     12955set dummy file; ac_word=$2
     12956{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
     12957$as_echo_n "checking for $ac_word... " >&6; }
     12958if ${ac_cv_prog_ac_ct_FILECMD+:} false; then :
     12959  $as_echo_n "(cached) " >&6
     12960else
     12961  if test -n "$ac_ct_FILECMD"; then
     12962  ac_cv_prog_ac_ct_FILECMD="$ac_ct_FILECMD" # Let the user override the test.
     12963else
     12964as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     12965for as_dir in $PATH
     12966do
     12967  IFS=$as_save_IFS
     12968  test -z "$as_dir" && as_dir=.
     12969    for ac_exec_ext in '' $ac_executable_extensions; do
     12970  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     12971    ac_cv_prog_ac_ct_FILECMD="file"
     12972    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     12973    break 2
     12974  fi
     12975done
     12976  done
     12977IFS=$as_save_IFS
     12978
     12979fi
     12980fi
     12981ac_ct_FILECMD=$ac_cv_prog_ac_ct_FILECMD
     12982if test -n "$ac_ct_FILECMD"; then
     12983  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_FILECMD" >&5
     12984$as_echo "$ac_ct_FILECMD" >&6; }
     12985else
     12986  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     12987$as_echo "no" >&6; }
     12988fi
     12989
     12990  if test "x$ac_ct_FILECMD" = x; then
     12991    FILECMD=":"
     12992  else
     12993    case $cross_compiling:$ac_tool_warned in
     12994yes:)
     12995{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
     12996$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     12997ac_tool_warned=yes ;;
     12998esac
     12999    FILECMD=$ac_ct_FILECMD
     13000  fi
     13001else
     13002  FILECMD="$ac_cv_prog_FILECMD"
     13003fi
     13004
     13005
     13006
     13007
     13008
     13009
     13010
     13011if test -n "$ac_tool_prefix"; then
    1291313012  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
    1291413013set dummy ${ac_tool_prefix}objdump; ac_word=$2
    1291513014{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    bsdi[45]*) 
    1303813137
    1303913138bsdi[45]*)
    1304013139  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
    13041   lt_cv_file_magic_cmd='/usr/bin/file -L'
     13140  lt_cv_file_magic_cmd='$FILECMD -L'
    1304213141  lt_cv_file_magic_test_file=/shlib/libc.so
    1304313142  ;;
    1304413143
    darwin* | rhapsody*) 
    1307213171  lt_cv_deplibs_check_method=pass_all
    1307313172  ;;
    1307413173
    13075 freebsd* | dragonfly*)
     13174freebsd* | dragonfly* | midnightbsd*)
    1307613175  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
    1307713176    case $host_cpu in
    1307813177    i*86 )
    1307913178      # Not sure whether the presence of OpenBSD here was a mistake.
    1308013179      # Let's accept both of them until this is cleared up.
    1308113180      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
    13082       lt_cv_file_magic_cmd=/usr/bin/file
     13181      lt_cv_file_magic_cmd=$FILECMD
    1308313182      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
    1308413183      ;;
    1308513184    esac
    hpux10.20* | hpux11*) 
    1309313192  ;;
    1309413193
    1309513194hpux10.20* | hpux11*)
    13096   lt_cv_file_magic_cmd=/usr/bin/file
     13195  lt_cv_file_magic_cmd=$FILECMD
    1309713196  case $host_cpu in
    1309813197  ia64*)
    1309913198    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
    newos6*) 
    1314013239
    1314113240newos6*)
    1314213241  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
    13143   lt_cv_file_magic_cmd=/usr/bin/file
     13242  lt_cv_file_magic_cmd=$FILECMD
    1314413243  lt_cv_file_magic_test_file=/usr/lib/libnls.so
    1314513244  ;;
    1314613245
    fi 
    1348913588fi
    1349013589
    1349113590: ${AR=ar}
    13492 : ${AR_FLAGS=cru}
    1349313591
    1349413592
    1349513593
    1349613594
    1349713595
    1349813596
     13597# Use ARFLAGS variable as AR's operation code to sync the variable naming with
     13598# Automake.  If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have
     13599# higher priority because thats what people were doing historically (setting
     13600# ARFLAGS for automake and AR_FLAGS for libtool).  FIXME: Make the AR_FLAGS
     13601# variable obsoleted/removed.
    1349913602
     13603test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr}
     13604lt_ar_flags=$AR_FLAGS
    1350013605
    1350113606
    1350213607
    1350313608
     13609
     13610
     13611# Make AR_FLAGS overridable by 'make ARFLAGS='.  Don't try to run-time override
     13612# by AR_FLAGS because that was never working and AR_FLAGS is about to die.
     13613
     13614
     13615
     13616
     13617
     13618
    1350413619{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
    1350513620$as_echo_n "checking for archiver @FILE support... " >&6; }
    1350613621if ${lt_cv_ar_at_file+:} false; then :
    if test "$lt_cv_nm_interface" = "MS dumpbin"; then 
    1388914004
    1389014005if test "$lt_cv_nm_interface" = "MS dumpbin"; then
    1389114006  # Gets list of data symbols to import.
    13892   lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'"
     14007  lt_cv_sys_global_symbol_to_import="$SED -n -e 's/^I .* \(.*\)$/\1/p'"
    1389314008  # Adjust the below global symbol transforms to fixup imported variables.
    1389414009  lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
    1389514010  lt_c_name_hook=" -e 's/^I .* \(.*\)$/  {\"\1\", (void *) 0},/p'"
    fi 
    1390714022# Transform an extracted symbol line into a proper C declaration.
    1390814023# Some systems (esp. on ia64) link data and code symbols differently,
    1390914024# so use this general approach.
    13910 lt_cv_sys_global_symbol_to_cdecl="sed -n"\
     14025lt_cv_sys_global_symbol_to_cdecl="$SED -n"\
    1391114026$lt_cdecl_hook\
    1391214027" -e 's/^T .* \(.*\)$/extern int \1();/p'"\
    1391314028" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
    1391414029
    1391514030# Transform an extracted symbol line into symbol name and symbol address
    13916 lt_cv_sys_global_symbol_to_c_name_address="sed -n"\
     14031lt_cv_sys_global_symbol_to_c_name_address="$SED -n"\
    1391714032$lt_c_name_hook\
    1391814033" -e 's/^: \(.*\) .*$/  {\"\1\", (void *) 0},/p'"\
    1391914034" -e 's/^$symcode$symcode* .* \(.*\)$/  {\"\1\", (void *) \&\1},/p'"
    1392014035
    1392114036# Transform an extracted symbol line into symbol name with lib prefix and
    1392214037# symbol address.
    13923 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\
     14038lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="$SED -n"\
    1392414039$lt_c_name_lib_hook\
    1392514040" -e 's/^: \(.*\) .*$/  {\"\1\", (void *) 0},/p'"\
    1392614041" -e 's/^$symcode$symcode* .* \(lib.*\)$/  {\"\1\", (void *) \&\1},/p'"\
    for ac_symprfx in "" "_"; do 
    1394414059  if test "$lt_cv_nm_interface" = "MS dumpbin"; then
    1394514060    # Fake it for dumpbin and say T for any non-static function,
    1394614061    # D for any global variable and I for any imported variable.
    13947     # Also find C++ and __fastcall symbols from MSVC++,
     14062    # Also find C++ and __fastcall symbols from MSVC++ or ICC,
    1394814063    # which start with @ or ?.
    1394914064    lt_cv_sys_global_symbol_pipe="$AWK '"\
    1395014065"     {last_section=section; section=\$ 3};"\
    for ac_symprfx in "" "_"; do 
    1396214077"     s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
    1396314078"     ' prfx=^$ac_symprfx"
    1396414079  else
    13965     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
     14080    lt_cv_sys_global_symbol_pipe="$SED -n -e 's/^.*[     ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
    1396614081  fi
    13967   lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
     14082  lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | $SED '/ __gnu_lto/d'"
    1396814083
    1396914084  # Check to see that the pipe works correctly.
    1397014085  pipe_works=no
    case $with_sysroot in #( 
    1416614281   fi
    1416714282   ;; #(
    1416814283 /*)
    14169    lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
     14284   lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"`
    1417014285   ;; #(
    1417114286 no|'')
    1417214287   ;; #(
    ia64-*-hpux*) 
    1428314398  ac_status=$?
    1428414399  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    1428514400  test $ac_status = 0; }; then
    14286     case `/usr/bin/file conftest.$ac_objext` in
     14401    case `$FILECMD conftest.$ac_objext` in
    1428714402      *ELF-32*)
    1428814403        HPUX_IA64_MODE=32
    1428914404        ;;
    ia64-*-hpux*) 
    1430414419  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    1430514420  test $ac_status = 0; }; then
    1430614421    if test yes = "$lt_cv_prog_gnu_ld"; then
    14307       case `/usr/bin/file conftest.$ac_objext` in
     14422      case `$FILECMD conftest.$ac_objext` in
    1430814423        *32-bit*)
    1430914424          LD="${LD-ld} -melf32bsmip"
    1431014425          ;;
    ia64-*-hpux*) 
    1431614431        ;;
    1431714432      esac
    1431814433    else
    14319       case `/usr/bin/file conftest.$ac_objext` in
     14434      case `$FILECMD conftest.$ac_objext` in
    1432014435        *32-bit*)
    1432114436          LD="${LD-ld} -32"
    1432214437          ;;
    mips64*-*linux*) 
    1434214457  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    1434314458  test $ac_status = 0; }; then
    1434414459    emul=elf
    14345     case `/usr/bin/file conftest.$ac_objext` in
     14460    case `$FILECMD conftest.$ac_objext` in
    1434614461      *32-bit*)
    1434714462        emul="${emul}32"
    1434814463        ;;
    mips64*-*linux*) 
    1435014465        emul="${emul}64"
    1435114466        ;;
    1435214467    esac
    14353     case `/usr/bin/file conftest.$ac_objext` in
     14468    case `$FILECMD conftest.$ac_objext` in
    1435414469      *MSB*)
    1435514470        emul="${emul}btsmip"
    1435614471        ;;
    mips64*-*linux*) 
    1435814473        emul="${emul}ltsmip"
    1435914474        ;;
    1436014475    esac
    14361     case `/usr/bin/file conftest.$ac_objext` in
     14476    case `$FILECMD conftest.$ac_objext` in
    1436214477      *N32*)
    1436314478        emul="${emul}n32"
    1436414479        ;;
    s390*-*linux*|s390*-*tpf*|sparc*-*linux*) 
    1438214497  ac_status=$?
    1438314498  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    1438414499  test $ac_status = 0; }; then
    14385     case `/usr/bin/file conftest.o` in
     14500    case `$FILECMD conftest.o` in
    1438614501      *32-bit*)
    1438714502        case $host in
    1438814503          x86_64-*kfreebsd*-gnu)
    1438914504            LD="${LD-ld} -m elf_i386_fbsd"
    1439014505            ;;
    1439114506          x86_64-*linux*)
    14392             case `/usr/bin/file conftest.o` in
     14507            case `$FILECMD conftest.o` in
    1439314508              *x86-64*)
    1439414509                LD="${LD-ld} -m elf32_x86_64"
    1439514510                ;;
    $as_echo "$lt_cv_cc_needs_belf" >&6; } 
    1449514610  ac_status=$?
    1449614611  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    1449714612  test $ac_status = 0; }; then
    14498     case `/usr/bin/file conftest.o` in
     14613    case `$FILECMD conftest.o` in
    1449914614    *64-bit*)
    1450014615      case $lt_cv_prog_gnu_ld in
    1450114616      yes*)
    _LT_EOF 
    1521315328_LT_EOF
    1521415329      echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
    1521515330      $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
    15216       echo "$AR cru libconftest.a conftest.o" >&5
    15217       $AR cru libconftest.a conftest.o 2>&5
     15331      echo "$AR $AR_FLAGS libconftest.a conftest.o" >&5
     15332      $AR $AR_FLAGS libconftest.a conftest.o 2>&5
    1521815333      echo "$RANLIB libconftest.a" >&5
    1521915334      $RANLIB libconftest.a 2>&5
    1522015335      cat > conftest.c << _LT_EOF
    $as_echo "$lt_cv_ld_force_load" >&6; } 
    1524115356      _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
    1524215357    darwin1.*)
    1524315358      _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
    15244     darwin*) # darwin 5.x on
    15245       # if running on 10.5 or later, the deployment target defaults
    15246       # to the OS version, if on x86, and 10.4, the deployment
    15247       # target defaults to 10.4. Don't you love it?
    15248       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
    15249         10.0,*86*-darwin8*|10.0,*-darwin[91]*)
    15250           _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
    15251         10.[012][,.]*)
    15252           _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
    15253         10.*)
    15254           _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
     15359    darwin*)
     15360      case $MACOSX_DEPLOYMENT_TARGET,$host in
     15361        10.[012],*|,*powerpc*-darwin[5-8]*)
     15362          _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
     15363        *)
     15364          _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
    1525515365      esac
    1525615366    ;;
    1525715367  esac
    1525815368    if test yes = "$lt_cv_apple_cc_single_mod"; then
    1525915369      _lt_dar_single_mod='$single_module'
    1526015370    fi
     15371    _lt_dar_needs_single_mod=no
     15372    case $host_os in
     15373    rhapsody* | darwin1.*)
     15374      _lt_dar_needs_single_mod=yes ;;
     15375    darwin*)
     15376      # When targeting Mac OS X 10.4 (darwin 8) or later,
     15377      # -single_module is the default and -multi_module is unsupported.
     15378      # The toolchain on macOS 10.14 (darwin 18) and later cannot
     15379      # target any OS version that needs -single_module.
     15380      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
     15381      10.0,*-darwin[567].*|10.[0-3],*-darwin[5-9].*|10.[0-3],*-darwin1[0-7].*)
     15382        _lt_dar_needs_single_mod=yes ;;
     15383      esac
     15384    ;;
     15385    esac
    1526115386    if test yes = "$lt_cv_ld_exported_symbols_list"; then
    1526215387      _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
    1526315388    else
    can_build_shared=yes 
    1574815873ofile=libtool
    1574915874can_build_shared=yes
    1575015875
    15751 # All known linkers require a '.a' archive for static linking (except MSVC,
    15752 # which needs '.lib').
     15876# All known linkers require a '.a' archive for static linking (except MSVC and
     15877# ICC, which need '.lib').
    1575315878libext=a
    1575415879
    1575515880with_gnu_ld=$lt_cv_prog_gnu_ld
    lt_prog_compiler_static= 
    1625416379        lt_prog_compiler_static='-qstaticlink'
    1625516380        ;;
    1625616381      *)
    16257         case `$CC -V 2>&1 | sed 5q` in
     16382        case `$CC -V 2>&1 | $SED 5q` in
    1625816383        *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
    1625916384          # Sun Fortran 8.3 passes all unrecognized flags to the linker
    1626016385          lt_prog_compiler_pic='-KPIC'
    $as_echo_n "checking whether the $compiler linker ($LD 
    1667216797
    1667316798  case $host_os in
    1667416799  cygwin* | mingw* | pw32* | cegcc*)
    16675     # FIXME: the MSVC++ port hasn't been tested in a loooong time
     16800    # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time
    1667616801    # When not using gcc, we currently assume that we are using
    16677     # Microsoft Visual C++.
     16802    # Microsoft Visual C++ or Intel C++ Compiler.
    1667816803    if test yes != "$GCC"; then
    1667916804      with_gnu_ld=no
    1668016805    fi
    1668116806    ;;
    1668216807  interix*)
    16683     # we just hope/assume this is gcc and not c89 (= MSVC++)
     16808    # we just hope/assume this is gcc and not c89 (= MSVC++ or ICC)
    1668416809    with_gnu_ld=yes
    1668516810    ;;
    1668616811  openbsd* | bitrig*)
    $as_echo_n "checking whether the $compiler linker ($LD 
    1673216857      whole_archive_flag_spec=
    1673316858    fi
    1673416859    supports_anon_versioning=no
    16735     case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
     16860    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
    1673616861      *GNU\ gold*) supports_anon_versioning=yes ;;
    1673716862      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
    1673816863      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
    _LT_EOF 
    1684416969        emximp -o $lib $output_objdir/$libname.def'
    1684516970      old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
    1684616971      enable_shared_with_static_runtimes=yes
     16972      file_list_spec='@'
    1684716973      ;;
    1684816974
    1684916975    interix[3-9]*)
    _LT_EOF 
    1685816984      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
    1685916985      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
    1686016986      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
    16861       archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
     16987      archive_expsym_cmds='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
    1686216988      ;;
    1686316989
    1686416990    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
    _LT_EOF 
    1690117027          compiler_needs_object=yes
    1690217028          ;;
    1690317029        esac
    16904         case `$CC -V 2>&1 | sed 5q` in
     17030        case `$CC -V 2>&1 | $SED 5q` in
    1690517031        *Sun\ C*)                       # Sun C 5.9
    1690617032          whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
    1690717033          compiler_needs_object=yes
    _LT_EOF 
    1691317039
    1691417040        if test yes = "$supports_anon_versioning"; then
    1691517041          archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
    16916             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
     17042            cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
    1691717043            echo "local: *; };" >> $output_objdir/$libname.ver~
    1691817044            $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
    1691917045        fi
    _LT_EOF 
    1692917055          archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
    1693017056          if test yes = "$supports_anon_versioning"; then
    1693117057            archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
    16932               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
     17058              cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
    1693317059              echo "local: *; };" >> $output_objdir/$libname.ver~
    1693417060              $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
    1693517061          fi
    _LT_EOF 
    1706117187        if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
    1706217188          export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
    1706317189        else
    17064           export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
     17190          export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
    1706517191        fi
    1706617192        aix_use_runtimelinking=no
    1706717193
    fi 
    1732817454
    1732917455    cygwin* | mingw* | pw32* | cegcc*)
    1733017456      # When not using gcc, we currently assume that we are using
    17331       # Microsoft Visual C++.
     17457      # Microsoft Visual C++ or Intel C++ Compiler.
    1733217458      # hardcode_libdir_flag_spec is actually meaningless, as there is
    1733317459      # no search path for DLLs.
    1733417460      case $cc_basename in
    17335       cl*)
    17336         # Native MSVC
     17461      cl* | icl*)
     17462        # Native MSVC or ICC
    1733717463        hardcode_libdir_flag_spec=' '
    1733817464        allow_undefined_flag=unsupported
    1733917465        always_export_symbols=yes
    fi 
    1737417500          fi'
    1737517501        ;;
    1737617502      *)
    17377         # Assume MSVC wrapper
     17503        # Assume MSVC and ICC wrapper
    1737817504        hardcode_libdir_flag_spec=' '
    1737917505        allow_undefined_flag=unsupported
    1738017506        # Tell ltmain to make .lib files, not .a files.
    fi 
    1741517541    output_verbose_link_cmd=func_echo_all
    1741617542    archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
    1741717543    module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
    17418     archive_expsym_cmds="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
    17419     module_expsym_cmds="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
     17544    archive_expsym_cmds="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
     17545    module_expsym_cmds="$SED -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
    1742017546
    1742117547  else
    1742217548  ld_shlibs=no
    fi 
    1745017576      ;;
    1745117577
    1745217578    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
    17453     freebsd* | dragonfly*)
     17579    freebsd* | dragonfly* | midnightbsd*)
    1745417580      archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
    1745517581      hardcode_libdir_flag_spec='-R$libdir'
    1745617582      hardcode_direct=yes
    $as_echo "$lt_cv_irix_exported_symbol" >&6; } 
    1769817824        emximp -o $lib $output_objdir/$libname.def'
    1769917825      old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
    1770017826      enable_shared_with_static_runtimes=yes
     17827      file_list_spec='@'
    1770117828      ;;
    1770217829
    1770317830    osf3*)
    cygwin* | mingw* | pw32* | cegcc*) 
    1838918516    case $host_os in
    1839018517    cygwin*)
    1839118518      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
    18392       soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
     18519      soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
    1839318520
    1839418521      sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
    1839518522      ;;
    cygwin* | mingw* | pw32* | cegcc*) 
    1839918526      ;;
    1840018527    pw32*)
    1840118528      # pw32 DLLs use 'pw' prefix rather than 'lib'
    18402       library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
     18529      library_names_spec='`echo $libname | $SED -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
    1840318530      ;;
    1840418531    esac
    1840518532    dynamic_linker='Win32 ld.exe'
    1840618533    ;;
    1840718534
    18408   *,cl*)
    18409     # Native MSVC
     18535  *,cl* | *,icl*)
     18536    # Native MSVC or ICC
    1841018537    libname_spec='$name'
    1841118538    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
    1841218539    library_names_spec='$libname.dll.lib'
    cygwin* | mingw* | pw32* | cegcc*) 
    1842518552      done
    1842618553      IFS=$lt_save_ifs
    1842718554      # Convert to MSYS style.
    18428       sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
     18555      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
    1842918556      ;;
    1843018557    cygwin*)
    1843118558      # Convert to unix form, then to dos form, then back to unix form
    cygwin* | mingw* | pw32* | cegcc*) 
    1846218589    ;;
    1846318590
    1846418591  *)
    18465     # Assume MSVC wrapper
     18592    # Assume MSVC and ICC wrapper
    1846618593    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
    1846718594    dynamic_linker='Win32 ld.exe'
    1846818595    ;;
    dgux*) 
    1849518622  shlibpath_var=LD_LIBRARY_PATH
    1849618623  ;;
    1849718624
    18498 freebsd* | dragonfly*)
     18625freebsd* | dragonfly* | midnightbsd*)
    1849918626  # DragonFly does not have aout.  When/if they implement a new
    1850018627  # versioning mechanism, adjust this.
    1850118628  if test -x /usr/bin/objformat; then
    $as_echo_n "checking whether stripping libraries is po 
    1964119768old_striplib=
    1964219769{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
    1964319770$as_echo_n "checking whether stripping libraries is possible... " >&6; }
    19644 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
    19645   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
    19646   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
    19647   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    19648 $as_echo "yes" >&6; }
     19771if test -z "$STRIP"; then
     19772  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     19773$as_echo "no" >&6; }
    1964919774else
    19650 # FIXME - insert some real tests, host_os isn't really good enough
    19651   case $host_os in
    19652   darwin*)
    19653     if test -n "$STRIP"; then
     19775  if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
     19776    old_striplib="$STRIP --strip-debug"
     19777    striplib="$STRIP --strip-unneeded"
     19778    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
     19779$as_echo "yes" >&6; }
     19780  else
     19781    case $host_os in
     19782    darwin*)
     19783      # FIXME - insert some real tests, host_os isn't really good enough
    1965419784      striplib="$STRIP -x"
    1965519785      old_striplib="$STRIP -S"
    1965619786      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    1965719787$as_echo "yes" >&6; }
    19658     else
     19788      ;;
     19789    freebsd*)
     19790      if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then
     19791        old_striplib="$STRIP --strip-debug"
     19792        striplib="$STRIP --strip-unneeded"
     19793        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
     19794$as_echo "yes" >&6; }
     19795      else
     19796        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     19797$as_echo "no" >&6; }
     19798      fi
     19799      ;;
     19800    *)
    1965919801      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    1966019802$as_echo "no" >&6; }
    19661     fi
    19662     ;;
    19663   *)
    19664     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    19665 $as_echo "no" >&6; }
    19666     ;;
    19667   esac
     19803      ;;
     19804    esac
     19805  fi
    1966819806fi
    1966919807
    1967019808
    fi 
    2043220570
    2043320571      cygwin* | mingw* | pw32* | cegcc*)
    2043420572        case $GXX,$cc_basename in
    20435         ,cl* | no,cl*)
    20436           # Native MSVC
     20573        ,cl* | no,cl* | ,icl* | no,icl*)
     20574          # Native MSVC or ICC
    2043720575          # hardcode_libdir_flag_spec is actually meaningless, as there is
    2043820576          # no search path for DLLs.
    2043920577          hardcode_libdir_flag_spec_CXX=' '
    fi 
    2052420662    output_verbose_link_cmd=func_echo_all
    2052520663    archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
    2052620664    module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
    20527     archive_expsym_cmds_CXX="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
    20528     module_expsym_cmds_CXX="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
    20529        if test yes != "$lt_cv_apple_cc_single_mod"; then
     20665    archive_expsym_cmds_CXX="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
     20666    module_expsym_cmds_CXX="$SED -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
     20667       if test yes = "$_lt_dar_needs_single_mod" -a yes != "$lt_cv_apple_cc_single_mod"; then
    2053020668      archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil"
    20531       archive_expsym_cmds_CXX="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil"
     20669      archive_expsym_cmds_CXX="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil"
    2053220670    fi
    2053320671
    2053420672  else
    fi 
    2056320701          emximp -o $lib $output_objdir/$libname.def'
    2056420702        old_archive_From_new_cmds_CXX='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
    2056520703        enable_shared_with_static_runtimes_CXX=yes
     20704        file_list_spec_CXX='@'
    2056620705        ;;
    2056720706
    2056820707      dgux*)
    fi 
    2059320732        archive_cmds_need_lc_CXX=no
    2059420733        ;;
    2059520734
    20596       freebsd* | dragonfly*)
     20735      freebsd* | dragonfly* | midnightbsd*)
    2059720736        # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
    2059820737        # conventions
    2059920738        ld_shlibs_CXX=yes
    fi 
    2073020869        # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
    2073120870        # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
    2073220871        archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
    20733         archive_expsym_cmds_CXX='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
     20872        archive_expsym_cmds_CXX='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
    2073420873        ;;
    2073520874      irix5* | irix6*)
    2073620875        case $cc_basename in
    fi 
    2087021009            archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
    2087121010            if test yes = "$supports_anon_versioning"; then
    2087221011              archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
    20873                 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
     21012                cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
    2087421013                echo "local: *; };" >> $output_objdir/$libname.ver~
    2087521014                $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
    2087621015            fi
    2087721016            ;;
    2087821017          *)
    20879             case `$CC -V 2>&1 | sed 5q` in
     21018            case `$CC -V 2>&1 | $SED 5q` in
    2088021019            *Sun\ C*)
    2088121020              # Sun C++ 5.9
    2088221021              no_undefined_flag_CXX=' -zdefs'
    lt_prog_compiler_static_CXX= 
    2153321672            ;;
    2153421673        esac
    2153521674        ;;
    21536       freebsd* | dragonfly*)
     21675      freebsd* | dragonfly* | midnightbsd*)
    2153721676        # FreeBSD uses GNU C++
    2153821677        ;;
    2153921678      hpux9* | hpux10* | hpux11*)
    lt_prog_compiler_static_CXX= 
    2161621755            lt_prog_compiler_static_CXX='-qstaticlink'
    2161721756            ;;
    2161821757          *)
    21619             case `$CC -V 2>&1 | sed 5q` in
     21758            case `$CC -V 2>&1 | $SED 5q` in
    2162021759            *Sun\ C*)
    2162121760              # Sun C++ 5.9
    2162221761              lt_prog_compiler_pic_CXX='-KPIC'
    $as_echo_n "checking whether the $compiler linker ($LD 
    2199822137    if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
    2199922138      export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
    2200022139    else
    22001       export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
     22140      export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
    2200222141    fi
    2200322142    ;;
    2200422143  pw32*)
    $as_echo_n "checking whether the $compiler linker ($LD 
    2200622145    ;;
    2200722146  cygwin* | mingw* | cegcc*)
    2200822147    case $cc_basename in
    22009     cl*)
     22148    cl* | icl*)
    2201022149      exclude_expsyms_CXX='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
    2201122150      ;;
    2201222151    *)
    cygwin* | mingw* | pw32* | cegcc*) 
    2235322492    case $host_os in
    2235422493    cygwin*)
    2235522494      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
    22356       soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
     22495      soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
    2235722496
    2235822497      ;;
    2235922498    mingw* | cegcc*)
    cygwin* | mingw* | pw32* | cegcc*) 
    2236222501      ;;
    2236322502    pw32*)
    2236422503      # pw32 DLLs use 'pw' prefix rather than 'lib'
    22365       library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
     22504      library_names_spec='`echo $libname | $SED -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
    2236622505      ;;
    2236722506    esac
    2236822507    dynamic_linker='Win32 ld.exe'
    2236922508    ;;
    2237022509
    22371   *,cl*)
    22372     # Native MSVC
     22510  *,cl* | *,icl*)
     22511    # Native MSVC or ICC
    2237322512    libname_spec='$name'
    2237422513    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
    2237522514    library_names_spec='$libname.dll.lib'
    cygwin* | mingw* | pw32* | cegcc*) 
    2238822527      done
    2238922528      IFS=$lt_save_ifs
    2239022529      # Convert to MSYS style.
    22391       sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
     22530      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
    2239222531      ;;
    2239322532    cygwin*)
    2239422533      # Convert to unix form, then to dos form, then back to unix form
    cygwin* | mingw* | pw32* | cegcc*) 
    2242522564    ;;
    2242622565
    2242722566  *)
    22428     # Assume MSVC wrapper
     22567    # Assume MSVC and ICC wrapper
    2242922568    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
    2243022569    dynamic_linker='Win32 ld.exe'
    2243122570    ;;
    dgux*) 
    2245722596  shlibpath_var=LD_LIBRARY_PATH
    2245822597  ;;
    2245922598
    22460 freebsd* | dragonfly*)
     22599freebsd* | dragonfly* | midnightbsd*)
    2246122600  # DragonFly does not have aout.  When/if they implement a new
    2246222601  # versioning mechanism, adjust this.
    2246322602  if test -x /usr/bin/objformat; then
    reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_sing 
    2880428943lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
    2880528944reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
    2880628945reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
     28946FILECMD='`$ECHO "$FILECMD" | $SED "$delay_single_quote_subst"`'
    2880728947deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
    2880828948file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
    2880928949file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
    2881028950want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
    2881128951sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
    2881228952AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
     28953lt_ar_flags='`$ECHO "$lt_ar_flags" | $SED "$delay_single_quote_subst"`'
    2881328954AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
    2881428955archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
    2881528956STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
    reload_flag \ 
    2898729128lt_SP2NL \
    2898829129lt_NL2SP \
    2898929130reload_flag \
     29131FILECMD \
    2899029132deplibs_check_method \
    2899129133file_magic_cmd \
    2899229134file_magic_glob \
    2899329135want_nocaseglob \
    2899429136sharedlib_from_linklib_cmd \
    2899529137AR \
    28996 AR_FLAGS \
    2899729138archiver_list_spec \
    2899829139STRIP \
    2899929140RANLIB \
    to_tool_file_cmd=$lt_cv_to_tool_file_cmd 
    2995330094# convert \$build files to toolchain format.
    2995430095to_tool_file_cmd=$lt_cv_to_tool_file_cmd
    2995530096
     30097# A file(cmd) program that detects file types.
     30098FILECMD=$lt_FILECMD
     30099
    2995630100# Method to check whether dependent libraries are shared objects.
    2995730101deplibs_check_method=$lt_deplibs_check_method
    2995830102
    AR=$lt_AR 
    2997130115# The archiver.
    2997230116AR=$lt_AR
    2997330117
     30118# Flags to create an archive (by configure).
     30119lt_ar_flags=$lt_ar_flags
     30120
    2997430121# Flags to create an archive.
    29975 AR_FLAGS=$lt_AR_FLAGS
     30122AR_FLAGS=\${ARFLAGS-"\$lt_ar_flags"}
    2997630123
    2997730124# How to feed a file listing to the archiver.
    2997830125archiver_list_spec=$lt_archiver_list_spec
    ltmain=$ac_aux_dir/ltmain.sh 
    3036130508  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
    3036230509  # text mode, it properly converts lines to CR/LF.  This bash problem
    3036330510  # is reportedly fixed, but why not run on old versions too?
    30364   sed '$q' "$ltmain" >> "$cfgfile" \
     30511  $SED '$q' "$ltmain" >> "$cfgfile" \
    3036530512     || (rm -f "$cfgfile"; exit 1)
    3036630513
    3036730514   mv -f "$cfgfile" "$ofile" ||
  • cxx/Makefile.in

    diff -urp cxx/Makefile.in cxx/Makefile.in
     
    1 # Makefile.in generated by automake 1.15 from Makefile.am.
     1# Makefile.in generated by automake 1.15.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
     4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
    55
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
    FGREP = @FGREP@ 
    233233EXEEXT = @EXEEXT@
    234234EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
    235235FGREP = @FGREP@
     236FILECMD = @FILECMD@
    236237GMP_LDFLAGS = @GMP_LDFLAGS@
    237238GMP_LIMB_BITS = @GMP_LIMB_BITS@
    238239GMP_NAIL_BITS = @GMP_NAIL_BITS@
  • demos/Makefile.in

    diff -urp demos/Makefile.in demos/Makefile.in
     
    1 # Makefile.in generated by automake 1.15 from Makefile.am.
     1# Makefile.in generated by automake 1.15.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
     4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
    55
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
    FGREP = @FGREP@ 
    289289EXEEXT = @EXEEXT@
    290290EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
    291291FGREP = @FGREP@
     292FILECMD = @FILECMD@
    292293GMP_LDFLAGS = @GMP_LDFLAGS@
    293294GMP_LIMB_BITS = @GMP_LIMB_BITS@
    294295GMP_NAIL_BITS = @GMP_NAIL_BITS@
  • demos/calc/Makefile.in

    diff -urp demos/calc/Makefile.in demos/calc/Makefile.in
     
    1 # Makefile.in generated by automake 1.15 from Makefile.am.
     1# Makefile.in generated by automake 1.15.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
     4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
    55
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
    FGREP = @FGREP@ 
    253253EXEEXT = @EXEEXT@
    254254EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
    255255FGREP = @FGREP@
     256FILECMD = @FILECMD@
    256257GMP_LDFLAGS = @GMP_LDFLAGS@
    257258GMP_LIMB_BITS = @GMP_LIMB_BITS@
    258259GMP_NAIL_BITS = @GMP_NAIL_BITS@
  • demos/expr/Makefile.in

    diff -urp demos/expr/Makefile.in demos/expr/Makefile.in
     
    1 # Makefile.in generated by automake 1.15 from Makefile.am.
     1# Makefile.in generated by automake 1.15.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
     4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
    55
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
    FGREP = @FGREP@ 
    244244EXEEXT = @EXEEXT@
    245245EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
    246246FGREP = @FGREP@
     247FILECMD = @FILECMD@
    247248GMP_LDFLAGS = @GMP_LDFLAGS@
    248249GMP_LIMB_BITS = @GMP_LIMB_BITS@
    249250GMP_NAIL_BITS = @GMP_NAIL_BITS@
  • doc/Makefile.in

    diff -urp doc/Makefile.in doc/Makefile.in
     
    1 # Makefile.in generated by automake 1.15 from Makefile.am.
     1# Makefile.in generated by automake 1.15.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
     4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
    55
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
    FGREP = @FGREP@ 
    255255EXEEXT = @EXEEXT@
    256256EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
    257257FGREP = @FGREP@
     258FILECMD = @FILECMD@
    258259GMP_LDFLAGS = @GMP_LDFLAGS@
    259260GMP_LIMB_BITS = @GMP_LIMB_BITS@
    260261GMP_NAIL_BITS = @GMP_NAIL_BITS@
  • ltmain.sh

    diff -urp ltmain.sh ltmain.sh
     
    1 #! /bin/sh
     1#! /usr/bin/env sh
    22## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
    3 ##               by inline-source v2014-01-03.01
     3##               by inline-source v2019-02-19.15
    44
    5 # libtool (GNU libtool) 2.4.6
     5# libtool (GNU libtool) 2.4.7
    66# Provide generalized library-building support services.
    77# Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
    88
    9 # Copyright (C) 1996-2015 Free Software Foundation, Inc.
     9# Copyright (C) 1996-2019, 2021-2022 Free Software Foundation, Inc.
    1010# This is free software; see the source for copying conditions.  There is NO
    1111# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    1212
    PACKAGE=libtool 
    3131
    3232PROGRAM=libtool
    3333PACKAGE=libtool
    34 VERSION=2.4.6
    35 package_revision=2.4.6
     34VERSION=2.4.7
     35package_revision=2.4.7
    3636
    3737
    3838## ------ ##
    package_revision=2.4.6 
    6464# libraries, which are installed to $pkgauxdir.
    6565
    6666# Set a version string for this script.
    67 scriptversion=2015-01-20.17; # UTC
     67scriptversion=2019-02-19.15; # UTC
    6868
    6969# General shell script boiler plate, and helper functions.
    7070# Written by Gary V. Vaughan, 2004
    7171
    72 # Copyright (C) 2004-2015 Free Software Foundation, Inc.
    73 # This is free software; see the source for copying conditions.  There is NO
    74 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
     72# This is free software.  There is NO warranty; not even for
     73# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
     74#
     75# Copyright (C) 2004-2019, 2021 Bootstrap Authors
     76#
     77# This file is dual licensed under the terms of the MIT license
     78# <https://opensource.org/license/MIT>, and GPL version 2 or later
     79# <http://www.gnu.org/licenses/gpl-2.0.html>.  You must apply one of
     80# these licenses when using or redistributing this software or any of
     81# the files within it.  See the URLs above, or the file `LICENSE`
     82# included in the Bootstrap distribution for the full license texts.
    7583
    76 # This program is free software; you can redistribute it and/or modify
    77 # it under the terms of the GNU General Public License as published by
    78 # the Free Software Foundation; either version 3 of the License, or
    79 # (at your option) any later version.
     84# Please report bugs or propose patches to:
     85# <https://github.com/gnulib-modules/bootstrap/issues>
    8086
    81 # As a special exception to the GNU General Public License, if you distribute
    82 # this file as part of a program or library that is built using GNU Libtool,
    83 # you may include this file under the same distribution terms that you use
    84 # for the rest of that program.
    8587
    86 # This program is distributed in the hope that it will be useful,
    87 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    88 # MERCHANTABILITY or FITNES FOR A PARTICULAR PURPOSE. See the GNU
    89 # General Public License for more details.
    90 
    91 # You should have received a copy of the GNU General Public License
    92 # along with this program. If not, see <http://www.gnu.org/licenses/>.
    93 
    94 # Please report bugs or propose patches to gary@gnu.org.
    95 
    96 
    9788## ------ ##
    9889## Usage. ##
    9990## ------ ##
    done 
    139130          _G_safe_locale=\"$_G_var=C; \$_G_safe_locale\"
    140131        fi"
    141132done
     133# These NLS vars are set unconditionally (bootstrap issue #24).  Unset those
     134# in case the environment reset is needed later and the $save_* variant is not
     135# defined (see the code above).
     136LC_ALL=C
     137LANGUAGE=C
     138export LANGUAGE LC_ALL
    142139
    143 # CDPATH.
    144 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
    145 
    146140# Make sure IFS has a sensible default
    147141sp=' '
    148142nl='
    fi 
    159153fi
    160154
    161155
     156# func_unset VAR
     157# --------------
     158# Portably unset VAR.
     159# In some shells, an 'unset VAR' statement leaves a non-zero return
     160# status if VAR is already unset, which might be problematic if the
     161# statement is used at the end of a function (thus poisoning its return
     162# value) or when 'set -e' is active (causing even a spurious abort of
     163# the script in this case).
     164func_unset ()
     165{
     166    { eval $1=; (eval unset $1) >/dev/null 2>&1 && eval unset $1 || : ; }
     167}
    162168
     169
     170# Make sure CDPATH doesn't cause `cd` commands to output the target dir.
     171func_unset CDPATH
     172
     173# Make sure ${,E,F}GREP behave sanely.
     174func_unset GREP_OPTIONS
     175
     176
    163177## ------------------------- ##
    164178## Locate command utilities. ##
    165179## ------------------------- ##
    test -z "$SED" && { 
    259273    rm -f conftest.in conftest.tmp conftest.nl conftest.out
    260274  }
    261275
    262   func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin
     276  func_path_progs "sed gsed" func_check_prog_sed "$PATH:/usr/xpg4/bin"
    263277  rm -f conftest.sed
    264278  SED=$func_path_progs_result
    265279}
    test -z "$GREP" && { 
    295309    rm -f conftest.in conftest.tmp conftest.nl conftest.out
    296310  }
    297311
    298   func_path_progs "grep ggrep" func_check_prog_grep $PATH:/usr/xpg4/bin
     312  func_path_progs "grep ggrep" func_check_prog_grep "$PATH:/usr/xpg4/bin"
    299313  GREP=$func_path_progs_result
    300314}
    301315
    sed_double_backslash="\ 
    360374  s/\\([^$_G_bs]\\)$_G_bs2$_G_dollar/\\1$_G_bs2$_G_bs$_G_dollar/g
    361375  s/\n//g"
    362376
     377# require_check_ifs_backslash
     378# ---------------------------
     379# Check if we can use backslash as IFS='\' separator, and set
     380# $check_ifs_backshlash_broken to ':' or 'false'.
     381require_check_ifs_backslash=func_require_check_ifs_backslash
     382func_require_check_ifs_backslash ()
     383{
     384  _G_save_IFS=$IFS
     385  IFS='\'
     386  _G_check_ifs_backshlash='a\\b'
     387  for _G_i in $_G_check_ifs_backshlash
     388  do
     389  case $_G_i in
     390  a)
     391    check_ifs_backshlash_broken=false
     392    ;;
     393  '')
     394    break
     395    ;;
     396  *)
     397    check_ifs_backshlash_broken=:
     398    break
     399    ;;
     400  esac
     401  done
     402  IFS=$_G_save_IFS
     403  require_check_ifs_backslash=:
     404}
    363405
     406
    364407## ----------------- ##
    365408## Global variables. ##
    366409## ----------------- ##
    if test yes = "$_G_HAVE_PLUSEQ_OP"; then 
    580623  {
    581624    $debug_cmd
    582625
    583     func_quote_for_eval "$2"
    584     eval "$1+=\\ \$func_quote_for_eval_result"
     626    func_quote_arg pretty "$2"
     627    eval "$1+=\\ \$func_quote_arg_result"
    585628  }'
    586629else
    587630  func_append_quoted ()
    588631  {
    589632    $debug_cmd
    590633
    591     func_quote_for_eval "$2"
    592     eval "$1=\$$1\\ \$func_quote_for_eval_result"
     634    func_quote_arg pretty "$2"
     635    eval "$1=\$$1\\ \$func_quote_arg_result"
    593636  }
    594637fi
    595638
    func_relative_path () 
    10911134}
    10921135
    10931136
    1094 # func_quote_for_eval ARG...
    1095 # --------------------------
    1096 # Aesthetically quote ARGs to be evaled later.
    1097 # This function returns two values:
    1098 #   i) func_quote_for_eval_result
    1099 #      double-quoted, suitable for a subsequent eval
    1100 #  ii) func_quote_for_eval_unquoted_result
    1101 #      has all characters that are still active within double
    1102 #      quotes backslashified.
    1103 func_quote_for_eval ()
     1137# func_quote_portable EVAL ARG
     1138# ----------------------------
     1139# Internal function to portably implement func_quote_arg.  Note that we still
     1140# keep attention to performance here so we as much as possible try to avoid
     1141# calling sed binary (so far O(N) complexity as long as func_append is O(1)).
     1142func_quote_portable ()
    11041143{
    11051144    $debug_cmd
    11061145
    1107     func_quote_for_eval_unquoted_result=
    1108     func_quote_for_eval_result=
    1109     while test 0 -lt $#; do
    1110       case $1 in
    1111         *[\\\`\"\$]*)
    1112           _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
    1113         *)
    1114           _G_unquoted_arg=$1 ;;
    1115       esac
    1116       if test -n "$func_quote_for_eval_unquoted_result"; then
    1117         func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg"
    1118       else
    1119         func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg"
     1146    $require_check_ifs_backslash
     1147
     1148    func_quote_portable_result=$2
     1149
     1150    # one-time-loop (easy break)
     1151    while true
     1152    do
     1153      if $1; then
     1154        func_quote_portable_result=`$ECHO "$2" | $SED \
     1155          -e "$sed_double_quote_subst" -e "$sed_double_backslash"`
     1156        break
    11201157      fi
    11211158
    1122       case $_G_unquoted_arg in
    1123         # Double-quote args containing shell metacharacters to delay
    1124         # word splitting, command substitution and variable expansion
    1125         # for a subsequent eval.
    1126         # Many Bourne shells cannot handle close brackets correctly
    1127         # in scan sets, so we specify it separately.
    1128         *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \   ]*|*]*|"")
    1129           _G_quoted_arg=\"$_G_unquoted_arg\"
     1159      # Quote for eval.
     1160      case $func_quote_portable_result in
     1161        *[\\\`\"\$]*)
     1162          # Fallback to sed for $func_check_bs_ifs_broken=:, or when the string
     1163          # contains the shell wildcard characters.
     1164          case $check_ifs_backshlash_broken$func_quote_portable_result in
     1165            :*|*[\[\*\?]*)
     1166              func_quote_portable_result=`$ECHO "$func_quote_portable_result" \
     1167                  | $SED "$sed_quote_subst"`
     1168              break
     1169              ;;
     1170          esac
     1171
     1172          func_quote_portable_old_IFS=$IFS
     1173          for _G_char in '\' '`' '"' '$'
     1174          do
     1175            # STATE($1) PREV($2) SEPARATOR($3)
     1176            set start "" ""
     1177            func_quote_portable_result=dummy"$_G_char$func_quote_portable_result$_G_char"dummy
     1178            IFS=$_G_char
     1179            for _G_part in $func_quote_portable_result
     1180            do
     1181              case $1 in
     1182              quote)
     1183                func_append func_quote_portable_result "$3$2"
     1184                set quote "$_G_part" "\\$_G_char"
     1185                ;;
     1186              start)
     1187                set first "" ""
     1188                func_quote_portable_result=
     1189                ;;
     1190              first)
     1191                set quote "$_G_part" ""
     1192                ;;
     1193              esac
     1194            done
     1195          done
     1196          IFS=$func_quote_portable_old_IFS
    11301197          ;;
    1131         *)
    1132           _G_quoted_arg=$_G_unquoted_arg
    1133           ;;
     1198        *) ;;
    11341199      esac
    1135 
    1136       if test -n "$func_quote_for_eval_result"; then
    1137         func_append func_quote_for_eval_result " $_G_quoted_arg"
    1138       else
    1139         func_append func_quote_for_eval_result "$_G_quoted_arg"
    1140       fi
    1141       shift
     1200      break
    11421201    done
     1202
     1203    func_quote_portable_unquoted_result=$func_quote_portable_result
     1204    case $func_quote_portable_result in
     1205      # double-quote args containing shell metacharacters to delay
     1206      # word splitting, command substitution and variable expansion
     1207      # for a subsequent eval.
     1208      # many bourne shells cannot handle close brackets correctly
     1209      # in scan sets, so we specify it separately.
     1210      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \     ]*|*]*|"")
     1211        func_quote_portable_result=\"$func_quote_portable_result\"
     1212        ;;
     1213    esac
    11431214}
    11441215
    11451216
    1146 # func_quote_for_expand ARG
    1147 # -------------------------
    1148 # Aesthetically quote ARG to be evaled later; same as above,
    1149 # but do not quote variable references.
    1150 func_quote_for_expand ()
    1151 {
    1152     $debug_cmd
     1217# func_quotefast_eval ARG
     1218# -----------------------
     1219# Quote one ARG (internal).  This is equivalent to 'func_quote_arg eval ARG',
     1220# but optimized for speed.  Result is stored in $func_quotefast_eval.
     1221if test xyes = `(x=; printf -v x %q yes; echo x"$x") 2>/dev/null`; then
     1222  printf -v _GL_test_printf_tilde %q '~'
     1223  if test '\~' = "$_GL_test_printf_tilde"; then
     1224    func_quotefast_eval ()
     1225    {
     1226      printf -v func_quotefast_eval_result %q "$1"
     1227    }
     1228  else
     1229    # Broken older Bash implementations.  Make those faster too if possible.
     1230    func_quotefast_eval ()
     1231    {
     1232      case $1 in
     1233        '~'*)
     1234          func_quote_portable false "$1"
     1235          func_quotefast_eval_result=$func_quote_portable_result
     1236          ;;
     1237        *)
     1238          printf -v func_quotefast_eval_result %q "$1"
     1239          ;;
     1240      esac
     1241    }
     1242  fi
     1243else
     1244  func_quotefast_eval ()
     1245  {
     1246    func_quote_portable false "$1"
     1247    func_quotefast_eval_result=$func_quote_portable_result
     1248  }
     1249fi
    11531250
    1154     case $1 in
    1155       *[\\\`\"]*)
    1156         _G_arg=`$ECHO "$1" | $SED \
    1157             -e "$sed_double_quote_subst" -e "$sed_double_backslash"` ;;
    1158       *)
    1159         _G_arg=$1 ;;
     1251
     1252# func_quote_arg MODEs ARG
     1253# ------------------------
     1254# Quote one ARG to be evaled later.  MODEs argument may contain zero or more
     1255# specifiers listed below separated by ',' character.  This function returns two
     1256# values:
     1257#   i) func_quote_arg_result
     1258#      double-quoted (when needed), suitable for a subsequent eval
     1259#  ii) func_quote_arg_unquoted_result
     1260#      has all characters that are still active within double
     1261#      quotes backslashified.  Available only if 'unquoted' is specified.
     1262#
     1263# Available modes:
     1264# ----------------
     1265# 'eval' (default)
     1266#       - escape shell special characters
     1267# 'expand'
     1268#       - the same as 'eval';  but do not quote variable references
     1269# 'pretty'
     1270#       - request aesthetic output, i.e. '"a b"' instead of 'a\ b'.  This might
     1271#         be used later in func_quote to get output like: 'echo "a b"' instead
     1272#         of 'echo a\ b'.  This is slower than default on some shells.
     1273# 'unquoted'
     1274#       - produce also $func_quote_arg_unquoted_result which does not contain
     1275#         wrapping double-quotes.
     1276#
     1277# Examples for 'func_quote_arg pretty,unquoted string':
     1278#
     1279#   string      | *_result              | *_unquoted_result
     1280#   ------------+-----------------------+-------------------
     1281#   "           | \"                    | \"
     1282#   a b         | "a b"                 | a b
     1283#   "a b"       | "\"a b\""             | \"a b\"
     1284#   *           | "*"                   | *
     1285#   z="${x-$y}" | "z=\"\${x-\$y}\""     | z=\"\${x-\$y}\"
     1286#
     1287# Examples for 'func_quote_arg pretty,unquoted,expand string':
     1288#
     1289#   string        |   *_result          |  *_unquoted_result
     1290#   --------------+---------------------+--------------------
     1291#   z="${x-$y}"   | "z=\"${x-$y}\""     | z=\"${x-$y}\"
     1292func_quote_arg ()
     1293{
     1294    _G_quote_expand=false
     1295    case ,$1, in
     1296      *,expand,*)
     1297        _G_quote_expand=:
     1298        ;;
    11601299    esac
    11611300
    1162     case $_G_arg in
    1163       # Double-quote args containing shell metacharacters to delay
    1164       # word splitting and command substitution for a subsequent eval.
    1165       # Many Bourne shells cannot handle close brackets correctly
    1166       # in scan sets, so we specify it separately.
    1167       *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \     ]*|*]*|"")
    1168         _G_arg=\"$_G_arg\"
     1301    case ,$1, in
     1302      *,pretty,*|*,expand,*|*,unquoted,*)
     1303        func_quote_portable $_G_quote_expand "$2"
     1304        func_quote_arg_result=$func_quote_portable_result
     1305        func_quote_arg_unquoted_result=$func_quote_portable_unquoted_result
    11691306        ;;
     1307      *)
     1308        # Faster quote-for-eval for some shells.
     1309        func_quotefast_eval "$2"
     1310        func_quote_arg_result=$func_quotefast_eval_result
     1311        ;;
    11701312    esac
     1313}
    11711314
    1172     func_quote_for_expand_result=$_G_arg
     1315
     1316# func_quote MODEs ARGs...
     1317# ------------------------
     1318# Quote all ARGs to be evaled later and join them into single command.  See
     1319# func_quote_arg's description for more info.
     1320func_quote ()
     1321{
     1322    $debug_cmd
     1323    _G_func_quote_mode=$1 ; shift
     1324    func_quote_result=
     1325    while test 0 -lt $#; do
     1326      func_quote_arg "$_G_func_quote_mode" "$1"
     1327      if test -n "$func_quote_result"; then
     1328        func_append func_quote_result " $func_quote_arg_result"
     1329      else
     1330        func_append func_quote_result "$func_quote_arg_result"
     1331      fi
     1332      shift
     1333    done
    11731334}
    11741335
    11751336
    func_show_eval () 
    12151376    _G_cmd=$1
    12161377    _G_fail_exp=${2-':'}
    12171378
    1218     func_quote_for_expand "$_G_cmd"
    1219     eval "func_notquiet $func_quote_for_expand_result"
     1379    func_quote_arg pretty,expand "$_G_cmd"
     1380    eval "func_notquiet $func_quote_arg_result"
    12201381
    12211382    $opt_dry_run || {
    12221383      eval "$_G_cmd"
    func_show_eval_locale () 
    12411402    _G_fail_exp=${2-':'}
    12421403
    12431404    $opt_quiet || {
    1244       func_quote_for_expand "$_G_cmd"
    1245       eval "func_echo $func_quote_for_expand_result"
     1405      func_quote_arg expand,pretty "$_G_cmd"
     1406      eval "func_echo $func_quote_arg_result"
    12461407    }
    12471408
    12481409    $opt_dry_run || {
    func_lt_ver () 
    13691530# End:
    13701531#! /bin/sh
    13711532
    1372 # Set a version string for this script.
    1373 scriptversion=2014-01-07.03; # UTC
    1374 
    13751533# A portable, pluggable option parser for Bourne shell.
    13761534# Written by Gary V. Vaughan, 2010
    13771535
    1378 # Copyright (C) 2010-2015 Free Software Foundation, Inc.
    1379 # This is free software; see the source for copying conditions.  There is NO
    1380 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
     1536# This is free software.  There is NO warranty; not even for
     1537# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
     1538#
     1539# Copyright (C) 2010-2019, 2021 Bootstrap Authors
     1540#
     1541# This file is dual licensed under the terms of the MIT license
     1542# <https://opensource.org/license/MIT>, and GPL version 2 or later
     1543# <http://www.gnu.org/licenses/gpl-2.0.html>.  You must apply one of
     1544# these licenses when using or redistributing this software or any of
     1545# the files within it.  See the URLs above, or the file `LICENSE`
     1546# included in the Bootstrap distribution for the full license texts.
    13811547
    1382 # This program is free software: you can redistribute it and/or modify
    1383 # it under the terms of the GNU General Public License as published by
    1384 # the Free Software Foundation, either version 3 of the License, or
    1385 # (at your option) any later version.
     1548# Please report bugs or propose patches to:
     1549# <https://github.com/gnulib-modules/bootstrap/issues>
    13861550
    1387 # This program is distributed in the hope that it will be useful,
    1388 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    1389 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1390 # GNU General Public License for more details.
     1551# Set a version string for this script.
     1552scriptversion=2019-02-19.15; # UTC
    13911553
    1392 # You should have received a copy of the GNU General Public License
    1393 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
    13941554
    1395 # Please report bugs or propose patches to gary@gnu.org.
    1396 
    1397 
    13981555## ------ ##
    13991556## Usage. ##
    14001557## ------ ##
    scriptversion=2014-01-07.03; # UTC 
    14151572#
    14161573# In order for the '--version' option to work, you will need to have a
    14171574# suitably formatted comment like the one at the top of this file
    1418 # starting with '# Written by ' and ending with '# warranty; '.
     1575# starting with '# Written by ' and ending with '# Copyright'.
    14191576#
    14201577# For '-h' and '--help' to work, you will also need a one line
    14211578# description of your script's purpose in a comment directly above the
    scriptversion=2014-01-07.03; # UTC 
    14271584# to display verbose messages only when your user has specified
    14281585# '--verbose'.
    14291586#
    1430 # After sourcing this file, you can plug processing for additional
     1587# After sourcing this file, you can plug in processing for additional
    14311588# options by amending the variables from the 'Configuration' section
    14321589# below, and following the instructions in the 'Option parsing'
    14331590# section further down.
    fatal_help="Try '\$progname --help' for more informati 
    14761633## ------------------------- ##
    14771634
    14781635# This section contains functions for adding, removing, and running hooks
    1479 # to the main code.  A hook is just a named list of of function, that can
    1480 # be run in order later on.
     1636# in the main code.  A hook is just a list of function names that can be
     1637# run in order later on.
    14811638
    14821639# func_hookable FUNC_NAME
    14831640# -----------------------
    func_add_hook () 
    15101667
    15111668# func_remove_hook FUNC_NAME HOOK_FUNC
    15121669# ------------------------------------
    1513 # Remove HOOK_FUNC from the list of functions called by FUNC_NAME.
     1670# Remove HOOK_FUNC from the list of hook functions to be called by
     1671# FUNC_NAME.
    15141672func_remove_hook ()
    15151673{
    15161674    $debug_cmd
    func_remove_hook () 
    15191677}
    15201678
    15211679
     1680# func_propagate_result FUNC_NAME_A FUNC_NAME_B
     1681# ---------------------------------------------
     1682# If the *_result variable of FUNC_NAME_A _is set_, assign its value to
     1683# *_result variable of FUNC_NAME_B.
     1684func_propagate_result ()
     1685{
     1686    $debug_cmd
     1687
     1688    func_propagate_result_result=:
     1689    if eval "test \"\${${1}_result+set}\" = set"
     1690    then
     1691      eval "${2}_result=\$${1}_result"
     1692    else
     1693      func_propagate_result_result=false
     1694    fi
     1695}
     1696
     1697
    15221698# func_run_hooks FUNC_NAME [ARG]...
    15231699# ---------------------------------
    15241700# Run all hook functions registered to FUNC_NAME.
    1525 # It is assumed that the list of hook functions contains nothing more
     1701# It's assumed that the list of hook functions contains nothing more
    15261702# than a whitespace-delimited list of legal shell function names, and
    15271703# no effort is wasted trying to catch shell meta-characters or preserve
    15281704# whitespace.
    func_run_hooks () 
    15321708
    15331709    case " $hookable_fns " in
    15341710      *" $1 "*) ;;
    1535       *) func_fatal_error "'$1' does not support hook funcions.n" ;;
     1711      *) func_fatal_error "'$1' does not support hook functions." ;;
    15361712    esac
    15371713
    15381714    eval _G_hook_fns=\$$1_hooks; shift
    15391715
    15401716    for _G_hook in $_G_hook_fns; do
    1541       eval $_G_hook '"$@"'
    1542 
    1543       # store returned options list back into positional
    1544       # parameters for next 'cmd' execution.
    1545       eval _G_hook_result=\$${_G_hook}_result
    1546       eval set dummy "$_G_hook_result"; shift
     1717      func_unset "${_G_hook}_result"
     1718      eval $_G_hook '${1+"$@"}'
     1719      func_propagate_result $_G_hook func_run_hooks
     1720      if $func_propagate_result_result; then
     1721        eval set dummy "$func_run_hooks_result"; shift
     1722      fi
    15471723    done
    1548 
    1549     func_quote_for_eval ${1+"$@"}
    1550     func_run_hooks_result=$func_quote_for_eval_result
    15511724}
    15521725
    15531726
    func_run_hooks () 
    15571730## --------------- ##
    15581731
    15591732# In order to add your own option parsing hooks, you must accept the
    1560 # full positional parameter list in your hook function, remove any
    1561 # options that you action, and then pass back the remaining unprocessed
    1562 # options in '<hooked_function_name>_result', escaped suitably for
    1563 # 'eval'.  Like this:
     1733# full positional parameter list from your hook function.  You may remove
     1734# or edit any options that you action, and then pass back the remaining
     1735# unprocessed options in '<hooked_function_name>_result', escaped
     1736# suitably for 'eval'.
    15641737#
     1738# The '<hooked_function_name>_result' variable is automatically unset
     1739# before your hook gets called; for best performance, only set the
     1740# *_result variable when necessary (i.e. don't call the 'func_quote'
     1741# function unnecessarily because it can be an expensive operation on some
     1742# machines).
     1743#
     1744# Like this:
     1745#
    15651746#    my_options_prep ()
    15661747#    {
    15671748#        $debug_cmd
    func_run_hooks () 
    15701751#        usage_message=$usage_message'
    15711752#      -s, --silent       don'\''t print informational messages
    15721753#    '
    1573 #
    1574 #        func_quote_for_eval ${1+"$@"}
    1575 #        my_options_prep_result=$func_quote_for_eval_result
     1754#        # No change in '$@' (ignored completely by this hook).  Leave
     1755#        # my_options_prep_result variable intact.
    15761756#    }
    15771757#    func_add_hook func_options_prep my_options_prep
    15781758#
    func_run_hooks () 
    15811761#    {
    15821762#        $debug_cmd
    15831763#
    1584 #        # Note that for efficiency, we parse as many options as we can
     1764#        args_changed=false
     1765#
     1766#        # Note that, for efficiency, we parse as many options as we can
    15851767#        # recognise in a loop before passing the remainder back to the
    15861768#        # caller on the first unrecognised argument we encounter.
    15871769#        while test $# -gt 0; do
    15881770#          opt=$1; shift
    15891771#          case $opt in
    1590 #            --silent|-s) opt_silent=: ;;
     1772#            --silent|-s) opt_silent=:
     1773#                         args_changed=:
     1774#                         ;;
    15911775#            # Separate non-argument short options:
    15921776#            -s*)         func_split_short_opt "$_G_opt"
    15931777#                         set dummy "$func_split_short_opt_name" \
    15941778#                             "-$func_split_short_opt_arg" ${1+"$@"}
    15951779#                         shift
     1780#                         args_changed=:
    15961781#                         ;;
    1597 #            *)            set dummy "$_G_opt" "$*"; shift; break ;;
     1782#            *)           # Make sure the first unrecognised option "$_G_opt"
     1783#                         # is added back to "$@" in case we need it later,
     1784#                         # if $args_changed was set to 'true'.
     1785#                         set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
    15981786#          esac
    15991787#        done
    16001788#
    1601 #        func_quote_for_eval ${1+"$@"}
    1602 #        my_silent_option_result=$func_quote_for_eval_result
     1789#        # Only call 'func_quote' here if we processed at least one argument.
     1790#        if $args_changed; then
     1791#          func_quote eval ${1+"$@"}
     1792#          my_silent_option_result=$func_quote_result
     1793#        fi
    16031794#    }
    16041795#    func_add_hook func_parse_options my_silent_option
    16051796#
    func_run_hooks () 
    16101801#
    16111802#        $opt_silent && $opt_verbose && func_fatal_help "\
    16121803#    '--silent' and '--verbose' options are mutually exclusive."
    1613 #
    1614 #        func_quote_for_eval ${1+"$@"}
    1615 #        my_option_validation_result=$func_quote_for_eval_result
    16161804#    }
    16171805#    func_add_hook func_validate_options my_option_validation
    16181806#
    1619 # You'll alse need to manually amend $usage_message to reflect the extra
     1807# You'll also need to manually amend $usage_message to reflect the extra
    16201808# options you parse.  It's preferable to append if you can, so that
    16211809# multiple option parsing hooks can be added safely.
    16221810
    16231811
     1812# func_options_finish [ARG]...
     1813# ----------------------------
     1814# Finishing the option parse loop (call 'func_options' hooks ATM).
     1815func_options_finish ()
     1816{
     1817    $debug_cmd
     1818
     1819    func_run_hooks func_options ${1+"$@"}
     1820    func_propagate_result func_run_hooks func_options_finish
     1821}
     1822
     1823
    16241824# func_options [ARG]...
    16251825# ---------------------
    16261826# All the functions called inside func_options are hookable. See the
    func_options () 
    16301830{
    16311831    $debug_cmd
    16321832
    1633     func_options_prep ${1+"$@"}
    1634     eval func_parse_options \
    1635         ${func_options_prep_result+"$func_options_prep_result"}
    1636     eval func_validate_options \
    1637         ${func_parse_options_result+"$func_parse_options_result"}
     1833    _G_options_quoted=false
    16381834
    1639     eval func_run_hooks func_options \
    1640         ${func_validate_options_result+"$func_validate_options_result"}
     1835    for my_func in options_prep parse_options validate_options options_finish
     1836    do
     1837      func_unset func_${my_func}_result
     1838      func_unset func_run_hooks_result
     1839      eval func_$my_func '${1+"$@"}'
     1840      func_propagate_result func_$my_func func_options
     1841      if $func_propagate_result_result; then
     1842        eval set dummy "$func_options_result"; shift
     1843        _G_options_quoted=:
     1844      fi
     1845    done
    16411846
    1642     # save modified positional parameters for caller
    1643     func_options_result=$func_run_hooks_result
     1847    $_G_options_quoted || {
     1848      # As we (func_options) are top-level options-parser function and
     1849      # nobody quoted "$@" for us yet, we need to do it explicitly for
     1850      # caller.
     1851      func_quote eval ${1+"$@"}
     1852      func_options_result=$func_quote_result
     1853    }
    16441854}
    16451855
    16461856
    func_options () 
    16491859# All initialisations required before starting the option parse loop.
    16501860# Note that when calling hook functions, we pass through the list of
    16511861# positional parameters.  If a hook function modifies that list, and
    1652 # needs to propogate that back to rest of this script, then the complete
    1653 # modified list must be put in 'func_run_hooks_result' before
    1654 # returning.
     1862# needs to propagate that back to rest of this script, then the complete
     1863# modified list must be put in 'func_run_hooks_result' before returning.
    16551864func_hookable func_options_prep
    16561865func_options_prep ()
    16571866{
    func_options_prep () 
    16621871    opt_warning_types=
    16631872
    16641873    func_run_hooks func_options_prep ${1+"$@"}
    1665 
    1666     # save modified positional parameters for caller
    1667     func_options_prep_result=$func_run_hooks_result
     1874    func_propagate_result func_run_hooks func_options_prep
    16681875}
    16691876
    16701877
    func_parse_options () 
    16761883{
    16771884    $debug_cmd
    16781885
    1679     func_parse_options_result=
    1680 
     1886    _G_parse_options_requote=false
    16811887    # this just eases exit handling
    16821888    while test $# -gt 0; do
    16831889      # Defer to hook functions for initial option parsing, so they
    16841890      # get priority in the event of reusing an option name.
    16851891      func_run_hooks func_parse_options ${1+"$@"}
     1892      func_propagate_result func_run_hooks func_parse_options
     1893      if $func_propagate_result_result; then
     1894        eval set dummy "$func_parse_options_result"; shift
     1895        # Even though we may have changed "$@", we passed the "$@" array
     1896        # down into the hook and it quoted it for us (because we are in
     1897        # this if-branch).  No need to quote it again.
     1898        _G_parse_options_requote=false
     1899      fi
    16861900
    1687       # Adjust func_parse_options positional parameters to match
    1688       eval set dummy "$func_run_hooks_result"; shift
    1689 
    16901901      # Break out of the loop if we already parsed every option.
    16911902      test $# -gt 0 || break
    16921903
     1904      # We expect that one of the options parsed in this function matches
     1905      # and thus we remove _G_opt from "$@" and need to re-quote.
     1906      _G_match_parse_options=:
    16931907      _G_opt=$1
    16941908      shift
    16951909      case $_G_opt in
    16961910        --debug|-x)   debug_cmd='set -x'
    1697                       func_echo "enabling shell trace mode"
     1911                      func_echo "enabling shell trace mode" >&2
    16981912                      $debug_cmd
    16991913                      ;;
    17001914
    func_parse_options () 
    17041918                      ;;
    17051919
    17061920        --warnings|--warning|-W)
    1707                       test $# = 0 && func_missing_arg $_G_opt && break
     1921                      if test $# = 0 && func_missing_arg $_G_opt; then
     1922                        _G_parse_options_requote=:
     1923                        break
     1924                      fi
    17081925                      case " $warning_categories $1" in
    17091926                        *" $1 "*)
    17101927                          # trailing space prevents matching last $1 above
    func_parse_options () 
    17571974                      shift
    17581975                      ;;
    17591976
    1760         --)           break ;;
     1977        --)           _G_parse_options_requote=: ; break ;;
    17611978        -*)           func_fatal_help "unrecognised option: '$_G_opt'" ;;
    1762         *)            set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
     1979        *)            set dummy "$_G_opt" ${1+"$@"}; shift
     1980                      _G_match_parse_options=false
     1981                      break
     1982                      ;;
    17631983      esac
     1984
     1985      if $_G_match_parse_options; then
     1986        _G_parse_options_requote=:
     1987      fi
    17641988    done
    17651989
    1766     # save modified positional parameters for caller
    1767     func_quote_for_eval ${1+"$@"}
    1768     func_parse_options_result=$func_quote_for_eval_result
     1990    if $_G_parse_options_requote; then
     1991      # save modified positional parameters for caller
     1992      func_quote eval ${1+"$@"}
     1993      func_parse_options_result=$func_quote_result
     1994    fi
    17691995}
    17701996
    17711997
    func_validate_options () 
    17822008    test -n "$opt_warning_types" || opt_warning_types=" $warning_categories"
    17832009
    17842010    func_run_hooks func_validate_options ${1+"$@"}
     2011    func_propagate_result func_run_hooks func_validate_options
    17852012
    17862013    # Bail if the options were screwed!
    17872014    $exit_cmd $EXIT_FAILURE
    1788 
    1789     # save modified positional parameters for caller
    1790     func_validate_options_result=$func_run_hooks_result
    17912015}
    17922016
    17932017
    func_missing_arg () 
    18432067
    18442068# func_split_equals STRING
    18452069# ------------------------
    1846 # Set func_split_equals_lhs and func_split_equals_rhs shell variables after
    1847 # splitting STRING at the '=' sign.
     2070# Set func_split_equals_lhs and func_split_equals_rhs shell variables
     2071# after splitting STRING at the '=' sign.
    18482072test -z "$_G_HAVE_XSI_OPS" \
    18492073    && (eval 'x=a/b/c;
    18502074      test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \
    then 
    18592083
    18602084      func_split_equals_lhs=${1%%=*}
    18612085      func_split_equals_rhs=${1#*=}
    1862       test "x$func_split_equals_lhs" = "x$1" \
    1863         && func_split_equals_rhs=
     2086      if test "x$func_split_equals_lhs" = "x$1"; then
     2087        func_split_equals_rhs=
     2088      fi
    18642089  }'
    18652090else
    18662091  # ...otherwise fall back to using expr, which is often a shell builtin.
    else 
    18702095
    18712096      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
    18722097      func_split_equals_rhs=
    1873       test "x$func_split_equals_lhs" = "x$1" \
     2098      test "x$func_split_equals_lhs=" = "x$1" \
    18742099        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
    18752100  }
    18762101fi #func_split_equals
    else 
    18962121  {
    18972122      $debug_cmd
    18982123
    1899       func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
     2124      func_split_short_opt_name=`expr "x$1" : 'x\(-.\)'`
    19002125      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
    19012126  }
    19022127fi #func_split_short_opt
    func_usage_message () 
    19382163# func_version
    19392164# ------------
    19402165# Echo version message to standard output and exit.
     2166# The version message is extracted from the calling file's header
     2167# comments, with leading '# ' stripped:
     2168#   1. First display the progname and version
     2169#   2. Followed by the header comment line matching  /^# Written by /
     2170#   3. Then a blank line followed by the first following line matching
     2171#      /^# Copyright /
     2172#   4. Immediately followed by any lines between the previous matches,
     2173#      except lines preceding the intervening completely blank line.
     2174# For example, see the header comments of this file.
    19412175func_version ()
    19422176{
    19432177    $debug_cmd
    19442178
    19452179    printf '%s\n' "$progname $scriptversion"
    19462180    $SED -n '
    1947         /(C)/!b go
    1948         :more
    1949         /\./!{
    1950           N
    1951           s|\n# | |
    1952           b more
     2181        /^# Written by /!b
     2182        s|^# ||; p; n
     2183
     2184        :fwd2blnk
     2185        /./ {
     2186          n
     2187          b fwd2blnk
    19532188        }
    1954         :go
    1955         /^# Written by /,/# warranty; / {
    1956           s|^# ||
    1957           s|^# *$||
    1958           s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2|
    1959           p
     2189        p; n
     2190
     2191        :holdwrnt
     2192        s|^# ||
     2193        s|^# *$||
     2194        /^Copyright /!{
     2195          /./H
     2196          n
     2197          b holdwrnt
    19602198        }
    1961         /^# Written by / {
    1962           s|^# ||
    1963           p
    1964         }
    1965         /^warranty; /q' < "$progpath"
    19662199
     2200        s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2|
     2201        G
     2202        s|\(\n\)\n*|\1|g
     2203        p; q' < "$progpath"
     2204
    19672205    exit $?
    19682206}
    19692207
    func_version () 
    19722210# mode: shell-script
    19732211# sh-indentation: 2
    19742212# eval: (add-hook 'before-save-hook 'time-stamp)
    1975 # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
     2213# time-stamp-pattern: "30/scriptversion=%:y-%02m-%02d.%02H; # UTC"
    19762214# time-stamp-time-zone: "UTC"
    19772215# End:
    19782216
    19792217# Set a version string.
    1980 scriptversion='(GNU libtool) 2.4.6'
     2218scriptversion='(GNU libtool) 2.4.7'
    19812219
    19822220
    19832221# func_echo ARG...
    include the following information: 
    20682306       compiler:       $LTCC
    20692307       compiler flags: $LTCFLAGS
    20702308       linker:         $LD (gnu? $with_gnu_ld)
    2071        version:        $progname (GNU libtool) 2.4.6
     2309       version:        $progname (GNU libtool) 2.4.7
    20722310       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
    20732311       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
    20742312
    func_fatal_configuration () 
    21242362# a configuration failure hint, and exit.
    21252363func_fatal_configuration ()
    21262364{
    2127     func__fatal_error ${1+"$@"} \
     2365    func_fatal_error ${1+"$@"} \
    21282366      "See the $PACKAGE documentation for more information." \
    21292367      "Fatal configuration error."
    21302368}
    libtool_options_prep () 
    22702508    nonopt=
    22712509    preserve_args=
    22722510
     2511    _G_rc_lt_options_prep=:
     2512
    22732513    # Shorthand for --mode=foo, only valid as the first argument
    22742514    case $1 in
    22752515    clean|clea|cle|cl)
    libtool_options_prep () 
    22932533    uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
    22942534      shift; set dummy --mode uninstall ${1+"$@"}; shift
    22952535      ;;
     2536    *)
     2537      _G_rc_lt_options_prep=false
     2538      ;;
    22962539    esac
    22972540
    2298     # Pass back the list of options.
    2299     func_quote_for_eval ${1+"$@"}
    2300     libtool_options_prep_result=$func_quote_for_eval_result
     2541    if $_G_rc_lt_options_prep; then
     2542      # Pass back the list of options.
     2543      func_quote eval ${1+"$@"}
     2544      libtool_options_prep_result=$func_quote_result
     2545    fi
    23012546}
    23022547func_add_hook func_options_prep libtool_options_prep
    23032548
    libtool_parse_options () 
    23092554{
    23102555    $debug_cmd
    23112556
     2557    _G_rc_lt_parse_options=false
     2558
    23122559    # Perform our own loop to consume as many options as possible in
    23132560    # each iteration.
    23142561    while test $# -gt 0; do
     2562      _G_match_lt_parse_options=:
    23152563      _G_opt=$1
    23162564      shift
    23172565      case $_G_opt in
    libtool_parse_options () 
    23862634                        func_append preserve_args " $_G_opt"
    23872635                        ;;
    23882636
    2389         # An option not handled by this hook function:
    2390         *)              set dummy "$_G_opt" ${1+"$@"};  shift; break  ;;
     2637        # An option not handled by this hook function:
     2638        *)              set dummy "$_G_opt" ${1+"$@"} ; shift
     2639                        _G_match_lt_parse_options=false
     2640                        break
     2641                        ;;
    23912642      esac
     2643      $_G_match_lt_parse_options && _G_rc_lt_parse_options=:
    23922644    done
    23932645
    2394 
    2395     # save modified positional parameters for caller
    2396     func_quote_for_eval ${1+"$@"}
    2397     libtool_parse_options_result=$func_quote_for_eval_result
     2646    if $_G_rc_lt_parse_options; then
     2647      # save modified positional parameters for caller
     2648      func_quote eval ${1+"$@"}
     2649      libtool_parse_options_result=$func_quote_result
     2650    fi
    23982651}
    23992652func_add_hook func_parse_options libtool_parse_options
    24002653
    libtool_validate_options () 
    24512704    }
    24522705
    24532706    # Pass back the unparsed argument list
    2454     func_quote_for_eval ${1+"$@"}
    2455     libtool_validate_options_result=$func_quote_for_eval_result
     2707    func_quote eval ${1+"$@"}
     2708    libtool_validate_options_result=$func_quote_result
    24562709}
    24572710func_add_hook func_validate_options libtool_validate_options
    24582711
    func_mode_compile () 
    34183671      esac
    34193672    done
    34203673
    3421     func_quote_for_eval "$libobj"
    3422     test "X$libobj" != "X$func_quote_for_eval_result" \
     3674    func_quote_arg pretty "$libobj"
     3675    test "X$libobj" != "X$func_quote_arg_result" \
    34233676      && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"'    &()|`$[]' \
    34243677      && func_warning "libobj name '$libobj' may not contain shell special characters."
    34253678    func_dirname_and_basename "$obj" "/" ""
    compiler." 
    34923745
    34933746    func_to_tool_file "$srcfile" func_convert_file_msys_to_w32
    34943747    srcfile=$func_to_tool_file_result
    3495     func_quote_for_eval "$srcfile"
    3496     qsrcfile=$func_quote_for_eval_result
     3748    func_quote_arg pretty "$srcfile"
     3749    qsrcfile=$func_quote_arg_result
    34973750
    34983751    # Only build a PIC object if we are building libtool libraries.
    34993752    if test yes = "$build_libtool_libs"; then
    This mode accepts the following additional options: 
    36483901  -prefer-non-pic   try to build non-PIC objects only
    36493902  -shared           do not build a '.o' file suitable for static linking
    36503903  -static           only build a '.o' file suitable for static linking
    3651   -Wc,FLAG          pass FLAG directly to the compiler
     3904  -Wc,FLAG
     3905  -Xcompiler FLAG   pass FLAG directly to the compiler
    36523906
    36533907COMPILE-COMMAND is a command to be used in creating a 'standard' object file
    36543908from the given SOURCEFILE.
    The following components of LINK-COMMAND are treated s 
    37544008  -weak LIBNAME     declare that the target provides the LIBNAME interface
    37554009  -Wc,FLAG
    37564010  -Xcompiler FLAG   pass linker-specific FLAG directly to the compiler
     4011  -Wa,FLAG
     4012  -Xassembler FLAG  pass linker-specific FLAG directly to the assembler
    37574013  -Wl,FLAG
    37584014  -Xlinker FLAG     pass linker-specific FLAG directly to the linker
    37594015  -XCClinker FLAG   pass link-specific FLAG to the compiler driver (CC)
    func_mode_install () 
    40964352       case $nonopt in *shtool*) :;; *) false;; esac
    40974353    then
    40984354      # Aesthetically quote it.
    4099       func_quote_for_eval "$nonopt"
    4100       install_prog="$func_quote_for_eval_result "
     4355      func_quote_arg pretty "$nonopt"
     4356      install_prog="$func_quote_arg_result "
    41014357      arg=$1
    41024358      shift
    41034359    else
    func_mode_install () 
    41074363
    41084364    # The real first argument should be the name of the installation program.
    41094365    # Aesthetically quote it.
    4110     func_quote_for_eval "$arg"
    4111     func_append install_prog "$func_quote_for_eval_result"
     4366    func_quote_arg pretty "$arg"
     4367    func_append install_prog "$func_quote_arg_result"
    41124368    install_shared_prog=$install_prog
    41134369    case " $install_prog " in
    41144370      *[\\\ /]cp\ *) install_cp=: ;;
    func_mode_install () 
    41654421      esac
    41664422
    41674423      # Aesthetically quote the argument.
    4168       func_quote_for_eval "$arg"
    4169       func_append install_prog " $func_quote_for_eval_result"
     4424      func_quote_arg pretty "$arg"
     4425      func_append install_prog " $func_quote_arg_result"
    41704426      if test -n "$arg2"; then
    4171         func_quote_for_eval "$arg2"
     4427        func_quote_arg pretty "$arg2"
    41724428      fi
    4173       func_append install_shared_prog " $func_quote_for_eval_result"
     4429      func_append install_shared_prog " $func_quote_arg_result"
    41744430    done
    41754431
    41764432    test -z "$install_prog" && \
    func_mode_install () 
    41814437
    41824438    if test -n "$install_override_mode" && $no_mode; then
    41834439      if $install_cp; then :; else
    4184         func_quote_for_eval "$install_override_mode"
    4185         func_append install_shared_prog " -m $func_quote_for_eval_result"
     4440        func_quote_arg pretty "$install_override_mode"
     4441        func_append install_shared_prog " -m $func_quote_arg_result"
    41864442      fi
    41874443    fi
    41884444
    func_mode_install () 
    44784734                relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
    44794735
    44804736                $opt_quiet || {
    4481                   func_quote_for_expand "$relink_command"
    4482                   eval "func_echo $func_quote_for_expand_result"
     4737                  func_quote_arg expand,pretty "$relink_command"
     4738                  eval "func_echo $func_quote_arg_result"
    44834739                }
    44844740                if eval "$relink_command"; then :
    44854741                  else
    else 
    52585514  if test \"\$libtool_execute_magic\" != \"$magic\"; then
    52595515    file=\"\$0\""
    52605516
    5261     qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
     5517    func_quote_arg pretty "$ECHO"
     5518    qECHO=$func_quote_arg_result
    52625519    $ECHO "\
    52635520
    52645521# A function that is used when there is no print builtin or printf.
    _LTECHO_EOF' 
    52685525\$1
    52695526_LTECHO_EOF'
    52705527}
    5271     ECHO=\"$qECHO\"
     5528    ECHO=$qECHO
    52725529  fi
    52735530
    52745531# Very basic option parsing. These options are (a) specific to
    func_mode_link () 
    66116868    while test "$#" -gt 0; do
    66126869      arg=$1
    66136870      shift
    6614       func_quote_for_eval "$arg"
    6615       qarg=$func_quote_for_eval_unquoted_result
    6616       func_append libtool_args " $func_quote_for_eval_result"
     6871      func_quote_arg pretty,unquoted "$arg"
     6872      qarg=$func_quote_arg_unquoted_result
     6873      func_append libtool_args " $func_quote_arg_result"
    66176874
    66186875      # If the previous option needs an argument, assign it.
    66196876      if test -n "$prev"; then
    func_mode_link () 
    68497106          prev=
    68507107          continue
    68517108          ;;
     7109        xassembler)
     7110          func_append compiler_flags " -Xassembler $qarg"
     7111          prev=
     7112          func_append compile_command " -Xassembler $qarg"
     7113          func_append finalize_command " -Xassembler $qarg"
     7114          continue
     7115          ;;
    68527116        xcclinker)
    68537117          func_append linker_flags " $qarg"
    68547118          func_append compiler_flags " $qarg"
    func_mode_link () 
    70197283            # These systems don't actually have a C library (as such)
    70207284            test X-lc = "X$arg" && continue
    70217285            ;;
    7022           *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
     7286          *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig* | *-*-midnightbsd*)
    70237287            # Do not include libc due to us having libc/libc_r.
    70247288            test X-lc = "X$arg" && continue
    70257289            ;;
    func_mode_link () 
    70397303          esac
    70407304        elif test X-lc_r = "X$arg"; then
    70417305         case $host in
    7042          *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
     7306         *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig* | *-*-midnightbsd*)
    70437307           # Do not include libc_r directly, use -pthread flag.
    70447308           continue
    70457309           ;;
    func_mode_link () 
    70697333        prev=xcompiler
    70707334        continue
    70717335        ;;
    7072 
    7073       -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
     7336     # Solaris ld rejects as of 11.4. Refer to Oracle bug 22985199.
     7337     -pthread)
     7338        case $host in
     7339          *solaris2*) ;;
     7340          *)
     7341            case "$new_inherited_linker_flags " in
     7342                *" $arg "*) ;;
     7343                * ) func_append new_inherited_linker_flags " $arg" ;;
     7344            esac
     7345          ;;
     7346        esac
     7347        continue
     7348        ;;
     7349      -mt|-mthreads|-kthread|-Kthread|-pthreads|--thread-safe \
    70747350      |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
    70757351        func_append compiler_flags " $arg"
    70767352        func_append compile_command " $arg"
    func_mode_link () 
    72117487        save_ifs=$IFS; IFS=,
    72127488        for flag in $args; do
    72137489          IFS=$save_ifs
    7214           func_quote_for_eval "$flag"
    7215           func_append arg " $func_quote_for_eval_result"
    7216           func_append compiler_flags " $func_quote_for_eval_result"
     7490          func_quote_arg pretty "$flag"
     7491          func_append arg " $func_quote_arg_result"
     7492          func_append compiler_flags " $func_quote_arg_result"
    72177493        done
    72187494        IFS=$save_ifs
    72197495        func_stripname ' ' '' "$arg"
    func_mode_link () 
    72277503        save_ifs=$IFS; IFS=,
    72287504        for flag in $args; do
    72297505          IFS=$save_ifs
    7230           func_quote_for_eval "$flag"
    7231           func_append arg " $wl$func_quote_for_eval_result"
    7232           func_append compiler_flags " $wl$func_quote_for_eval_result"
    7233           func_append linker_flags " $func_quote_for_eval_result"
     7506          func_quote_arg pretty "$flag"
     7507          func_append arg " $wl$func_quote_arg_result"
     7508          func_append compiler_flags " $wl$func_quote_arg_result"
     7509          func_append linker_flags " $func_quote_arg_result"
    72347510        done
    72357511        IFS=$save_ifs
    72367512        func_stripname ' ' '' "$arg"
    72377513        arg=$func_stripname_result
    72387514        ;;
    72397515
     7516      -Xassembler)
     7517        prev=xassembler
     7518        continue
     7519        ;;
     7520
    72407521      -Xcompiler)
    72417522        prev=xcompiler
    72427523        continue
    func_mode_link () 
    72547535
    72557536      # -msg_* for osf cc
    72567537      -msg_*)
    7257         func_quote_for_eval "$arg"
    7258         arg=$func_quote_for_eval_result
     7538        func_quote_arg pretty "$arg"
     7539        arg=$func_quote_arg_result
    72597540        ;;
    72607541
    72617542      # Flags to be passed through unchanged, with rationale:
    func_mode_link () 
    72727553      # -tp=*                Portland pgcc target processor selection
    72737554      # --sysroot=*          for sysroot support
    72747555      # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
     7556      # -specs=*             GCC specs files
    72757557      # -stdlib=*            select c++ std lib with clang
     7558      # -fsanitize=*         Clang/GCC memory and address sanitizer
     7559      # -fuse-ld=*           Linker select flags for GCC
     7560      # -Wa,*                Pass flags directly to the assembler
    72767561      -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
    72777562      -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
    7278       -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*)
    7279         func_quote_for_eval "$arg"
    7280         arg=$func_quote_for_eval_result
     7563      -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
     7564      -specs=*|-fsanitize=*|-fuse-ld=*|-Wa,*)
     7565        func_quote_arg pretty "$arg"
     7566        arg=$func_quote_arg_result
    72817567        func_append compile_command " $arg"
    72827568        func_append finalize_command " $arg"
    72837569        func_append compiler_flags " $arg"
    func_mode_link () 
    72987584          continue
    72997585        else
    73007586          # Otherwise treat like 'Some other compiler flag' below
    7301           func_quote_for_eval "$arg"
    7302           arg=$func_quote_for_eval_result
     7587          func_quote_arg pretty "$arg"
     7588          arg=$func_quote_arg_result
    73037589        fi
    73047590        ;;
    73057591
    73067592      # Some other compiler flag.
    73077593      -* | +*)
    7308         func_quote_for_eval "$arg"
    7309         arg=$func_quote_for_eval_result
     7594        func_quote_arg pretty "$arg"
     7595        arg=$func_quote_arg_result
    73107596        ;;
    73117597
    73127598      *.$objext)
    func_mode_link () 
    74267712      *)
    74277713        # Unknown arguments in both finalize_command and compile_command need
    74287714        # to be aesthetically quoted because they are evaled later.
    7429         func_quote_for_eval "$arg"
    7430         arg=$func_quote_for_eval_result
     7715        func_quote_arg pretty "$arg"
     7716        arg=$func_quote_arg_result
    74317717        ;;
    74327718      esac # arg
    74337719
    func_mode_link () 
    86328918      test CXX = "$tagname" && {
    86338919        case $host_os in
    86348920        linux*)
    8635           case `$CC -V 2>&1 | sed 5q` in
     8921          case `$CC -V 2>&1 | $SED 5q` in
    86368922          *Sun\ C*) # Sun C++ 5.9
    86378923            func_suncc_cstd_abi
    86388924
    func_mode_link () 
    88059091          #
    88069092          case $version_type in
    88079093          # correct linux to gnu/linux during the next big refactor
    8808           darwin|freebsd-elf|linux|osf|windows|none)
     9094          darwin|freebsd-elf|linux|midnightbsd-elf|osf|windows|none)
    88099095            func_arith $number_major + $number_minor
    88109096            current=$func_arith_result
    88119097            age=$number_minor
    func_mode_link () 
    88969182          versuffix=.$current.$revision
    88979183          ;;
    88989184
    8899         freebsd-elf)
     9185        freebsd-elf | midnightbsd-elf)
    89009186          func_arith $current - $age
    89019187          major=.$func_arith_result
    89029188          versuffix=$major.$age.$revision
    func_mode_link () 
    91229408          *-*-netbsd*)
    91239409            # Don't link with libc until the a.out ld.so is fixed.
    91249410            ;;
    9125           *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
     9411          *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-midnightbsd*)
    91269412            # Do not include libc due to us having libc/libc_r.
    91279413            ;;
    91289414          *-*-sco3.2v5* | *-*-sco5v6*)
    EOF 
    993310219            for cmd in $concat_cmds; do
    993410220              IFS=$save_ifs
    993510221              $opt_quiet || {
    9936                   func_quote_for_expand "$cmd"
    9937                   eval "func_echo $func_quote_for_expand_result"
     10222                  func_quote_arg expand,pretty "$cmd"
     10223                  eval "func_echo $func_quote_arg_result"
    993810224              }
    993910225              $opt_dry_run || eval "$cmd" || {
    994010226                lt_exit=$?
    EOF 
    1002710313          eval cmd=\"$cmd\"
    1002810314          IFS=$save_ifs
    1002910315          $opt_quiet || {
    10030             func_quote_for_expand "$cmd"
    10031             eval "func_echo $func_quote_for_expand_result"
     10316            func_quote_arg expand,pretty "$cmd"
     10317            eval "func_echo $func_quote_arg_result"
    1003210318          }
    1003310319          $opt_dry_run || eval "$cmd" || {
    1003410320            lt_exit=$?
    EOF 
    1050210788          elif eval var_value=\$$var; test -z "$var_value"; then
    1050310789            relink_command="$var=; export $var; $relink_command"
    1050410790          else
    10505             func_quote_for_eval "$var_value"
    10506             relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
     10791            func_quote_arg pretty "$var_value"
     10792            relink_command="$var=$func_quote_arg_result; export $var; $relink_command"
    1050710793          fi
    1050810794        done
    10509         relink_command="(cd `pwd`; $relink_command)"
    10510         relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
     10795        func_quote eval cd "`pwd`"
     10796        func_quote_arg pretty,unquoted "($func_quote_result; $relink_command)"
     10797        relink_command=$func_quote_arg_unquoted_result
    1051110798      fi
    1051210799
    1051310800      # Only actually do things if not in dry run mode.
    EOF 
    1074711034        elif eval var_value=\$$var; test -z "$var_value"; then
    1074811035          relink_command="$var=; export $var; $relink_command"
    1074911036        else
    10750           func_quote_for_eval "$var_value"
    10751           relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
     11037          func_quote_arg pretty,unquoted "$var_value"
     11038          relink_command="$var=$func_quote_arg_unquoted_result; export $var; $relink_command"
    1075211039        fi
    1075311040      done
    1075411041      # Quote the link command for shipping.
    10755       relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
    10756       relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
     11042      func_quote eval cd "`pwd`"
     11043      relink_command="($func_quote_result; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
     11044      func_quote_arg pretty,unquoted "$relink_command"
     11045      relink_command=$func_quote_arg_unquoted_result
    1075711046      if test yes = "$hardcode_automatic"; then
    1075811047        relink_command=
    1075911048      fi
  • mpf/Makefile.in

    diff -urp mpf/Makefile.in mpf/Makefile.in
     
    1 # Makefile.in generated by automake 1.15 from Makefile.am.
     1# Makefile.in generated by automake 1.15.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
     4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
    55
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
    FGREP = @FGREP@ 
    242242EXEEXT = @EXEEXT@
    243243EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
    244244FGREP = @FGREP@
     245FILECMD = @FILECMD@
    245246GMP_LDFLAGS = @GMP_LDFLAGS@
    246247GMP_LIMB_BITS = @GMP_LIMB_BITS@
    247248GMP_NAIL_BITS = @GMP_NAIL_BITS@
  • mpn/Makefile.in

    diff -urp mpn/Makefile.in mpn/Makefile.in
     
    1 # Makefile.in generated by automake 1.15 from Makefile.am.
     1# Makefile.in generated by automake 1.15.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
     4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
    55
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
    FGREP = @FGREP@ 
    259259EXEEXT = @EXEEXT@
    260260EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
    261261FGREP = @FGREP@
     262FILECMD = @FILECMD@
    262263GMP_LDFLAGS = @GMP_LDFLAGS@
    263264GMP_LIMB_BITS = @GMP_LIMB_BITS@
    264265GMP_NAIL_BITS = @GMP_NAIL_BITS@
  • mpq/Makefile.in

    diff -urp mpq/Makefile.in mpq/Makefile.in
     
    1 # Makefile.in generated by automake 1.15 from Makefile.am.
     1# Makefile.in generated by automake 1.15.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
     4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
    55
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
    FGREP = @FGREP@ 
    236236EXEEXT = @EXEEXT@
    237237EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
    238238FGREP = @FGREP@
     239FILECMD = @FILECMD@
    239240GMP_LDFLAGS = @GMP_LDFLAGS@
    240241GMP_LIMB_BITS = @GMP_LIMB_BITS@
    241242GMP_NAIL_BITS = @GMP_NAIL_BITS@
  • mpz/Makefile.in

    diff -urp mpz/Makefile.in mpz/Makefile.in
     
    1 # Makefile.in generated by automake 1.15 from Makefile.am.
     1# Makefile.in generated by automake 1.15.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
     4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
    55
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
    FGREP = @FGREP@ 
    261261EXEEXT = @EXEEXT@
    262262EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
    263263FGREP = @FGREP@
     264FILECMD = @FILECMD@
    264265GMP_LDFLAGS = @GMP_LDFLAGS@
    265266GMP_LIMB_BITS = @GMP_LIMB_BITS@
    266267GMP_NAIL_BITS = @GMP_NAIL_BITS@
  • printf/Makefile.in

    diff -urp printf/Makefile.in printf/Makefile.in
     
    1 # Makefile.in generated by automake 1.15 from Makefile.am.
     1# Makefile.in generated by automake 1.15.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
     4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
    55
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
    FGREP = @FGREP@ 
    236236EXEEXT = @EXEEXT@
    237237EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
    238238FGREP = @FGREP@
     239FILECMD = @FILECMD@
    239240GMP_LDFLAGS = @GMP_LDFLAGS@
    240241GMP_LIMB_BITS = @GMP_LIMB_BITS@
    241242GMP_NAIL_BITS = @GMP_NAIL_BITS@
  • rand/Makefile.in

    diff -urp rand/Makefile.in rand/Makefile.in
     
    1 # Makefile.in generated by automake 1.15 from Makefile.am.
     1# Makefile.in generated by automake 1.15.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
     4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
    55
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
    FGREP = @FGREP@ 
    233233EXEEXT = @EXEEXT@
    234234EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
    235235FGREP = @FGREP@
     236FILECMD = @FILECMD@
    236237GMP_LDFLAGS = @GMP_LDFLAGS@
    237238GMP_LIMB_BITS = @GMP_LIMB_BITS@
    238239GMP_NAIL_BITS = @GMP_NAIL_BITS@
  • scanf/Makefile.in

    diff -urp scanf/Makefile.in scanf/Makefile.in
     
    1 # Makefile.in generated by automake 1.15 from Makefile.am.
     1# Makefile.in generated by automake 1.15.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
     4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
    55
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
    FGREP = @FGREP@ 
    232232EXEEXT = @EXEEXT@
    233233EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
    234234FGREP = @FGREP@
     235FILECMD = @FILECMD@
    235236GMP_LDFLAGS = @GMP_LDFLAGS@
    236237GMP_LIMB_BITS = @GMP_LIMB_BITS@
    237238GMP_NAIL_BITS = @GMP_NAIL_BITS@
  • tests/Makefile.in

    diff -urp tests/Makefile.in tests/Makefile.in
     
    1 # Makefile.in generated by automake 1.15 from Makefile.am.
     1# Makefile.in generated by automake 1.15.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
     4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
    55
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
    FGREP = @FGREP@ 
    533533EXEEXT = @EXEEXT@
    534534EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
    535535FGREP = @FGREP@
     536FILECMD = @FILECMD@
    536537GMP_LDFLAGS = @GMP_LDFLAGS@
    537538GMP_LIMB_BITS = @GMP_LIMB_BITS@
    538539GMP_NAIL_BITS = @GMP_NAIL_BITS@
  • tests/cxx/Makefile.in

    diff -urp tests/cxx/Makefile.in tests/cxx/Makefile.in
     
    1 # Makefile.in generated by automake 1.15 from Makefile.am.
     1# Makefile.in generated by automake 1.15.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
     4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
    55
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
    FGREP = @FGREP@ 
    577577EXEEXT = @EXEEXT@
    578578EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
    579579FGREP = @FGREP@
     580FILECMD = @FILECMD@
    580581GMP_LDFLAGS = @GMP_LDFLAGS@
    581582GMP_LIMB_BITS = @GMP_LIMB_BITS@
    582583GMP_NAIL_BITS = @GMP_NAIL_BITS@
  • tests/devel/Makefile.in

    diff -urp tests/devel/Makefile.in tests/devel/Makefile.in
     
    1 # Makefile.in generated by automake 1.15 from Makefile.am.
     1# Makefile.in generated by automake 1.15.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
     4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
    55
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
    FGREP = @FGREP@ 
    244244EXEEXT = @EXEEXT@
    245245EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
    246246FGREP = @FGREP@
     247FILECMD = @FILECMD@
    247248GMP_LDFLAGS = @GMP_LDFLAGS@
    248249GMP_LIMB_BITS = @GMP_LIMB_BITS@
    249250GMP_NAIL_BITS = @GMP_NAIL_BITS@
  • tests/misc/Makefile.in

    diff -urp tests/misc/Makefile.in tests/misc/Makefile.in
     
    1 # Makefile.in generated by automake 1.15 from Makefile.am.
     1# Makefile.in generated by automake 1.15.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
     4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
    55
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
    FGREP = @FGREP@ 
    435435EXEEXT = @EXEEXT@
    436436EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
    437437FGREP = @FGREP@
     438FILECMD = @FILECMD@
    438439GMP_LDFLAGS = @GMP_LDFLAGS@
    439440GMP_LIMB_BITS = @GMP_LIMB_BITS@
    440441GMP_NAIL_BITS = @GMP_NAIL_BITS@
  • tests/mpf/Makefile.in

    diff -urp tests/mpf/Makefile.in tests/mpf/Makefile.in
     
    1 # Makefile.in generated by automake 1.15 from Makefile.am.
     1# Makefile.in generated by automake 1.15.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
     4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
    55
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
    FGREP = @FGREP@ 
    577577EXEEXT = @EXEEXT@
    578578EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
    579579FGREP = @FGREP@
     580FILECMD = @FILECMD@
    580581GMP_LDFLAGS = @GMP_LDFLAGS@
    581582GMP_LIMB_BITS = @GMP_LIMB_BITS@
    582583GMP_NAIL_BITS = @GMP_NAIL_BITS@
  • tests/mpn/Makefile.in

    diff -urp tests/mpn/Makefile.in tests/mpn/Makefile.in
     
    1 # Makefile.in generated by automake 1.15 from Makefile.am.
     1# Makefile.in generated by automake 1.15.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
     4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
    55
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
    FGREP = @FGREP@ 
    723723EXEEXT = @EXEEXT@
    724724EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
    725725FGREP = @FGREP@
     726FILECMD = @FILECMD@
    726727GMP_LDFLAGS = @GMP_LDFLAGS@
    727728GMP_LIMB_BITS = @GMP_LIMB_BITS@
    728729GMP_NAIL_BITS = @GMP_NAIL_BITS@
  • tests/mpq/Makefile.in

    diff -urp tests/mpq/Makefile.in tests/mpq/Makefile.in
     
    1 # Makefile.in generated by automake 1.15 from Makefile.am.
     1# Makefile.in generated by automake 1.15.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
     4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
    55
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
    FGREP = @FGREP@ 
    503503EXEEXT = @EXEEXT@
    504504EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
    505505FGREP = @FGREP@
     506FILECMD = @FILECMD@
    506507GMP_LDFLAGS = @GMP_LDFLAGS@
    507508GMP_LIMB_BITS = @GMP_LIMB_BITS@
    508509GMP_NAIL_BITS = @GMP_NAIL_BITS@
  • tests/mpz/Makefile.in

    diff -urp tests/mpz/Makefile.in tests/mpz/Makefile.in
     
    1 # Makefile.in generated by automake 1.15 from Makefile.am.
     1# Makefile.in generated by automake 1.15.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
     4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
    55
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
    FGREP = @FGREP@ 
    782782EXEEXT = @EXEEXT@
    783783EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
    784784FGREP = @FGREP@
     785FILECMD = @FILECMD@
    785786GMP_LDFLAGS = @GMP_LDFLAGS@
    786787GMP_LIMB_BITS = @GMP_LIMB_BITS@
    787788GMP_NAIL_BITS = @GMP_NAIL_BITS@
  • tests/rand/Makefile.in

    diff -urp tests/rand/Makefile.in tests/rand/Makefile.in
     
    1 # Makefile.in generated by automake 1.15 from Makefile.am.
     1# Makefile.in generated by automake 1.15.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
     4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
    55
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
    FGREP = @FGREP@ 
    490490EXEEXT = @EXEEXT@
    491491EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
    492492FGREP = @FGREP@
     493FILECMD = @FILECMD@
    493494GMP_LDFLAGS = @GMP_LDFLAGS@
    494495GMP_LIMB_BITS = @GMP_LIMB_BITS@
    495496GMP_NAIL_BITS = @GMP_NAIL_BITS@
  • tune/Makefile.in

    diff -urp tune/Makefile.in tune/Makefile.in
     
    1 # Makefile.in generated by automake 1.15 from Makefile.am.
     1# Makefile.in generated by automake 1.15.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
     4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
    55
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
    FGREP = @FGREP@ 
    331331EXEEXT = @EXEEXT@
    332332EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
    333333FGREP = @FGREP@
     334FILECMD = @FILECMD@
    334335GMP_LDFLAGS = @GMP_LDFLAGS@
    335336GMP_LIMB_BITS = @GMP_LIMB_BITS@
    336337GMP_NAIL_BITS = @GMP_NAIL_BITS@