diff --git a/ports/gnu-gmp/compile.sh b/ports/gnu-gmp/compile.sh
new file mode 120000
index 00000000..d5f3b6cc
--- /dev/null
+++ b/ports/gnu-gmp/compile.sh
@@ -0,0 +1 @@
+../meta-port-scripts/gnu-compile.sh
\ No newline at end of file
diff --git a/ports/gnu-gmp/fetch.sh b/ports/gnu-gmp/fetch.sh
new file mode 120000
index 00000000..5a8fa3a0
--- /dev/null
+++ b/ports/gnu-gmp/fetch.sh
@@ -0,0 +1 @@
+../meta-port-scripts/gnu-fetch.sh
\ No newline at end of file
diff --git a/ports/gnu-gmp/gnu-project.sh b/ports/gnu-gmp/gnu-project.sh
new file mode 100644
index 00000000..8fd1afe6
--- /dev/null
+++ b/ports/gnu-gmp/gnu-project.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+export GNU_PROJECT=gmp
+export SRC_SHA256=e56fd59d76810932a0555aa15a14b61c16bed66110d3c75cc2ac49ddaa9ab24c
+export GNU_CONFIGURE_OPTIONS=
diff --git a/ports/gnu-gmp/install.sh b/ports/gnu-gmp/install.sh
new file mode 120000
index 00000000..8a6ebf0d
--- /dev/null
+++ b/ports/gnu-gmp/install.sh
@@ -0,0 +1 @@
+../meta-port-scripts/gnu-install.sh
\ No newline at end of file
diff --git a/ports/gnu-gmp/patches/6.3.0/0001-6.3.0-add-yggdrasil-support.patch b/ports/gnu-gmp/patches/6.3.0/0001-6.3.0-add-yggdrasil-support.patch
new file mode 100644
index 00000000..e0790627
--- /dev/null
+++ b/ports/gnu-gmp/patches/6.3.0/0001-6.3.0-add-yggdrasil-support.patch
@@ -0,0 +1,71354 @@
+diff -crB gmp-6.3.0-orig/aclocal.m4 gmp-6.3.0/aclocal.m4
+*** gmp-6.3.0-orig/aclocal.m4 2023-07-29 16:42:19.000000000 +0300
+--- gmp-6.3.0/aclocal.m4 2025-08-28 16:19:50.105320938 +0300
+***************
+*** 1,6 ****
+! # generated automatically by aclocal 1.15 -*- Autoconf -*-
+
+! # Copyright (C) 1996-2014 Free Software Foundation, Inc.
+
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+--- 1,6 ----
+! # generated automatically by aclocal 1.18.1 -*- Autoconf -*-
+
+! # Copyright (C) 1996-2025 Free Software Foundation, Inc.
+
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+***************
+*** 14,28 ****
+ m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
+ m4_ifndef([AC_AUTOCONF_VERSION],
+ [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
+! m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
+! [m4_warning([this file was generated for autoconf 2.69.
+ You have another version of autoconf. It may work, but is not guaranteed to.
+ If you have problems, you may need to regenerate the build system entirely.
+ To do so, use the procedure documented by the package, typically 'autoreconf'.])])
+
+ # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
+ #
+! # Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc.
+ # Written by Gordon Matzigkeit, 1996
+ #
+ # This file is free software; the Free Software Foundation gives
+--- 14,29 ----
+ m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
+ m4_ifndef([AC_AUTOCONF_VERSION],
+ [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
+! m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.72],,
+! [m4_warning([this file was generated for autoconf 2.72.
+ You have another version of autoconf. It may work, but is not guaranteed to.
+ If you have problems, you may need to regenerate the build system entirely.
+ To do so, use the procedure documented by the package, typically 'autoreconf'.])])
+
+ # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
+ #
+! # Copyright (C) 1996-2001, 2003-2019, 2021-2025 Free Software
+! # Foundation, Inc.
+ # Written by Gordon Matzigkeit, 1996
+ #
+ # This file is free software; the Free Software Foundation gives
+***************
+*** 30,42 ****
+ # modifications, as long as this notice is preserved.
+
+ m4_define([_LT_COPYING], [dnl
+! # Copyright (C) 2014 Free Software Foundation, Inc.
+ # This is free software; see the source for copying conditions. There is NO
+ # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+ # GNU Libtool is free software; you can redistribute it and/or modify
+ # it under the terms of the GNU General Public License as published by
+! # the Free Software Foundation; either version 2 of of the License, or
+ # (at your option) any later version.
+ #
+ # As a special exception to the GNU General Public License, if you
+--- 31,43 ----
+ # modifications, as long as this notice is preserved.
+
+ m4_define([_LT_COPYING], [dnl
+! # Copyright (C) 2025 Free Software Foundation, Inc.
+ # This is free software; see the source for copying conditions. There is NO
+ # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+ # GNU Libtool is free software; you can redistribute it and/or modify
+ # it under the terms of the GNU General Public License as published by
+! # the Free Software Foundation; either version 2 of the License, or
+ # (at your option) any later version.
+ #
+ # As a special exception to the GNU General Public License, if you
+***************
+*** 53,59 ****
+ # along with this program. If not, see .
+ ])
+
+! # serial 58 LT_INIT
+
+
+ # LT_PREREQ(VERSION)
+--- 54,60 ----
+ # along with this program. If not, see .
+ ])
+
+! # serial 65 LT_INIT
+
+
+ # LT_PREREQ(VERSION)
+***************
+*** 81,87 ****
+ # LT_INIT([OPTIONS])
+ # ------------------
+ AC_DEFUN([LT_INIT],
+! [AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK
+ AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
+ AC_BEFORE([$0], [LT_LANG])dnl
+ AC_BEFORE([$0], [LT_OUTPUT])dnl
+--- 82,88 ----
+ # LT_INIT([OPTIONS])
+ # ------------------
+ AC_DEFUN([LT_INIT],
+! [AC_PREREQ([2.64])dnl We use AC_PATH_PROGS_FEATURE_CHECK
+ AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
+ AC_BEFORE([$0], [LT_LANG])dnl
+ AC_BEFORE([$0], [LT_OUTPUT])dnl
+***************
+*** 203,208 ****
+--- 204,210 ----
+ m4_require([_LT_CHECK_SHELL_FEATURES])dnl
+ m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl
+ m4_require([_LT_CMD_RELOAD])dnl
++ m4_require([_LT_DECL_FILECMD])dnl
+ m4_require([_LT_CHECK_MAGIC_METHOD])dnl
+ m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl
+ m4_require([_LT_CMD_OLD_ARCHIVE])dnl
+***************
+*** 241,248 ****
+ ofile=libtool
+ can_build_shared=yes
+
+! # All known linkers require a '.a' archive for static linking (except MSVC,
+! # which needs '.lib').
+ libext=a
+
+ with_gnu_ld=$lt_cv_prog_gnu_ld
+--- 243,250 ----
+ ofile=libtool
+ can_build_shared=yes
+
+! # All known linkers require a '.a' archive for static linking (except MSVC and
+! # ICC, which need '.lib').
+ libext=a
+
+ with_gnu_ld=$lt_cv_prog_gnu_ld
+***************
+*** 520,525 ****
+--- 522,557 ----
+ # ------------------------------
+ m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])])
+
++ # _LT_OBJECTIVE_C
++ # ------------------------------
++ m4_defun([_LT_OBJECTIVE_C], [
++ AC_CACHE_CHECK([for Objective C compilation],
++ [lt_cv_objc_compiles],
++ [ save_CFLAGS=$CFLAGS
++ CFLAGS=$OBJCFLAGS
++ AC_COMPILE_IFELSE(
++ [AC_LANG_PROGRAM([#import
++ @interface Addition : NSObject
++ - (int)this:(int)a that:(int)b;
++ @end
++
++ @implementation Addition
++ - (int)this:(int)a that:(int)b
++ {
++ return a + b;
++ }
++ @end
++ ],[])],
++ lt_cv_objc_compiles=yes,
++ lt_cv_objc_compiles=no
++ )
++ CFLAGS=$save_CFLAGS
++ ]
++ )
++ objc_compiles=$lt_cv_objc_compiles
++ _LT_DECL([], [objc_compiles], [1],
++ [Check for compiling Objective C and C++ code])
++ ])
+
+ # _LT_CONFIG_COMMANDS
+ # -------------------
+***************
+*** 630,636 ****
+ # LT_OUTPUT
+ # ---------
+ # This macro allows early generation of the libtool script (before
+! # AC_OUTPUT is called), incase it is used in configure for compilation
+ # tests.
+ AC_DEFUN([LT_OUTPUT],
+ [: ${CONFIG_LT=./config.lt}
+--- 662,668 ----
+ # LT_OUTPUT
+ # ---------
+ # This macro allows early generation of the libtool script (before
+! # AC_OUTPUT is called), in case it is used in configure for compilation
+ # tests.
+ AC_DEFUN([LT_OUTPUT],
+ [: ${CONFIG_LT=./config.lt}
+***************
+*** 665,673 ****
+ m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
+ configured by $[0], generated by m4_PACKAGE_STRING.
+
+! Copyright (C) 2011 Free Software Foundation, Inc.
+ This config.lt script is free software; the Free Software Foundation
+! gives unlimited permision to copy, distribute and modify it."
+
+ while test 0 != $[#]
+ do
+--- 697,705 ----
+ m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
+ configured by $[0], generated by m4_PACKAGE_STRING.
+
+! Copyright (C) 2025 Free Software Foundation, Inc.
+ This config.lt script is free software; the Free Software Foundation
+! gives unlimited permission to copy, distribute and modify it."
+
+ while test 0 != $[#]
+ do
+***************
+*** 744,750 ****
+ cat <<_LT_EOF >> "$cfgfile"
+ #! $SHELL
+ # Generated automatically by $as_me ($PACKAGE) $VERSION
+- # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
+ # NOTE: Changes made to this file will be lost: look at ltmain.sh.
+
+ # Provide generalized library-building support services.
+--- 776,781 ----
+***************
+*** 794,800 ****
+ # if finds mixed CR/LF and LF-only lines. Since sed operates in
+ # text mode, it properly converts lines to CR/LF. This bash problem
+ # is reportedly fixed, but why not run on old versions too?
+! sed '$q' "$ltmain" >> "$cfgfile" \
+ || (rm -f "$cfgfile"; exit 1)
+
+ mv -f "$cfgfile" "$ofile" ||
+--- 825,831 ----
+ # if finds mixed CR/LF and LF-only lines. Since sed operates in
+ # text mode, it properly converts lines to CR/LF. This bash problem
+ # is reportedly fixed, but why not run on old versions too?
+! $SED '$q' "$ltmain" >> "$cfgfile" \
+ || (rm -f "$cfgfile"; exit 1)
+
+ mv -f "$cfgfile" "$ofile" ||
+***************
+*** 841,846 ****
+--- 872,879 ----
+ m4_case([$1],
+ [C], [_LT_LANG(C)],
+ [C++], [_LT_LANG(CXX)],
++ [Objective-C], [_LT_LANG(OBJC)],
++ [Objective-C++], [_LT_LANG(OBJCXX)],
+ [Go], [_LT_LANG(GO)],
+ [Java], [_LT_LANG(GCJ)],
+ [Fortran 77], [_LT_LANG(F77)],
+***************
+*** 920,925 ****
+--- 953,966 ----
+ [LT_LANG(GO)],
+ [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])])
+
++ AC_PROVIDE_IFELSE([AC_PROG_OBJC],
++ [LT_LANG(OBJC)],
++ [m4_define([AC_PROG_OBJC], defn([AC_PROG_OBJC])[LT_LANG(OBJC)])])
++
++ AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
++ [LT_LANG(OBJCXX)],
++ [m4_define([AC_PROG_OBJCXX], defn([AC_PROG_OBJCXX])[LT_LANG(OBJCXX)])])
++
+ AC_PROVIDE_IFELSE([LT_PROG_RC],
+ [LT_LANG(RC)],
+ [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])])
+***************
+*** 1037,1042 ****
+--- 1079,1099 ----
+ rm -f conftest.*
+ fi])
+
++ # Feature test to disable chained fixups since it is not
++ # compatible with '-undefined dynamic_lookup'
++ AC_CACHE_CHECK([for -no_fixup_chains linker flag],
++ [lt_cv_support_no_fixup_chains],
++ [ save_LDFLAGS=$LDFLAGS
++ LDFLAGS="$LDFLAGS -Wl,-no_fixup_chains"
++ AC_LINK_IFELSE(
++ [AC_LANG_PROGRAM([],[])],
++ lt_cv_support_no_fixup_chains=yes,
++ lt_cv_support_no_fixup_chains=no
++ )
++ LDFLAGS=$save_LDFLAGS
++ ]
++ )
++
+ AC_CACHE_CHECK([for -exported_symbols_list linker flag],
+ [lt_cv_ld_exported_symbols_list],
+ [lt_cv_ld_exported_symbols_list=no
+***************
+*** 1056,1067 ****
+ _LT_EOF
+ echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD
+ $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD
+! echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
+! $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
+ echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD
+ $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD
+ cat > conftest.c << _LT_EOF
+! int main() { return 0;}
+ _LT_EOF
+ echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD
+ $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
+--- 1113,1124 ----
+ _LT_EOF
+ echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD
+ $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD
+! echo "$AR $AR_FLAGS libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
+! $AR $AR_FLAGS libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
+ echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD
+ $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD
+ cat > conftest.c << _LT_EOF
+! int main(void) { return 0;}
+ _LT_EOF
+ echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD
+ $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
+***************
+*** 1081,1103 ****
+ _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
+ darwin1.*)
+ _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
+! darwin*) # darwin 5.x on
+! # if running on 10.5 or later, the deployment target defaults
+! # to the OS version, if on x86, and 10.4, the deployment
+! # target defaults to 10.4. Don't you love it?
+! case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
+! 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
+! _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
+! 10.[[012]][[,.]]*)
+! _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
+! 10.*)
+! _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
+ esac
+ ;;
+ esac
+ if test yes = "$lt_cv_apple_cc_single_mod"; then
+ _lt_dar_single_mod='$single_module'
+ fi
+ if test yes = "$lt_cv_ld_exported_symbols_list"; then
+ _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
+ else
+--- 1138,1174 ----
+ _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
+ darwin1.*)
+ _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
+! darwin*)
+! case $MACOSX_DEPLOYMENT_TARGET,$host in
+! 10.[[012]],*|,*powerpc*-darwin[[5-8]]*)
+! _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
+! *)
+! _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup'
+! if test yes = "$lt_cv_support_no_fixup_chains"; then
+! AS_VAR_APPEND([_lt_dar_allow_undefined], [' $wl-no_fixup_chains'])
+! fi
+! ;;
+ esac
+ ;;
+ esac
+ if test yes = "$lt_cv_apple_cc_single_mod"; then
+ _lt_dar_single_mod='$single_module'
+ fi
++ _lt_dar_needs_single_mod=no
++ case $host_os in
++ rhapsody* | darwin1.*)
++ _lt_dar_needs_single_mod=yes ;;
++ darwin*)
++ # When targeting Mac OS X 10.4 (darwin 8) or later,
++ # -single_module is the default and -multi_module is unsupported.
++ # The toolchain on macOS 10.14 (darwin 18) and later cannot
++ # target any OS version that needs -single_module.
++ case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
++ 10.0,*-darwin[[567]].*|10.[[0-3]],*-darwin[[5-9]].*|10.[[0-3]],*-darwin1[[0-7]].*)
++ _lt_dar_needs_single_mod=yes ;;
++ esac
++ ;;
++ esac
+ if test yes = "$lt_cv_ld_exported_symbols_list"; then
+ _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
+ else
+***************
+*** 1140,1151 ****
+ output_verbose_link_cmd=func_echo_all
+ _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"
+ _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
+! _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"
+! _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"
+ m4_if([$1], [CXX],
+! [ if test yes != "$lt_cv_apple_cc_single_mod"; then
+! _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"
+! _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"
+ fi
+ ],[])
+ else
+--- 1211,1222 ----
+ output_verbose_link_cmd=func_echo_all
+ _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"
+ _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
+! _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"
+! _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"
+ m4_if([$1], [CXX],
+! [ if test yes = "$_lt_dar_needs_single_mod" -a yes != "$lt_cv_apple_cc_single_mod"; then
+! _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs $stdlibflag -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"
+! _LT_TAGVAR(archive_expsym_cmds, $1)="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs $stdlibflag -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"
+ fi
+ ],[])
+ else
+***************
+*** 1259,1265 ****
+ # _LT_WITH_SYSROOT
+ # ----------------
+ AC_DEFUN([_LT_WITH_SYSROOT],
+! [AC_MSG_CHECKING([for sysroot])
+ AC_ARG_WITH([sysroot],
+ [AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@],
+ [Search for dependent libraries within DIR (or the compiler's sysroot
+--- 1330,1337 ----
+ # _LT_WITH_SYSROOT
+ # ----------------
+ AC_DEFUN([_LT_WITH_SYSROOT],
+! [m4_require([_LT_DECL_SED])dnl
+! AC_MSG_CHECKING([for sysroot])
+ AC_ARG_WITH([sysroot],
+ [AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@],
+ [Search for dependent libraries within DIR (or the compiler's sysroot
+***************
+*** 1272,1282 ****
+ case $with_sysroot in #(
+ yes)
+ if test yes = "$GCC"; then
+! lt_sysroot=`$CC --print-sysroot 2>/dev/null`
+ fi
+ ;; #(
+ /*)
+! lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
+ ;; #(
+ no|'')
+ ;; #(
+--- 1344,1356 ----
+ case $with_sysroot in #(
+ yes)
+ if test yes = "$GCC"; then
+! # Trim trailing / since we'll always append absolute paths and we want
+! # to avoid //, if only for less confusing output for the user.
+! lt_sysroot=`$CC --print-sysroot 2>/dev/null | $SED 's:/\+$::'`
+ fi
+ ;; #(
+ /*)
+! lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"`
+ ;; #(
+ no|'')
+ ;; #(
+***************
+*** 1306,1312 ****
+ # options accordingly.
+ echo 'int i;' > conftest.$ac_ext
+ if AC_TRY_EVAL(ac_compile); then
+! case `/usr/bin/file conftest.$ac_objext` in
+ *ELF-32*)
+ HPUX_IA64_MODE=32
+ ;;
+--- 1380,1386 ----
+ # options accordingly.
+ echo 'int i;' > conftest.$ac_ext
+ if AC_TRY_EVAL(ac_compile); then
+! case `$FILECMD conftest.$ac_objext` in
+ *ELF-32*)
+ HPUX_IA64_MODE=32
+ ;;
+***************
+*** 1323,1329 ****
+ echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
+ if AC_TRY_EVAL(ac_compile); then
+ if test yes = "$lt_cv_prog_gnu_ld"; then
+! case `/usr/bin/file conftest.$ac_objext` in
+ *32-bit*)
+ LD="${LD-ld} -melf32bsmip"
+ ;;
+--- 1397,1403 ----
+ echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
+ if AC_TRY_EVAL(ac_compile); then
+ if test yes = "$lt_cv_prog_gnu_ld"; then
+! case `$FILECMD conftest.$ac_objext` in
+ *32-bit*)
+ LD="${LD-ld} -melf32bsmip"
+ ;;
+***************
+*** 1335,1341 ****
+ ;;
+ esac
+ else
+! case `/usr/bin/file conftest.$ac_objext` in
+ *32-bit*)
+ LD="${LD-ld} -32"
+ ;;
+--- 1409,1415 ----
+ ;;
+ esac
+ else
+! case `$FILECMD conftest.$ac_objext` in
+ *32-bit*)
+ LD="${LD-ld} -32"
+ ;;
+***************
+*** 1357,1363 ****
+ echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
+ if AC_TRY_EVAL(ac_compile); then
+ emul=elf
+! case `/usr/bin/file conftest.$ac_objext` in
+ *32-bit*)
+ emul="${emul}32"
+ ;;
+--- 1431,1437 ----
+ echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
+ if AC_TRY_EVAL(ac_compile); then
+ emul=elf
+! case `$FILECMD conftest.$ac_objext` in
+ *32-bit*)
+ emul="${emul}32"
+ ;;
+***************
+*** 1365,1371 ****
+ emul="${emul}64"
+ ;;
+ esac
+! case `/usr/bin/file conftest.$ac_objext` in
+ *MSB*)
+ emul="${emul}btsmip"
+ ;;
+--- 1439,1445 ----
+ emul="${emul}64"
+ ;;
+ esac
+! case `$FILECMD conftest.$ac_objext` in
+ *MSB*)
+ emul="${emul}btsmip"
+ ;;
+***************
+*** 1373,1379 ****
+ emul="${emul}ltsmip"
+ ;;
+ esac
+! case `/usr/bin/file conftest.$ac_objext` in
+ *N32*)
+ emul="${emul}n32"
+ ;;
+--- 1447,1453 ----
+ emul="${emul}ltsmip"
+ ;;
+ esac
+! case `$FILECMD conftest.$ac_objext` in
+ *N32*)
+ emul="${emul}n32"
+ ;;
+***************
+*** 1384,1390 ****
+ ;;
+
+ x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
+! s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
+ # Find out what ABI is being produced by ac_compile, and set linker
+ # options accordingly. Note that the listed cases only cover the
+ # situations where additional linker options are needed (such as when
+--- 1458,1464 ----
+ ;;
+
+ x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
+! s390*-*linux*|s390*-*tpf*|sparc*-*linux*|x86_64-gnu*)
+ # Find out what ABI is being produced by ac_compile, and set linker
+ # options accordingly. Note that the listed cases only cover the
+ # situations where additional linker options are needed (such as when
+***************
+*** 1393,1406 ****
+ # not appear in the list.
+ echo 'int i;' > conftest.$ac_ext
+ if AC_TRY_EVAL(ac_compile); then
+! case `/usr/bin/file conftest.o` in
+ *32-bit*)
+ case $host in
+ x86_64-*kfreebsd*-gnu)
+ LD="${LD-ld} -m elf_i386_fbsd"
+ ;;
+! x86_64-*linux*)
+! case `/usr/bin/file conftest.o` in
+ *x86-64*)
+ LD="${LD-ld} -m elf32_x86_64"
+ ;;
+--- 1467,1480 ----
+ # not appear in the list.
+ echo 'int i;' > conftest.$ac_ext
+ if AC_TRY_EVAL(ac_compile); then
+! case `$FILECMD conftest.o` in
+ *32-bit*)
+ case $host in
+ x86_64-*kfreebsd*-gnu)
+ LD="${LD-ld} -m elf_i386_fbsd"
+ ;;
+! x86_64-*linux*|x86_64-gnu*)
+! case `$FILECMD conftest.o` in
+ *x86-64*)
+ LD="${LD-ld} -m elf32_x86_64"
+ ;;
+***************
+*** 1428,1434 ****
+ x86_64-*kfreebsd*-gnu)
+ LD="${LD-ld} -m elf_x86_64_fbsd"
+ ;;
+! x86_64-*linux*)
+ LD="${LD-ld} -m elf_x86_64"
+ ;;
+ powerpcle-*linux*)
+--- 1502,1508 ----
+ x86_64-*kfreebsd*-gnu)
+ LD="${LD-ld} -m elf_x86_64_fbsd"
+ ;;
+! x86_64-*linux*|x86_64-gnu*)
+ LD="${LD-ld} -m elf_x86_64"
+ ;;
+ powerpcle-*linux*)
+***************
+*** 1468,1474 ****
+ # options accordingly.
+ echo 'int i;' > conftest.$ac_ext
+ if AC_TRY_EVAL(ac_compile); then
+! case `/usr/bin/file conftest.o` in
+ *64-bit*)
+ case $lt_cv_prog_gnu_ld in
+ yes*)
+--- 1542,1548 ----
+ # options accordingly.
+ echo 'int i;' > conftest.$ac_ext
+ if AC_TRY_EVAL(ac_compile); then
+! case `$FILECMD conftest.o` in
+ *64-bit*)
+ case $lt_cv_prog_gnu_ld in
+ yes*)
+***************
+*** 1507,1515 ****
+ m4_defun([_LT_PROG_AR],
+ [AC_CHECK_TOOLS(AR, [ar], false)
+ : ${AR=ar}
+- : ${AR_FLAGS=cru}
+ _LT_DECL([], [AR], [1], [The archiver])
+! _LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive])
+
+ AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file],
+ [lt_cv_ar_at_file=no
+--- 1581,1602 ----
+ m4_defun([_LT_PROG_AR],
+ [AC_CHECK_TOOLS(AR, [ar], false)
+ : ${AR=ar}
+ _LT_DECL([], [AR], [1], [The archiver])
+!
+! # Use ARFLAGS variable as AR's operation code to sync the variable naming with
+! # Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have
+! # higher priority because that's what people were doing historically (setting
+! # ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS
+! # variable obsoleted/removed.
+!
+! test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr}
+! lt_ar_flags=$AR_FLAGS
+! _LT_DECL([], [lt_ar_flags], [0], [Flags to create an archive (by configure)])
+!
+! # Make AR_FLAGS overridable by 'make ARFLAGS='. Don't try to run-time override
+! # by AR_FLAGS because that was never working and AR_FLAGS is about to die.
+! _LT_DECL([], [AR_FLAGS], [\@S|@{ARFLAGS-"\@S|@lt_ar_flags"}],
+! [Flags to create an archive])
+
+ AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file],
+ [lt_cv_ar_at_file=no
+***************
+*** 1548,1554 ****
+ test -z "$STRIP" && STRIP=:
+ _LT_DECL([], [STRIP], [1], [A symbol stripping program])
+
+! AC_CHECK_TOOL(RANLIB, ranlib, :)
+ test -z "$RANLIB" && RANLIB=:
+ _LT_DECL([], [RANLIB], [1],
+ [Commands used to install an old-style archive])
+--- 1635,1641 ----
+ test -z "$STRIP" && STRIP=:
+ _LT_DECL([], [STRIP], [1], [A symbol stripping program])
+
+! AC_REQUIRE([AC_PROG_RANLIB])
+ test -z "$RANLIB" && RANLIB=:
+ _LT_DECL([], [RANLIB], [1],
+ [Commands used to install an old-style archive])
+***************
+*** 1559,1573 ****
+ old_postuninstall_cmds=
+
+ if test -n "$RANLIB"; then
+- case $host_os in
+- bitrig* | openbsd*)
+- old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
+- ;;
+- *)
+- old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
+- ;;
+- esac
+ old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
+ fi
+
+ case $host_os in
+--- 1646,1653 ----
+ old_postuninstall_cmds=
+
+ if test -n "$RANLIB"; then
+ old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
++ old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
+ fi
+
+ case $host_os in
+***************
+*** 1699,1712 ****
+ lt_cv_sys_max_cmd_len=12288; # 12K is about right
+ ;;
+
+! gnu*)
+! # Under GNU Hurd, this test is not required because there is
+! # no limit to the length of command line arguments.
+ # Libtool will interpret -1 as no limit whatsoever
+ lt_cv_sys_max_cmd_len=-1;
+ ;;
+
+! cygwin* | mingw* | cegcc*)
+ # On Win9x/ME, this test blows up -- it succeeds, but takes
+ # about 5 minutes as the teststring grows exponentially.
+ # Worse, since 9x/ME are not pre-emptively multitasking,
+--- 1779,1792 ----
+ lt_cv_sys_max_cmd_len=12288; # 12K is about right
+ ;;
+
+! gnu* | ironclad*)
+! # Under GNU Hurd and Ironclad, this test is not required because there
+! # is no limit to the length of command line arguments.
+ # Libtool will interpret -1 as no limit whatsoever
+ lt_cv_sys_max_cmd_len=-1;
+ ;;
+
+! cygwin* | mingw* | windows* | cegcc*)
+ # On Win9x/ME, this test blows up -- it succeeds, but takes
+ # about 5 minutes as the teststring grows exponentially.
+ # Worse, since 9x/ME are not pre-emptively multitasking,
+***************
+*** 1728,1734 ****
+ lt_cv_sys_max_cmd_len=8192;
+ ;;
+
+! bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
+ # This has been around since 386BSD, at least. Likely further.
+ if test -x /sbin/sysctl; then
+ lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
+--- 1808,1814 ----
+ lt_cv_sys_max_cmd_len=8192;
+ ;;
+
+! darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*)
+ # This has been around since 386BSD, at least. Likely further.
+ if test -x /sbin/sysctl; then
+ lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
+***************
+*** 1771,1777 ****
+ sysv5* | sco5v6* | sysv4.2uw2*)
+ kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
+ if test -n "$kargmax"; then
+! lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'`
+ else
+ lt_cv_sys_max_cmd_len=32768
+ fi
+--- 1851,1857 ----
+ sysv5* | sco5v6* | sysv4.2uw2*)
+ kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
+ if test -n "$kargmax"; then
+! lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[[ ]]//'`
+ else
+ lt_cv_sys_max_cmd_len=32768
+ fi
+***************
+*** 1888,1898 ****
+ /* When -fvisibility=hidden is used, assume the code has been annotated
+ correspondingly for the symbols needed. */
+ #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
+! int fnord () __attribute__((visibility("default")));
+ #endif
+
+! int fnord () { return 42; }
+! int main ()
+ {
+ void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
+ int status = $lt_dlunknown;
+--- 1968,1978 ----
+ /* When -fvisibility=hidden is used, assume the code has been annotated
+ correspondingly for the symbols needed. */
+ #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
+! int fnord (void) __attribute__((visibility("default")));
+ #endif
+
+! int fnord (void) { return 42; }
+! int main (void)
+ {
+ void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
+ int status = $lt_dlunknown;
+***************
+*** 1949,1955 ****
+ lt_cv_dlopen_self=yes
+ ;;
+
+! mingw* | pw32* | cegcc*)
+ lt_cv_dlopen=LoadLibrary
+ lt_cv_dlopen_libs=
+ ;;
+--- 2029,2035 ----
+ lt_cv_dlopen_self=yes
+ ;;
+
+! mingw* | windows* | pw32* | cegcc*)
+ lt_cv_dlopen=LoadLibrary
+ lt_cv_dlopen_libs=
+ ;;
+***************
+*** 2221,2246 ****
+ striplib=
+ old_striplib=
+ AC_MSG_CHECKING([whether stripping libraries is possible])
+! if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
+! test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
+! test -z "$striplib" && striplib="$STRIP --strip-unneeded"
+! AC_MSG_RESULT([yes])
+ else
+! # FIXME - insert some real tests, host_os isn't really good enough
+! case $host_os in
+! darwin*)
+! if test -n "$STRIP"; then
+ striplib="$STRIP -x"
+ old_striplib="$STRIP -S"
+ AC_MSG_RESULT([yes])
+! else
+ AC_MSG_RESULT([no])
+! fi
+! ;;
+! *)
+! AC_MSG_RESULT([no])
+! ;;
+! esac
+ fi
+ _LT_DECL([], [old_striplib], [1], [Commands to strip libraries])
+ _LT_DECL([], [striplib], [1])
+--- 2301,2335 ----
+ striplib=
+ old_striplib=
+ AC_MSG_CHECKING([whether stripping libraries is possible])
+! if test -z "$STRIP"; then
+! AC_MSG_RESULT([no])
+ else
+! if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
+! old_striplib="$STRIP --strip-debug"
+! striplib="$STRIP --strip-unneeded"
+! AC_MSG_RESULT([yes])
+! else
+! case $host_os in
+! darwin*)
+! # FIXME - insert some real tests, host_os isn't really good enough
+ striplib="$STRIP -x"
+ old_striplib="$STRIP -S"
+ AC_MSG_RESULT([yes])
+! ;;
+! freebsd*)
+! if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then
+! old_striplib="$STRIP --strip-debug"
+! striplib="$STRIP --strip-unneeded"
+! AC_MSG_RESULT([yes])
+! else
+! AC_MSG_RESULT([no])
+! fi
+! ;;
+! *)
+ AC_MSG_RESULT([no])
+! ;;
+! esac
+! fi
+ fi
+ _LT_DECL([], [old_striplib], [1], [Commands to strip libraries])
+ _LT_DECL([], [striplib], [1])
+***************
+*** 2308,2314 ****
+ *) lt_awk_arg='/^libraries:/' ;;
+ esac
+ case $host_os in
+! mingw* | cegcc*) lt_sed_strip_eq='s|=\([[A-Za-z]]:\)|\1|g' ;;
+ *) lt_sed_strip_eq='s|=/|/|g' ;;
+ esac
+ lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
+--- 2397,2403 ----
+ *) lt_awk_arg='/^libraries:/' ;;
+ esac
+ case $host_os in
+! mingw* | windows* | cegcc*) lt_sed_strip_eq='s|=\([[A-Za-z]]:\)|\1|g' ;;
+ *) lt_sed_strip_eq='s|=/|/|g' ;;
+ esac
+ lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
+***************
+*** 2366,2372 ****
+ # AWK program above erroneously prepends '/' to C:/dos/paths
+ # for these hosts.
+ case $host_os in
+! mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
+ $SED 's|/\([[A-Za-z]]:\)|\1|g'` ;;
+ esac
+ sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
+--- 2455,2461 ----
+ # AWK program above erroneously prepends '/' to C:/dos/paths
+ # for these hosts.
+ case $host_os in
+! mingw* | windows* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
+ $SED 's|/\([[A-Za-z]]:\)|\1|g'` ;;
+ esac
+ sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
+***************
+*** 2441,2447 ****
+ # Unfortunately, runtime linking may impact performance, so we do
+ # not want this to be the default eventually. Also, we use the
+ # versioned .so libs for executables only if there is the -brtl
+! # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
+ # To allow for filename-based versioning support, we need to create
+ # libNAME.so.V as an archive file, containing:
+ # *) an Import File, referring to the versioned filename of the
+--- 2530,2536 ----
+ # Unfortunately, runtime linking may impact performance, so we do
+ # not want this to be the default eventually. Also, we use the
+ # versioned .so libs for executables only if there is the -brtl
+! # linker flag in LDFLAGS as well, or --enable-aix-soname=svr4 only.
+ # To allow for filename-based versioning support, we need to create
+ # libNAME.so.V as an archive file, containing:
+ # *) an Import File, referring to the versioned filename of the
+***************
+*** 2535,2541 ****
+ # libtool to hard-code these into programs
+ ;;
+
+! cygwin* | mingw* | pw32* | cegcc*)
+ version_type=windows
+ shrext_cmds=.dll
+ need_version=no
+--- 2624,2630 ----
+ # libtool to hard-code these into programs
+ ;;
+
+! cygwin* | mingw* | windows* | pw32* | cegcc*)
+ version_type=windows
+ shrext_cmds=.dll
+ need_version=no
+***************
+*** 2546,2560 ****
+ # gcc
+ library_names_spec='$libname.dll.a'
+ # DLL is installed to $(libdir)/../bin by postinstall_cmds
+! postinstall_cmds='base_file=`basename \$file`~
+! dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
+! dldir=$destdir/`dirname \$dlpath`~
+! test -d \$dldir || mkdir -p \$dldir~
+! $install_prog $dir/$dlname \$dldir/$dlname~
+! chmod a+x \$dldir/$dlname~
+! if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
+! eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
+! fi'
+ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+ dlpath=$dir/\$dldll~
+ $RM \$dlpath'
+--- 2635,2663 ----
+ # gcc
+ library_names_spec='$libname.dll.a'
+ # DLL is installed to $(libdir)/../bin by postinstall_cmds
+! # If user builds GCC with multilib enabled,
+! # it should just install on $(libdir)
+! # not on $(libdir)/../bin or 32 bits dlls would override 64 bit ones.
+! if test xyes = x"$multilib"; then
+! postinstall_cmds='base_file=`basename \$file`~
+! dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
+! dldir=$destdir/`dirname \$dlpath`~
+! $install_prog $dir/$dlname $destdir/$dlname~
+! chmod a+x $destdir/$dlname~
+! if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
+! eval '\''$striplib $destdir/$dlname'\'' || exit \$?;
+! fi'
+! else
+! postinstall_cmds='base_file=`basename \$file`~
+! dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
+! dldir=$destdir/`dirname \$dlpath`~
+! test -d \$dldir || mkdir -p \$dldir~
+! $install_prog $dir/$dlname \$dldir/$dlname~
+! chmod a+x \$dldir/$dlname~
+! if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
+! eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
+! fi'
+! fi
+ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+ dlpath=$dir/\$dldll~
+ $RM \$dlpath'
+***************
+*** 2563,2592 ****
+ case $host_os in
+ cygwin*)
+ # Cygwin DLLs use 'cyg' prefix rather than 'lib'
+! soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
+ m4_if([$1], [],[
+ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"])
+ ;;
+! mingw* | cegcc*)
+ # MinGW DLLs use traditional 'lib' prefix
+ soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
+ ;;
+ pw32*)
+ # pw32 DLLs use 'pw' prefix rather than 'lib'
+! library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
+ ;;
+ esac
+ dynamic_linker='Win32 ld.exe'
+ ;;
+
+! *,cl*)
+! # Native MSVC
+ libname_spec='$name'
+ soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
+ library_names_spec='$libname.dll.lib'
+
+ case $build_os in
+! mingw*)
+ sys_lib_search_path_spec=
+ lt_save_ifs=$IFS
+ IFS=';'
+--- 2666,2695 ----
+ case $host_os in
+ cygwin*)
+ # Cygwin DLLs use 'cyg' prefix rather than 'lib'
+! soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
+ m4_if([$1], [],[
+ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"])
+ ;;
+! mingw* | windows* | cegcc*)
+ # MinGW DLLs use traditional 'lib' prefix
+ soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
+ ;;
+ pw32*)
+ # pw32 DLLs use 'pw' prefix rather than 'lib'
+! library_names_spec='`echo $libname | $SED -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
+ ;;
+ esac
+ dynamic_linker='Win32 ld.exe'
+ ;;
+
+! *,cl* | *,icl*)
+! # Native MSVC or ICC
+ libname_spec='$name'
+ soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
+ library_names_spec='$libname.dll.lib'
+
+ case $build_os in
+! mingw* | windows*)
+ sys_lib_search_path_spec=
+ lt_save_ifs=$IFS
+ IFS=';'
+***************
+*** 2599,2605 ****
+ done
+ IFS=$lt_save_ifs
+ # Convert to MSYS style.
+! sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
+ ;;
+ cygwin*)
+ # Convert to unix form, then to dos form, then back to unix form
+--- 2702,2708 ----
+ done
+ IFS=$lt_save_ifs
+ # Convert to MSYS style.
+! sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
+ ;;
+ cygwin*)
+ # Convert to unix form, then to dos form, then back to unix form
+***************
+*** 2636,2642 ****
+ ;;
+
+ *)
+! # Assume MSVC wrapper
+ library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
+ dynamic_linker='Win32 ld.exe'
+ ;;
+--- 2739,2745 ----
+ ;;
+
+ *)
+! # Assume MSVC and ICC wrapper
+ library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
+ dynamic_linker='Win32 ld.exe'
+ ;;
+***************
+*** 2669,2675 ****
+ shlibpath_var=LD_LIBRARY_PATH
+ ;;
+
+! freebsd* | dragonfly*)
+ # DragonFly does not have aout. When/if they implement a new
+ # versioning mechanism, adjust this.
+ if test -x /usr/bin/objformat; then
+--- 2772,2778 ----
+ shlibpath_var=LD_LIBRARY_PATH
+ ;;
+
+! freebsd* | dragonfly* | midnightbsd*)
+ # DragonFly does not have aout. When/if they implement a new
+ # versioning mechanism, adjust this.
+ if test -x /usr/bin/objformat; then
+***************
+*** 2693,2699 ****
+ need_version=yes
+ ;;
+ esac
+! shlibpath_var=LD_LIBRARY_PATH
+ case $host_os in
+ freebsd2.*)
+ shlibpath_overrides_runpath=yes
+--- 2796,2816 ----
+ need_version=yes
+ ;;
+ esac
+! case $host_cpu in
+! powerpc64)
+! # On FreeBSD bi-arch platforms, a different variable is used for 32-bit
+! # binaries. See .
+! AC_COMPILE_IFELSE(
+! [AC_LANG_SOURCE(
+! [[int test_pointer_size[sizeof (void *) - 5];
+! ]])],
+! [shlibpath_var=LD_LIBRARY_PATH],
+! [shlibpath_var=LD_32_LIBRARY_PATH])
+! ;;
+! *)
+! shlibpath_var=LD_LIBRARY_PATH
+! ;;
+! esac
+ case $host_os in
+ freebsd2.*)
+ shlibpath_overrides_runpath=yes
+***************
+*** 2723,2730 ****
+ soname_spec='$libname$release$shared_ext$major'
+ shlibpath_var=LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+! sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
+! hardcode_into_libs=yes
+ ;;
+
+ hpux9* | hpux10* | hpux11*)
+--- 2840,2848 ----
+ soname_spec='$libname$release$shared_ext$major'
+ shlibpath_var=LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+! sys_lib_search_path_spec='/boot/system/non-packaged/develop/lib /boot/system/develop/lib'
+! sys_lib_dlsearch_path_spec='/boot/home/config/non-packaged/lib /boot/home/config/lib /boot/system/non-packaged/lib /boot/system/lib'
+! hardcode_into_libs=no
+ ;;
+
+ hpux9* | hpux10* | hpux11*)
+***************
+*** 2834,2840 ****
+ version_type=none # Android doesn't support versioned libraries.
+ need_lib_prefix=no
+ need_version=no
+! library_names_spec='$libname$release$shared_ext'
+ soname_spec='$libname$release$shared_ext'
+ finish_cmds=
+ shlibpath_var=LD_LIBRARY_PATH
+--- 2952,2958 ----
+ version_type=none # Android doesn't support versioned libraries.
+ need_lib_prefix=no
+ need_version=no
+! library_names_spec='$libname$release$shared_ext $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext'
+ finish_cmds=
+ shlibpath_var=LD_LIBRARY_PATH
+***************
+*** 2846,2853 ****
+ hardcode_into_libs=yes
+
+ dynamic_linker='Android linker'
+! # Don't embed -rpath directories since the linker doesn't support them.
+! _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+ ;;
+
+ # This must be glibc/ELF.
+--- 2964,2972 ----
+ hardcode_into_libs=yes
+
+ dynamic_linker='Android linker'
+! # -rpath works at least for libraries that are not overridden by
+! # libraries installed in system locations.
+! _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
+ ;;
+
+ # This must be glibc/ELF.
+***************
+*** 2881,2887 ****
+ # before this can be enabled.
+ hardcode_into_libs=yes
+
+! # Ideally, we could use ldconfig to report *all* directores which are
+ # searched for libraries, however this is still not possible. Aside from not
+ # being certain /sbin/ldconfig is available, command
+ # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
+--- 3000,3006 ----
+ # before this can be enabled.
+ hardcode_into_libs=yes
+
+! # Ideally, we could use ldconfig to report *all* directories which are
+ # searched for libraries, however this is still not possible. Aside from not
+ # being certain /sbin/ldconfig is available, command
+ # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
+***************
+*** 2901,2906 ****
+--- 3020,3039 ----
+ dynamic_linker='GNU/Linux ld.so'
+ ;;
+
++ netbsdelf*-gnu)
++ version_type=linux
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
++ soname_spec='$libname$release$shared_ext$major'
++ shlibpath_var=LD_LIBRARY_PATH
++ shlibpath_overrides_runpath=no
++ hardcode_into_libs=yes
++ dynamic_linker='NetBSD ld.elf_so'
++ enable_cxx_stdlib=yes
++ stdlibflag=
++ ;;
++
+ netbsd*)
+ version_type=sunos
+ need_lib_prefix=no
+***************
+*** 2917,2922 ****
+--- 3050,3069 ----
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=yes
+ hardcode_into_libs=yes
++ enable_cxx_stdlib=yes
++ stdlibflag=
++ ;;
++
++ *-mlibc)
++ version_type=linux # correct to gnu/linux during the next big refactor
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
++ soname_spec='$libname$release$shared_ext$major'
++ dynamic_linker='mlibc ld.so'
++ shlibpath_var=LD_LIBRARY_PATH
++ shlibpath_overrides_runpath=no
++ hardcode_into_libs=yes
+ ;;
+
+ newsos6)
+***************
+*** 2938,2944 ****
+ dynamic_linker='ldqnx.so'
+ ;;
+
+! openbsd* | bitrig*)
+ version_type=sunos
+ sys_lib_dlsearch_path_spec=/usr/lib
+ need_lib_prefix=no
+--- 3085,3091 ----
+ dynamic_linker='ldqnx.so'
+ ;;
+
+! openbsd*)
+ version_type=sunos
+ sys_lib_dlsearch_path_spec=/usr/lib
+ need_lib_prefix=no
+***************
+*** 2998,3003 ****
+--- 3145,3161 ----
+ dynamic_linker=no
+ ;;
+
++ serenity*)
++ version_type=linux # correct to gnu/linux during the next big refactor
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
++ soname_spec='$libname$release$shared_ext$major'
++ shlibpath_var=LD_LIBRARY_PATH
++ shlibpath_overrides_runpath=no
++ dynamic_linker='SerenityOS LibELF'
++ ;;
++
+ solaris*)
+ version_type=linux # correct to gnu/linux during the next big refactor
+ need_lib_prefix=no
+***************
+*** 3095,3100 ****
+--- 3253,3273 ----
+ shlibpath_var=LD_LIBRARY_PATH
+ ;;
+
++ emscripten*)
++ version_type=none
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='$libname$release$shared_ext'
++ soname_spec='$libname$release$shared_ext'
++ finish_cmds=
++ dynamic_linker="Emscripten linker"
++ _LT_COMPILER_PIC($1)='-fPIC'
++ _LT_TAGVAR(archive_cmds, $1)='$CC -sSIDE_MODULE=2 -shared $libobjs $deplibs $compiler_flags -o $lib'
++ _LT_TAGVAR(archive_expsym_cmds, $1)='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -sSIDE_MODULE=2 -shared $libobjs $deplibs $compiler_flags -o $lib -s EXPORTED_FUNCTIONS=@$output_objdir/$soname.expsym'
++ _LT_TAGVAR(archive_cmds_need_lc, $1)=no
++ _LT_TAGVAR(no_undefined_flag, $1)=
++ ;;
++
+ *)
+ dynamic_linker=no
+ ;;
+***************
+*** 3270,3276 ****
+ # Check if gcc -print-prog-name=ld gives a path.
+ AC_MSG_CHECKING([for ld used by $CC])
+ case $host in
+! *-*-mingw*)
+ # gcc leaves a trailing carriage return, which upsets mingw
+ ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
+ *)
+--- 3443,3449 ----
+ # Check if gcc -print-prog-name=ld gives a path.
+ AC_MSG_CHECKING([for ld used by $CC])
+ case $host in
+! *-*-mingw* | *-*-windows*)
+ # gcc leaves a trailing carriage return, which upsets mingw
+ ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
+ *)
+***************
+*** 3379,3392 ****
+ esac
+ reload_cmds='$LD$reload_flag -o $output$reload_objs'
+ case $host_os in
+! cygwin* | mingw* | pw32* | cegcc*)
+ if test yes != "$GCC"; then
+ reload_cmds=false
+ fi
+ ;;
+ darwin*)
+ if test yes = "$GCC"; then
+! reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
+ else
+ reload_cmds='$LD$reload_flag -o $output$reload_objs'
+ fi
+--- 3552,3565 ----
+ esac
+ reload_cmds='$LD$reload_flag -o $output$reload_objs'
+ case $host_os in
+! cygwin* | mingw* | windows* | pw32* | cegcc*)
+ if test yes != "$GCC"; then
+ reload_cmds=false
+ fi
+ ;;
+ darwin*)
+ if test yes = "$GCC"; then
+! reload_cmds='$LTCC $LTCFLAGS $stdlibflag $wl-r -o $output$reload_objs'
+ else
+ reload_cmds='$LD$reload_flag -o $output$reload_objs'
+ fi
+***************
+*** 3451,3457 ****
+ # 'none' -- dependencies not supported.
+ # 'unknown' -- same as none, but documents that we really don't know.
+ # 'pass_all' -- all dependencies passed with no checks.
+- # 'test_compile' -- check by making test program.
+ # 'file_magic [[regex]]' -- check by looking for files in library path
+ # that responds to the $file_magic_cmd with a given extended regex.
+ # If you have 'file' or equivalent on your system and you're not sure
+--- 3624,3629 ----
+***************
+*** 3468,3474 ****
+
+ bsdi[[45]]*)
+ lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
+! lt_cv_file_magic_cmd='/usr/bin/file -L'
+ lt_cv_file_magic_test_file=/shlib/libc.so
+ ;;
+
+--- 3640,3646 ----
+
+ bsdi[[45]]*)
+ lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
+! lt_cv_file_magic_cmd='$FILECMD -L'
+ lt_cv_file_magic_test_file=/shlib/libc.so
+ ;;
+
+***************
+*** 3478,3484 ****
+ lt_cv_file_magic_cmd='func_win32_libid'
+ ;;
+
+! mingw* | pw32*)
+ # Base MSYS/MinGW do not provide the 'file' command needed by
+ # func_win32_libid shell function, so use a weaker test based on 'objdump',
+ # unless we find 'file', for example because we are cross-compiling.
+--- 3650,3656 ----
+ lt_cv_file_magic_cmd='func_win32_libid'
+ ;;
+
+! mingw* | windows* | pw32*)
+ # Base MSYS/MinGW do not provide the 'file' command needed by
+ # func_win32_libid shell function, so use a weaker test based on 'objdump',
+ # unless we find 'file', for example because we are cross-compiling.
+***************
+*** 3487,3493 ****
+ lt_cv_file_magic_cmd='func_win32_libid'
+ else
+ # Keep this pattern in sync with the one in func_win32_libid.
+! lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
+ lt_cv_file_magic_cmd='$OBJDUMP -f'
+ fi
+ ;;
+--- 3659,3665 ----
+ lt_cv_file_magic_cmd='func_win32_libid'
+ else
+ # Keep this pattern in sync with the one in func_win32_libid.
+! lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64|pe-aarch64)'
+ lt_cv_file_magic_cmd='$OBJDUMP -f'
+ fi
+ ;;
+***************
+*** 3502,3515 ****
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+! freebsd* | dragonfly*)
+ if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
+ case $host_cpu in
+ i*86 )
+ # Not sure whether the presence of OpenBSD here was a mistake.
+ # Let's accept both of them until this is cleared up.
+ lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
+! lt_cv_file_magic_cmd=/usr/bin/file
+ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
+ ;;
+ esac
+--- 3674,3687 ----
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+! freebsd* | dragonfly* | midnightbsd*)
+ if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
+ case $host_cpu in
+ i*86 )
+ # Not sure whether the presence of OpenBSD here was a mistake.
+ # Let's accept both of them until this is cleared up.
+ lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
+! lt_cv_file_magic_cmd=$FILECMD
+ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
+ ;;
+ esac
+***************
+*** 3523,3529 ****
+ ;;
+
+ hpux10.20* | hpux11*)
+! lt_cv_file_magic_cmd=/usr/bin/file
+ case $host_cpu in
+ ia64*)
+ lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
+--- 3695,3701 ----
+ ;;
+
+ hpux10.20* | hpux11*)
+! lt_cv_file_magic_cmd=$FILECMD
+ case $host_cpu in
+ ia64*)
+ lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
+***************
+*** 3560,3566 ****
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+! netbsd*)
+ if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
+ lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
+ else
+--- 3732,3742 ----
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+! *-mlibc)
+! lt_cv_deplibs_check_method=pass_all
+! ;;
+!
+! netbsd* | netbsdelf*-gnu)
+ if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
+ lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
+ else
+***************
+*** 3570,3576 ****
+
+ newos6*)
+ lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
+! lt_cv_file_magic_cmd=/usr/bin/file
+ lt_cv_file_magic_test_file=/usr/lib/libnls.so
+ ;;
+
+--- 3746,3752 ----
+
+ newos6*)
+ lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
+! lt_cv_file_magic_cmd=$FILECMD
+ lt_cv_file_magic_test_file=/usr/lib/libnls.so
+ ;;
+
+***************
+*** 3578,3584 ****
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+! openbsd* | bitrig*)
+ if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
+ lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
+ else
+--- 3754,3760 ----
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+! openbsd*)
+ if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
+ lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
+ else
+***************
+*** 3594,3599 ****
+--- 3770,3779 ----
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
++ serenity*)
++ lt_cv_deplibs_check_method=pass_all
++ ;;
++
+ solaris*)
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+***************
+*** 3642,3648 ****
+ want_nocaseglob=no
+ if test "$build" = "$host"; then
+ case $host_os in
+! mingw* | pw32*)
+ if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
+ want_nocaseglob=yes
+ else
+--- 3822,3828 ----
+ want_nocaseglob=no
+ if test "$build" = "$host"; then
+ case $host_os in
+! mingw* | windows* | pw32*)
+ if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
+ want_nocaseglob=yes
+ else
+***************
+*** 3694,3709 ****
+ # Tru64's nm complains that /dev/null is an invalid object file
+ # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
+ case $build_os in
+! mingw*) lt_bad_file=conftest.nm/nofile ;;
+ *) lt_bad_file=/dev/null ;;
+ esac
+! case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
+ *$lt_bad_file* | *'Invalid file or object type'*)
+ lt_cv_path_NM="$tmp_nm -B"
+ break 2
+ ;;
+ *)
+! case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
+ */dev/null*)
+ lt_cv_path_NM="$tmp_nm -p"
+ break 2
+--- 3874,3889 ----
+ # Tru64's nm complains that /dev/null is an invalid object file
+ # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
+ case $build_os in
+! mingw* | windows*) lt_bad_file=conftest.nm/nofile ;;
+ *) lt_bad_file=/dev/null ;;
+ esac
+! case `"$tmp_nm" -B $lt_bad_file 2>&1 | $SED '1q'` in
+ *$lt_bad_file* | *'Invalid file or object type'*)
+ lt_cv_path_NM="$tmp_nm -B"
+ break 2
+ ;;
+ *)
+! case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in
+ */dev/null*)
+ lt_cv_path_NM="$tmp_nm -p"
+ break 2
+***************
+*** 3729,3735 ****
+ # Let the user override the test.
+ else
+ AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
+! case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
+ *COFF*)
+ DUMPBIN="$DUMPBIN -symbols -headers"
+ ;;
+--- 3909,3915 ----
+ # Let the user override the test.
+ else
+ AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
+! case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in
+ *COFF*)
+ DUMPBIN="$DUMPBIN -symbols -headers"
+ ;;
+***************
+*** 3785,3791 ****
+ [lt_cv_sharedlib_from_linklib_cmd='unknown'
+
+ case $host_os in
+! cygwin* | mingw* | pw32* | cegcc*)
+ # two different shell functions defined in ltmain.sh;
+ # decide which one to use based on capabilities of $DLLTOOL
+ case `$DLLTOOL --help 2>&1` in
+--- 3965,3971 ----
+ [lt_cv_sharedlib_from_linklib_cmd='unknown'
+
+ case $host_os in
+! cygwin* | mingw* | windows* | pw32* | cegcc*)
+ # two different shell functions defined in ltmain.sh;
+ # decide which one to use based on capabilities of $DLLTOOL
+ case `$DLLTOOL --help 2>&1` in
+***************
+*** 3817,3832 ****
+ m4_defun([_LT_PATH_MANIFEST_TOOL],
+ [AC_CHECK_TOOL(MANIFEST_TOOL, mt, :)
+ test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
+! AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool],
+! [lt_cv_path_mainfest_tool=no
+ echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD
+ $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
+ cat conftest.err >&AS_MESSAGE_LOG_FD
+ if $GREP 'Manifest Tool' conftest.out > /dev/null; then
+! lt_cv_path_mainfest_tool=yes
+ fi
+ rm -f conftest*])
+! if test yes != "$lt_cv_path_mainfest_tool"; then
+ MANIFEST_TOOL=:
+ fi
+ _LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl
+--- 3997,4012 ----
+ m4_defun([_LT_PATH_MANIFEST_TOOL],
+ [AC_CHECK_TOOL(MANIFEST_TOOL, mt, :)
+ test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
+! AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_manifest_tool],
+! [lt_cv_path_manifest_tool=no
+ echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD
+ $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
+ cat conftest.err >&AS_MESSAGE_LOG_FD
+ if $GREP 'Manifest Tool' conftest.out > /dev/null; then
+! lt_cv_path_manifest_tool=yes
+ fi
+ rm -f conftest*])
+! if test yes != "$lt_cv_path_manifest_tool"; then
+ MANIFEST_TOOL=:
+ fi
+ _LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl
+***************
+*** 3855,3861 ****
+ [AC_REQUIRE([AC_CANONICAL_HOST])dnl
+ LIBM=
+ case $host in
+! *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
+ # These system don't have libm, or don't need it
+ ;;
+ *-ncr-sysv4.3*)
+--- 4035,4041 ----
+ [AC_REQUIRE([AC_CANONICAL_HOST])dnl
+ LIBM=
+ case $host in
+! *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-mingw* | *-*-pw32* | *-*-darwin*)
+ # These system don't have libm, or don't need it
+ ;;
+ *-ncr-sysv4.3*)
+***************
+*** 3930,3936 ****
+ aix*)
+ symcode='[[BCDT]]'
+ ;;
+! cygwin* | mingw* | pw32* | cegcc*)
+ symcode='[[ABCDGISTW]]'
+ ;;
+ hpux*)
+--- 4110,4116 ----
+ aix*)
+ symcode='[[BCDT]]'
+ ;;
+! cygwin* | mingw* | windows* | pw32* | cegcc*)
+ symcode='[[ABCDGISTW]]'
+ ;;
+ hpux*)
+***************
+*** 3945,3951 ****
+ symcode='[[BCDEGQRST]]'
+ ;;
+ solaris*)
+! symcode='[[BDRT]]'
+ ;;
+ sco3.2v5*)
+ symcode='[[DT]]'
+--- 4125,4131 ----
+ symcode='[[BCDEGQRST]]'
+ ;;
+ solaris*)
+! symcode='[[BCDRT]]'
+ ;;
+ sco3.2v5*)
+ symcode='[[DT]]'
+***************
+*** 3969,3975 ****
+
+ if test "$lt_cv_nm_interface" = "MS dumpbin"; then
+ # Gets list of data symbols to import.
+! lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'"
+ # Adjust the below global symbol transforms to fixup imported variables.
+ lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
+ lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'"
+--- 4149,4155 ----
+
+ if test "$lt_cv_nm_interface" = "MS dumpbin"; then
+ # Gets list of data symbols to import.
+! lt_cv_sys_global_symbol_to_import="$SED -n -e 's/^I .* \(.*\)$/\1/p'"
+ # Adjust the below global symbol transforms to fixup imported variables.
+ lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
+ lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'"
+***************
+*** 3987,4006 ****
+ # Transform an extracted symbol line into a proper C declaration.
+ # Some systems (esp. on ia64) link data and code symbols differently,
+ # so use this general approach.
+! lt_cv_sys_global_symbol_to_cdecl="sed -n"\
+ $lt_cdecl_hook\
+ " -e 's/^T .* \(.*\)$/extern int \1();/p'"\
+ " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
+
+ # Transform an extracted symbol line into symbol name and symbol address
+! lt_cv_sys_global_symbol_to_c_name_address="sed -n"\
+ $lt_c_name_hook\
+ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
+ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'"
+
+ # Transform an extracted symbol line into symbol name with lib prefix and
+ # symbol address.
+! lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\
+ $lt_c_name_lib_hook\
+ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
+ " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\
+--- 4167,4186 ----
+ # Transform an extracted symbol line into a proper C declaration.
+ # Some systems (esp. on ia64) link data and code symbols differently,
+ # so use this general approach.
+! lt_cv_sys_global_symbol_to_cdecl="$SED -n"\
+ $lt_cdecl_hook\
+ " -e 's/^T .* \(.*\)$/extern int \1();/p'"\
+ " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
+
+ # Transform an extracted symbol line into symbol name and symbol address
+! lt_cv_sys_global_symbol_to_c_name_address="$SED -n"\
+ $lt_c_name_hook\
+ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
+ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'"
+
+ # Transform an extracted symbol line into symbol name with lib prefix and
+ # symbol address.
+! lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="$SED -n"\
+ $lt_c_name_lib_hook\
+ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
+ " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\
+***************
+*** 4009,4015 ****
+ # Handle CRLF in mingw tool chain
+ opt_cr=
+ case $build_os in
+! mingw*)
+ opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
+ ;;
+ esac
+--- 4189,4195 ----
+ # Handle CRLF in mingw tool chain
+ opt_cr=
+ case $build_os in
+! mingw* | windows*)
+ opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
+ ;;
+ esac
+***************
+*** 4024,4030 ****
+ if test "$lt_cv_nm_interface" = "MS dumpbin"; then
+ # Fake it for dumpbin and say T for any non-static function,
+ # D for any global variable and I for any imported variable.
+! # Also find C++ and __fastcall symbols from MSVC++,
+ # which start with @ or ?.
+ lt_cv_sys_global_symbol_pipe="$AWK ['"\
+ " {last_section=section; section=\$ 3};"\
+--- 4204,4210 ----
+ if test "$lt_cv_nm_interface" = "MS dumpbin"; then
+ # Fake it for dumpbin and say T for any non-static function,
+ # D for any global variable and I for any imported variable.
+! # Also find C++ and __fastcall symbols from MSVC++ or ICC,
+ # which start with @ or ?.
+ lt_cv_sys_global_symbol_pipe="$AWK ['"\
+ " {last_section=section; section=\$ 3};"\
+***************
+*** 4042,4050 ****
+ " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
+ " ' prfx=^$ac_symprfx]"
+ else
+! lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
+ fi
+! lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
+
+ # Check to see that the pipe works correctly.
+ pipe_works=no
+--- 4222,4230 ----
+ " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
+ " ' prfx=^$ac_symprfx]"
+ else
+! lt_cv_sys_global_symbol_pipe="$SED -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
+ fi
+! lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | $SED '/ __gnu_lto/d'"
+
+ # Check to see that the pipe works correctly.
+ pipe_works=no
+***************
+*** 4060,4072 ****
+ #ifdef __cplusplus
+ }
+ #endif
+! int main(){nm_test_var='a';nm_test_func();return(0);}
+ _LT_EOF
+
+ if AC_TRY_EVAL(ac_compile); then
+ # Now try to grab the symbols.
+ nlist=conftest.nm
+! if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
+ # Try sorting and uniquifying the output.
+ if sort "$nlist" | uniq > "$nlist"T; then
+ mv -f "$nlist"T "$nlist"
+--- 4240,4253 ----
+ #ifdef __cplusplus
+ }
+ #endif
+! int main(void){nm_test_var='a';nm_test_func();return(0);}
+ _LT_EOF
+
+ if AC_TRY_EVAL(ac_compile); then
+ # Now try to grab the symbols.
+ nlist=conftest.nm
+! $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&AS_MESSAGE_LOG_FD
+! if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&AS_MESSAGE_LOG_FD && test -s "$nlist"; then
+ # Try sorting and uniquifying the output.
+ if sort "$nlist" | uniq > "$nlist"T; then
+ mv -f "$nlist"T "$nlist"
+***************
+*** 4236,4242 ****
+ beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
+ # PIC is the default for these OSes.
+ ;;
+! mingw* | cygwin* | os2* | pw32* | cegcc*)
+ # This hack is so that the source file can tell whether it is being
+ # built for inclusion in a dll (and should export symbols for example).
+ # Although the cygwin gcc ignores -fPIC, still need this for old-style
+--- 4417,4423 ----
+ beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
+ # PIC is the default for these OSes.
+ ;;
+! mingw* | windows* | cygwin* | os2* | pw32* | cegcc*)
+ # This hack is so that the source file can tell whether it is being
+ # built for inclusion in a dll (and should export symbols for example).
+ # Although the cygwin gcc ignores -fPIC, still need this for old-style
+***************
+*** 4312,4318 ****
+ ;;
+ esac
+ ;;
+! mingw* | cygwin* | os2* | pw32* | cegcc*)
+ # This hack is so that the source file can tell whether it is being
+ # built for inclusion in a dll (and should export symbols for example).
+ m4_if([$1], [GCJ], [],
+--- 4493,4499 ----
+ ;;
+ esac
+ ;;
+! mingw* | windows* | cygwin* | os2* | pw32* | cegcc*)
+ # This hack is so that the source file can tell whether it is being
+ # built for inclusion in a dll (and should export symbols for example).
+ m4_if([$1], [GCJ], [],
+***************
+*** 4331,4337 ****
+ ;;
+ esac
+ ;;
+! freebsd* | dragonfly*)
+ # FreeBSD uses GNU C++
+ ;;
+ hpux9* | hpux10* | hpux11*)
+--- 4512,4518 ----
+ ;;
+ esac
+ ;;
+! freebsd* | dragonfly* | midnightbsd*)
+ # FreeBSD uses GNU C++
+ ;;
+ hpux9* | hpux10* | hpux11*)
+***************
+*** 4414,4420 ****
+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
+ ;;
+ *)
+! case `$CC -V 2>&1 | sed 5q` in
+ *Sun\ C*)
+ # Sun C++ 5.9
+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+--- 4595,4601 ----
+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
+ ;;
+ *)
+! case `$CC -V 2>&1 | $SED 5q` in
+ *Sun\ C*)
+ # Sun C++ 5.9
+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+***************
+*** 4438,4444 ****
+ ;;
+ esac
+ ;;
+! netbsd*)
+ ;;
+ *qnx* | *nto*)
+ # QNX uses GNU C++, but need to define -shared option too, otherwise
+--- 4619,4627 ----
+ ;;
+ esac
+ ;;
+! netbsd* | netbsdelf*-gnu)
+! ;;
+! *-mlibc)
+ ;;
+ *qnx* | *nto*)
+ # QNX uses GNU C++, but need to define -shared option too, otherwise
+***************
+*** 4468,4473 ****
+--- 4651,4658 ----
+ ;;
+ psos*)
+ ;;
++ serenity*)
++ ;;
+ solaris*)
+ case $cc_basename in
+ CC* | sunCC*)
+***************
+*** 4560,4566 ****
+ # PIC is the default for these OSes.
+ ;;
+
+! mingw* | cygwin* | pw32* | os2* | cegcc*)
+ # This hack is so that the source file can tell whether it is being
+ # built for inclusion in a dll (and should export symbols for example).
+ # Although the cygwin gcc ignores -fPIC, still need this for old-style
+--- 4745,4751 ----
+ # PIC is the default for these OSes.
+ ;;
+
+! mingw* | windows* | cygwin* | pw32* | os2* | cegcc*)
+ # This hack is so that the source file can tell whether it is being
+ # built for inclusion in a dll (and should export symbols for example).
+ # Although the cygwin gcc ignores -fPIC, still need this for old-style
+***************
+*** 4664,4670 ****
+ esac
+ ;;
+
+! mingw* | cygwin* | pw32* | os2* | cegcc*)
+ # This hack is so that the source file can tell whether it is being
+ # built for inclusion in a dll (and should export symbols for example).
+ m4_if([$1], [GCJ], [],
+--- 4849,4855 ----
+ esac
+ ;;
+
+! mingw* | windows* | cygwin* | pw32* | os2* | cegcc*)
+ # This hack is so that the source file can tell whether it is being
+ # built for inclusion in a dll (and should export symbols for example).
+ m4_if([$1], [GCJ], [],
+***************
+*** 4706,4711 ****
+--- 4891,4902 ----
+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
+ ;;
++ *flang* | ftn | f18* | f95*)
++ # Flang compiler.
++ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
++ _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
++ ;;
+ # icc used to be incompatible with GCC.
+ # ICC 10 doesn't accept -KPIC any more.
+ icc* | ifort*)
+***************
+*** 4750,4756 ****
+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
+ ;;
+ *)
+! case `$CC -V 2>&1 | sed 5q` in
+ *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
+ # Sun Fortran 8.3 passes all unrecognized flags to the linker
+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+--- 4941,4947 ----
+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
+ ;;
+ *)
+! case `$CC -V 2>&1 | $SED 5q` in
+ *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
+ # Sun Fortran 8.3 passes all unrecognized flags to the linker
+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+***************
+*** 4788,4793 ****
+--- 4979,4990 ----
+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+ ;;
+
++ *-mlibc)
++ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
++ _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
++ ;;
++
+ *nto* | *qnx*)
+ # QNX uses GNU C++, but need to define -shared option too, otherwise
+ # it will coredump.
+***************
+*** 4804,4809 ****
+--- 5001,5009 ----
+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+ ;;
+
++ serenity*)
++ ;;
++
+ solaris*)
+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+***************
+*** 4933,4947 ****
+ if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
+ _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'
+ else
+! _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'
+ fi
+ ;;
+ pw32*)
+ _LT_TAGVAR(export_symbols_cmds, $1)=$ltdll_cmds
+ ;;
+! cygwin* | mingw* | cegcc*)
+ case $cc_basename in
+! cl*)
+ _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
+ ;;
+ *)
+--- 5133,5147 ----
+ if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
+ _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'
+ else
+! _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'
+ fi
+ ;;
+ pw32*)
+ _LT_TAGVAR(export_symbols_cmds, $1)=$ltdll_cmds
+ ;;
+! cygwin* | mingw* | windows* | cegcc*)
+ case $cc_basename in
+! cl* | icl*)
+ _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
+ ;;
+ *)
+***************
+*** 4997,5017 ****
+ extract_expsyms_cmds=
+
+ case $host_os in
+! cygwin* | mingw* | pw32* | cegcc*)
+! # FIXME: the MSVC++ port hasn't been tested in a loooong time
+ # When not using gcc, we currently assume that we are using
+! # Microsoft Visual C++.
+ if test yes != "$GCC"; then
+ with_gnu_ld=no
+ fi
+ ;;
+ interix*)
+! # we just hope/assume this is gcc and not c89 (= MSVC++)
+ with_gnu_ld=yes
+ ;;
+- openbsd* | bitrig*)
+- with_gnu_ld=no
+- ;;
+ esac
+
+ _LT_TAGVAR(ld_shlibs, $1)=yes
+--- 5197,5214 ----
+ extract_expsyms_cmds=
+
+ case $host_os in
+! cygwin* | mingw* | windows* | pw32* | cegcc*)
+! # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time
+ # When not using gcc, we currently assume that we are using
+! # Microsoft Visual C++ or Intel C++ Compiler.
+ if test yes != "$GCC"; then
+ with_gnu_ld=no
+ fi
+ ;;
+ interix*)
+! # we just hope/assume this is gcc and not c89 (= MSVC++ or ICC)
+ with_gnu_ld=yes
+ ;;
+ esac
+
+ _LT_TAGVAR(ld_shlibs, $1)=yes
+***************
+*** 5058,5064 ****
+ _LT_TAGVAR(whole_archive_flag_spec, $1)=
+ fi
+ supports_anon_versioning=no
+! case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
+ *GNU\ gold*) supports_anon_versioning=yes ;;
+ *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
+ *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
+--- 5255,5261 ----
+ _LT_TAGVAR(whole_archive_flag_spec, $1)=
+ fi
+ supports_anon_versioning=no
+! case `$LD -v | $SED -e 's/([[^)]]\+)\s\+//' 2>&1` in
+ *GNU\ gold*) supports_anon_versioning=yes ;;
+ *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
+ *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
+***************
+*** 5112,5118 ****
+ fi
+ ;;
+
+! cygwin* | mingw* | pw32* | cegcc*)
+ # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
+ # as there is no search path for DLLs.
+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+--- 5309,5315 ----
+ fi
+ ;;
+
+! cygwin* | mingw* | windows* | pw32* | cegcc*)
+ # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
+ # as there is no search path for DLLs.
+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+***************
+*** 5122,5127 ****
+--- 5319,5325 ----
+ _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
+ _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
+ _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
++ _LT_TAGVAR(file_list_spec, $1)='@'
+
+ if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+***************
+*** 5141,5147 ****
+
+ haiku*)
+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+! _LT_TAGVAR(link_all_deplibs, $1)=yes
+ ;;
+
+ os2*)
+--- 5339,5345 ----
+
+ haiku*)
+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+! _LT_TAGVAR(link_all_deplibs, $1)=no
+ ;;
+
+ os2*)
+***************
+*** 5168,5175 ****
+ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
+ emximp -o $lib $output_objdir/$libname.def'
+! _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
+ _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
+ ;;
+
+ interix[[3-9]]*)
+--- 5366,5374 ----
+ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
+ emximp -o $lib $output_objdir/$libname.def'
+! _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
+ _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
++ _LT_TAGVAR(file_list_spec, $1)='@'
+ ;;
+
+ interix[[3-9]]*)
+***************
+*** 5184,5190 ****
+ # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
+ # time. Moving up from 0x10000000 also allows more sbrk(2) space.
+ _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'
+! _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'
+ ;;
+
+ gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
+--- 5383,5389 ----
+ # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
+ # time. Moving up from 0x10000000 also allows more sbrk(2) space.
+ _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'
+! _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'
+ ;;
+
+ gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
+***************
+*** 5227,5233 ****
+ _LT_TAGVAR(compiler_needs_object, $1)=yes
+ ;;
+ esac
+! case `$CC -V 2>&1 | sed 5q` in
+ *Sun\ C*) # Sun C 5.9
+ _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'
+ _LT_TAGVAR(compiler_needs_object, $1)=yes
+--- 5426,5432 ----
+ _LT_TAGVAR(compiler_needs_object, $1)=yes
+ ;;
+ esac
+! case `$CC -V 2>&1 | $SED 5q` in
+ *Sun\ C*) # Sun C 5.9
+ _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'
+ _LT_TAGVAR(compiler_needs_object, $1)=yes
+***************
+*** 5239,5251 ****
+
+ if test yes = "$supports_anon_versioning"; then
+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
+! cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+ echo "local: *; };" >> $output_objdir/$libname.ver~
+ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
+ fi
+
+ case $cc_basename in
+ tcc*)
+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='-rdynamic'
+ ;;
+ xlf* | bgf* | bgxlf* | mpixlf*)
+--- 5438,5451 ----
+
+ if test yes = "$supports_anon_versioning"; then
+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
+! cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+ echo "local: *; };" >> $output_objdir/$libname.ver~
+ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
+ fi
+
+ case $cc_basename in
+ tcc*)
++ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='-rdynamic'
+ ;;
+ xlf* | bgf* | bgxlf* | mpixlf*)
+***************
+*** 5255,5261 ****
+ _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
+ if test yes = "$supports_anon_versioning"; then
+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
+! cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+ echo "local: *; };" >> $output_objdir/$libname.ver~
+ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
+ fi
+--- 5455,5461 ----
+ _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
+ if test yes = "$supports_anon_versioning"; then
+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
+! cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+ echo "local: *; };" >> $output_objdir/$libname.ver~
+ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
+ fi
+***************
+*** 5266,5272 ****
+ fi
+ ;;
+
+! netbsd*)
+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+ _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
+ wlarc=
+--- 5466,5477 ----
+ fi
+ ;;
+
+! *-mlibc)
+! _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+! _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+! ;;
+!
+! netbsd* | netbsdelf*-gnu)
+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+ _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
+ wlarc=
+***************
+*** 5387,5393 ****
+ if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
+ _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'
+ else
+! _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'
+ fi
+ aix_use_runtimelinking=no
+
+--- 5592,5598 ----
+ if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
+ _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'
+ else
+! _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'
+ fi
+ aix_use_runtimelinking=no
+
+***************
+*** 5568,5581 ****
+ _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
+ ;;
+
+! cygwin* | mingw* | pw32* | cegcc*)
+ # When not using gcc, we currently assume that we are using
+! # Microsoft Visual C++.
+ # hardcode_libdir_flag_spec is actually meaningless, as there is
+ # no search path for DLLs.
+ case $cc_basename in
+! cl*)
+! # Native MSVC
+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
+ _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
+ _LT_TAGVAR(always_export_symbols, $1)=yes
+--- 5773,5786 ----
+ _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
+ ;;
+
+! cygwin* | mingw* | windows* | pw32* | cegcc*)
+ # When not using gcc, we currently assume that we are using
+! # Microsoft Visual C++ or Intel C++ Compiler.
+ # hardcode_libdir_flag_spec is actually meaningless, as there is
+ # no search path for DLLs.
+ case $cc_basename in
+! cl* | icl*)
+! # Native MSVC or ICC
+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
+ _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
+ _LT_TAGVAR(always_export_symbols, $1)=yes
+***************
+*** 5585,5598 ****
+ # Tell ltmain to make .dll files, not .so files.
+ shrext_cmds=.dll
+ # FIXME: Setting linknames here is a bad hack.
+! _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
+ _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
+ cp "$export_symbols" "$output_objdir/$soname.def";
+ echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
+ else
+ $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
+ fi~
+! $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
+ linknames='
+ # The linker will not automatically build a static lib if we build a DLL.
+ # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
+--- 5790,5803 ----
+ # Tell ltmain to make .dll files, not .so files.
+ shrext_cmds=.dll
+ # FIXME: Setting linknames here is a bad hack.
+! _LT_TAGVAR(archive_cmds, $1)='$CC -Fe$output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
+ _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
+ cp "$export_symbols" "$output_objdir/$soname.def";
+ echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
+ else
+ $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
+ fi~
+! $CC -Fe$tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
+ linknames='
+ # The linker will not automatically build a static lib if we build a DLL.
+ # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
+***************
+*** 5616,5622 ****
+ fi'
+ ;;
+ *)
+! # Assume MSVC wrapper
+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
+ _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
+ # Tell ltmain to make .lib files, not .a files.
+--- 5821,5827 ----
+ fi'
+ ;;
+ *)
+! # Assume MSVC and ICC wrapper
+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
+ _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
+ # Tell ltmain to make .lib files, not .a files.
+***************
+*** 5664,5670 ****
+ ;;
+
+ # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+! freebsd* | dragonfly*)
+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+ _LT_TAGVAR(hardcode_direct, $1)=yes
+--- 5869,5875 ----
+ ;;
+
+ # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+! freebsd* | dragonfly* | midnightbsd*)
+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+ _LT_TAGVAR(hardcode_direct, $1)=yes
+***************
+*** 5804,5814 ****
+ # Fabrice Bellard et al's Tiny C Compiler
+ _LT_TAGVAR(ld_shlibs, $1)=yes
+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ ;;
+ esac
+ ;;
+
+! netbsd*)
+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+ _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
+ else
+--- 6009,6023 ----
+ # Fabrice Bellard et al's Tiny C Compiler
+ _LT_TAGVAR(ld_shlibs, $1)=yes
+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
++ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
+ ;;
+ esac
+ ;;
+
+! *-mlibc)
+! ;;
+!
+! netbsd* | netbsdelf*-gnu)
+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+ _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
+ else
+***************
+*** 5830,5836 ****
+ *nto* | *qnx*)
+ ;;
+
+! openbsd* | bitrig*)
+ if test -f /usr/libexec/ld.so; then
+ _LT_TAGVAR(hardcode_direct, $1)=yes
+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+--- 6039,6045 ----
+ *nto* | *qnx*)
+ ;;
+
+! openbsd*)
+ if test -f /usr/libexec/ld.so; then
+ _LT_TAGVAR(hardcode_direct, $1)=yes
+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+***************
+*** 5873,5880 ****
+ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
+ emximp -o $lib $output_objdir/$libname.def'
+! _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
+ _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
+ ;;
+
+ osf3*)
+--- 6082,6090 ----
+ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
+ emximp -o $lib $output_objdir/$libname.def'
+! _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
+ _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
++ _LT_TAGVAR(file_list_spec, $1)='@'
+ ;;
+
+ osf3*)
+***************
+*** 5908,5913 ****
+--- 6118,6126 ----
+ _LT_TAGVAR(hardcode_libdir_separator, $1)=:
+ ;;
+
++ serenity*)
++ ;;
++
+ solaris*)
+ _LT_TAGVAR(no_undefined_flag, $1)=' -z defs'
+ if test yes = "$GCC"; then
+***************
+*** 6166,6172 ****
+ _LT_TAGDECL([], [hardcode_direct_absolute], [0],
+ [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
+ DIR into the resulting binary and the resulting library dependency is
+! "absolute", i.e impossible to change by setting $shlibpath_var if the
+ library is relocated])
+ _LT_TAGDECL([], [hardcode_minus_L], [0],
+ [Set to "yes" if using the -LDIR flag during linking hardcodes DIR
+--- 6379,6385 ----
+ _LT_TAGDECL([], [hardcode_direct_absolute], [0],
+ [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
+ DIR into the resulting binary and the resulting library dependency is
+! "absolute", i.e. impossible to change by setting $shlibpath_var if the
+ library is relocated])
+ _LT_TAGDECL([], [hardcode_minus_L], [0],
+ [Set to "yes" if using the -LDIR flag during linking hardcodes DIR
+***************
+*** 6224,6230 ****
+ lt_simple_compile_test_code="int some_variable = 0;"
+
+ # Code to be used in simple link tests
+! lt_simple_link_test_code='int main(){return(0);}'
+
+ _LT_TAG_COMPILER
+ # Save the default compiler, since it gets overwritten when the other
+--- 6437,6443 ----
+ lt_simple_compile_test_code="int some_variable = 0;"
+
+ # Code to be used in simple link tests
+! lt_simple_link_test_code='int main(void){return(0);}'
+
+ _LT_TAG_COMPILER
+ # Save the default compiler, since it gets overwritten when the other
+***************
+*** 6397,6404 ****
+ # Check if GNU C++ uses GNU ld as the underlying linker, since the
+ # archiving commands below assume that GNU ld is being used.
+ if test yes = "$with_gnu_ld"; then
+! _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
+! _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+
+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
+--- 6610,6617 ----
+ # Check if GNU C++ uses GNU ld as the underlying linker, since the
+ # archiving commands below assume that GNU ld is being used.
+ if test yes = "$with_gnu_ld"; then
+! _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared $stdlibflag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
+! _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared $stdlibflag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+
+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
+***************
+*** 6409,6416 ****
+ wlarc='$wl'
+
+ # ancient GNU ld didn't support --whole-archive et. al.
+! if eval "`$CC -print-prog-name=ld` --help 2>&1" |
+! $GREP 'no-whole-archive' > /dev/null; then
+ _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
+ else
+ _LT_TAGVAR(whole_archive_flag_spec, $1)=
+--- 6622,6628 ----
+ wlarc='$wl'
+
+ # ancient GNU ld didn't support --whole-archive et. al.
+! if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
+ _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
+ else
+ _LT_TAGVAR(whole_archive_flag_spec, $1)=
+***************
+*** 6424,6436 ****
+ # linker, instead of GNU ld. If possible, this setting should
+ # overridden to take advantage of the native linker features on
+ # the platform it is being used on.
+! _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
+ fi
+
+ # Commands to make compiler produce verbose output that lists
+ # what "hidden" libraries, object files and flags are used when
+ # linking a shared library.
+! output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
+
+ else
+ GXX=no
+--- 6636,6648 ----
+ # linker, instead of GNU ld. If possible, this setting should
+ # overridden to take advantage of the native linker features on
+ # the platform it is being used on.
+! _LT_TAGVAR(archive_cmds, $1)='$CC -shared $stdlibflag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
+ fi
+
+ # Commands to make compiler produce verbose output that lists
+ # what "hidden" libraries, object files and flags are used when
+ # linking a shared library.
+! output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP -v "^Driving:" | $GREP " [[-]]L"'
+
+ else
+ GXX=no
+***************
+*** 6639,6648 ****
+ esac
+ ;;
+
+! cygwin* | mingw* | pw32* | cegcc*)
+ case $GXX,$cc_basename in
+! ,cl* | no,cl*)
+! # Native MSVC
+ # hardcode_libdir_flag_spec is actually meaningless, as there is
+ # no search path for DLLs.
+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
+--- 6851,6860 ----
+ esac
+ ;;
+
+! cygwin* | mingw* | windows* | pw32* | cegcc*)
+ case $GXX,$cc_basename in
+! ,cl* | no,cl* | ,icl* | no,icl*)
+! # Native MSVC or ICC
+ # hardcode_libdir_flag_spec is actually meaningless, as there is
+ # no search path for DLLs.
+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
+***************
+*** 6692,6700 ****
+ _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
+ _LT_TAGVAR(always_export_symbols, $1)=no
+ _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
+
+ if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
+! _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+ # If the export-symbols file already is a .def file, use it as
+ # is; otherwise, prepend EXPORTS...
+ _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
+--- 6904,6913 ----
+ _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
+ _LT_TAGVAR(always_export_symbols, $1)=no
+ _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
++ _LT_TAGVAR(file_list_spec, $1)='@'
+
+ if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
+! _LT_TAGVAR(archive_cmds, $1)='$CC -shared $stdlibflag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+ # If the export-symbols file already is a .def file, use it as
+ # is; otherwise, prepend EXPORTS...
+ _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
+***************
+*** 6703,6709 ****
+ echo EXPORTS > $output_objdir/$soname.def;
+ cat $export_symbols >> $output_objdir/$soname.def;
+ fi~
+! $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+ else
+ _LT_TAGVAR(ld_shlibs, $1)=no
+ fi
+--- 6916,6922 ----
+ echo EXPORTS > $output_objdir/$soname.def;
+ cat $export_symbols >> $output_objdir/$soname.def;
+ fi~
+! $CC -shared $stdlibflag $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+ else
+ _LT_TAGVAR(ld_shlibs, $1)=no
+ fi
+***************
+*** 6738,6745 ****
+ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
+ emximp -o $lib $output_objdir/$libname.def'
+! _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
+ _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
+ ;;
+
+ dgux*)
+--- 6951,6959 ----
+ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
+ emximp -o $lib $output_objdir/$libname.def'
+! _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
+ _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
++ _LT_TAGVAR(file_list_spec, $1)='@'
+ ;;
+
+ dgux*)
+***************
+*** 6770,6776 ****
+ _LT_TAGVAR(archive_cmds_need_lc, $1)=no
+ ;;
+
+! freebsd* | dragonfly*)
+ # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
+ # conventions
+ _LT_TAGVAR(ld_shlibs, $1)=yes
+--- 6984,6990 ----
+ _LT_TAGVAR(archive_cmds_need_lc, $1)=no
+ ;;
+
+! freebsd* | dragonfly* | midnightbsd*)
+ # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
+ # conventions
+ _LT_TAGVAR(ld_shlibs, $1)=yes
+***************
+*** 6778,6784 ****
+
+ haiku*)
+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+! _LT_TAGVAR(link_all_deplibs, $1)=yes
+ ;;
+
+ hpux9*)
+--- 6992,6998 ----
+
+ haiku*)
+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+! _LT_TAGVAR(link_all_deplibs, $1)=no
+ ;;
+
+ hpux9*)
+***************
+*** 6805,6815 ****
+ # explicitly linking system object files so we need to strip them
+ # from the output so that they don't get included in the library
+ # dependencies.
+! output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
+ ;;
+ *)
+ if test yes = "$GXX"; then
+! _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
+ else
+ # FIXME: insert proper C++ library support
+ _LT_TAGVAR(ld_shlibs, $1)=no
+--- 7019,7029 ----
+ # explicitly linking system object files so we need to strip them
+ # from the output so that they don't get included in the library
+ # dependencies.
+! output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "[[-]]L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
+ ;;
+ *)
+ if test yes = "$GXX"; then
+! _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $stdlibflag $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
+ else
+ # FIXME: insert proper C++ library support
+ _LT_TAGVAR(ld_shlibs, $1)=no
+***************
+*** 6870,6889 ****
+ # explicitly linking system object files so we need to strip them
+ # from the output so that they don't get included in the library
+ # dependencies.
+! output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
+ ;;
+ *)
+ if test yes = "$GXX"; then
+ if test no = "$with_gnu_ld"; then
+ case $host_cpu in
+ hppa*64*)
+! _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ ;;
+ ia64*)
+! _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ ;;
+ *)
+! _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ ;;
+ esac
+ fi
+--- 7084,7103 ----
+ # explicitly linking system object files so we need to strip them
+ # from the output so that they don't get included in the library
+ # dependencies.
+! output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " [[-]]L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
+ ;;
+ *)
+ if test yes = "$GXX"; then
+ if test no = "$with_gnu_ld"; then
+ case $host_cpu in
+ hppa*64*)
+! _LT_TAGVAR(archive_cmds, $1)='$CC -shared $stdlibflag -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ ;;
+ ia64*)
+! _LT_TAGVAR(archive_cmds, $1)='$CC -shared $stdlibflag $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ ;;
+ *)
+! _LT_TAGVAR(archive_cmds, $1)='$CC -shared $stdlibflag $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ ;;
+ esac
+ fi
+***************
+*** 6907,6913 ****
+ # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
+ # time. Moving up from 0x10000000 also allows more sbrk(2) space.
+ _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'
+! _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'
+ ;;
+ irix5* | irix6*)
+ case $cc_basename in
+--- 7121,7127 ----
+ # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
+ # time. Moving up from 0x10000000 also allows more sbrk(2) space.
+ _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'
+! _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'
+ ;;
+ irix5* | irix6*)
+ case $cc_basename in
+***************
+*** 6924,6932 ****
+ *)
+ if test yes = "$GXX"; then
+ if test no = "$with_gnu_ld"; then
+! _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
+ else
+! _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
+ fi
+ fi
+ _LT_TAGVAR(link_all_deplibs, $1)=yes
+--- 7138,7146 ----
+ *)
+ if test yes = "$GXX"; then
+ if test no = "$with_gnu_ld"; then
+! _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $stdlibflag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
+ else
+! _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $stdlibflag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
+ fi
+ fi
+ _LT_TAGVAR(link_all_deplibs, $1)=yes
+***************
+*** 7047,7059 ****
+ _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+ if test yes = "$supports_anon_versioning"; then
+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
+! cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+ echo "local: *; };" >> $output_objdir/$libname.ver~
+ $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
+ fi
+ ;;
+ *)
+! case `$CC -V 2>&1 | sed 5q` in
+ *Sun\ C*)
+ # Sun C++ 5.9
+ _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
+--- 7261,7273 ----
+ _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+ if test yes = "$supports_anon_versioning"; then
+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
+! cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+ echo "local: *; };" >> $output_objdir/$libname.ver~
+ $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
+ fi
+ ;;
+ *)
+! case `$CC -V 2>&1 | $SED 5q` in
+ *Sun\ C*)
+ # Sun C++ 5.9
+ _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
+***************
+*** 7102,7107 ****
+--- 7316,7325 ----
+ esac
+ ;;
+
++ *-mlibc)
++ _LT_TAGVAR(ld_shlibs, $1)=yes
++ ;;
++
+ netbsd*)
+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+ _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
+***************
+*** 7109,7124 ****
+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+ _LT_TAGVAR(hardcode_direct, $1)=yes
+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+ fi
+! # Workaround some broken pre-1.5 toolchains
+! output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
+ ;;
+
+ *nto* | *qnx*)
+ _LT_TAGVAR(ld_shlibs, $1)=yes
+ ;;
+
+! openbsd* | bitrig*)
+ if test -f /usr/libexec/ld.so; then
+ _LT_TAGVAR(hardcode_direct, $1)=yes
+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+--- 7327,7344 ----
+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+ _LT_TAGVAR(hardcode_direct, $1)=yes
+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
++ else
++ _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
++ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+ fi
+! output_verbose_link_cmd=func_echo_all
+ ;;
+
+ *nto* | *qnx*)
+ _LT_TAGVAR(ld_shlibs, $1)=yes
+ ;;
+
+! openbsd*)
+ if test -f /usr/libexec/ld.so; then
+ _LT_TAGVAR(hardcode_direct, $1)=yes
+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+***************
+*** 7196,7205 ****
+ _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
+ case $host in
+ osf3*)
+! _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
+ ;;
+ *)
+! _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
+ ;;
+ esac
+
+--- 7416,7425 ----
+ _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
+ case $host in
+ osf3*)
+! _LT_TAGVAR(archive_cmds, $1)='$CC -shared $stdlibflag $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
+ ;;
+ *)
+! _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $stdlibflag $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
+ ;;
+ esac
+
+***************
+*** 7209,7215 ****
+ # Commands to make compiler produce verbose output that lists
+ # what "hidden" libraries, object files and flags are used when
+ # linking a shared library.
+! output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
+
+ else
+ # FIXME: insert proper C++ library support
+--- 7429,7435 ----
+ # Commands to make compiler produce verbose output that lists
+ # what "hidden" libraries, object files and flags are used when
+ # linking a shared library.
+! output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP -v "^Driving:" | $GREP " [[-]]L"'
+
+ else
+ # FIXME: insert proper C++ library support
+***************
+*** 7224,7229 ****
+--- 7444,7452 ----
+ _LT_TAGVAR(ld_shlibs, $1)=no
+ ;;
+
++ serenity*)
++ ;;
++
+ sunos4*)
+ case $cc_basename in
+ CC*)
+***************
+*** 7286,7310 ****
+ if test yes,no = "$GXX,$with_gnu_ld"; then
+ _LT_TAGVAR(no_undefined_flag, $1)=' $wl-z ${wl}defs'
+ if $CC --version | $GREP -v '^2\.7' > /dev/null; then
+! _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+! $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
+
+ # Commands to make compiler produce verbose output that lists
+ # what "hidden" libraries, object files and flags are used when
+ # linking a shared library.
+! output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
+ else
+ # g++ 2.7 appears to require '-G' NOT '-shared' on this
+ # platform.
+! _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+! $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
+
+ # Commands to make compiler produce verbose output that lists
+ # what "hidden" libraries, object files and flags are used when
+ # linking a shared library.
+! output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
+ fi
+
+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir'
+--- 7509,7533 ----
+ if test yes,no = "$GXX,$with_gnu_ld"; then
+ _LT_TAGVAR(no_undefined_flag, $1)=' $wl-z ${wl}defs'
+ if $CC --version | $GREP -v '^2\.7' > /dev/null; then
+! _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $stdlibflag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+! $CC -shared $pic_flag $stdlibflag $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
+
+ # Commands to make compiler produce verbose output that lists
+ # what "hidden" libraries, object files and flags are used when
+ # linking a shared library.
+! output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP -v "^Driving:" | $GREP " [[-]]L"'
+ else
+ # g++ 2.7 appears to require '-G' NOT '-shared' on this
+ # platform.
+! _LT_TAGVAR(archive_cmds, $1)='$CC -G $stdlibflag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+! $CC -G $stdlibflag $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
+
+ # Commands to make compiler produce verbose output that lists
+ # what "hidden" libraries, object files and flags are used when
+ # linking a shared library.
+! output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP -v "^Driving:" | $GREP " [[-]]L"'
+ fi
+
+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir'
+***************
+*** 7538,7551 ****
+ # the conftest object file.
+ pre_test_object_deps_done=no
+
+ for p in `eval "$output_verbose_link_cmd"`; do
+ case $prev$p in
+
+ -L* | -R* | -l*)
+! # Some compilers place space between "-{L,R}" and the path.
+ # Remove the space.
+! if test x-L = "$p" ||
+! test x-R = "$p"; then
+ prev=$p
+ continue
+ fi
+--- 7761,7779 ----
+ # the conftest object file.
+ pre_test_object_deps_done=no
+
++ if test yes = "$enable_cxx_stdlib"; then
++ output_verbose_link_cmd=
++ fi
++
+ for p in `eval "$output_verbose_link_cmd"`; do
+ case $prev$p in
+
+ -L* | -R* | -l*)
+! # Some compilers place space between "-{L,R,l}" and the path.
+ # Remove the space.
+! if test x-L = x"$p" ||
+! test x-R = x"$p" ||
+! test x-l = x"$p"; then
+ prev=$p
+ continue
+ fi
+***************
+*** 8066,8071 ****
+--- 8294,8436 ----
+ ])# _LT_LANG_GO_CONFIG
+
+
++ # _LT_LANG_OBJC_CONFIG([TAG])
++ # --------------------------
++ # Ensure that the configuration variables for the GNU Objective-C compiler
++ # are suitably defined. These variables are subsequently used by _LT_CONFIG
++ # to write the compiler configuration to 'libtool'.
++ m4_defun([_LT_LANG_OBJC_CONFIG],
++ [AC_REQUIRE([LT_PROG_OBJC])dnl
++ AC_LANG_SAVE
++
++ # Source file extension for OBJC test sources.
++ ac_ext=m
++
++ # Object file extension for compiled OBJC test sources.
++ objext=o
++ _LT_TAGVAR(objext, $1)=$objext
++
++ # Code to be used in simple compile tests
++ lt_simple_compile_test_code="int some_variable = 0;"
++
++ # Code to be used in simple link tests
++ lt_simple_link_test_code='int main(void){return(0);}'
++
++ # ltmain only uses $CC for tagged configurations so make sure $CC is set.
++ _LT_TAG_COMPILER
++
++ # save warnings/boilerplate of simple test code
++ _LT_COMPILER_BOILERPLATE
++ _LT_LINKER_BOILERPLATE
++
++ # Check for compilation issues with OBJC flags
++ _LT_OBJECTIVE_C
++ if test "yes" = "$lt_cv_gnustep_exists"; then
++ OBJCFLAGS="$OBJCFLAGS `gnustep-config --objc-flags`"
++ fi
++
++ # Allow CC to be a program name with arguments.
++ lt_save_CC=$CC
++ lt_save_CFLAGS=$CFLAGS
++ lt_save_GCC=$GCC
++ GCC=yes
++ CC=${OBJC-"gcc"}
++ CFLAGS=$OBJCFLAGS
++ compiler=$CC
++ _LT_TAGVAR(compiler, $1)=$CC
++ _LT_TAGVAR(LD, $1)=$LD
++ _LT_CC_BASENAME([$compiler])
++
++ _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
++ _LT_TAGVAR(reload_flag, $1)=$reload_flag
++ _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
++
++ if test -n "$compiler"; then
++ _LT_COMPILER_NO_RTTI($1)
++ _LT_COMPILER_PIC($1)
++ _LT_COMPILER_C_O($1)
++ _LT_COMPILER_FILE_LOCKS($1)
++ _LT_LINKER_SHLIBS($1)
++ _LT_LINKER_HARDCODE_LIBPATH($1)
++
++ _LT_CONFIG($1)
++ fi
++
++ AC_LANG_RESTORE
++
++ GCC=$lt_save_GCC
++ CC=$lt_save_CC
++ CFLAGS=$lt_save_CFLAGS
++ ])# _LT_LANG_OBJC_CONFIG
++
++
++ # _LT_LANG_OBJCXX_CONFIG([TAG])
++ # --------------------------
++ # Ensure that the configuration variables for the GNU Objective-C++ compiler
++ # are suitably defined. These variables are subsequently used by _LT_CONFIG
++ # to write the compiler configuration to 'libtool'.
++ m4_defun([_LT_LANG_OBJCXX_CONFIG],
++ [AC_REQUIRE([LT_PROG_OBJCXX])dnl
++ AC_LANG_SAVE
++
++ # Source file extension for OBJCXX test sources.
++ ac_ext=mm
++
++ # Object file extension for compiled OBJCXX test sources.
++ objext=o
++ _LT_TAGVAR(objext, $1)=$objext
++
++ # Code to be used in simple compile tests
++ lt_simple_compile_test_code="int some_variable = 0;"
++
++ # Code to be used in simple link tests
++ lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
++
++ # ltmain only uses $CC for tagged configurations so make sure $CC is set.
++ _LT_TAG_COMPILER
++
++ # save warnings/boilerplate of simple test code
++ _LT_COMPILER_BOILERPLATE
++ _LT_LINKER_BOILERPLATE
++
++ # Check for compilation issues with OBJCXX flags
++ _LT_OBJECTIVE_C
++
++ # Allow CC to be a program name with arguments.
++ lt_save_CC=$CC
++ lt_save_CFLAGS=$CFLAGS
++ lt_save_GCC=$GCC
++ GCC=yes
++ CC=${OBJCXX-"g++"}
++ CFLAGS=$OBJCXXFLAGS
++ compiler=$CC
++ _LT_TAGVAR(compiler, $1)=$CC
++ _LT_TAGVAR(LD, $1)=$LD
++ _LT_CC_BASENAME([$compiler])
++
++ _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
++ _LT_TAGVAR(reload_flag, $1)=$reload_flag
++ _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
++
++ if test -n "$compiler"; then
++ _LT_COMPILER_NO_RTTI($1)
++ _LT_COMPILER_PIC($1)
++ _LT_COMPILER_C_O($1)
++ _LT_COMPILER_FILE_LOCKS($1)
++ _LT_LINKER_SHLIBS($1)
++ _LT_LINKER_HARDCODE_LIBPATH($1)
++
++ _LT_CONFIG($1)
++ fi
++
++ AC_LANG_RESTORE
++
++ GCC=$lt_save_GCC
++ CC=$lt_save_CC
++ CFLAGS=$lt_save_CFLAGS
++ ])# _LT_LANG_OBJCXX_CONFIG
++
++
+ # _LT_LANG_RC_CONFIG([TAG])
+ # -------------------------
+ # Ensure that the configuration variables for the Windows resource compiler
+***************
+*** 8119,8124 ****
+--- 8484,8511 ----
+ ])# _LT_LANG_RC_CONFIG
+
+
++ # LT_PROG_OBJC
++ # -----------
++ AC_DEFUN([LT_PROG_OBJC],
++ [AC_CHECK_TOOL(OBJC, gcc,)
++ AC_CHECK_TOOL(GNUSTEP_CONFIG, gnustep-config,)
++ if test Xgnustep-config = X"$GNUSTEP_CONFIG"; then
++ test set = "${OBJCFLAGS+set}" || OBJCFLAGS="`gnustep-config --objc-flags`"
++ fi
++ AC_SUBST(OBJCFLAGS)])])[]dnl
++ ])
++
++ # LT_PROG_OBJCXX
++ # -----------
++ AC_DEFUN([LT_PROG_OBJCXX],
++ [AC_CHECK_TOOL(OBJCXX, g++,)
++ AC_CHECK_TOOL(GNUSTEP_CONFIG, gnustep-config,)
++ if test Xgnustep-config = X"$GNUSTEP_CONFIG"; then
++ test set = "${OBJCXXFLAGS+set}" || OBJCXXFLAGS="`gnustep-config --objc-flags`"
++ fi
++ AC_SUBST(OBJCXXFLAGS)])])[]dnl
++ ])
++
+ # LT_PROG_GCJ
+ # -----------
+ AC_DEFUN([LT_PROG_GCJ],
+***************
+*** 8191,8196 ****
+--- 8578,8591 ----
+ AC_SUBST([DLLTOOL])
+ ])
+
++ # _LT_DECL_FILECMD
++ # ----------------
++ # Check for a file(cmd) program that can be used to detect file type and magic
++ m4_defun([_LT_DECL_FILECMD],
++ [AC_CHECK_PROG([FILECMD], [file], [file], [:])
++ _LT_DECL([], [FILECMD], [1], [A file(cmd) program that detects file types])
++ ])# _LD_DECL_FILECMD
++
+ # _LT_DECL_SED
+ # ------------
+ # Check for a fully-functional sed program, that truncates
+***************
+*** 8203,8273 ****
+ _LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"],
+ [Sed that helps us avoid accidentally triggering echo(1) options like -n])
+ ])# _LT_DECL_SED
+-
+- m4_ifndef([AC_PROG_SED], [
+- # NOTE: This macro has been submitted for inclusion into #
+- # GNU Autoconf as AC_PROG_SED. When it is available in #
+- # a released version of Autoconf we should remove this #
+- # macro and use it instead. #
+-
+- m4_defun([AC_PROG_SED],
+- [AC_MSG_CHECKING([for a sed that does not truncate output])
+- AC_CACHE_VAL(lt_cv_path_SED,
+- [# Loop through the user's path and test for sed and gsed.
+- # Then use that list of sed's as ones to test for truncation.
+- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+- for as_dir in $PATH
+- do
+- IFS=$as_save_IFS
+- test -z "$as_dir" && as_dir=.
+- for lt_ac_prog in sed gsed; do
+- for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
+- lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
+- fi
+- done
+- done
+- done
+- IFS=$as_save_IFS
+- lt_ac_max=0
+- lt_ac_count=0
+- # Add /usr/xpg4/bin/sed as it is typically found on Solaris
+- # along with /bin/sed that truncates output.
+- for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
+- test ! -f "$lt_ac_sed" && continue
+- cat /dev/null > conftest.in
+- lt_ac_count=0
+- echo $ECHO_N "0123456789$ECHO_C" >conftest.in
+- # Check for GNU sed and select it if it is found.
+- if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
+- lt_cv_path_SED=$lt_ac_sed
+- break
+- fi
+- while true; do
+- cat conftest.in conftest.in >conftest.tmp
+- mv conftest.tmp conftest.in
+- cp conftest.in conftest.nl
+- echo >>conftest.nl
+- $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
+- cmp -s conftest.out conftest.nl || break
+- # 10000 chars as input seems more than enough
+- test 10 -lt "$lt_ac_count" && break
+- lt_ac_count=`expr $lt_ac_count + 1`
+- if test "$lt_ac_count" -gt "$lt_ac_max"; then
+- lt_ac_max=$lt_ac_count
+- lt_cv_path_SED=$lt_ac_sed
+- fi
+- done
+- done
+- ])
+- SED=$lt_cv_path_SED
+- AC_SUBST([SED])
+- AC_MSG_RESULT([$SED])
+- ])#AC_PROG_SED
+- ])#m4_ifndef
+-
+- # Old name:
+- AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED])
+ dnl aclocal-1.4 backwards compatibility:
+ dnl AC_DEFUN([LT_AC_PROG_SED], [])
+
+--- 8598,8603 ----
+***************
+*** 8314,8320 ****
+ [case $host in
+ *-*-mingw* )
+ case $build in
+! *-*-mingw* ) # actually msys
+ lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
+ ;;
+ *-*-cygwin* )
+--- 8644,8650 ----
+ [case $host in
+ *-*-mingw* )
+ case $build in
+! *-*-mingw* | *-*-windows* ) # actually msys
+ lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
+ ;;
+ *-*-cygwin* )
+***************
+*** 8327,8333 ****
+ ;;
+ *-*-cygwin* )
+ case $build in
+! *-*-mingw* ) # actually msys
+ lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
+ ;;
+ *-*-cygwin* )
+--- 8657,8663 ----
+ ;;
+ *-*-cygwin* )
+ case $build in
+! *-*-mingw* | *-*-windows* ) # actually msys
+ lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
+ ;;
+ *-*-cygwin* )
+***************
+*** 8353,8361 ****
+ [#assume ordinary cross tools, or native build.
+ lt_cv_to_tool_file_cmd=func_convert_file_noop
+ case $host in
+! *-*-mingw* )
+ case $build in
+! *-*-mingw* ) # actually msys
+ lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
+ ;;
+ esac
+--- 8683,8691 ----
+ [#assume ordinary cross tools, or native build.
+ lt_cv_to_tool_file_cmd=func_convert_file_noop
+ case $host in
+! *-*-mingw* | *-*-windows* )
+ case $build in
+! *-*-mingw* | *-*-windows* ) # actually msys
+ lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
+ ;;
+ esac
+***************
+*** 8370,8384 ****
+
+ # Helper functions for option handling. -*- Autoconf -*-
+ #
+! # Copyright (C) 2004-2005, 2007-2009, 2011-2015 Free Software
+! # Foundation, Inc.
+ # Written by Gary V. Vaughan, 2004
+ #
+ # This file is free software; the Free Software Foundation gives
+ # unlimited permission to copy and/or distribute it, with or without
+ # modifications, as long as this notice is preserved.
+
+! # serial 8 ltoptions.m4
+
+ # This is to help aclocal find these macros, as it can't see m4_define.
+ AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
+--- 8700,8714 ----
+
+ # Helper functions for option handling. -*- Autoconf -*-
+ #
+! # Copyright (C) 2004-2005, 2007-2009, 2011-2019, 2021-2025 Free
+! # Software Foundation, Inc.
+ # Written by Gary V. Vaughan, 2004
+ #
+ # This file is free software; the Free Software Foundation gives
+ # unlimited permission to copy and/or distribute it, with or without
+ # modifications, as long as this notice is preserved.
+
+! # serial 12 ltoptions.m4
+
+ # This is to help aclocal find these macros, as it can't see m4_define.
+ AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
+***************
+*** 8450,8455 ****
+--- 8780,8786 ----
+ _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
+ _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
+ _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
++ _LT_UNLESS_OPTIONS([LT_INIT], [cxx-stdlib no-cxx-stdlib], [_LT_ENABLE_CXX_STDLIB])
+ _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
+ [_LT_ENABLE_FAST_INSTALL])
+ _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4],
+***************
+*** 8495,8501 ****
+ [enable_win32_dll=yes
+
+ case $host in
+! *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
+ AC_CHECK_TOOL(AS, as, false)
+ AC_CHECK_TOOL(DLLTOOL, dlltool, false)
+ AC_CHECK_TOOL(OBJDUMP, objdump, false)
+--- 8826,8832 ----
+ [enable_win32_dll=yes
+
+ case $host in
+! *-*-cygwin* | *-*-mingw* | *-*-windows* | *-*-pw32* | *-*-cegcc*)
+ AC_CHECK_TOOL(AS, as, false)
+ AC_CHECK_TOOL(DLLTOOL, dlltool, false)
+ AC_CHECK_TOOL(OBJDUMP, objdump, false)
+***************
+*** 8690,8718 ****
+
+ # _LT_WITH_AIX_SONAME([DEFAULT])
+ # ----------------------------------
+! # implement the --with-aix-soname flag, and support the `aix-soname=aix'
+! # and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT
+! # is either `aix', `both' or `svr4'. If omitted, it defaults to `aix'.
+ m4_define([_LT_WITH_AIX_SONAME],
+ [m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl
+ shared_archive_member_spec=
+ case $host,$enable_shared in
+ power*-*-aix[[5-9]]*,yes)
+ AC_MSG_CHECKING([which variant of shared library versioning to provide])
+! AC_ARG_WITH([aix-soname],
+! [AS_HELP_STRING([--with-aix-soname=aix|svr4|both],
+ [shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SONAME_DEFAULT[@:>@.])],
+! [case $withval in
+! aix|svr4|both)
+! ;;
+! *)
+! AC_MSG_ERROR([Unknown argument to --with-aix-soname])
+! ;;
+! esac
+! lt_cv_with_aix_soname=$with_aix_soname],
+! [AC_CACHE_VAL([lt_cv_with_aix_soname],
+! [lt_cv_with_aix_soname=]_LT_WITH_AIX_SONAME_DEFAULT)
+! with_aix_soname=$lt_cv_with_aix_soname])
+ AC_MSG_RESULT([$with_aix_soname])
+ if test aix != "$with_aix_soname"; then
+ # For the AIX way of multilib, we name the shared archive member
+--- 9021,9059 ----
+
+ # _LT_WITH_AIX_SONAME([DEFAULT])
+ # ----------------------------------
+! # implement the --enable-aix-soname configure option, and support the
+! # `aix-soname=aix' and `aix-soname=both' and `aix-soname=svr4' LT_INIT options.
+! # DEFAULT is either `aix', `both', or `svr4'. If omitted, it defaults to `aix'.
+ m4_define([_LT_WITH_AIX_SONAME],
+ [m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl
+ shared_archive_member_spec=
+ case $host,$enable_shared in
+ power*-*-aix[[5-9]]*,yes)
+ AC_MSG_CHECKING([which variant of shared library versioning to provide])
+! AC_ARG_ENABLE([aix-soname],
+! [AS_HELP_STRING([--enable-aix-soname=aix|svr4|both],
+ [shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SONAME_DEFAULT[@:>@.])],
+! [case $enableval in
+! aix|svr4|both)
+! ;;
+! *)
+! AC_MSG_ERROR([Unknown argument to --enable-aix-soname])
+! ;;
+! esac
+! lt_cv_with_aix_soname=$enable_aix_soname],
+! [_AC_ENABLE_IF([with], [aix-soname],
+! [case $withval in
+! aix|svr4|both)
+! ;;
+! *)
+! AC_MSG_ERROR([Unknown argument to --with-aix-soname])
+! ;;
+! esac
+! lt_cv_with_aix_soname=$with_aix_soname],
+! [AC_CACHE_VAL([lt_cv_with_aix_soname],
+! [lt_cv_with_aix_soname=]_LT_WITH_AIX_SONAME_DEFAULT)])
+! enable_aix_soname=$lt_cv_with_aix_soname])
+! with_aix_soname=$enable_aix_soname
+ AC_MSG_RESULT([$with_aix_soname])
+ if test aix != "$with_aix_soname"; then
+ # For the AIX way of multilib, we name the shared archive member
+***************
+*** 8727,8734 ****
+--- 9068,9083 ----
+ fi
+ fi
+ ;;
++ power*-*-aix[[5-9]]*,'')
++ AC_MSG_WARN([for $host, specify if building shared libraries for versioning (svr4|both)])
++ AC_MSG_CHECKING([which variant of shared library versioning to provide])
++ with_aix_soname=aix
++ AC_MSG_RESULT([(default) $with_aix_soname])
++ ;;
+ *)
++ AC_MSG_CHECKING([which variant of shared library versioning to provide])
+ with_aix_soname=aix
++ AC_MSG_RESULT([(default) $with_aix_soname])
+ ;;
+ esac
+
+***************
+*** 8743,8772 ****
+
+ # _LT_WITH_PIC([MODE])
+ # --------------------
+! # implement the --with-pic flag, and support the 'pic-only' and 'no-pic'
+ # LT_INIT options.
+ # MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'.
+ m4_define([_LT_WITH_PIC],
+! [AC_ARG_WITH([pic],
+! [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@],
+ [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
+ [lt_p=${PACKAGE-default}
+! case $withval in
+! yes|no) pic_mode=$withval ;;
+! *)
+! pic_mode=default
+! # Look at the argument we got. We use all the common list separators.
+! lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
+! for lt_pkg in $withval; do
+! IFS=$lt_save_ifs
+! if test "X$lt_pkg" = "X$lt_p"; then
+! pic_mode=yes
+! fi
+! done
+! IFS=$lt_save_ifs
+! ;;
+! esac],
+! [pic_mode=m4_default([$1], [default])])
+
+ _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
+ ])# _LT_WITH_PIC
+--- 9092,9141 ----
+
+ # _LT_WITH_PIC([MODE])
+ # --------------------
+! # implement the --enable-pic flag, and support the 'pic-only' and 'no-pic'
+ # LT_INIT options.
+ # MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'.
+ m4_define([_LT_WITH_PIC],
+! [AC_ARG_ENABLE([pic],
+! [AS_HELP_STRING([--enable-pic@<:@=PKGS@:>@],
+ [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
+ [lt_p=${PACKAGE-default}
+! case $enableval in
+! yes|no) pic_mode=$enableval ;;
+! *)
+! pic_mode=default
+! # Look at the argument we got. We use all the common list separators.
+! lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
+! for lt_pkg in $enableval; do
+! IFS=$lt_save_ifs
+! if test "X$lt_pkg" = "X$lt_p"; then
+! pic_mode=yes
+! fi
+! done
+! IFS=$lt_save_ifs
+! ;;
+! esac],
+! [dnl Continue to support --with-pic and --without-pic, for backward
+! dnl compatibility.
+! _AC_ENABLE_IF([with], [pic],
+! [lt_p=${PACKAGE-default}
+! case $withval in
+! yes|no) pic_mode=$withval ;;
+! *)
+! pic_mode=default
+! # Look at the argument we got. We use all the common list separators.
+! lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
+! for lt_pkg in $withval; do
+! IFS=$lt_save_ifs
+! if test "X$lt_pkg" = "X$lt_p"; then
+! pic_mode=yes
+! fi
+! done
+! IFS=$lt_save_ifs
+! ;;
+! esac],
+! [pic_mode=m4_default([$1], [default])])]
+! )
+
+ _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
+ ])# _LT_WITH_PIC
+***************
+*** 8786,8791 ****
+--- 9155,9203 ----
+ dnl AC_DEFUN([AC_LIBTOOL_PICMODE], [])
+
+
++ # _LT_ENABLE_CXX_STDLIB([MODE])
++ # --------------------
++ # implement the --enable-cxx-stdlib flag, and support the 'cxx-stdlib' and 'no-cxx-stdlib'
++ # LT_INIT options.
++ # MODE is either 'yes' or 'no'. If omitted, it defaults to 'no'.
++ m4_define([_LT_ENABLE_CXX_STDLIB],
++ [m4_define([_LT_ENABLE_CXX_STDLIB_DEFAULT], [m4_if($1, yes, yes, no)])dnl
++ stdlibflag=-nostdlib
++ AC_ARG_ENABLE([cxx-stdlib],
++ [AS_HELP_STRING([--enable-cxx-stdlib@<:@=PKGS@:>@],
++ [let the compiler frontend decide what standard libraries to link when building C++ shared libraries and modules @<:@default=]_LT_ENABLE_CXX_STDLIB_DEFAULT[@:>@])],
++ [p=${PACKAGE-default}
++ case $enableval in
++ yes) enable_cxx_stdlib=yes ;;
++ no) enable_cxx_stdlib=no ;;
++ *)
++ enable_cxx_stdlib=no
++ # Look at the argument we got. We use all the common list separators.
++ lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
++ for pkg in $enableval; do
++ IFS=$lt_save_ifs
++ if test "X$pkg" = "X$p"; then
++ enable_cxx_stdlib=yes
++ fi
++ done
++ IFS=$lt_save_ifs
++ ;;
++ esac],
++ [enable_cxx_stdlib=]_LT_ENABLE_CXX_STDLIB_DEFAULT)
++
++ if test yes = "$enable_cxx_stdlib"; then
++ stdlibflag=
++ fi
++
++ _LT_DECL([], [enable_cxx_stdlib], [0], [Whether to let the compiler frontend decide what standard libraries to link when building C++ shared libraries and modules])dnl
++ _LT_DECL([], [stdlibflag], [0], [Flag used for specifying not to link standard libraries])dnl
++ ])# _LT_ENABLE_CXX_STDLIB
++
++ LT_OPTION_DEFINE([LT_INIT], [cxx-stdlib], [_LT_ENABLE_CXX_STDLIB([yes])])
++ LT_OPTION_DEFINE([LT_INIT], [no-cxx-stdlib], [_LT_ENABLE_CXX_STDLIB([no])])
++
++
++
+ m4_define([_LTDL_MODE], [])
+ LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive],
+ [m4_define([_LTDL_MODE], [nonrecursive])])
+***************
+*** 8802,8808 ****
+
+ # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
+ #
+! # Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software
+ # Foundation, Inc.
+ # Written by Gary V. Vaughan, 2004
+ #
+--- 9214,9220 ----
+
+ # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
+ #
+! # Copyright (C) 2004-2005, 2007-2008, 2011-2019, 2021-2025 Free Software
+ # Foundation, Inc.
+ # Written by Gary V. Vaughan, 2004
+ #
+***************
+*** 8927,8933 ****
+
+ # ltversion.m4 -- version numbers -*- Autoconf -*-
+ #
+! # Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
+ # Written by Scott James Remnant, 2004
+ #
+ # This file is free software; the Free Software Foundation gives
+--- 9339,9346 ----
+
+ # ltversion.m4 -- version numbers -*- Autoconf -*-
+ #
+! # Copyright (C) 2004, 2011-2019, 2021-2025 Free Software Foundation,
+! # Inc.
+ # Written by Scott James Remnant, 2004
+ #
+ # This file is free software; the Free Software Foundation gives
+***************
+*** 8936,8958 ****
+
+ # @configure_input@
+
+! # serial 4179 ltversion.m4
+ # This file is part of GNU Libtool
+
+! m4_define([LT_PACKAGE_VERSION], [2.4.6])
+! m4_define([LT_PACKAGE_REVISION], [2.4.6])
+
+ AC_DEFUN([LTVERSION_VERSION],
+! [macro_version='2.4.6'
+! macro_revision='2.4.6'
+ _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
+ _LT_DECL(, macro_revision, 0)
+ ])
+
+ # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
+ #
+! # Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software
+! # Foundation, Inc.
+ # Written by Scott James Remnant, 2004.
+ #
+ # This file is free software; the Free Software Foundation gives
+--- 9349,9371 ----
+
+ # @configure_input@
+
+! # serial 4464 ltversion.m4
+ # This file is part of GNU Libtool
+
+! m4_define([LT_PACKAGE_VERSION], [2.5.4.23-5b58])
+! m4_define([LT_PACKAGE_REVISION], [2.5.4.23])
+
+ AC_DEFUN([LTVERSION_VERSION],
+! [macro_version='2.5.4.23-5b58'
+! macro_revision='2.5.4.23'
+ _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
+ _LT_DECL(, macro_revision, 0)
+ ])
+
+ # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
+ #
+! # Copyright (C) 2004-2005, 2007, 2009, 2011-2019, 2021-2025 Free
+! # Software Foundation, Inc.
+ # Written by Scott James Remnant, 2004.
+ #
+ # This file is free software; the Free Software Foundation gives
+***************
+*** 9049,9055 ****
+ m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])])
+ m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])
+
+! # Copyright (C) 2002-2014 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+--- 9462,9468 ----
+ m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])])
+ m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])
+
+! # Copyright (C) 2002-2025 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+***************
+*** 9061,9070 ****
+ # generated from the m4 files accompanying Automake X.Y.
+ # (This private macro should not be called outside this file.)
+ AC_DEFUN([AM_AUTOMAKE_VERSION],
+! [am__api_version='1.15'
+ dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
+ dnl require some minimum version. Point them to the right macro.
+! m4_if([$1], [1.15], [],
+ [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
+ ])
+
+--- 9474,9483 ----
+ # generated from the m4 files accompanying Automake X.Y.
+ # (This private macro should not be called outside this file.)
+ AC_DEFUN([AM_AUTOMAKE_VERSION],
+! [am__api_version='1.18'
+ dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
+ dnl require some minimum version. Point them to the right macro.
+! m4_if([$1], [1.18.1], [],
+ [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
+ ])
+
+***************
+*** 9080,9093 ****
+ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
+ # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
+ AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
+! [AM_AUTOMAKE_VERSION([1.15])dnl
+ m4_ifndef([AC_AUTOCONF_VERSION],
+ [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
+ _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
+
+ # AM_AUX_DIR_EXPAND -*- Autoconf -*-
+
+! # Copyright (C) 2001-2014 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+--- 9493,9506 ----
+ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
+ # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
+ AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
+! [AM_AUTOMAKE_VERSION([1.18.1])dnl
+ m4_ifndef([AC_AUTOCONF_VERSION],
+ [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
+ _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
+
+ # AM_AUX_DIR_EXPAND -*- Autoconf -*-
+
+! # Copyright (C) 2001-2025 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+***************
+*** 9139,9145 ****
+
+ # AM_CONDITIONAL -*- Autoconf -*-
+
+! # Copyright (C) 1997-2014 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+--- 9552,9558 ----
+
+ # AM_CONDITIONAL -*- Autoconf -*-
+
+! # Copyright (C) 1997-2025 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+***************
+*** 9172,9178 ****
+
+ # Do all the work for Automake. -*- Autoconf -*-
+
+! # Copyright (C) 1996-2014 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+--- 9585,9591 ----
+
+ # Do all the work for Automake. -*- Autoconf -*-
+
+! # Copyright (C) 1996-2025 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+***************
+*** 9200,9205 ****
+--- 9613,9622 ----
+ # release and drop the old call support.
+ AC_DEFUN([AM_INIT_AUTOMAKE],
+ [AC_PREREQ([2.65])dnl
++ m4_ifdef([_$0_ALREADY_INIT],
++ [m4_fatal([$0 expanded multiple times
++ ]m4_defn([_$0_ALREADY_INIT]))],
++ [m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])dnl
+ dnl Autoconf wants to disallow AM_ names. We explicitly allow
+ dnl the ones we care about.
+ m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
+***************
+*** 9236,9242 ****
+ [_AM_SET_OPTIONS([$1])dnl
+ dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
+ m4_if(
+! m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
+ [ok:ok],,
+ [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
+ AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
+--- 9653,9659 ----
+ [_AM_SET_OPTIONS([$1])dnl
+ dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
+ m4_if(
+! m4_ifset([AC_PACKAGE_NAME], [ok]):m4_ifset([AC_PACKAGE_VERSION], [ok]),
+ [ok:ok],,
+ [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
+ AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
+***************
+*** 9259,9266 ****
+ AC_REQUIRE([AC_PROG_MKDIR_P])dnl
+ # For better backward compatibility. To be removed once Automake 1.9.x
+ # dies out for good. For more background, see:
+! #
+! #
+ AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
+ # We need awk for the "check" target (and possibly the TAP driver). The
+ # system "awk" is bad on some platforms.
+--- 9676,9683 ----
+ AC_REQUIRE([AC_PROG_MKDIR_P])dnl
+ # For better backward compatibility. To be removed once Automake 1.9.x
+ # dies out for good. For more background, see:
+! #
+! #
+ AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
+ # We need awk for the "check" target (and possibly the TAP driver). The
+ # system "awk" is bad on some platforms.
+***************
+*** 9268,9275 ****
+ AC_REQUIRE([AC_PROG_MAKE_SET])dnl
+ AC_REQUIRE([AM_SET_LEADING_DOT])dnl
+ _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
+! [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
+! [_AM_PROG_TAR([v7])])])
+ _AM_IF_OPTION([no-dependencies],,
+ [AC_PROVIDE_IFELSE([AC_PROG_CC],
+ [_AM_DEPENDENCIES([CC])],
+--- 9685,9693 ----
+ AC_REQUIRE([AC_PROG_MAKE_SET])dnl
+ AC_REQUIRE([AM_SET_LEADING_DOT])dnl
+ _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
+! [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
+! [_AM_IF_OPTION([tar-v7], [_AM_PROG_TAR([v7])],
+! [_AM_PROG_TAR([ustar])])])])
+ _AM_IF_OPTION([no-dependencies],,
+ [AC_PROVIDE_IFELSE([AC_PROG_CC],
+ [_AM_DEPENDENCIES([CC])],
+***************
+*** 9288,9294 ****
+ [m4_define([AC_PROG_OBJCXX],
+ m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
+ ])
+! AC_REQUIRE([AM_SILENT_RULES])dnl
+ dnl The testsuite driver may need to know about EXEEXT, so add the
+ dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
+ dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
+--- 9706,9726 ----
+ [m4_define([AC_PROG_OBJCXX],
+ m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
+ ])
+! # Variables for tags utilities; see am/tags.am
+! if test -z "$CTAGS"; then
+! CTAGS=ctags
+! fi
+! AC_SUBST([CTAGS])
+! if test -z "$ETAGS"; then
+! ETAGS=etags
+! fi
+! AC_SUBST([ETAGS])
+! if test -z "$CSCOPE"; then
+! CSCOPE=cscope
+! fi
+! AC_SUBST([CSCOPE])
+!
+! AC_REQUIRE([_AM_SILENT_RULES])dnl
+ dnl The testsuite driver may need to know about EXEEXT, so add the
+ dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
+ dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
+***************
+*** 9296,9342 ****
+ [m4_provide_if([_AM_COMPILER_EXEEXT],
+ [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
+
+! # POSIX will say in a future version that running "rm -f" with no argument
+! # is OK; and we want to be able to make that assumption in our Makefile
+! # recipes. So use an aggressive probe to check that the usage we want is
+! # actually supported "in the wild" to an acceptable degree.
+! # See automake bug#10828.
+! # To make any issue more visible, cause the running configure to be aborted
+! # by default if the 'rm' program in use doesn't match our expectations; the
+! # user can still override this though.
+! if rm -f && rm -fr && rm -rf; then : OK; else
+! cat >&2 <<'END'
+! Oops!
+!
+! Your 'rm' program seems unable to run without file operands specified
+! on the command line, even when the '-f' option is present. This is contrary
+! to the behaviour of most rm programs out there, and not conforming with
+! the upcoming POSIX standard:
+!
+! Please tell bug-automake@gnu.org about your system, including the value
+! of your $PATH and any error possibly output before this message. This
+! can help us improve future automake versions.
+!
+! END
+! if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
+! echo 'Configuration will proceed anyway, since you have set the' >&2
+! echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
+! echo >&2
+! else
+! cat >&2 <<'END'
+! Aborting the configuration process, to ensure you take notice of the issue.
+!
+! You can download and install GNU coreutils to get an 'rm' implementation
+! that behaves properly: .
+!
+! If you want to complete the configuration process using your problematic
+! 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
+! to "yes", and re-run configure.
+
+- END
+- AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
+- fi
+- fi
+ dnl The trailing newline in this macro's definition is deliberate, for
+ dnl backward compatibility and to allow trailing 'dnl'-style comments
+ dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
+--- 9728,9736 ----
+ [m4_provide_if([_AM_COMPILER_EXEEXT],
+ [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
+
+! AC_REQUIRE([_AM_PROG_RM_F])
+! AC_REQUIRE([_AM_PROG_XARGS_N])
+
+ dnl The trailing newline in this macro's definition is deliberate, for
+ dnl backward compatibility and to allow trailing 'dnl'-style comments
+ dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
+***************
+*** 9369,9375 ****
+ done
+ echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
+
+! # Copyright (C) 2001-2014 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+--- 9763,9769 ----
+ done
+ echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
+
+! # Copyright (C) 2001-2025 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+***************
+*** 9390,9396 ****
+ fi
+ AC_SUBST([install_sh])])
+
+! # Copyright (C) 2003-2014 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+--- 9784,9790 ----
+ fi
+ AC_SUBST([install_sh])])
+
+! # Copyright (C) 2003-2025 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+***************
+*** 9409,9428 ****
+ rmdir .tst 2>/dev/null
+ AC_SUBST([am__leading_dot])])
+
+! # Copyright (C) 1998-2014 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+
+! # AM_PROG_LEX
+! # -----------
+ # Autoconf leaves LEX=: if lex or flex can't be found. Change that to a
+ # "missing" invocation, for better error output.
+ AC_DEFUN([AM_PROG_LEX],
+ [AC_PREREQ([2.50])dnl
+ AC_REQUIRE([AM_MISSING_HAS_RUN])dnl
+! AC_REQUIRE([AC_PROG_LEX])dnl
+ if test "$LEX" = :; then
+ LEX=${am_missing_run}flex
+ fi])
+--- 9803,9823 ----
+ rmdir .tst 2>/dev/null
+ AC_SUBST([am__leading_dot])])
+
+! # Copyright (C) 1998-2025 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+
+! # AM_PROG_LEX([OPTIONS])
+! # ----------------------
+ # Autoconf leaves LEX=: if lex or flex can't be found. Change that to a
+ # "missing" invocation, for better error output.
+ AC_DEFUN([AM_PROG_LEX],
+ [AC_PREREQ([2.50])dnl
+ AC_REQUIRE([AM_MISSING_HAS_RUN])dnl
+! AC_PROVIDE_IFELSE([AC_PROG_LEX], [], [AC_PROG_LEX($@)])
+! dnl Do not dnl on previous line, or output has "fiif".
+ if test "$LEX" = :; then
+ LEX=${am_missing_run}flex
+ fi])
+***************
+*** 9430,9436 ****
+ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
+ # From Jim Meyering
+
+! # Copyright (C) 1996-2014 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+--- 9825,9831 ----
+ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
+ # From Jim Meyering
+
+! # Copyright (C) 1996-2025 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+***************
+*** 9465,9471 ****
+
+ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
+
+! # Copyright (C) 1997-2014 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+--- 9860,9866 ----
+
+ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
+
+! # Copyright (C) 1997-2025 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+***************
+*** 9486,9497 ****
+ [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
+ AC_REQUIRE_AUX_FILE([missing])dnl
+ if test x"${MISSING+set}" != xset; then
+! case $am_aux_dir in
+! *\ * | *\ *)
+! MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
+! *)
+! MISSING="\${SHELL} $am_aux_dir/missing" ;;
+! esac
+ fi
+ # Use eval to expand $SHELL
+ if eval "$MISSING --is-lightweight"; then
+--- 9881,9887 ----
+ [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
+ AC_REQUIRE_AUX_FILE([missing])dnl
+ if test x"${MISSING+set}" != xset; then
+! MISSING="\${SHELL} '$am_aux_dir/missing'"
+ fi
+ # Use eval to expand $SHELL
+ if eval "$MISSING --is-lightweight"; then
+***************
+*** 9504,9510 ****
+
+ # Helper functions for option handling. -*- Autoconf -*-
+
+! # Copyright (C) 2001-2014 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+--- 9894,9900 ----
+
+ # Helper functions for option handling. -*- Autoconf -*-
+
+! # Copyright (C) 2001-2025 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+***************
+*** 9533,9539 ****
+ AC_DEFUN([_AM_IF_OPTION],
+ [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
+
+! # Copyright (C) 1999-2014 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+--- 9923,9929 ----
+ AC_DEFUN([_AM_IF_OPTION],
+ [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
+
+! # Copyright (C) 1999-2025 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+***************
+*** 9565,9571 ****
+ break
+ fi
+ done
+! rm -f core conftest*
+ unset am_i])
+ if test "$am_cv_prog_cc_c_o" != yes; then
+ # Losing compiler, so override with the script.
+--- 9955,9964 ----
+ break
+ fi
+ done
+! # aligned with autoconf, so not including core; see bug#72225.
+! rm -f -r a.out a.exe b.out conftest.$ac_ext conftest.$ac_objext \
+! conftest.dSYM conftest1.$ac_ext conftest1.$ac_objext conftest1.dSYM \
+! conftest2.$ac_ext conftest2.$ac_objext conftest2.dSYM
+ unset am_i])
+ if test "$am_cv_prog_cc_c_o" != yes; then
+ # Losing compiler, so override with the script.
+***************
+*** 9580,9586 ****
+ # For backward compatibility.
+ AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
+
+! # Copyright (C) 2001-2014 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+--- 9973,9995 ----
+ # For backward compatibility.
+ AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
+
+! # Copyright (C) 2022-2025 Free Software Foundation, Inc.
+! #
+! # This file is free software; the Free Software Foundation
+! # gives unlimited permission to copy and/or distribute it,
+! # with or without modifications, as long as this notice is preserved.
+!
+! # _AM_PROG_RM_F
+! # ---------------
+! # Check whether 'rm -f' without any arguments works.
+! # https://bugs.gnu.org/10828
+! AC_DEFUN([_AM_PROG_RM_F],
+! [am__rm_f_notfound=
+! AS_IF([(rm -f && rm -fr && rm -rf) 2>/dev/null], [], [am__rm_f_notfound='""'])
+! AC_SUBST(am__rm_f_notfound)
+! ])
+!
+! # Copyright (C) 2001-2025 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+***************
+*** 9599,9624 ****
+
+ # Check to make sure that the build environment is sane. -*- Autoconf -*-
+
+! # Copyright (C) 1996-2014 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+
+ # AM_SANITY_CHECK
+ # ---------------
+ AC_DEFUN([AM_SANITY_CHECK],
+! [AC_MSG_CHECKING([whether build environment is sane])
+ # Reject unsafe characters in $srcdir or the absolute working directory
+ # name. Accept space and tab only in the latter.
+ am_lf='
+ '
+ case `pwd` in
+ *[[\\\"\#\$\&\'\`$am_lf]]*)
+ AC_MSG_ERROR([unsafe absolute working directory name]);;
+ esac
+ case $srcdir in
+ *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
+ AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
+ esac
+
+--- 10008,10188 ----
+
+ # Check to make sure that the build environment is sane. -*- Autoconf -*-
+
+! # Copyright (C) 1996-2025 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+
++ # _AM_SLEEP_FRACTIONAL_SECONDS
++ # ----------------------------
++ AC_DEFUN([_AM_SLEEP_FRACTIONAL_SECONDS], [dnl
++ AC_CACHE_CHECK([whether sleep supports fractional seconds],
++ am_cv_sleep_fractional_seconds, [dnl
++ AS_IF([sleep 0.001 2>/dev/null], [am_cv_sleep_fractional_seconds=yes],
++ [am_cv_sleep_fractional_seconds=no])
++ ])])
++
++ # _AM_FILESYSTEM_TIMESTAMP_RESOLUTION
++ # -----------------------------------
++ # Determine the filesystem's resolution for file modification
++ # timestamps. The coarsest we know of is FAT, with a resolution
++ # of only two seconds, even with the most recent "exFAT" extensions.
++ # The finest (e.g. ext4 with large inodes, XFS, ZFS) is one
++ # nanosecond, matching clock_gettime. However, it is probably not
++ # possible to delay execution of a shell script for less than one
++ # millisecond, due to process creation overhead and scheduling
++ # granularity, so we don't check for anything finer than that. (See below.)
++ AC_DEFUN([_AM_FILESYSTEM_TIMESTAMP_RESOLUTION], [dnl
++ AC_REQUIRE([_AM_SLEEP_FRACTIONAL_SECONDS])
++ AC_CACHE_CHECK([filesystem timestamp resolution],
++ am_cv_filesystem_timestamp_resolution, [dnl
++ # Default to the worst case.
++ am_cv_filesystem_timestamp_resolution=2
++
++ # Only try to go finer than 1 sec if sleep can do it.
++ # Don't try 1 sec, because if 0.01 sec and 0.1 sec don't work,
++ # - 1 sec is not much of a win compared to 2 sec, and
++ # - it takes 2 seconds to perform the test whether 1 sec works.
++ #
++ # Instead, just use the default 2s on platforms that have 1s resolution,
++ # accept the extra 1s delay when using $sleep in the Automake tests, in
++ # exchange for not incurring the 2s delay for running the test for all
++ # packages.
++ #
++ am_try_resolutions=
++ if test "$am_cv_sleep_fractional_seconds" = yes; then
++ # Even a millisecond often causes a bunch of false positives,
++ # so just try a hundredth of a second. The time saved between .001 and
++ # .01 is not terribly consequential.
++ am_try_resolutions="0.01 0.1 $am_try_resolutions"
++ fi
++
++ # In order to catch current-generation FAT out, we must *modify* files
++ # that already exist; the *creation* timestamp is finer. Use names
++ # that make ls -t sort them differently when they have equal
++ # timestamps than when they have distinct timestamps, keeping
++ # in mind that ls -t prints the *newest* file first.
++ rm -f conftest.ts?
++ : > conftest.ts1
++ : > conftest.ts2
++ : > conftest.ts3
++
++ # Make sure ls -t actually works. Do 'set' in a subshell so we don't
++ # clobber the current shell's arguments. (Outer-level square brackets
++ # are removed by m4; they're present so that m4 does not expand
++ # ; be careful, easy to get confused.)
++ if (
++ set X `[ls -t conftest.ts[12]]` &&
++ {
++ test "$[]*" != "X conftest.ts1 conftest.ts2" ||
++ test "$[]*" != "X conftest.ts2 conftest.ts1";
++ }
++ ); then :; else
++ # If neither matched, then we have a broken ls. This can happen
++ # if, for instance, CONFIG_SHELL is bash and it inherits a
++ # broken ls alias from the environment. This has actually
++ # happened. Such a system could not be considered "sane".
++ _AS_ECHO_UNQUOTED(
++ ["Bad output from ls -t: \"`[ls -t conftest.ts[12]]`\""],
++ [AS_MESSAGE_LOG_FD])
++ AC_MSG_FAILURE([ls -t produces unexpected output.
++ Make sure there is not a broken ls alias in your environment.])
++ fi
++
++ for am_try_res in $am_try_resolutions; do
++ # Any one fine-grained sleep might happen to cross the boundary
++ # between two values of a coarser actual resolution, but if we do
++ # two fine-grained sleeps in a row, at least one of them will fall
++ # entirely within a coarse interval.
++ echo alpha > conftest.ts1
++ sleep $am_try_res
++ echo beta > conftest.ts2
++ sleep $am_try_res
++ echo gamma > conftest.ts3
++
++ # We assume that 'ls -t' will make use of high-resolution
++ # timestamps if the operating system supports them at all.
++ if (set X `ls -t conftest.ts?` &&
++ test "$[]2" = conftest.ts3 &&
++ test "$[]3" = conftest.ts2 &&
++ test "$[]4" = conftest.ts1); then
++ #
++ # Ok, ls -t worked. If we're at a resolution of 1 second, we're done,
++ # because we don't need to test make.
++ make_ok=true
++ if test $am_try_res != 1; then
++ # But if we've succeeded so far with a subsecond resolution, we
++ # have one more thing to check: make. It can happen that
++ # everything else supports the subsecond mtimes, but make doesn't;
++ # notably on macOS, which ships make 3.81 from 2006 (the last one
++ # released under GPLv2). https://bugs.gnu.org/68808
++ #
++ # We test $MAKE if it is defined in the environment, else "make".
++ # It might get overridden later, but our hope is that in practice
++ # it does not matter: it is the system "make" which is (by far)
++ # the most likely to be broken, whereas if the user overrides it,
++ # probably they did so with a better, or at least not worse, make.
++ # https://lists.gnu.org/archive/html/automake/2024-06/msg00051.html
++ #
++ # Create a Makefile (real tab character here):
++ rm -f conftest.mk
++ echo 'conftest.ts1: conftest.ts2' >conftest.mk
++ echo ' touch conftest.ts2' >>conftest.mk
++ #
++ # Now, running
++ # touch conftest.ts1; touch conftest.ts2; make
++ # should touch ts1 because ts2 is newer. This could happen by luck,
++ # but most often, it will fail if make's support is insufficient. So
++ # test for several consecutive successes.
++ #
++ # (We reuse conftest.ts[12] because we still want to modify existing
++ # files, not create new ones, per above.)
++ n=0
++ make=${MAKE-make}
++ until test $n -eq 3; do
++ echo one > conftest.ts1
++ sleep $am_try_res
++ echo two > conftest.ts2 # ts2 should now be newer than ts1
++ if $make -f conftest.mk | grep 'up to date' >/dev/null; then
++ make_ok=false
++ break # out of $n loop
++ fi
++ n=`expr $n + 1`
++ done
++ fi
++ #
++ if $make_ok; then
++ # Everything we know to check worked out, so call this resolution good.
++ am_cv_filesystem_timestamp_resolution=$am_try_res
++ break # out of $am_try_res loop
++ fi
++ # Otherwise, we'll go on to check the next resolution.
++ fi
++ done
++ rm -f conftest.ts?
++ # (end _am_filesystem_timestamp_resolution)
++ ])])
++
+ # AM_SANITY_CHECK
+ # ---------------
+ AC_DEFUN([AM_SANITY_CHECK],
+! [AC_REQUIRE([_AM_FILESYSTEM_TIMESTAMP_RESOLUTION])
+! # This check should not be cached, as it may vary across builds of
+! # different projects.
+! AC_MSG_CHECKING([whether build environment is sane])
+ # Reject unsafe characters in $srcdir or the absolute working directory
+ # name. Accept space and tab only in the latter.
+ am_lf='
+ '
+ case `pwd` in
+ *[[\\\"\#\$\&\'\`$am_lf]]*)
++ AC_MSG_RESULT([no])
+ AC_MSG_ERROR([unsafe absolute working directory name]);;
+ esac
+ case $srcdir in
+ *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
++ AC_MSG_RESULT([no])
+ AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
+ esac
+
+***************
+*** 9627,9675 ****
+ # symlink; some systems play weird games with the mod time of symlinks
+ # (eg FreeBSD returns the mod time of the symlink's containing
+ # directory).
+! if (
+! am_has_slept=no
+! for am_try in 1 2; do
+! echo "timestamp, slept: $am_has_slept" > conftest.file
+! set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
+! if test "$[*]" = "X"; then
+! # -L didn't work.
+! set X `ls -t "$srcdir/configure" conftest.file`
+! fi
+! if test "$[*]" != "X $srcdir/configure conftest.file" \
+! && test "$[*]" != "X conftest.file $srcdir/configure"; then
+
+! # If neither matched, then we have a broken ls. This can happen
+! # if, for instance, CONFIG_SHELL is bash and it inherits a
+! # broken ls alias from the environment. This has actually
+! # happened. Such a system could not be considered "sane".
+! AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
+! alias in your environment])
+! fi
+! if test "$[2]" = conftest.file || test $am_try -eq 2; then
+! break
+! fi
+! # Just in case.
+! sleep 1
+! am_has_slept=yes
+! done
+! test "$[2]" = conftest.file
+! )
+! then
+! # Ok.
+! :
+! else
+! AC_MSG_ERROR([newly created file is older than distributed files!
+ Check your system clock])
+ fi
+! AC_MSG_RESULT([yes])
+ # If we didn't sleep, we still need to ensure time stamps of config.status and
+ # generated files are strictly newer.
+ am_sleep_pid=
+! if grep 'slept: no' conftest.file >/dev/null 2>&1; then
+! ( sleep 1 ) &
+ am_sleep_pid=$!
+! fi
+ AC_CONFIG_COMMANDS_PRE(
+ [AC_MSG_CHECKING([that generated files are newer than configure])
+ if test -n "$am_sleep_pid"; then
+--- 10191,10230 ----
+ # symlink; some systems play weird games with the mod time of symlinks
+ # (eg FreeBSD returns the mod time of the symlink's containing
+ # directory).
+! am_build_env_is_sane=no
+! am_has_slept=no
+! rm -f conftest.file
+! for am_try in 1 2; do
+! echo "timestamp, slept: $am_has_slept" > conftest.file
+! if (
+! set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
+! if test "$[]*" = "X"; then
+! # -L didn't work.
+! set X `ls -t "$srcdir/configure" conftest.file`
+! fi
+! test "$[]2" = conftest.file
+! ); then
+! am_build_env_is_sane=yes
+! break
+! fi
+! # Just in case.
+! sleep "$am_cv_filesystem_timestamp_resolution"
+! am_has_slept=yes
+! done
+
+! AC_MSG_RESULT([$am_build_env_is_sane])
+! if test "$am_build_env_is_sane" = no; then
+! AC_MSG_ERROR([newly created file is older than distributed files!
+ Check your system clock])
+ fi
+!
+ # If we didn't sleep, we still need to ensure time stamps of config.status and
+ # generated files are strictly newer.
+ am_sleep_pid=
+! AS_IF([test -e conftest.file || grep 'slept: no' conftest.file >/dev/null 2>&1],, [dnl
+! ( sleep "$am_cv_filesystem_timestamp_resolution" ) &
+ am_sleep_pid=$!
+! ])
+ AC_CONFIG_COMMANDS_PRE(
+ [AC_MSG_CHECKING([that generated files are newer than configure])
+ if test -n "$am_sleep_pid"; then
+***************
+*** 9680,9697 ****
+ rm -f conftest.file
+ ])
+
+! # Copyright (C) 2009-2014 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+
+! # AM_SILENT_RULES([DEFAULT])
+! # --------------------------
+! # Enable less verbose build rules; with the default set to DEFAULT
+! # ("yes" being less verbose, "no" or empty being verbose).
+! AC_DEFUN([AM_SILENT_RULES],
+! [AC_ARG_ENABLE([silent-rules], [dnl
+ AS_HELP_STRING(
+ [--enable-silent-rules],
+ [less verbose build output (undo: "make V=1")])
+--- 10235,10252 ----
+ rm -f conftest.file
+ ])
+
+! # Copyright (C) 2009-2025 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+
+! # _AM_SILENT_RULES
+! # ----------------
+! # Enable less verbose build rules support.
+! AC_DEFUN([_AM_SILENT_RULES],
+! [AM_DEFAULT_VERBOSITY=1
+! AC_ARG_ENABLE([silent-rules], [dnl
+ AS_HELP_STRING(
+ [--enable-silent-rules],
+ [less verbose build output (undo: "make V=1")])
+***************
+*** 9699,9709 ****
+ [--disable-silent-rules],
+ [verbose build output (undo: "make V=0")])dnl
+ ])
+- case $enable_silent_rules in @%:@ (((
+- yes) AM_DEFAULT_VERBOSITY=0;;
+- no) AM_DEFAULT_VERBOSITY=1;;
+- *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
+- esac
+ dnl
+ dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
+ dnl do not support nested variable expansions.
+--- 10254,10259 ----
+***************
+*** 9722,9735 ****
+ else
+ am_cv_make_support_nested_variables=no
+ fi])
+- if test $am_cv_make_support_nested_variables = yes; then
+- dnl Using '$V' instead of '$(V)' breaks IRIX make.
+- AM_V='$(V)'
+- AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
+- else
+- AM_V=$AM_DEFAULT_VERBOSITY
+- AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
+- fi
+ AC_SUBST([AM_V])dnl
+ AM_SUBST_NOTMAKE([AM_V])dnl
+ AC_SUBST([AM_DEFAULT_V])dnl
+--- 10272,10277 ----
+***************
+*** 9738,9746 ****
+ AM_BACKSLASH='\'
+ AC_SUBST([AM_BACKSLASH])dnl
+ _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
+ ])
+
+! # Copyright (C) 2001-2014 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+--- 10280,10316 ----
+ AM_BACKSLASH='\'
+ AC_SUBST([AM_BACKSLASH])dnl
+ _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
++ dnl Delay evaluation of AM_DEFAULT_VERBOSITY to the end to allow multiple calls
++ dnl to AM_SILENT_RULES to change the default value.
++ AC_CONFIG_COMMANDS_PRE([dnl
++ case $enable_silent_rules in @%:@ (((
++ yes) AM_DEFAULT_VERBOSITY=0;;
++ no) AM_DEFAULT_VERBOSITY=1;;
++ esac
++ if test $am_cv_make_support_nested_variables = yes; then
++ dnl Using '$V' instead of '$(V)' breaks IRIX make.
++ AM_V='$(V)'
++ AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
++ else
++ AM_V=$AM_DEFAULT_VERBOSITY
++ AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
++ fi
++ ])dnl
++ ])
++
++ # AM_SILENT_RULES([DEFAULT])
++ # --------------------------
++ # Set the default verbosity level to DEFAULT ("yes" being less verbose, "no" or
++ # empty being verbose).
++ AC_DEFUN([AM_SILENT_RULES],
++ [AC_REQUIRE([_AM_SILENT_RULES])
++ AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1])m4_newline
++ dnl We intentionally force a newline after the assignment, since a) nothing
++ dnl good can come of more text following, and b) that was the behavior
++ dnl before 1.17. See https://bugs.gnu.org/72267.
+ ])
+
+! # Copyright (C) 2001-2025 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+***************
+*** 9768,9774 ****
+ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
+ AC_SUBST([INSTALL_STRIP_PROGRAM])])
+
+! # Copyright (C) 2006-2014 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+--- 10338,10344 ----
+ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
+ AC_SUBST([INSTALL_STRIP_PROGRAM])])
+
+! # Copyright (C) 2006-2025 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+***************
+*** 9787,9793 ****
+
+ # Check how to create a tarball. -*- Autoconf -*-
+
+! # Copyright (C) 2004-2014 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+--- 10357,10363 ----
+
+ # Check how to create a tarball. -*- Autoconf -*-
+
+! # Copyright (C) 2004-2025 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+***************
+*** 9833,9847 ****
+ am_uid=`id -u || echo unknown`
+ am_gid=`id -g || echo unknown`
+ AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
+! if test $am_uid -le $am_max_uid; then
+! AC_MSG_RESULT([yes])
+ else
+! AC_MSG_RESULT([no])
+! _am_tools=none
+ fi
+ AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
+! if test $am_gid -le $am_max_gid; then
+! AC_MSG_RESULT([yes])
+ else
+ AC_MSG_RESULT([no])
+ _am_tools=none
+--- 10403,10421 ----
+ am_uid=`id -u || echo unknown`
+ am_gid=`id -g || echo unknown`
+ AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
+! if test x$am_uid = xunknown; then
+! AC_MSG_WARN([ancient id detected; assuming current UID is ok, but dist-ustar might not work])
+! elif test $am_uid -le $am_max_uid; then
+! AC_MSG_RESULT([yes])
+ else
+! AC_MSG_RESULT([no])
+! _am_tools=none
+ fi
+ AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
+! if test x$gm_gid = xunknown; then
+! AC_MSG_WARN([ancient id detected; assuming current GID is ok, but dist-ustar might not work])
+! elif test $am_gid -le $am_max_gid; then
+! AC_MSG_RESULT([yes])
+ else
+ AC_MSG_RESULT([no])
+ _am_tools=none
+***************
+*** 9918,9921 ****
+--- 10492,10515 ----
+ AC_SUBST([am__untar])
+ ]) # _AM_PROG_TAR
+
++ # Copyright (C) 2022-2025 Free Software Foundation, Inc.
++ #
++ # This file is free software; the Free Software Foundation
++ # gives unlimited permission to copy and/or distribute it,
++ # with or without modifications, as long as this notice is preserved.
++
++ # _AM_PROG_XARGS_N
++ # ----------------
++ # Check whether 'xargs -n' works. It should work everywhere, so the fallback
++ # is not optimized at all as we never expect to use it.
++ AC_DEFUN([_AM_PROG_XARGS_N],
++ [AC_CACHE_CHECK([xargs -n works], am_cv_xargs_n_works, [dnl
++ AS_IF([test "`echo 1 2 3 | xargs -n2 echo`" = "1 2
++ 3"], [am_cv_xargs_n_works=yes], [am_cv_xargs_n_works=no])])
++ AS_IF([test "$am_cv_xargs_n_works" = yes], [am__xargs_n='xargs -n'], [dnl
++ am__xargs_n='am__xargs_n () { shift; sed "s/ /\\n/g" | while read am__xargs_n_arg; do "$@" "$am__xargs_n_arg"; done; }'
++ ])dnl
++ AC_SUBST(am__xargs_n)
++ ])
++
+ m4_include([acinclude.m4])
+Only in gmp-6.3.0: autom4te.cache
+diff -crB gmp-6.3.0-orig/compile gmp-6.3.0/compile
+*** gmp-6.3.0-orig/compile 2015-09-05 22:09:34.000000000 +0300
+--- gmp-6.3.0/compile 2025-08-28 16:19:50.848821725 +0300
+***************
+*** 1,9 ****
+ #! /bin/sh
+ # Wrapper for compilers which do not understand '-c -o'.
+
+! scriptversion=2012-10-14.11; # UTC
+
+! # Copyright (C) 1999-2014 Free Software Foundation, Inc.
+ # Written by Tom Tromey .
+ #
+ # This program is free software; you can redistribute it and/or modify
+--- 1,9 ----
+ #! /bin/sh
+ # Wrapper for compilers which do not understand '-c -o'.
+
+! scriptversion=2025-06-18.21; # UTC
+
+! # Copyright (C) 1999-2025 Free Software Foundation, Inc.
+ # Written by Tom Tromey .
+ #
+ # This program is free software; you can redistribute it and/or modify
+***************
+*** 17,23 ****
+ # GNU General Public License for more details.
+ #
+ # You should have received a copy of the GNU General Public License
+! # along with this program. If not, see .
+
+ # As a special exception to the GNU General Public License, if you
+ # distribute this file as part of a program that contains a
+--- 17,23 ----
+ # GNU General Public License for more details.
+ #
+ # You should have received a copy of the GNU General Public License
+! # along with this program. If not, see .
+
+ # As a special exception to the GNU General Public License, if you
+ # distribute this file as part of a program that contains a
+***************
+*** 37,47 ****
+
+ file_conv=
+
+! # func_file_conv build_file lazy
+ # Convert a $build file to $host form and store it in $file
+ # Currently only supports Windows hosts. If the determined conversion
+! # type is listed in (the comma separated) LAZY, no conversion will
+! # take place.
+ func_file_conv ()
+ {
+ file=$1
+--- 37,47 ----
+
+ file_conv=
+
+! # func_file_conv build_file unneeded_conversions
+ # Convert a $build file to $host form and store it in $file
+ # Currently only supports Windows hosts. If the determined conversion
+! # type is listed in (the comma separated) UNNEEDED_CONVERSIONS, no
+! # conversion will take place.
+ func_file_conv ()
+ {
+ file=$1
+***************
+*** 51,59 ****
+ # lazily determine how to convert abs files
+ case `uname -s` in
+ MINGW*)
+! file_conv=mingw
+ ;;
+ CYGWIN*)
+ file_conv=cygwin
+ ;;
+ *)
+--- 51,70 ----
+ # lazily determine how to convert abs files
+ case `uname -s` in
+ MINGW*)
+! if test -n "$MSYSTEM" && (cygpath --version) >/dev/null 2>&1; then
+! # MSYS2 environment.
+! file_conv=cygwin
+! else
+! # Original MinGW environment.
+! file_conv=mingw
+! fi
+! ;;
+! MSYS*)
+! # Old MSYS environment, or MSYS2 with 32-bit MSYS2 shell.
+! file_conv=cygwin
+ ;;
+ CYGWIN*)
++ # Cygwin environment.
+ file_conv=cygwin
+ ;;
+ *)
+***************
+*** 63,74 ****
+ fi
+ case $file_conv/,$2, in
+ *,$file_conv,*)
+ ;;
+ mingw/*)
+ file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
+ ;;
+ cygwin/*)
+! file=`cygpath -m "$file" || echo "$file"`
+ ;;
+ wine/*)
+ file=`winepath -w "$file" || echo "$file"`
+--- 74,87 ----
+ fi
+ case $file_conv/,$2, in
+ *,$file_conv,*)
++ # This is the optimization mentioned above:
++ # If UNNEEDED_CONVERSIONS contains $file_conv, don't convert.
+ ;;
+ mingw/*)
+ file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
+ ;;
+ cygwin/*)
+! file=`cygpath -w "$file" || echo "$file"`
+ ;;
+ wine/*)
+ file=`winepath -w "$file" || echo "$file"`
+***************
+*** 143,149 ****
+ # configure might choose to run compile as 'compile cc -o foo foo.c'.
+ eat=1
+ case $2 in
+! *.o | *.[oO][bB][jJ])
+ func_file_conv "$2"
+ set x "$@" -Fo"$file"
+ shift
+--- 156,162 ----
+ # configure might choose to run compile as 'compile cc -o foo foo.c'.
+ eat=1
+ case $2 in
+! *.o | *.lo | *.[oO][bB][jJ])
+ func_file_conv "$2"
+ set x "$@" -Fo"$file"
+ shift
+***************
+*** 248,261 ****
+ right script to run: please start by reading the file 'INSTALL'.
+
+ Report bugs to .
+ EOF
+ exit $?
+ ;;
+ -v | --v*)
+! echo "compile $scriptversion"
+ exit $?
+ ;;
+! cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
+ func_cl_wrapper "$@" # Doesn't return...
+ ;;
+ esac
+--- 261,278 ----
+ right script to run: please start by reading the file 'INSTALL'.
+
+ Report bugs to .
++ GNU Automake home page: .
++ General help using GNU software: .
+ EOF
+ exit $?
+ ;;
+ -v | --v*)
+! echo "compile (GNU Automake) $scriptversion"
+ exit $?
+ ;;
+! cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
+! clang-cl | *[/\\]clang-cl | clang-cl.exe | *[/\\]clang-cl.exe | \
+! icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
+ func_cl_wrapper "$@" # Doesn't return...
+ ;;
+ esac
+***************
+*** 339,347 ****
+ # Local Variables:
+ # mode: shell-script
+ # sh-indentation: 2
+! # eval: (add-hook 'write-file-hooks 'time-stamp)
+ # time-stamp-start: "scriptversion="
+! # time-stamp-format: "%:y-%02m-%02d.%02H"
+! # time-stamp-time-zone: "UTC"
+ # time-stamp-end: "; # UTC"
+ # End:
+--- 356,364 ----
+ # Local Variables:
+ # mode: shell-script
+ # sh-indentation: 2
+! # eval: (add-hook 'before-save-hook 'time-stamp nil t)
+ # time-stamp-start: "scriptversion="
+! # time-stamp-format: "%Y-%02m-%02d.%02H"
+! # time-stamp-time-zone: "UTC0"
+ # time-stamp-end: "; # UTC"
+ # End:
+diff -crB gmp-6.3.0-orig/config.guess gmp-6.3.0/config.guess
+*** gmp-6.3.0-orig/config.guess 2023-07-29 16:42:16.000000000 +0300
+--- gmp-6.3.0/config.guess 2025-08-28 16:19:50.849630073 +0300
+***************
+*** 1,1203 ****
+ #! /bin/sh
+! #
+! # GMP config.guess wrapper.
+
+
+! # Copyright 2000-2019 Free Software Foundation, Inc.
+! #
+! # This file is part of the GNU MP Library.
+! #
+! # The GNU MP Library is free software; you can redistribute it and/or modify
+! # it under the terms of either:
+! #
+! # * the GNU Lesser General Public License as published by the Free
+! # Software Foundation; either version 3 of the License, or (at your
+! # option) any later version.
+! #
+! # or
+ #
+! # * the GNU General Public License as published by the Free Software
+! # Foundation; either version 2 of the License, or (at your option) any
+! # later version.
+ #
+! # or both in parallel, as here.
+ #
+! # The GNU MP Library is distributed in the hope that it will be useful, but
+! # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+! # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+! # for more details.
+ #
+! # You should have received copies of the GNU General Public License and the
+! # GNU Lesser General Public License along with the GNU MP Library. If not,
+! # see https://www.gnu.org/licenses/.
+!
+!
+! # Usage: config.guess
+ #
+! # Print the host system CPU-VENDOR-OS.
+ #
+! # configfsf.guess is run and its guess then sharpened up to take advantage
+! # of the finer grained CPU types that GMP knows.
+!
+
+- # Expect to find configfsf.guess in the same directory as this config.guess
+- configfsf_guess="`echo \"$0\" | sed 's/config.guess$/configfsf.guess/'`"
+- if test "$configfsf_guess" = "$0"; then
+- echo "Cannot derive configfsf.guess from $0" 1>&2
+- exit 1
+- fi
+- if test -f "$configfsf_guess"; then
+- :
+- else
+- echo "$configfsf_guess not found" 1>&2
+- exit 1
+- fi
+
+! # Setup a $SHELL with which to run configfsf.guess, using the same
+! # $CONFIG_SHELL or /bin/sh as autoconf does when running config.guess
+! SHELL=${CONFIG_SHELL-/bin/sh}
+
+- # Identify ourselves on --version, --help or errors
+ if test $# != 0; then
+! echo "(GNU MP wrapped config.guess)"
+! $SHELL $configfsf_guess "$@"
+! exit 1
+! fi
+!
+! guess_full=`$SHELL $configfsf_guess`
+! if test $? != 0; then
+ exit 1
+ fi
+
+! guess_cpu=`echo "$guess_full" | sed 's/-.*$//'`
+! guess_rest=`echo "$guess_full" | sed 's/^[^-]*//'`
+! exact_cpu=
+!
+!
+! # -------------------------------------------------------------------------
+! # The following should look at the current guess and probe the system to
+! # establish a better guess in exact_cpu. Leave exact_cpu empty if probes
+! # can't be done, or don't work.
+! #
+! # When a number of probes are done, test -z "$exact_cpu" can be used instead
+! # of putting each probe under an "else" of the preceeding. That can stop
+! # the code getting horribly nested and marching off the right side of the
+! # screen.
+!
+! # Note that when a compile-and-link is done in one step we need to remove .o
+! # files, since lame C compilers generate these even when not asked.
+! #
+
+ # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
+ # compiler to aid in system detection is discouraged as it requires
+ # temporary files to be created and, as you can see below, it is a
+ # headache to deal with in a portable fashion.
+
+! # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
+! # use `HOST_CC' if defined, but it is deprecated.
+
+ # Portable tmp directory creation inspired by the Autoconf team.
+
+! set_cc_for_build='
+! trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
+! trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
+! : ${TMPDIR=/tmp} ;
+! { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
+! { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
+! { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
+! { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
+! dummy=$tmp/dummy ;
+! tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy $dummy.core ${dummy}0.s" ;
+! case $CC_FOR_BUILD,$HOST_CC,$CC in
+! ,,) echo "int x;" > $dummy.c ;
+! for c in cc gcc c89 c99 ; do
+! if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
+! CC_FOR_BUILD="$c"; break ;
+! fi ;
+! done ;
+! if test x"$CC_FOR_BUILD" = x ; then
+! CC_FOR_BUILD=no_compiler_found ;
+! fi
+! ;;
+! ,,*) CC_FOR_BUILD=$CC ;;
+! ,*,*) CC_FOR_BUILD=$HOST_CC ;;
+! esac ; set_cc_for_build= ;'
+!
+!
+! case "$guess_full" in
+!
+! alpha-*-*)
+! eval $set_cc_for_build
+! # configfsf.guess detects exact alpha cpu types for OSF and GNU/Linux, but
+! # not for *BSD and other systems. We try to get an exact type for any
+! # plain "alpha" it leaves.
+! #
+! # configfsf.guess used to have a block of code not unlike this, but these
+! # days does its thing with Linux kernel /proc/cpuinfo or OSF psrinfo.
+! #
+! cat <${dummy}0.s
+! .data
+! Lformat:
+! .byte 37,100,45,37,120,10,0 # "%d-%x\n"
+! .text
+! .globl main
+! .align 4
+! .ent main
+! main:
+! .frame \$30,16,\$26,0
+! ldgp \$29,0(\$27)
+! .prologue 1
+! .long 0x47e03d91 # implver \$17
+! lda \$2,-1
+! .long 0x47e20c21 # amask \$2,\$1
+! lda \$16,Lformat
+! not \$1,\$18
+! jsr \$26,printf
+! ldgp \$29,0(\$26)
+! mov 0,\$16
+! jsr \$26,exit
+! .end main
+! EOF
+! $CC_FOR_BUILD ${dummy}0.s -o $dummy 2>/dev/null
+! if test "$?" = 0 ; then
+! case `$dummy` in
+! 0-0) exact_cpu=alpha ;;
+! 1-0) exact_cpu=alphaev5 ;;
+! 1-1) exact_cpu=alphaev56 ;;
+! 1-101) exact_cpu=alphapca56 ;;
+! 2-303) exact_cpu=alphaev6 ;;
+! 2-307) exact_cpu=alphaev67 ;;
+! 2-1307) exact_cpu=alphaev68 ;;
+! esac
+! fi
+! ;;
+!
+! arm*-*-* | aarch64-*-*)
+! if [ $( (uname -s) 2>/dev/null) = Darwin ]; then
+! case $(system_profiler SPHardwareDataType | grep Chip) in
+! *Apple\ M1)
+! exact_cpu="applem1";;
+! *Apple\ M2)
+! exact_cpu="applem2";;
+! esac
+! fi
+!
+! cpu_code=`sed -n 's/^CPU part.*\(0x.*\)$/\1/p' /proc/cpuinfo 2>/dev/null | sort -r | head -n 1 2>/dev/null`
+! cpu_implementer=`sed -n 's/^CPU implementer.*\(0x.*\)$/\1/p' /proc/cpuinfo 2>/dev/null | head -n 1 2>/dev/null`
+! case "${cpu_implementer}_${cpu_code}" in
+! 0x53_0x001) exact_cpu=armexynosm1 ;;
+! 0x51_0x800) exact_cpu=armcortexa57 ;;
+! 0x43_0x0a1) exact_cpu=armthunderx ;;
+! 0x50_0x000) exact_cpu=armxgene1 ;;
+! 0x61_0x023) exact_cpu=applem1 ;;
+! esac
+! if test -z "$exact_cpu"; then
+! case "$cpu_code" in
+! 0xa10 | 0xa11 | 0xb11) # v4 strongarm/sa1100
+! exact_cpu="armsa1";;
+! 0x915 | 0x925 | \
+! 0x920 | 0x922 | 0x940) # v4
+! exact_cpu="arm9tdmi";;
+! 0x210 | 0x290 | 0x2d0 | \
+! 0x212 | 0x292 | 0x2d2 | \
+! 0x411) exact_cpu="armxscale";; # v5 pxa2xx
+! 0x926 | 0x946 | 0x966 | 0x968) # v5te/v5tej
+! exact_cpu="arm9te";;
+! 0xa20 | 0xa22 | 0xa26) # v5te
+! exact_cpu="arm10";;
+! 0xb02) exact_cpu="arm11mpcore";; # v6
+! 0xb36) exact_cpu="arm1136";; # v6
+! 0xb56) exact_cpu="arm1156";; # v6t2
+! 0xb76) exact_cpu="arm1176";; # v6
+! 0xc05) exact_cpu="armcortexa5";; # v7a
+! 0xc07) exact_cpu="armcortexa7";; # v7a
+! 0xc08) exact_cpu="armcortexa8";; # v7a
+! 0xc09) exact_cpu="armcortexa9";; # v7a
+! 0xc0f) exact_cpu="armcortexa15";; # v7a
+! 0xc0d) exact_cpu="armcortexa12";; # v7a
+! 0xc0e) exact_cpu="armcortexa17";; # v7a
+! 0xc14) exact_cpu="armcortexr4";; # v7r
+! 0xc15) exact_cpu="armcortexr5";; # v7r
+! 0xc23) exact_cpu="armcortexm3";; # v7m
+!
+! 0xd04) exact_cpu="armcortexa35";; # v8
+! 0xd03) exact_cpu="armcortexa53";; # v8
+! 0xd05) exact_cpu="armcortexa55";; # v8.2
+! 0xd07) exact_cpu="armcortexa57";; # v8
+! 0xd08) exact_cpu="armcortexa72";; # v8
+! 0xd09) exact_cpu="armcortexa73";; # v8
+! 0xd0a) exact_cpu="armcortexa75";; # v8.2
+! 0xd0b) exact_cpu="armcortexa76";; # v8.3
+! *) exact_cpu=$guess_cpu;;
+ esac
+- fi
+- exact_cpu="${exact_cpu}`sed -n 's;^Features.*\(neon\).*;\1;p' /proc/cpuinfo 2>/dev/null | head -n 1 2>/dev/null`"
+- ;;
+-
+- ia64*-*-*)
+- eval $set_cc_for_build
+- # CPUID[3] bits 24 to 31 is the processor family. itanium2 is documented
+- # as 0x1f, plain itanium has been seen returning 0x07 on two systems, but
+- # haven't found any documentation on it as such.
+- #
+- # Defining both getcpuid and _getcpuid lets us ignore whether the system
+- # expects underscores or not.
+- #
+- # "unsigned long long" is always 64 bits, in fact on hpux in ilp32 mode
+- # (which is the default there), it's the only 64-bit type.
+- #
+- cat >${dummy}0.s <$dummy.c <
+- unsigned long long getcpuid ();
+- int
+- main ()
+- {
+- if (getcpuid(0LL) == 0x49656E69756E6547LL && getcpuid(1LL) == 0x6C65746ELL)
+- {
+- /* "GenuineIntel" */
+- switch ((getcpuid(3LL) >> 24) & 0xFF) {
+- case 0x07: puts ("itanium"); break;
+- case 0x1F: puts ("itanium2"); break; /* McKinley, Madison */
+- case 0x20: puts ("itanium2"); break; /* Montecito, Montvale, Tukwila */
+- case 0x21: puts ("itanium2"); break; /* Poulson */
+- }
+- }
+- return 0;
+ }
+- EOF
+- if $CC_FOR_BUILD ${dummy}0.s $dummy.c -o $dummy >/dev/null 2>&1; then
+- exact_cpu=`$dummy`
+- fi
+- ;;
+-
+- mips-*-irix[6789]*)
+- # IRIX 6 and up always has a 64-bit mips cpu
+- exact_cpu=mips64
+- ;;
+-
+- mips-*-*)
+- case $(uname -m) in
+- mips64) exact_cpu=mips64;;
+- esac
+- ;;
+
+! mipsel-*-*)
+! case $(uname -m) in
+! mips64) exact_cpu=mips64el;;
+! esac
+! ;;
+
+! m68k-*-*)
+! eval $set_cc_for_build
+! # NetBSD (and presumably other *BSD) "sysctl hw.model" gives for example
+! # hw.model = Apple Macintosh Quadra 610 (68040)
+! exact_cpu=`(sysctl hw.model) 2>/dev/null | sed -n 's/^.*\(680[012346]0\).*$/m\1/p'`
+! if test -z "$exact_cpu"; then
+! # Linux kernel 2.2 gives for example "CPU: 68020" (tabs in between).
+! exact_cpu=`sed -n 's/^CPU:.*\(680[012346]0\).*$/m\1/p' /proc/cpuinfo 2>/dev/null`
+! fi
+! if test -z "$exact_cpu"; then
+! # Try: movel #0,%d0; rts
+! # This is to check the compiler and our asm code works etc, before
+! # assuming failures below indicate cpu characteristics.
+! # .byte is used to avoid problems with assembler syntax variations.
+! # For testing, provoke failures by adding "illegal" possibly as
+! # ".byte 0x4A, 0xFC"
+! cat >${dummy}0.s </dev/null 2>&1; then
+
+! # $SHELL -c is used to execute $dummy below, since ($dummy)
+! # 2>/dev/null still prints the SIGILL message on some shells.
+! #
+! # Try: movel #0,%d0
+! # rtd #0
+! cat >${dummy}0.s </dev/null 2>&1; then
+! $SHELL -c $dummy >/dev/null 2>&1
+! if test $? != 0; then
+! exact_cpu=m68000 # because rtd didn't work
+! fi
+! fi
+! #
+!
+! if test -z "$exact_cpu"; then
+! # Try: trapf
+! # movel #0,%d0
+! # rts
+! # Another possibility for identifying 68000 and 68010 is the
+! # different value stored by "movem a0,(a0)+"
+! cat >${dummy}0.s </dev/null 2>&1; then
+! $SHELL -c $dummy >/dev/null 2>&1
+! if test $? != 0; then
+! exact_cpu=m68010 # because trapf didn't work
+! fi
+! fi
+! fi
+!
+! if test -z "$exact_cpu"; then
+! # Try: bfffo %d1{0:31},%d0
+! # movel #0,%d0
+! # rts
+! cat >${dummy}0.s </dev/null 2>&1; then
+! $SHELL -c $dummy >/dev/null 2>&1
+! if test $? != 0; then
+! exact_cpu=m68360 # cpu32, because bfffo didn't work
+! fi
+! fi
+! fi
+!
+! if test -z "$exact_cpu"; then
+! # FIXME: Now we know 68020 or up, but how to detect 030, 040 and 060?
+! exact_cpu=m68020
+! fi
+! fi
+! fi
+! if test -z "$exact_cpu"; then
+! case "$guess_full" in
+! *-*-next* | *-*-openstep*) # NeXTs are 68020 or better
+! exact_cpu=m68020 ;;
+! esac
+! fi
+! ;;
+!
+!
+! rs6000-*-* | powerpc*-*-*)
+! # Enhancement: On MacOS the "machine" command prints for instance
+! # "ppc750". Interestingly on powerpc970-apple-darwin6.8.5 it prints
+! # "ppc970" where there's no actual #define for 970 from NXGetLocalArchInfo
+! # (as noted below). But the man page says the command is still "under
+! # development", so it doesn't seem wise to use it just yet, not while
+! # there's an alternative.
+!
+! # Try to read the PVR. mfpvr is a protected instruction, NetBSD, MacOS and
+! # AIX don't allow it in user mode, but the Linux kernel does. We prefer this
+! # to /proc/cpuinfo since the latter lags for newer CPUs.
+! #
+! # Note this is no good on AIX, since a C function there is the address of
+! # a function descriptor, not actual code. But this doesn't matter since
+! # AIX doesn't allow mfpvr anyway.
+! #
+! if test -z "$exact_cpu"; then
+! eval $set_cc_for_build
+! cat >$dummy.c <<\EOF
+! #include
+! int
+! main ()
+! {
+! unsigned pvr;
+!
+! asm ("mfpvr %0" : "=r" (pvr));
+!
+! switch (pvr >> 16) {
+! case 0x0001: puts ("powerpc601"); break;
+! case 0x0003: puts ("powerpc603"); break;
+! case 0x0004: puts ("powerpc604"); break;
+! case 0x0006: puts ("powerpc603e"); break;
+! case 0x0007: puts ("powerpc603e"); break; /* 603ev */
+! case 0x0008: puts ("powerpc750"); break;
+! case 0x0009: puts ("powerpc604e"); break;
+! case 0x000a: puts ("powerpc604e"); break; /* 604ev5 */
+! case 0x000c: puts ("powerpc7400"); break;
+! case 0x0041: puts ("powerpc630"); break;
+! case 0x003f: puts ("power7"); break;
+! case 0x004b:
+! case 0x004c:
+! case 0x004d: puts ("power8"); break;
+! case 0x004e: puts ("power9"); break;
+! case 0x0080: puts ("power10"); break;
+! case 0x0050: puts ("powerpc860"); break;
+! case 0x8000: puts ("powerpc7450"); break;
+! case 0x8001: puts ("powerpc7455"); break;
+! case 0x8002: puts ("powerpc7457"); break;
+! case 0x8003: puts ("powerpc7447"); break; /* really 7447A */
+! case 0x800c: puts ("powerpc7410"); break;
+! }
+! return 0;
+! }
+ EOF
+! if ($CC_FOR_BUILD $dummy.c -o $dummy) >/dev/null 2>&1; then
+! # This style construct is needed on AIX 4.3 to suppress the SIGILL error
+! # from (*fun)(). Using $SHELL -c $dummy 2>/dev/null doesn't work.
+! { x=`$dummy`; } 2>/dev/null
+! if test -n "$x"; then
+! exact_cpu=$x
+! fi
+! fi
+! fi
+!
+!
+! # Grep the /proc/cpuinfo pseudo-file.
+! # Anything unrecognised is ignored, since of course we mustn't spit out
+! # a cpu type config.sub doesn't know.
+! if test -z "$exact_cpu" && test -f /proc/cpuinfo; then
+! x=`grep "^cpu[ ]" /proc/cpuinfo | head -n 1`
+! x=`echo $x | sed -n 's/^cpu[ ]*:[ ]*\([A-Za-z0-9]*\).*/\1/p'`
+! x=`echo $x | sed 's/PPC//'`
+! case $x in
+! 601) exact_cpu="power" ;;
+! 603ev) exact_cpu="powerpc603e" ;;
+! 604ev5) exact_cpu="powerpc604e" ;;
+! 970??) exact_cpu="powerpc970" ;;
+! 603 | 603e | 604 | 604e | 750 | 821 | 860)
+! exact_cpu="powerpc$x" ;;
+! POWER[4-9]*)
+! exact_cpu=`echo $x | sed -e "s;POWER;power;" -e "s;[a-zA-Z]*$;;"` ;;
+! esac
+! fi
+
+
+! if test -z "$exact_cpu"; then
+! # On AIX, try looking at _system_configuration. This is present in
+! # version 4 at least.
+! cat >$dummy.c <
+! #include
+ int
+ main ()
+ {
+! switch (_system_configuration.implementation) {
+! /* Old versions of AIX don't have all these constants,
+! use ifdef for safety. */
+! #ifdef POWER_RS2
+! case POWER_RS2: puts ("power2"); break;
+! #endif
+! #ifdef POWER_601
+! case POWER_601: puts ("power"); break;
+! #endif
+! #ifdef POWER_603
+! case POWER_603: puts ("powerpc603"); break;
+! #endif
+! #ifdef POWER_604
+! case POWER_604: puts ("powerpc604"); break;
+! #endif
+! #ifdef POWER_620
+! case POWER_620: puts ("powerpc620"); break;
+! #endif
+! #ifdef POWER_630
+! case POWER_630: puts ("powerpc630"); break;
+! #endif
+! /* Dunno what this is, leave it out for now.
+! case POWER_A35: puts ("powerpca35"); break;
+! */
+! /* This is waiting for a bit more info.
+! case POWER_RS64II: puts ("powerpcrs64ii"); break;
+! */
+! #ifdef POWER_4
+! case POWER_4: puts ("power4"); break;
+! #endif
+! #ifdef POWER_5
+! case POWER_5: puts ("power5"); break;
+! #endif
+! #ifdef POWER_6
+! case POWER_6: puts ("power6"); break;
+! #endif
+! #ifdef POWER_7
+! case POWER_7: puts ("power7"); break;
+! #endif
+! #ifdef POWER_8
+! case POWER_8: puts ("power8"); break;
+! #endif
+! #ifdef POWER_9
+! case POWER_9: puts ("power9"); break;
+! #endif
+! default:
+! if (_system_configuration.architecture == POWER_RS)
+! puts ("power");
+! else if (_system_configuration.width == 64)
+! puts ("powerpc64");
+! }
+! return 0;
+! }
+! EOF
+! if ($CC_FOR_BUILD $dummy.c -o $dummy) >/dev/null 2>&1; then
+! x=`$dummy`
+! if test -n "$x"; then
+! exact_cpu=$x
+! fi
+! fi
+! fi
+!
+! if test -z "$exact_cpu"; then
+! # On MacOS X (or any Mach-O presumably), NXGetLocalArchInfo cpusubtype
+! # can tell us the exact cpu.
+! cat >$dummy.c <
+! #include
+! int
+! main (void)
+! {
+! const NXArchInfo *a = NXGetLocalArchInfo();
+! if (a->cputype == CPU_TYPE_POWERPC)
+! {
+! switch (a->cpusubtype) {
+! /* The following known to Darwin 1.3. */
+! case CPU_SUBTYPE_POWERPC_601: puts ("powerpc601"); break;
+! case CPU_SUBTYPE_POWERPC_602: puts ("powerpc602"); break;
+! case CPU_SUBTYPE_POWERPC_603: puts ("powerpc603"); break;
+! case CPU_SUBTYPE_POWERPC_603e: puts ("powerpc603e"); break;
+! case CPU_SUBTYPE_POWERPC_603ev: puts ("powerpc603e"); break;
+! case CPU_SUBTYPE_POWERPC_604: puts ("powerpc604"); break;
+! case CPU_SUBTYPE_POWERPC_604e: puts ("powerpc604e"); break;
+! case CPU_SUBTYPE_POWERPC_620: puts ("powerpc620"); break;
+! case CPU_SUBTYPE_POWERPC_750: puts ("powerpc750"); break;
+! case CPU_SUBTYPE_POWERPC_7400: puts ("powerpc7400"); break;
+! case CPU_SUBTYPE_POWERPC_7450: puts ("powerpc7450"); break;
+! /* Darwin 6.8.5 doesn't define the following */
+! case 0x8001: puts ("powerpc7455"); break;
+! case 0x8002: puts ("powerpc7457"); break;
+! case 0x8003: puts ("powerpc7447"); break;
+! case 100: puts ("powerpc970"); break;
+! }
+! }
+! return 0;
+! }
+! EOF
+! if ($CC_FOR_BUILD $dummy.c -o $dummy) >/dev/null 2>&1; then
+! x=`$dummy`
+! if test -n "$x"; then
+! exact_cpu=$x
+! fi
+! fi
+! fi
+! ;;
+!
+! sparc-*-* | sparc64-*-*)
+! # If we can recognise an actual v7 then $exact_cpu is set to "sparc" so as
+! # to short-circuit subsequent tests.
+!
+! # Grep the linux kernel /proc/cpuinfo pseudo-file.
+! # A typical line is "cpu\t\t: TI UltraSparc II (BlackBird)"
+! # See arch/sparc/kernel/cpu.c and arch/sparc64/kernel/cpu.c.
+! #
+! if test -f /proc/cpuinfo; then
+! if grep 'cpu.*Cypress' /proc/cpuinfo >/dev/null; then
+! exact_cpu="sparc" # ie. v7
+! elif grep 'cpu.*Power-UP' /proc/cpuinfo >/dev/null; then
+! exact_cpu="sparc" # ie. v7
+! elif grep 'cpu.*HyperSparc' /proc/cpuinfo >/dev/null; then
+! exact_cpu="sparcv8"
+! elif grep 'cpu.*SuperSparc' /proc/cpuinfo >/dev/null; then
+! exact_cpu="supersparc"
+! elif grep 'cpu.*MicroSparc' /proc/cpuinfo >/dev/null; then
+! exact_cpu="microsparc"
+! elif grep 'cpu.*MB86904' /proc/cpuinfo >/dev/null; then
+! # actually MicroSPARC-II
+! exact_cpu=microsparc
+! elif grep 'cpu.*UltraSparc T5' /proc/cpuinfo >/dev/null; then
+! exact_cpu="ultrasparct5"
+! elif grep 'cpu.*UltraSparc T4' /proc/cpuinfo >/dev/null; then
+! exact_cpu="ultrasparct4"
+! elif grep 'cpu.*UltraSparc T3' /proc/cpuinfo >/dev/null; then
+! exact_cpu="ultrasparct3"
+! elif grep 'cpu.*UltraSparc T2' /proc/cpuinfo >/dev/null; then
+! exact_cpu="ultrasparct2"
+! elif grep 'cpu.*UltraSparc T1' /proc/cpuinfo >/dev/null; then
+! exact_cpu="ultrasparct1"
+! elif grep 'cpu.*UltraSparc III' /proc/cpuinfo >/dev/null; then
+! exact_cpu="ultrasparc3"
+! elif grep 'cpu.*UltraSparc IIi' /proc/cpuinfo >/dev/null; then
+! exact_cpu="ultrasparc2i"
+! elif grep 'cpu.*UltraSparc II' /proc/cpuinfo >/dev/null; then
+! exact_cpu="ultrasparc2"
+! elif grep 'cpu.*UltraSparc' /proc/cpuinfo >/dev/null; then
+! exact_cpu="ultrasparc"
+! fi
+! fi
+!
+! # Need to invoke this for setup of $dummy
+! eval $set_cc_for_build
+!
+! # Grep the output from sysinfo on SunOS.
+! # sysinfo has been seen living in /bin or in /usr/kvm
+! # cpu0 is a "SuperSPARC Model 41 SPARCmodule" CPU
+! # cpu0 is a "75 MHz TI,TMS390Z55" CPU
+! #
+! if test -z "$exact_cpu"; then
+! for i in sysinfo /usr/kvm/sysinfo; do
+! if $SHELL -c $i 2>/dev/null >$dummy; then
+! if grep 'cpu0 is a "SuperSPARC' $dummy >/dev/null; then
+! exact_cpu=supersparc
+! break
+! elif grep 'cpu0 is a .*TMS390Z5.' $dummy >/dev/null; then
+! # TMS390Z50 and TMS390Z55
+! exact_cpu=supersparc
+! break
+! fi
+! fi
+! done
+! fi
+!
+! # Grep the output from prtconf on Solaris.
+! # Use an explicit /usr/sbin, since that directory might not be in a normal
+! # user's path.
+! #
+! # SUNW,UltraSPARC (driver not attached)
+! # SUNW,UltraSPARC-II (driver not attached)
+! # SUNW,UltraSPARC-IIi (driver not attached)
+! # SUNW,UltraSPARC-III+ (driver not attached)
+! # Ross,RT625 (driver not attached)
+! # TI,TMS390Z50 (driver not attached)
+! #
+! # /usr/sbin/sysdef prints similar information, but includes all loadable
+! # cpu modules, not just the real cpu.
+! #
+! # We first try a plain prtconf, since that is known to work on older systems.
+! # But for newer T1 systems, that doesn't produce any useful output, we need
+! # "prtconf -vp" there.
+! #
+! for prtconfopt in "" "-vp"; do
+! if test -z "$exact_cpu"; then
+! if $SHELL -c "/usr/sbin/prtconf $prtconfopt" 2>/dev/null >$dummy; then
+! if egrep '(SUNW|ORCL),(Ultra)?SPARC-T5' $dummy >/dev/null; then
+! exact_cpu=ultrasparct5
+! elif egrep '(SUNW|ORCL),(Ultra)?SPARC-T4' $dummy >/dev/null; then
+! exact_cpu=ultrasparct4
+! elif egrep '(SUNW|ORCL),(Ultra)?SPARC-T3' $dummy >/dev/null; then
+! exact_cpu=ultrasparct3
+! elif egrep '(SUNW|ORCL),(Ultra)?SPARC-T2' $dummy >/dev/null; then
+! exact_cpu=ultrasparct2
+! elif egrep '(SUNW|ORCL),(Ultra)?SPARC-T1' $dummy >/dev/null; then
+! exact_cpu=ultrasparct1
+! elif egrep '(SUNW|ORCL),(Ultra)?SPARC-III' $dummy >/dev/null; then
+! exact_cpu=ultrasparc3
+! elif egrep '(SUNW|ORCL),(Ultra)?SPARC-IIi' $dummy >/dev/null; then
+! exact_cpu=ultrasparc2i
+! elif egrep '(SUNW|ORCL),(Ultra)?SPARC-II' $dummy >/dev/null; then
+! exact_cpu=ultrasparc2
+! elif egrep '(SUNW|ORCL),(Ultra)?SPARC' $dummy >/dev/null; then
+! exact_cpu=ultrasparc
+! elif grep 'Ross,RT62.' $dummy >/dev/null; then
+! # RT620, RT625, RT626 hypersparcs (v8).
+! exact_cpu=sparcv8
+! elif grep 'TI,TMS390Z5.' $dummy >/dev/null; then
+! # TMS390Z50 and TMS390Z55
+! exact_cpu=supersparc
+! elif grep 'TI,TMS390S10' $dummy >/dev/null; then
+! exact_cpu=microsparc
+! elif grep 'FMI,MB86904' $dummy >/dev/null; then
+! # actually MicroSPARC-II
+! exact_cpu=microsparc
+! fi
+! fi
+! fi
+! done
+!
+! # Grep the output from sysctl hw.model on sparc or sparc64 *BSD.
+! # Use an explicit /sbin, since that directory might not be in a normal
+! # user's path. Example outputs,
+! #
+! # hw.model: Sun Microsystems UltraSparc-IIi
+! #
+! if test -z "$exact_cpu"; then
+! if $SHELL -c "/sbin/sysctl hw.model" 2>/dev/null >$dummy; then
+! if grep -i 'UltraSparc-T5' $dummy >/dev/null; then
+! exact_cpu=ultrasparct5
+! elif grep -i 'UltraSparc-T4' $dummy >/dev/null; then
+! exact_cpu=ultrasparct4
+! elif grep -i 'UltraSparc-T3' $dummy >/dev/null; then
+! exact_cpu=ultrasparct3
+! elif grep -i 'UltraSparc-T2' $dummy >/dev/null; then
+! exact_cpu=ultrasparct2
+! elif grep -i 'UltraSparc-T1' $dummy >/dev/null; then
+! exact_cpu=ultrasparct1
+! elif grep -i 'UltraSparc-III' $dummy >/dev/null; then
+! exact_cpu=ultrasparc3
+! elif grep -i 'UltraSparc-IIi' $dummy >/dev/null; then
+! exact_cpu=ultrasparc2i
+! elif grep -i 'UltraSparc-II' $dummy >/dev/null; then
+! exact_cpu=ultrasparc2
+! elif grep -i 'UltraSparc' $dummy >/dev/null; then
+! exact_cpu=ultrasparc
+! elif grep 'TMS390Z5.' $dummy >/dev/null; then
+! # TMS390Z50 and TMS390Z55
+! exact_cpu=supersparc
+! elif grep 'TMS390S10' $dummy >/dev/null; then
+! exact_cpu=microsparc
+! elif grep 'MB86904' $dummy >/dev/null; then
+! # actually MicroSPARC-II
+! exact_cpu=microsparc
+! elif grep 'MB86907' $dummy >/dev/null; then
+! exact_cpu=turbosparc
+! fi
+! fi
+! fi
+!
+! # sun4m and sun4d are v8s of some sort, sun4u is a v9 of some sort
+! #
+! if test -z "$exact_cpu"; then
+! case `uname -m` in
+! sun4[md]) exact_cpu=sparcv8 ;;
+! sun4u) exact_cpu=sparcv9 ;;
+! esac
+! fi
+! ;;
+
+
+! # Recognise x86 processors using a tricky cpuid with 4 arguments, repeating
+! # arguments; for x86-64 we effectively pass the 1st in rdx and the 2nd in rcx.
+! # This allows the same asm to work for both standard and Windoze calling
+! # conventions.
+!
+! i?86-*-* | amd64-*-* | x86_64-*-*)
+! eval $set_cc_for_build
+!
+! cat <$dummy.c
+! #include
+! #include
+! #define CPUID(a,b) cpuid(b,a,a,b)
+! #if __cplusplus
+! extern "C"
+ #endif
+- unsigned int cpuid (int, char *, char *, int);
+
+! int
+! gmp_workaround_skylake_cpuid_bug ()
+! {
+! char feature_string[49];
+! char processor_name_string[49];
+! static const char *bad_cpus[] = {" G44", " G45", " G39" /* , "6600" */ };
+! int i;
+!
+! /* Example strings: */
+! /* "Intel(R) Pentium(R) CPU G4400 @ 3.30GHz" */
+! /* "Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz" */
+! /* ^ ^ ^ */
+! /* 0x80000002 0x80000003 0x80000004 */
+! /* We match out just the 0x80000003 part here. */
+!
+! /* In their infinitive wisdom, Intel decided to use one register order for
+! the vendor string, and another for the processor name string. We shuffle
+! things about here, rather than write a new variant of our assembly cpuid.
+! */
+!
+! unsigned int eax, ebx, ecx, edx;
+! eax = CPUID (feature_string, 0x80000003);
+! ebx = ((unsigned int *)feature_string)[0];
+! edx = ((unsigned int *)feature_string)[1];
+! ecx = ((unsigned int *)feature_string)[2];
+!
+! ((unsigned int *) (processor_name_string))[0] = eax;
+! ((unsigned int *) (processor_name_string))[1] = ebx;
+! ((unsigned int *) (processor_name_string))[2] = ecx;
+! ((unsigned int *) (processor_name_string))[3] = edx;
+!
+! processor_name_string[16] = 0;
+!
+! for (i = 0; i < sizeof (bad_cpus) / sizeof (char *); i++)
+! {
+! if (strstr (processor_name_string, bad_cpus[i]) != 0)
+! return 1;
+! }
+! return 0;
+! }
+
+! int
+! main ()
+! {
+! char vendor_string[13];
+! char feature_string[12];
+! long fms;
+! int family, model;
+! const char *modelstr, *suffix;
+! int cpu_64bit = 0, cpu_avx = 0;
+! int cpuid_64bit, cpuid_avx, cpuid_osxsave;
+!
+! CPUID (vendor_string, 0);
+! vendor_string[12] = 0;
+!
+! fms = CPUID (feature_string, 1);
+!
+! family = ((fms >> 8) & 0xf) + ((fms >> 20) & 0xff);
+! model = ((fms >> 4) & 0xf) + ((fms >> 12) & 0xf0);
+!
+! cpuid_avx = (feature_string[11] >> 4) & 1;
+! cpuid_osxsave = (feature_string[11] >> 3) & 1;
+!
+! modelstr = "$guess_cpu";
+!
+! /**************************************************/
+! /*** WARNING: keep this list in sync with fat.c ***/
+! /**************************************************/
+! if (strcmp (vendor_string, "GenuineIntel") == 0)
+! {
+! switch (family)
+! {
+! case 5:
+! if (model == 4 || model == 8) modelstr = "pentiummmx";
+! else modelstr = "pentium";
+! break;
+! case 6:
+! if (model <= 1) modelstr = "pentiumpro";
+! else if (model <= 6) modelstr = "pentium2";
+! else if (model <= 8) modelstr = "pentium3";
+! else if (model <= 9) modelstr = "pentiumm";
+! else if (model <= 0x0c) modelstr = "pentium3";
+! else if (model <= 0x0e) modelstr = "pentiumm";
+! else if (model <= 0x19) cpu_64bit = 1, modelstr = "core2";
+! else if (model == 0x1a) cpu_64bit = 1, modelstr = "nehalem"; /* NHM Gainestown */
+! else if (model == 0x1c) cpu_64bit = 1, modelstr = "atom"; /* Silverthorne */
+! else if (model == 0x1d) cpu_64bit = 1, modelstr = "core2"; /* PNR Dunnington */
+! else if (model == 0x1e) cpu_64bit = 1, modelstr = "nehalem"; /* NHM Lynnfield/Jasper */
+! else if (model == 0x25) cpu_64bit = 1, modelstr = "westmere"; /* WSM Clarkdale/Arrandale */
+! else if (model == 0x26) cpu_64bit = 1, modelstr = "atom"; /* Lincroft */
+! else if (model == 0x27) cpu_64bit = 1, modelstr = "atom"; /* Saltwell */
+! else if (model == 0x2a) cpu_64bit = 1, cpu_avx=1, modelstr = "sandybridge";/* SB */
+! else if (model == 0x2c) cpu_64bit = 1, modelstr = "westmere"; /* WSM Gulftown */
+! else if (model == 0x2d) cpu_64bit = 1, cpu_avx=1, modelstr = "sandybridge";/* SBC-EP */
+! else if (model == 0x2e) cpu_64bit = 1, modelstr = "nehalem"; /* NHM Beckton */
+! else if (model == 0x2f) cpu_64bit = 1, modelstr = "westmere"; /* WSM Eagleton */
+! else if (model == 0x36) cpu_64bit = 1, modelstr = "atom"; /* Cedarview/Saltwell */
+! else if (model == 0x37) cpu_64bit = 1, modelstr = "silvermont"; /* Silvermont */
+! else if (model == 0x3a) cpu_64bit = 1, cpu_avx=1, modelstr = "ivybridge"; /* IBR */
+! else if (model == 0x3c) cpu_64bit = 1, cpu_avx=1, modelstr = "haswell"; /* Haswell client */
+! else if (model == 0x3d) cpu_64bit = 1, cpu_avx=1, modelstr = "broadwell"; /* Broadwell */
+! else if (model == 0x3e) cpu_64bit = 1, cpu_avx=1, modelstr = "ivybridge"; /* Ivytown */
+! else if (model == 0x3f) cpu_64bit = 1, cpu_avx=1, modelstr = "haswell"; /* Haswell server */
+! else if (model == 0x45) cpu_64bit = 1, cpu_avx=1, modelstr = "haswell"; /* Haswell ULT */
+! else if (model == 0x46) cpu_64bit = 1, cpu_avx=1, modelstr = "haswell"; /* Crystal Well */
+! else if (model == 0x47) cpu_64bit = 1, cpu_avx=1, modelstr = "broadwell"; /* Broadwell */
+! else if (model == 0x4a) cpu_64bit = 1, modelstr = "silvermont"; /* Silvermont */
+! else if (model == 0x4c) cpu_64bit = 1, modelstr = "silvermont"; /* Airmont */
+! else if (model == 0x4d) cpu_64bit = 1, modelstr = "silvermont"; /* Silvermont/Avoton */
+! else if (model == 0x4e) cpu_64bit = 1, cpu_avx=1, modelstr = "skylake"; /* Skylake client */
+! else if (model == 0x4f) cpu_64bit = 1, cpu_avx=1, modelstr = "broadwell"; /* Broadwell server */
+! else if (model == 0x55) cpu_64bit = 1, cpu_avx=1, modelstr = "skylake"; /* Skylake server */
+! else if (model == 0x56) cpu_64bit = 1, cpu_avx=1, modelstr = "broadwell"; /* Broadwell microserver */
+! else if (model == 0x57) cpu_64bit = 1, modelstr = "knightslanding"; /* aka Xeon Phi */
+! else if (model == 0x5a) cpu_64bit = 1, modelstr = "silvermont"; /* Silvermont */
+! else if (model == 0x5c) cpu_64bit = 1, modelstr = "goldmont"; /* Goldmont */
+! else if (model == 0x5e) cpu_64bit = 1, cpu_avx=1, modelstr = "skylake"; /* Skylake */
+! else if (model == 0x5f) cpu_64bit = 1, modelstr = "goldmont"; /* Goldmont */
+! else if (model == 0x6a) cpu_64bit = 1, cpu_avx=1, modelstr = "icelake"; /* Ice Lake-DE */
+! else if (model == 0x6c) cpu_64bit = 1, cpu_avx=1, modelstr = "icelake"; /* Ice Lake-SP */
+! else if (model == 0x7a) cpu_64bit = 1, modelstr = "goldmont"; /* Goldmont Plus */
+! else if (model == 0x7d) cpu_64bit = 1, cpu_avx=1, modelstr = "icelake"; /* Ice Lake Y */
+! else if (model == 0x7e) cpu_64bit = 1, cpu_avx=1, modelstr = "icelake"; /* Ice Lake U */
+! else if (model == 0x8a) cpu_64bit = 1, modelstr = "tremont"; /* Tremont */
+! else if (model == 0x8c) cpu_64bit = 1, cpu_avx=1, modelstr = "tigerlake"; /* Tiger Lake U */
+! else if (model == 0x8d) cpu_64bit = 1, cpu_avx=1, modelstr = "tigerlake"; /* Tiger Lake H */
+! else if (model == 0x8e) cpu_64bit = 1, cpu_avx=1, modelstr = "kabylake"; /* Kaby Lake Y/U */
+! else if (model == 0x8f) cpu_64bit = 1, cpu_avx=1, modelstr = "alderlake"; /* Sapphire Rapids */
+! else if (model == 0x96) cpu_64bit = 1, modelstr = "tremont"; /* Tremont */
+! else if (model == 0x97) cpu_64bit = 1, cpu_avx=1, modelstr = "alderlake"; /* Alder Lake S */
+! else if (model == 0x9a) cpu_64bit = 1, cpu_avx=1, modelstr = "alderlake"; /* Alder Lake P */
+! else if (model == 0x9c) cpu_64bit = 1, modelstr = "tremont"; /* Tremont */
+! else if (model == 0x9e) cpu_64bit = 1, cpu_avx=1, modelstr = "kabylake"; /* Kaby Lake desktop */
+! else if (model == 0xa7) cpu_64bit = 1, cpu_avx=1, modelstr = "rocketlake"; /* Rocket Lake S */
+! else if (model == 0xba) cpu_64bit = 1, cpu_avx=1, modelstr = "raptorlake"; /* Raptor Lake */
+! else if (model == 0xb7) cpu_64bit = 1, cpu_avx=1, modelstr = "raptorlake"; /* Raptor Lake */
+! else cpu_64bit = 1, modelstr = "nehalem"; /* default */
+!
+! if (strcmp (modelstr, "haswell") == 0 ||
+! strcmp (modelstr, "broadwell") == 0 ||
+! strcmp (modelstr, "skylake") == 0)
+! {
+! /* Some haswell, broadwell, skylake lack BMI2. Let them appear
+! as sandybridge for now. */
+! CPUID (feature_string, 7);
+! if ((feature_string[0 + 8 / 8] & (1 << (8 % 8))) == 0
+! || gmp_workaround_skylake_cpuid_bug ())
+! modelstr = "sandybridge";
+! }
+
+! break;
+! case 15:
+! cpu_64bit = 1, modelstr = "pentium4";
+! break;
+! }
+! }
+! else if (strcmp (vendor_string, "AuthenticAMD") == 0)
+! {
+! switch (family)
+! {
+! case 5:
+! if (model <= 3) modelstr = "k5";
+! else if (model <= 7) modelstr = "k6";
+! else if (model == 8) modelstr = "k62";
+! else if (model == 9) modelstr = "k63";
+! else if (model == 10) modelstr = "geode";
+! else if (model == 13) modelstr = "k63";
+! break;
+! case 6:
+! modelstr = "athlon";
+! break;
+! case 15: /* K8, K9 */
+! cpu_64bit = 1, modelstr = "k8";
+! break;
+! case 16: /* K10 */
+! cpu_64bit = 1, modelstr = "k10";
+! break;
+! case 17: /* Hybrid k8/k10, claim k8 */
+! cpu_64bit = 1, modelstr = "k8";
+! break;
+! case 18: /* Llano, uses K10 core */
+! cpu_64bit = 1, modelstr = "k10";
+! break;
+! case 19: /* AMD Internal, assume future K10 */
+! cpu_64bit = 1, modelstr = "k10";
+! break;
+! case 20: /* Bobcat */
+! cpu_64bit = 1, modelstr = "bobcat";
+! break;
+! case 21: /* Bulldozer */
+! cpu_64bit = 1, cpu_avx = 1;
+! if (model <= 1)
+! modelstr = "bulldozer";
+! else if (model < 0x20) /* really 2, [0x10-0x20) */
+! modelstr = "piledriver";
+! else if (model < 0x40) /* really [0x30-0x40) */
+! modelstr = "steamroller";
+! else /* really [0x60-0x70) */
+! modelstr = "excavator";
+! break;
+! case 22: /* Jaguar, an improved bobcat */
+! cpu_64bit = 1, cpu_avx = 1, modelstr = "jaguar";
+! break;
+! case 23: /* Zen 1, 2 */
+! cpu_64bit = 1, cpu_avx = 1;
+! switch (model) {
+! case 1:
+! case 8:
+! case 17:
+! case 24:
+! modelstr = "zen";
+! break;
+! default:
+! modelstr = "zen2";
+! break;
+! }
+! break;
+! case 25: /* Zen 3, 4 */
+! cpu_64bit = 1, cpu_avx = 1;
+! switch (model) {
+! case 0x00:
+! case 0x01:
+! case 0x08:
+! case 0x21:
+! case 0x40:
+! case 0x44:
+! case 0x50:
+! modelstr = "zen3";
+! break;
+! default:
+! modelstr = "zen4";
+! break;
+! }
+! }
+! }
+! else if (strcmp (vendor_string, "HygonGenuine") == 0)
+! {
+! cpu_64bit = 1, cpu_avx = 1;
+! modelstr = "zen";
+! }
+! else if (strcmp (vendor_string, "CyrixInstead") == 0)
+! {
+! /* Should recognize Cyrix' processors too. */
+! }
+! else if (strcmp (vendor_string, "CentaurHauls") == 0)
+! {
+! switch (family)
+! {
+! case 6:
+! if (model < 9) modelstr = "viac3";
+! else if (model < 15) modelstr = "viac32";
+! else cpu_64bit = 1, modelstr = "nano";
+! break;
+! }
+! }
+
+! CPUID (feature_string, 0x80000001);
+! cpuid_64bit = (feature_string[7] >> 5) & 1;
+
+! suffix = "";
+
+! if (cpuid_64bit && ! cpu_64bit)
+! /* If our cpuid-based CPU identification thinks this is a 32-bit CPU but
+! cpuid claims AMD64 capabilities, then revert to the generic "x86_64".
+! This is of course wrong, but it can happen in some virtualisers and
+! emulators, and this workaround allows for successful 64-bit builds. */
+! modelstr = "x86_64";
+! else if (cpu_avx && ! (cpuid_avx && cpuid_osxsave))
+! /* For CPUs nominally capable of executing AVX, append "noavx" when not
+! both the AVX and OSXSAVE cpuid bits are set. We tolerate weirdness
+! here, as some virtualisers set a broken cpuid state, while other
+! virtualisers allow guests to set a broken state. */
+! suffix = "noavx";
+
+! printf ("%s%s", modelstr, suffix);
+! return 0;
+ }
+ EOF
+
+! # The rcx/ecx zeroing here and in the variant below is needed for the BMI2
+! # check.
+
+! cat <${dummy}0.s
+! .globl cpuid
+! .globl _cpuid
+! cpuid:
+! _cpuid:
+! push %rbx
+! mov %rdx, %r8
+! mov %ecx, %eax
+! xor %ecx, %ecx
+! .byte 0x0f
+! .byte 0xa2
+! mov %ebx, (%r8)
+! mov %edx, 4(%r8)
+! mov %ecx, 8(%r8)
+! pop %rbx
+! ret
+! EOF
+
+! if ($CC_FOR_BUILD ${dummy}0.s $dummy.c -o $dummy) >/dev/null 2>&1; then
+! # On 80386 and early 80486 cpuid is not available and will result in a
+! # SIGILL message, hence 2>/dev/null.
+! #
+! # On i386-unknown-freebsd4.9, "/bin/sh -c ./dummy" seems to send an
+! # "Illegal instruction (core dumped)" message to stdout, so we test $?
+! # to check if the program run was successful.
+! #
+! x=`$SHELL -c $dummy 2>/dev/null`
+! if test $? = 0 && test -n "$x"; then
+! exact_cpu=$x
+! fi
+! fi
+!
+! cat <${dummy}0.s
+! .globl cpuid
+! .globl _cpuid
+! cpuid:
+! _cpuid:
+! pushl %esi
+! pushl %ebx
+! movl 24(%esp),%eax
+! xor %ecx, %ecx
+! .byte 0x0f
+! .byte 0xa2
+! movl 20(%esp),%esi
+! movl %ebx,(%esi)
+! movl %edx,4(%esi)
+! movl %ecx,8(%esi)
+! popl %ebx
+! popl %esi
+! ret
+! EOF
+
+! if test -z "$exact_cpu"; then
+! if ($CC_FOR_BUILD ${dummy}0.s $dummy.c -o $dummy) >/dev/null 2>&1; then
+! # On 80386 and early 80486 cpuid is not available and will result in a
+! # SIGILL message, hence 2>/dev/null.
+! #
+! # On i386-unknown-freebsd4.9, "/bin/sh -c ./dummy" seems to send an
+! # "Illegal instruction (core dumped)" message to stdout, so we test $?
+! # to check if the program run was successful.
+! #
+! x=`$SHELL -c $dummy 2>/dev/null`
+! if test $? = 0 && test -n "$x"; then
+! exact_cpu=$x
+! fi
+! fi
+! fi
+!
+! # We need to remove some .o files here since lame C compilers
+! # generate these even when not asked.
+! ;;
+!
+! s390*-*-*)
+! if test -f /proc/cpuinfo; then
+! model=`grep "^processor 0: version =" /proc/cpuinfo | sed -e 's/.*machine = //'`
+! case $model in
+! 2064 | 2066) zcpu="z900" ;;
+! 2084 | 2086) zcpu="z990" ;;
+! 2094 | 2096) zcpu="z9" ;;
+! 2097 | 2098) zcpu="z10" ;;
+! 2817 | 2818 | *) zcpu="z196" ;;
+! esac
+! if grep "^features.* vxp2" /proc/cpuinfo >/dev/null; then
+! zcpu="z16"
+! elif grep "^features.* vxe2" /proc/cpuinfo >/dev/null; then
+! zcpu="z15"
+! elif grep "^features.* vxe" /proc/cpuinfo >/dev/null; then
+! zcpu="z14"
+! elif grep "^features.* vx" /proc/cpuinfo >/dev/null; then
+! zcpu="z13"
+! fi
+! case "$guess_full" in
+! s390x-*-*) exact_cpu=${zcpu} ;;
+! s390-*-*) exact_cpu=${zcpu}esa ;;
+! esac
+! fi
+! ;;
+
+ esac
+
+
+
+! # -------------------------------------------------------------------------
+! # Use an exact cpu, if possible
+!
+! if test -n "$exact_cpu"; then
+! echo "$exact_cpu$guess_rest"
+! else
+! echo "$guess_full"
+ fi
+- exit 0
+-
+
+
+ # Local variables:
+! # fill-column: 76
+ # End:
+--- 1,1815 ----
+ #! /bin/sh
+! # Attempt to guess a canonical system name.
+! # Copyright 1992-2024 Free Software Foundation, Inc.
+
++ # shellcheck disable=SC2006,SC2268 # see below for rationale
+
+! timestamp='2024-07-27'
+!
+! # This file is free software; you can redistribute it and/or modify it
+! # under the terms of the GNU General Public License as published by
+! # the Free Software Foundation, either version 3 of the License, or
+! # (at your option) any later version.
+ #
+! # This program is distributed in the hope that it will be useful, but
+! # WITHOUT ANY WARRANTY; without even the implied warranty of
+! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+! # General Public License for more details.
+ #
+! # You should have received a copy of the GNU General Public License
+! # along with this program; if not, see .
+ #
+! # As a special exception to the GNU General Public License, if you
+! # distribute this file as part of a program that contains a
+! # configuration script generated by Autoconf, you may include it under
+! # the same distribution terms that you use for the rest of that
+! # program. This Exception is an additional permission under section 7
+! # of the GNU General Public License, version 3 ("GPLv3").
+ #
+! # Originally written by Per Bothner; maintained since 2000 by Ben Elliston.
+ #
+! # You can get the latest version of this script from:
+! # https://git.savannah.gnu.org/cgit/config.git/plain/config.guess
+ #
+! # Please send patches to .
+
+
+! # The "shellcheck disable" line above the timestamp inhibits complaints
+! # about features and limitations of the classic Bourne shell that were
+! # superseded or lifted in POSIX. However, this script identifies a wide
+! # variety of pre-POSIX systems that do not have POSIX shells at all, and
+! # even some reasonably current systems (Solaris 10 as case-in-point) still
+! # have a pre-POSIX /bin/sh.
+!
+!
+! me=`echo "$0" | sed -e 's,.*/,,'`
+!
+! usage="\
+! Usage: $0 [OPTION]
+!
+! Output the configuration name of the system '$me' is run on.
+!
+! Options:
+! -h, --help print this help, then exit
+! -t, --time-stamp print date of last modification, then exit
+! -v, --version print version number, then exit
+!
+! Report bugs and patches to ."
+!
+! version="\
+! GNU config.guess ($timestamp)
+!
+! Originally written by Per Bothner.
+! Copyright 1992-2024 Free Software Foundation, Inc.
+!
+! This is free software; see the source for copying conditions. There is NO
+! warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
+!
+! help="
+! Try '$me --help' for more information."
+!
+! # Parse command line
+! while test $# -gt 0 ; do
+! case $1 in
+! --time-stamp | --time* | -t )
+! echo "$timestamp" ; exit ;;
+! --version | -v )
+! echo "$version" ; exit ;;
+! --help | --h* | -h )
+! echo "$usage"; exit ;;
+! -- ) # Stop option processing
+! shift; break ;;
+! - ) # Use stdin as input.
+! break ;;
+! -* )
+! echo "$me: invalid option $1$help" >&2
+! exit 1 ;;
+! * )
+! break ;;
+! esac
+! done
+
+ if test $# != 0; then
+! echo "$me: too many arguments$help" >&2
+ exit 1
+ fi
+
+! # Just in case it came from the environment.
+! GUESS=
+
+ # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
+ # compiler to aid in system detection is discouraged as it requires
+ # temporary files to be created and, as you can see below, it is a
+ # headache to deal with in a portable fashion.
+
+! # Historically, 'CC_FOR_BUILD' used to be named 'HOST_CC'. We still
+! # use 'HOST_CC' if defined, but it is deprecated.
+
+ # Portable tmp directory creation inspired by the Autoconf team.
+
+! tmp=
+! # shellcheck disable=SC2172
+! trap 'test -z "$tmp" || rm -fr "$tmp"' 0 1 2 13 15
+!
+! set_cc_for_build() {
+! # prevent multiple calls if $tmp is already set
+! test "$tmp" && return 0
+! : "${TMPDIR=/tmp}"
+! # shellcheck disable=SC2039,SC3028
+! { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
+! { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
+! { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir "$tmp" 2>/dev/null) && echo "Warning: creating insecure temp directory" >&2 ; } ||
+! { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; }
+! dummy=$tmp/dummy
+! case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in
+! ,,) echo "int x;" > "$dummy.c"
+! for driver in cc gcc c17 c99 c89 ; do
+! if ($driver -c -o "$dummy.o" "$dummy.c") >/dev/null 2>&1 ; then
+! CC_FOR_BUILD=$driver
+! break
+! fi
+! done
+! if test x"$CC_FOR_BUILD" = x ; then
+! CC_FOR_BUILD=no_compiler_found
+! fi
+! ;;
+! ,,*) CC_FOR_BUILD=$CC ;;
+! ,*,*) CC_FOR_BUILD=$HOST_CC ;;
+ esac
+ }
+
+! # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
+! # (ghazi@noc.rutgers.edu 1994-08-24)
+! if test -f /.attbin/uname ; then
+! PATH=$PATH:/.attbin ; export PATH
+! fi
+
+! UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
+! UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
+! UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
+! UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
+!
+! case $UNAME_SYSTEM in
+! Linux|GNU|GNU/*)
+! LIBC=unknown
+!
+! set_cc_for_build
+! cat <<-EOF > "$dummy.c"
+! #if defined(__ANDROID__)
+! LIBC=android
+! #else
+! #include
+! #if defined(__UCLIBC__)
+! LIBC=uclibc
+! #elif defined(__dietlibc__)
+! LIBC=dietlibc
+! #elif defined(__GLIBC__)
+! LIBC=gnu
+! #elif defined(__LLVM_LIBC__)
+! LIBC=llvm
+! #else
+! #include
+! /* First heuristic to detect musl libc. */
+! #ifdef __DEFINED_va_list
+! LIBC=musl
+! #endif
+! #endif
+! #endif
+! EOF
+! cc_set_libc=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
+! eval "$cc_set_libc"
+!
+! # Second heuristic to detect musl libc.
+! if [ "$LIBC" = unknown ] &&
+! command -v ldd >/dev/null &&
+! ldd --version 2>&1 | grep -q ^musl; then
+! LIBC=musl
+! fi
+
+! # If the system lacks a compiler, then just pick glibc.
+! # We could probably try harder.
+! if [ "$LIBC" = unknown ]; then
+! LIBC=gnu
+! fi
+! ;;
+! esac
+
+! # Note: order is significant - the case branches are not exclusive.
+!
+! case $UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION in
+! *:NetBSD:*:*)
+! # NetBSD (nbsd) targets should (where applicable) match one or
+! # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*,
+! # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently
+! # switched to ELF, *-*-netbsd* would select the old
+! # object file format. This provides both forward
+! # compatibility and a consistent mechanism for selecting the
+! # object file format.
+! #
+! # Note: NetBSD doesn't particularly care about the vendor
+! # portion of the name. We always set it to "unknown".
+! UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
+! /sbin/sysctl -n hw.machine_arch 2>/dev/null || \
+! /usr/sbin/sysctl -n hw.machine_arch 2>/dev/null || \
+! echo unknown)`
+! case $UNAME_MACHINE_ARCH in
+! aarch64eb) machine=aarch64_be-unknown ;;
+! armeb) machine=armeb-unknown ;;
+! arm*) machine=arm-unknown ;;
+! sh3el) machine=shl-unknown ;;
+! sh3eb) machine=sh-unknown ;;
+! sh5el) machine=sh5le-unknown ;;
+! earmv*)
+! arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
+! endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
+! machine=${arch}${endian}-unknown
+! ;;
+! *) machine=$UNAME_MACHINE_ARCH-unknown ;;
+! esac
+! # The Operating System including object format, if it has switched
+! # to ELF recently (or will in the future) and ABI.
+! case $UNAME_MACHINE_ARCH in
+! earm*)
+! os=netbsdelf
+! ;;
+! arm*|i386|m68k|ns32k|sh3*|sparc|vax)
+! set_cc_for_build
+! if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
+! | grep -q __ELF__
+! then
+! # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout).
+! # Return netbsd for either. FIX?
+! os=netbsd
+! else
+! os=netbsdelf
+! fi
+! ;;
+! *)
+! os=netbsd
+! ;;
+! esac
+! # Determine ABI tags.
+! case $UNAME_MACHINE_ARCH in
+! earm*)
+! expr='s/^earmv[0-9]/-eabi/;s/eb$//'
+! abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
+! ;;
+! esac
+! # The OS release
+! # Debian GNU/NetBSD machines have a different userland, and
+! # thus, need a distinct triplet. However, they do not need
+! # kernel version information, so it can be replaced with a
+! # suitable tag, in the style of linux-gnu.
+! case $UNAME_VERSION in
+! Debian*)
+! release='-gnu'
+! ;;
+! *)
+! release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
+! ;;
+! esac
+! # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
+! # contains redundant information, the shorter form:
+! # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
+! GUESS=$machine-${os}${release}${abi-}
+! ;;
+! *:Bitrig:*:*)
+! UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
+! GUESS=$UNAME_MACHINE_ARCH-unknown-bitrig$UNAME_RELEASE
+! ;;
+! *:OpenBSD:*:*)
+! UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
+! GUESS=$UNAME_MACHINE_ARCH-unknown-openbsd$UNAME_RELEASE
+! ;;
+! *:SecBSD:*:*)
+! UNAME_MACHINE_ARCH=`arch | sed 's/SecBSD.//'`
+! GUESS=$UNAME_MACHINE_ARCH-unknown-secbsd$UNAME_RELEASE
+! ;;
+! *:LibertyBSD:*:*)
+! UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'`
+! GUESS=$UNAME_MACHINE_ARCH-unknown-libertybsd$UNAME_RELEASE
+! ;;
+! *:MidnightBSD:*:*)
+! GUESS=$UNAME_MACHINE-unknown-midnightbsd$UNAME_RELEASE
+! ;;
+! *:ekkoBSD:*:*)
+! GUESS=$UNAME_MACHINE-unknown-ekkobsd$UNAME_RELEASE
+! ;;
+! *:SolidBSD:*:*)
+! GUESS=$UNAME_MACHINE-unknown-solidbsd$UNAME_RELEASE
+! ;;
+! *:OS108:*:*)
+! GUESS=$UNAME_MACHINE-unknown-os108_$UNAME_RELEASE
+! ;;
+! macppc:MirBSD:*:*)
+! GUESS=powerpc-unknown-mirbsd$UNAME_RELEASE
+! ;;
+! *:MirBSD:*:*)
+! GUESS=$UNAME_MACHINE-unknown-mirbsd$UNAME_RELEASE
+! ;;
+! *:Sortix:*:*)
+! GUESS=$UNAME_MACHINE-unknown-sortix
+! ;;
+! *:Twizzler:*:*)
+! GUESS=$UNAME_MACHINE-unknown-twizzler
+! ;;
+! *:Redox:*:*)
+! GUESS=$UNAME_MACHINE-unknown-redox
+! ;;
+! mips:OSF1:*.*)
+! GUESS=mips-dec-osf1
+! ;;
+! alpha:OSF1:*:*)
+! # Reset EXIT trap before exiting to avoid spurious non-zero exit code.
+! trap '' 0
+! case $UNAME_RELEASE in
+! *4.0)
+! UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
+! ;;
+! *5.*)
+! UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
+! ;;
+! esac
+! # According to Compaq, /usr/sbin/psrinfo has been available on
+! # OSF/1 and Tru64 systems produced since 1995. I hope that
+! # covers most systems running today. This code pipes the CPU
+! # types through head -n 1, so we only detect the type of CPU 0.
+! ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
+! case $ALPHA_CPU_TYPE in
+! "EV4 (21064)")
+! UNAME_MACHINE=alpha ;;
+! "EV4.5 (21064)")
+! UNAME_MACHINE=alpha ;;
+! "LCA4 (21066/21068)")
+! UNAME_MACHINE=alpha ;;
+! "EV5 (21164)")
+! UNAME_MACHINE=alphaev5 ;;
+! "EV5.6 (21164A)")
+! UNAME_MACHINE=alphaev56 ;;
+! "EV5.6 (21164PC)")
+! UNAME_MACHINE=alphapca56 ;;
+! "EV5.7 (21164PC)")
+! UNAME_MACHINE=alphapca57 ;;
+! "EV6 (21264)")
+! UNAME_MACHINE=alphaev6 ;;
+! "EV6.7 (21264A)")
+! UNAME_MACHINE=alphaev67 ;;
+! "EV6.8CB (21264C)")
+! UNAME_MACHINE=alphaev68 ;;
+! "EV6.8AL (21264B)")
+! UNAME_MACHINE=alphaev68 ;;
+! "EV6.8CX (21264D)")
+! UNAME_MACHINE=alphaev68 ;;
+! "EV6.9A (21264/EV69A)")
+! UNAME_MACHINE=alphaev69 ;;
+! "EV7 (21364)")
+! UNAME_MACHINE=alphaev7 ;;
+! "EV7.9 (21364A)")
+! UNAME_MACHINE=alphaev79 ;;
+! esac
+! # A Pn.n version is a patched version.
+! # A Vn.n version is a released version.
+! # A Tn.n version is a released field test version.
+! # A Xn.n version is an unreleased experimental baselevel.
+! # 1.2 uses "1.2" for uname -r.
+! OSF_REL=`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
+! GUESS=$UNAME_MACHINE-dec-osf$OSF_REL
+! ;;
+! Amiga*:UNIX_System_V:4.0:*)
+! GUESS=m68k-unknown-sysv4
+! ;;
+! *:[Aa]miga[Oo][Ss]:*:*)
+! GUESS=$UNAME_MACHINE-unknown-amigaos
+! ;;
+! *:[Mm]orph[Oo][Ss]:*:*)
+! GUESS=$UNAME_MACHINE-unknown-morphos
+! ;;
+! *:OS/390:*:*)
+! GUESS=i370-ibm-openedition
+! ;;
+! *:z/VM:*:*)
+! GUESS=s390-ibm-zvmoe
+! ;;
+! *:OS400:*:*)
+! GUESS=powerpc-ibm-os400
+! ;;
+! arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
+! GUESS=arm-acorn-riscix$UNAME_RELEASE
+! ;;
+! arm*:riscos:*:*|arm*:RISCOS:*:*)
+! GUESS=arm-unknown-riscos
+! ;;
+! SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
+! GUESS=hppa1.1-hitachi-hiuxmpp
+! ;;
+! Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*)
+! # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE.
+! case `(/bin/universe) 2>/dev/null` in
+! att) GUESS=pyramid-pyramid-sysv3 ;;
+! *) GUESS=pyramid-pyramid-bsd ;;
+! esac
+! ;;
+! NILE*:*:*:dcosx)
+! GUESS=pyramid-pyramid-svr4
+! ;;
+! DRS?6000:unix:4.0:6*)
+! GUESS=sparc-icl-nx6
+! ;;
+! DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*)
+! case `/usr/bin/uname -p` in
+! sparc) GUESS=sparc-icl-nx7 ;;
+! esac
+! ;;
+! s390x:SunOS:*:*)
+! SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`
+! GUESS=$UNAME_MACHINE-ibm-solaris2$SUN_REL
+! ;;
+! sun4H:SunOS:5.*:*)
+! SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`
+! GUESS=sparc-hal-solaris2$SUN_REL
+! ;;
+! sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
+! SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`
+! GUESS=sparc-sun-solaris2$SUN_REL
+! ;;
+! i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
+! GUESS=i386-pc-auroraux$UNAME_RELEASE
+! ;;
+! i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
+! set_cc_for_build
+! SUN_ARCH=i386
+! # If there is a compiler, see if it is configured for 64-bit objects.
+! # Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
+! # This test works for both compilers.
+! if test "$CC_FOR_BUILD" != no_compiler_found; then
+! if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
+! (CCOPTS="" $CC_FOR_BUILD -m64 -E - 2>/dev/null) | \
+! grep IS_64BIT_ARCH >/dev/null
+! then
+! SUN_ARCH=x86_64
+! fi
+! fi
+! SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`
+! GUESS=$SUN_ARCH-pc-solaris2$SUN_REL
+! ;;
+! sun4*:SunOS:6*:*)
+! # According to config.sub, this is the proper way to canonicalize
+! # SunOS6. Hard to guess exactly what SunOS6 will be like, but
+! # it's likely to be more like Solaris than SunOS4.
+! SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`
+! GUESS=sparc-sun-solaris3$SUN_REL
+! ;;
+! sun4*:SunOS:*:*)
+! case `/usr/bin/arch -k` in
+! Series*|S4*)
+! UNAME_RELEASE=`uname -v`
+! ;;
+! esac
+! # Japanese Language versions have a version number like '4.1.3-JL'.
+! SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/-/_/'`
+! GUESS=sparc-sun-sunos$SUN_REL
+! ;;
+! sun3*:SunOS:*:*)
+! GUESS=m68k-sun-sunos$UNAME_RELEASE
+! ;;
+! sun*:*:4.2BSD:*)
+! UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
+! test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
+! case `/bin/arch` in
+! sun3)
+! GUESS=m68k-sun-sunos$UNAME_RELEASE
+! ;;
+! sun4)
+! GUESS=sparc-sun-sunos$UNAME_RELEASE
+! ;;
+! esac
+! ;;
+! aushp:SunOS:*:*)
+! GUESS=sparc-auspex-sunos$UNAME_RELEASE
+! ;;
+! # The situation for MiNT is a little confusing. The machine name
+! # can be virtually everything (everything which is not
+! # "atarist" or "atariste" at least should have a processor
+! # > m68000). The system name ranges from "MiNT" over "FreeMiNT"
+! # to the lowercase version "mint" (or "freemint"). Finally
+! # the system name "TOS" denotes a system which is actually not
+! # MiNT. But MiNT is downward compatible to TOS, so this should
+! # be no problem.
+! atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
+! GUESS=m68k-atari-mint$UNAME_RELEASE
+! ;;
+! atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
+! GUESS=m68k-atari-mint$UNAME_RELEASE
+! ;;
+! *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
+! GUESS=m68k-atari-mint$UNAME_RELEASE
+! ;;
+! milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)
+! GUESS=m68k-milan-mint$UNAME_RELEASE
+! ;;
+! hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)
+! GUESS=m68k-hades-mint$UNAME_RELEASE
+! ;;
+! *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
+! GUESS=m68k-unknown-mint$UNAME_RELEASE
+! ;;
+! m68k:machten:*:*)
+! GUESS=m68k-apple-machten$UNAME_RELEASE
+! ;;
+! powerpc:machten:*:*)
+! GUESS=powerpc-apple-machten$UNAME_RELEASE
+! ;;
+! RISC*:Mach:*:*)
+! GUESS=mips-dec-mach_bsd4.3
+! ;;
+! RISC*:ULTRIX:*:*)
+! GUESS=mips-dec-ultrix$UNAME_RELEASE
+! ;;
+! VAX*:ULTRIX*:*:*)
+! GUESS=vax-dec-ultrix$UNAME_RELEASE
+! ;;
+! 2020:CLIX:*:* | 2430:CLIX:*:*)
+! GUESS=clipper-intergraph-clix$UNAME_RELEASE
+! ;;
+! mips:*:*:UMIPS | mips:*:*:RISCos)
+! set_cc_for_build
+! sed 's/^ //' << EOF > "$dummy.c"
+! #ifdef __cplusplus
+! #include /* for printf() prototype */
+! int main (int argc, char *argv[]) {
+! #else
+! int main (argc, argv) int argc; char *argv[]; {
+! #endif
+! #if defined (host_mips) && defined (MIPSEB)
+! #if defined (SYSTYPE_SYSV)
+! printf ("mips-mips-riscos%ssysv\\n", argv[1]); exit (0);
+! #endif
+! #if defined (SYSTYPE_SVR4)
+! printf ("mips-mips-riscos%ssvr4\\n", argv[1]); exit (0);
+! #endif
+! #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD)
+! printf ("mips-mips-riscos%sbsd\\n", argv[1]); exit (0);
+! #endif
+! #endif
+! exit (-1);
+! }
+! EOF
+! $CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
+! dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
+! SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
+! { echo "$SYSTEM_NAME"; exit; }
+! GUESS=mips-mips-riscos$UNAME_RELEASE
+! ;;
+! Motorola:PowerMAX_OS:*:*)
+! GUESS=powerpc-motorola-powermax
+! ;;
+! Motorola:*:4.3:PL8-*)
+! GUESS=powerpc-harris-powermax
+! ;;
+! Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*)
+! GUESS=powerpc-harris-powermax
+! ;;
+! Night_Hawk:Power_UNIX:*:*)
+! GUESS=powerpc-harris-powerunix
+! ;;
+! m88k:CX/UX:7*:*)
+! GUESS=m88k-harris-cxux7
+! ;;
+! m88k:*:4*:R4*)
+! GUESS=m88k-motorola-sysv4
+! ;;
+! m88k:*:3*:R3*)
+! GUESS=m88k-motorola-sysv3
+! ;;
+! AViiON:dgux:*:*)
+! # DG/UX returns AViiON for all architectures
+! UNAME_PROCESSOR=`/usr/bin/uname -p`
+! if test "$UNAME_PROCESSOR" = mc88100 || test "$UNAME_PROCESSOR" = mc88110
+! then
+! if test "$TARGET_BINARY_INTERFACE"x = m88kdguxelfx || \
+! test "$TARGET_BINARY_INTERFACE"x = x
+! then
+! GUESS=m88k-dg-dgux$UNAME_RELEASE
+! else
+! GUESS=m88k-dg-dguxbcs$UNAME_RELEASE
+! fi
+! else
+! GUESS=i586-dg-dgux$UNAME_RELEASE
+! fi
+! ;;
+! M88*:DolphinOS:*:*) # DolphinOS (SVR3)
+! GUESS=m88k-dolphin-sysv3
+! ;;
+! M88*:*:R3*:*)
+! # Delta 88k system running SVR3
+! GUESS=m88k-motorola-sysv3
+! ;;
+! XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
+! GUESS=m88k-tektronix-sysv3
+! ;;
+! Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
+! GUESS=m68k-tektronix-bsd
+! ;;
+! *:IRIX*:*:*)
+! IRIX_REL=`echo "$UNAME_RELEASE" | sed -e 's/-/_/g'`
+! GUESS=mips-sgi-irix$IRIX_REL
+! ;;
+! ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
+! GUESS=romp-ibm-aix # uname -m gives an 8 hex-code CPU id
+! ;; # Note that: echo "'`uname -s`'" gives 'AIX '
+! i*86:AIX:*:*)
+! GUESS=i386-ibm-aix
+! ;;
+! ia64:AIX:*:*)
+! if test -x /usr/bin/oslevel ; then
+! IBM_REV=`/usr/bin/oslevel`
+! else
+! IBM_REV=$UNAME_VERSION.$UNAME_RELEASE
+! fi
+! GUESS=$UNAME_MACHINE-ibm-aix$IBM_REV
+! ;;
+! *:AIX:2:3)
+! if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
+! set_cc_for_build
+! sed 's/^ //' << EOF > "$dummy.c"
+! #include
+!
+! int
+! main ()
+! {
+! if (!__power_pc())
+! exit(1);
+! puts("powerpc-ibm-aix3.2.5");
+! exit(0);
+! }
+ EOF
+! if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
+! then
+! GUESS=$SYSTEM_NAME
+! else
+! GUESS=rs6000-ibm-aix3.2.5
+! fi
+! elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
+! GUESS=rs6000-ibm-aix3.2.4
+! else
+! GUESS=rs6000-ibm-aix3.2
+! fi
+! ;;
+! *:AIX:*:[4567])
+! IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
+! if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
+! IBM_ARCH=rs6000
+! else
+! IBM_ARCH=powerpc
+! fi
+! if test -x /usr/bin/lslpp ; then
+! IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | \
+! awk -F: '{ print $3 }' | sed s/[0-9]*$/0/`
+! else
+! IBM_REV=$UNAME_VERSION.$UNAME_RELEASE
+! fi
+! GUESS=$IBM_ARCH-ibm-aix$IBM_REV
+! ;;
+! *:AIX:*:*)
+! GUESS=rs6000-ibm-aix
+! ;;
+! ibmrt:4.4BSD:*|romp-ibm:4.4BSD:*)
+! GUESS=romp-ibm-bsd4.4
+! ;;
+! ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and
+! GUESS=romp-ibm-bsd$UNAME_RELEASE # 4.3 with uname added to
+! ;; # report: romp-ibm BSD 4.3
+! *:BOSX:*:*)
+! GUESS=rs6000-bull-bosx
+! ;;
+! DPX/2?00:B.O.S.:*:*)
+! GUESS=m68k-bull-sysv3
+! ;;
+! 9000/[34]??:4.3bsd:1.*:*)
+! GUESS=m68k-hp-bsd
+! ;;
+! hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
+! GUESS=m68k-hp-bsd4.4
+! ;;
+! 9000/[34678]??:HP-UX:*:*)
+! HPUX_REV=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*.[0B]*//'`
+! case $UNAME_MACHINE in
+! 9000/31?) HP_ARCH=m68000 ;;
+! 9000/[34]??) HP_ARCH=m68k ;;
+! 9000/[678][0-9][0-9])
+! if test -x /usr/bin/getconf; then
+! sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
+! sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
+! case $sc_cpu_version in
+! 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0
+! 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1
+! 532) # CPU_PA_RISC2_0
+! case $sc_kernel_bits in
+! 32) HP_ARCH=hppa2.0n ;;
+! 64) HP_ARCH=hppa2.0w ;;
+! '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20
+! esac ;;
+! esac
+! fi
+! if test "$HP_ARCH" = ""; then
+! set_cc_for_build
+! sed 's/^ //' << EOF > "$dummy.c"
+!
+! #define _HPUX_SOURCE
+! #include
+! #include
+!
+! int
+! main ()
+! {
+! #if defined(_SC_KERNEL_BITS)
+! long bits = sysconf(_SC_KERNEL_BITS);
+! #endif
+! long cpu = sysconf (_SC_CPU_VERSION);
+!
+! switch (cpu)
+! {
+! case CPU_PA_RISC1_0: puts ("hppa1.0"); break;
+! case CPU_PA_RISC1_1: puts ("hppa1.1"); break;
+! case CPU_PA_RISC2_0:
+! #if defined(_SC_KERNEL_BITS)
+! switch (bits)
+! {
+! case 64: puts ("hppa2.0w"); break;
+! case 32: puts ("hppa2.0n"); break;
+! default: puts ("hppa2.0"); break;
+! } break;
+! #else /* !defined(_SC_KERNEL_BITS) */
+! puts ("hppa2.0"); break;
+! #endif
+! default: puts ("hppa1.0"); break;
+! }
+! exit (0);
+! }
+ EOF
+! (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
+! test -z "$HP_ARCH" && HP_ARCH=hppa
+! fi ;;
+! esac
+! if test "$HP_ARCH" = hppa2.0w
+! then
+! set_cc_for_build
+!
+! # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
+! # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler
+! # generating 64-bit code. GNU and HP use different nomenclature:
+! #
+! # $ CC_FOR_BUILD=cc ./config.guess
+! # => hppa2.0w-hp-hpux11.23
+! # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
+! # => hppa64-hp-hpux11.23
+!
+! if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) |
+! grep -q __LP64__
+! then
+! HP_ARCH=hppa2.0w
+! else
+! HP_ARCH=hppa64
+! fi
+! fi
+! GUESS=$HP_ARCH-hp-hpux$HPUX_REV
+! ;;
+! ia64:HP-UX:*:*)
+! HPUX_REV=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*.[0B]*//'`
+! GUESS=ia64-hp-hpux$HPUX_REV
+! ;;
+! 3050*:HI-UX:*:*)
+! set_cc_for_build
+! sed 's/^ //' << EOF > "$dummy.c"
+! #include
+! int
+! main ()
+! {
+! long cpu = sysconf (_SC_CPU_VERSION);
+! /* The order matters, because CPU_IS_HP_MC68K erroneously returns
+! true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct
+! results, however. */
+! if (CPU_IS_PA_RISC (cpu))
+! {
+! switch (cpu)
+! {
+! case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break;
+! case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break;
+! case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break;
+! default: puts ("hppa-hitachi-hiuxwe2"); break;
+! }
+! }
+! else if (CPU_IS_HP_MC68K (cpu))
+! puts ("m68k-hitachi-hiuxwe2");
+! else puts ("unknown-hitachi-hiuxwe2");
+! exit (0);
+! }
+ EOF
+! $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
+! { echo "$SYSTEM_NAME"; exit; }
+! GUESS=unknown-hitachi-hiuxwe2
+! ;;
+! 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:*)
+! GUESS=hppa1.1-hp-bsd
+! ;;
+! 9000/8??:4.3bsd:*:*)
+! GUESS=hppa1.0-hp-bsd
+! ;;
+! *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
+! GUESS=hppa1.0-hp-mpeix
+! ;;
+! hp7??:OSF1:*:* | hp8?[79]:OSF1:*:*)
+! GUESS=hppa1.1-hp-osf
+! ;;
+! hp8??:OSF1:*:*)
+! GUESS=hppa1.0-hp-osf
+! ;;
+! i*86:OSF1:*:*)
+! if test -x /usr/sbin/sysversion ; then
+! GUESS=$UNAME_MACHINE-unknown-osf1mk
+! else
+! GUESS=$UNAME_MACHINE-unknown-osf1
+! fi
+! ;;
+! parisc*:Lites*:*:*)
+! GUESS=hppa1.1-hp-lites
+! ;;
+! C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
+! GUESS=c1-convex-bsd
+! ;;
+! C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
+! if getsysinfo -f scalar_acc
+! then echo c32-convex-bsd
+! else echo c2-convex-bsd
+! fi
+! exit ;;
+! C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)
+! GUESS=c34-convex-bsd
+! ;;
+! C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)
+! GUESS=c38-convex-bsd
+! ;;
+! C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
+! GUESS=c4-convex-bsd
+! ;;
+! CRAY*Y-MP:*:*:*)
+! CRAY_REL=`echo "$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'`
+! GUESS=ymp-cray-unicos$CRAY_REL
+! ;;
+! CRAY*[A-Z]90:*:*:*)
+! echo "$UNAME_MACHINE"-cray-unicos"$UNAME_RELEASE" \
+! | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
+! -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
+! -e 's/\.[^.]*$/.X/'
+! exit ;;
+! CRAY*TS:*:*:*)
+! CRAY_REL=`echo "$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'`
+! GUESS=t90-cray-unicos$CRAY_REL
+! ;;
+! CRAY*T3E:*:*:*)
+! CRAY_REL=`echo "$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'`
+! GUESS=alphaev5-cray-unicosmk$CRAY_REL
+! ;;
+! CRAY*SV1:*:*:*)
+! CRAY_REL=`echo "$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'`
+! GUESS=sv1-cray-unicos$CRAY_REL
+! ;;
+! *:UNICOS/mp:*:*)
+! CRAY_REL=`echo "$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'`
+! GUESS=craynv-cray-unicosmp$CRAY_REL
+! ;;
+! F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
+! FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
+! FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
+! FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
+! GUESS=${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}
+! ;;
+! 5000:UNIX_System_V:4.*:*)
+! FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
+! FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
+! GUESS=sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}
+! ;;
+! i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
+! GUESS=$UNAME_MACHINE-pc-bsdi$UNAME_RELEASE
+! ;;
+! sparc*:BSD/OS:*:*)
+! GUESS=sparc-unknown-bsdi$UNAME_RELEASE
+! ;;
+! *:BSD/OS:*:*)
+! GUESS=$UNAME_MACHINE-unknown-bsdi$UNAME_RELEASE
+! ;;
+! arm:FreeBSD:*:*)
+! UNAME_PROCESSOR=`uname -p`
+! set_cc_for_build
+! if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
+! | grep -q __ARM_PCS_VFP
+! then
+! FREEBSD_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'`
+! GUESS=$UNAME_PROCESSOR-unknown-freebsd$FREEBSD_REL-gnueabi
+! else
+! FREEBSD_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'`
+! GUESS=$UNAME_PROCESSOR-unknown-freebsd$FREEBSD_REL-gnueabihf
+! fi
+! ;;
+! *:FreeBSD:*:*)
+! UNAME_PROCESSOR=`uname -p`
+! case $UNAME_PROCESSOR in
+! amd64)
+! UNAME_PROCESSOR=x86_64 ;;
+! i386)
+! UNAME_PROCESSOR=i586 ;;
+! esac
+! FREEBSD_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'`
+! GUESS=$UNAME_PROCESSOR-unknown-freebsd$FREEBSD_REL
+! ;;
+! i*:CYGWIN*:*)
+! GUESS=$UNAME_MACHINE-pc-cygwin
+! ;;
+! *:MINGW64*:*)
+! GUESS=$UNAME_MACHINE-pc-mingw64
+! ;;
+! *:MINGW*:*)
+! GUESS=$UNAME_MACHINE-pc-mingw32
+! ;;
+! *:MSYS*:*)
+! GUESS=$UNAME_MACHINE-pc-msys
+! ;;
+! i*:PW*:*)
+! GUESS=$UNAME_MACHINE-pc-pw32
+! ;;
+! *:SerenityOS:*:*)
+! GUESS=$UNAME_MACHINE-pc-serenity
+! ;;
+! *:Interix*:*)
+! case $UNAME_MACHINE in
+! x86)
+! GUESS=i586-pc-interix$UNAME_RELEASE
+! ;;
+! authenticamd | genuineintel | EM64T)
+! GUESS=x86_64-unknown-interix$UNAME_RELEASE
+! ;;
+! IA64)
+! GUESS=ia64-unknown-interix$UNAME_RELEASE
+! ;;
+! esac ;;
+! i*:UWIN*:*)
+! GUESS=$UNAME_MACHINE-pc-uwin
+! ;;
+! amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
+! GUESS=x86_64-pc-cygwin
+! ;;
+! prep*:SunOS:5.*:*)
+! SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`
+! GUESS=powerpcle-unknown-solaris2$SUN_REL
+! ;;
+! *:GNU:*:*)
+! # the GNU system
+! GNU_ARCH=`echo "$UNAME_MACHINE" | sed -e 's,[-/].*$,,'`
+! GNU_REL=`echo "$UNAME_RELEASE" | sed -e 's,/.*$,,'`
+! GUESS=$GNU_ARCH-unknown-$LIBC$GNU_REL
+! ;;
+! *:GNU/*:*:*)
+! # other systems with GNU libc and userland
+! GNU_SYS=`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"`
+! GNU_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'`
+! GUESS=$UNAME_MACHINE-unknown-$GNU_SYS$GNU_REL-$LIBC
+! ;;
+! x86_64:[Mm]anagarm:*:*|i?86:[Mm]anagarm:*:*)
+! GUESS="$UNAME_MACHINE-pc-managarm-mlibc"
+! ;;
+! *:[Mm]anagarm:*:*)
+! GUESS="$UNAME_MACHINE-unknown-managarm-mlibc"
+! ;;
+! *:Minix:*:*)
+! GUESS=$UNAME_MACHINE-unknown-minix
+! ;;
+! aarch64:Linux:*:*)
+! set_cc_for_build
+! CPU=$UNAME_MACHINE
+! LIBCABI=$LIBC
+! if test "$CC_FOR_BUILD" != no_compiler_found; then
+! ABI=64
+! sed 's/^ //' << EOF > "$dummy.c"
+! #ifdef __ARM_EABI__
+! #ifdef __ARM_PCS_VFP
+! ABI=eabihf
+! #else
+! ABI=eabi
+! #endif
+! #endif
+ EOF
+! cc_set_abi=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^ABI' | sed 's, ,,g'`
+! eval "$cc_set_abi"
+! case $ABI in
+! eabi | eabihf) CPU=armv8l; LIBCABI=$LIBC$ABI ;;
+! esac
+! fi
+! GUESS=$CPU-unknown-linux-$LIBCABI
+! ;;
+! aarch64_be:Linux:*:*)
+! UNAME_MACHINE=aarch64_be
+! GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
+! ;;
+! alpha:Linux:*:*)
+! case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' /proc/cpuinfo 2>/dev/null` in
+! EV5) UNAME_MACHINE=alphaev5 ;;
+! EV56) UNAME_MACHINE=alphaev56 ;;
+! PCA56) UNAME_MACHINE=alphapca56 ;;
+! PCA57) UNAME_MACHINE=alphapca56 ;;
+! EV6) UNAME_MACHINE=alphaev6 ;;
+! EV67) UNAME_MACHINE=alphaev67 ;;
+! EV68*) UNAME_MACHINE=alphaev68 ;;
+! esac
+! objdump --private-headers /bin/sh | grep -q ld.so.1
+! if test "$?" = 0 ; then LIBC=gnulibc1 ; fi
+! GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
+! ;;
+! arc:Linux:*:* | arceb:Linux:*:* | arc32:Linux:*:* | arc64:Linux:*:*)
+! GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
+! ;;
+! arm*:Linux:*:*)
+! set_cc_for_build
+! if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
+! | grep -q __ARM_EABI__
+! then
+! GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
+! else
+! if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
+! | grep -q __ARM_PCS_VFP
+! then
+! GUESS=$UNAME_MACHINE-unknown-linux-${LIBC}eabi
+! else
+! GUESS=$UNAME_MACHINE-unknown-linux-${LIBC}eabihf
+! fi
+! fi
+! ;;
+! avr32*:Linux:*:*)
+! GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
+! ;;
+! cris:Linux:*:*)
+! GUESS=$UNAME_MACHINE-axis-linux-$LIBC
+! ;;
+! crisv32:Linux:*:*)
+! GUESS=$UNAME_MACHINE-axis-linux-$LIBC
+! ;;
+! e2k:Linux:*:*)
+! GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
+! ;;
+! frv:Linux:*:*)
+! GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
+! ;;
+! hexagon:Linux:*:*)
+! GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
+! ;;
+! i*86:Linux:*:*)
+! GUESS=$UNAME_MACHINE-pc-linux-$LIBC
+! ;;
+! ia64:Linux:*:*)
+! GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
+! ;;
+! k1om:Linux:*:*)
+! GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
+! ;;
+! kvx:Linux:*:*)
+! GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
+! ;;
+! kvx:cos:*:*)
+! GUESS=$UNAME_MACHINE-unknown-cos
+! ;;
+! kvx:mbr:*:*)
+! GUESS=$UNAME_MACHINE-unknown-mbr
+! ;;
+! loongarch32:Linux:*:* | loongarch64:Linux:*:*)
+! GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
+! ;;
+! m32r*:Linux:*:*)
+! GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
+! ;;
+! m68*:Linux:*:*)
+! GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
+! ;;
+! mips:Linux:*:* | mips64:Linux:*:*)
+! set_cc_for_build
+! IS_GLIBC=0
+! test x"${LIBC}" = xgnu && IS_GLIBC=1
+! sed 's/^ //' << EOF > "$dummy.c"
+! #undef CPU
+! #undef mips
+! #undef mipsel
+! #undef mips64
+! #undef mips64el
+! #if ${IS_GLIBC} && defined(_ABI64)
+! LIBCABI=gnuabi64
+! #else
+! #if ${IS_GLIBC} && defined(_ABIN32)
+! LIBCABI=gnuabin32
+! #else
+! LIBCABI=${LIBC}
+! #endif
+! #endif
+!
+! #if ${IS_GLIBC} && defined(__mips64) && defined(__mips_isa_rev) && __mips_isa_rev>=6
+! CPU=mipsisa64r6
+! #else
+! #if ${IS_GLIBC} && !defined(__mips64) && defined(__mips_isa_rev) && __mips_isa_rev>=6
+! CPU=mipsisa32r6
+! #else
+! #if defined(__mips64)
+! CPU=mips64
+! #else
+! CPU=mips
+! #endif
+! #endif
+! #endif
+!
+! #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
+! MIPS_ENDIAN=el
+! #else
+! #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
+! MIPS_ENDIAN=
+! #else
+! MIPS_ENDIAN=
+! #endif
+! #endif
+! EOF
+! cc_set_vars=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`
+! eval "$cc_set_vars"
+! test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; }
+! ;;
+! mips64el:Linux:*:*)
+! GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
+! ;;
+! openrisc*:Linux:*:*)
+! GUESS=or1k-unknown-linux-$LIBC
+! ;;
+! or32:Linux:*:* | or1k*:Linux:*:*)
+! GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
+! ;;
+! padre:Linux:*:*)
+! GUESS=sparc-unknown-linux-$LIBC
+! ;;
+! parisc64:Linux:*:* | hppa64:Linux:*:*)
+! GUESS=hppa64-unknown-linux-$LIBC
+! ;;
+! parisc:Linux:*:* | hppa:Linux:*:*)
+! # Look for CPU level
+! case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
+! PA7*) GUESS=hppa1.1-unknown-linux-$LIBC ;;
+! PA8*) GUESS=hppa2.0-unknown-linux-$LIBC ;;
+! *) GUESS=hppa-unknown-linux-$LIBC ;;
+! esac
+! ;;
+! ppc64:Linux:*:*)
+! GUESS=powerpc64-unknown-linux-$LIBC
+! ;;
+! ppc:Linux:*:*)
+! GUESS=powerpc-unknown-linux-$LIBC
+! ;;
+! ppc64le:Linux:*:*)
+! GUESS=powerpc64le-unknown-linux-$LIBC
+! ;;
+! ppcle:Linux:*:*)
+! GUESS=powerpcle-unknown-linux-$LIBC
+! ;;
+! riscv32:Linux:*:* | riscv32be:Linux:*:* | riscv64:Linux:*:* | riscv64be:Linux:*:*)
+! GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
+! ;;
+! s390:Linux:*:* | s390x:Linux:*:*)
+! GUESS=$UNAME_MACHINE-ibm-linux-$LIBC
+! ;;
+! sh64*:Linux:*:*)
+! GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
+! ;;
+! sh*:Linux:*:*)
+! GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
+! ;;
+! sparc:Linux:*:* | sparc64:Linux:*:*)
+! GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
+! ;;
+! tile*:Linux:*:*)
+! GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
+! ;;
+! vax:Linux:*:*)
+! GUESS=$UNAME_MACHINE-dec-linux-$LIBC
+! ;;
+! x86_64:Linux:*:*)
+! set_cc_for_build
+! CPU=$UNAME_MACHINE
+! LIBCABI=$LIBC
+! if test "$CC_FOR_BUILD" != no_compiler_found; then
+! ABI=64
+! sed 's/^ //' << EOF > "$dummy.c"
+! #ifdef __i386__
+! ABI=x86
+! #else
+! #ifdef __ILP32__
+! ABI=x32
+! #endif
+! #endif
+! EOF
+! cc_set_abi=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^ABI' | sed 's, ,,g'`
+! eval "$cc_set_abi"
+! case $ABI in
+! x86) CPU=i686 ;;
+! x32) LIBCABI=${LIBC}x32 ;;
+! esac
+! fi
+! GUESS=$CPU-pc-linux-$LIBCABI
+! ;;
+! xtensa*:Linux:*:*)
+! GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
+! ;;
+! i*86:DYNIX/ptx:4*:*)
+! # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
+! # earlier versions are messed up and put the nodename in both
+! # sysname and nodename.
+! GUESS=i386-sequent-sysv4
+! ;;
+! i*86:UNIX_SV:4.2MP:2.*)
+! # Unixware is an offshoot of SVR4, but it has its own version
+! # number series starting with 2...
+! # I am not positive that other SVR4 systems won't match this,
+! # I just have to hope. -- rms.
+! # Use sysv4.2uw... so that sysv4* matches it.
+! GUESS=$UNAME_MACHINE-pc-sysv4.2uw$UNAME_VERSION
+! ;;
+! i*86:OS/2:*:*)
+! # If we were able to find 'uname', then EMX Unix compatibility
+! # is probably installed.
+! GUESS=$UNAME_MACHINE-pc-os2-emx
+! ;;
+! i*86:XTS-300:*:STOP)
+! GUESS=$UNAME_MACHINE-unknown-stop
+! ;;
+! i*86:atheos:*:*)
+! GUESS=$UNAME_MACHINE-unknown-atheos
+! ;;
+! i*86:syllable:*:*)
+! GUESS=$UNAME_MACHINE-pc-syllable
+! ;;
+! i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*)
+! GUESS=i386-unknown-lynxos$UNAME_RELEASE
+! ;;
+! i*86:*DOS:*:*)
+! GUESS=$UNAME_MACHINE-pc-msdosdjgpp
+! ;;
+! i*86:*:4.*:*)
+! UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
+! if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
+! GUESS=$UNAME_MACHINE-univel-sysv$UNAME_REL
+! else
+! GUESS=$UNAME_MACHINE-pc-sysv$UNAME_REL
+! fi
+! ;;
+! i*86:*:5:[678]*)
+! # UnixWare 7.x, OpenUNIX and OpenServer 6.
+! case `/bin/uname -X | grep "^Machine"` in
+! *486*) UNAME_MACHINE=i486 ;;
+! *Pentium) UNAME_MACHINE=i586 ;;
+! *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
+! esac
+! GUESS=$UNAME_MACHINE-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}
+! ;;
+! i*86:*:3.2:*)
+! if test -f /usr/options/cb.name; then
+! UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then
+! UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
+! (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486
+! (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \
+! && UNAME_MACHINE=i586
+! (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \
+! && UNAME_MACHINE=i686
+! (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \
+! && UNAME_MACHINE=i686
+! GUESS=$UNAME_MACHINE-pc-sco$UNAME_REL
+! else
+! GUESS=$UNAME_MACHINE-pc-sysv32
+! fi
+! ;;
+! pc:*:*:*)
+! # Left here for compatibility:
+! # uname -m prints for DJGPP always 'pc', but it prints nothing about
+! # the processor, so we play safe by assuming i586.
+! # Note: whatever this is, it MUST be the same as what config.sub
+! # prints for the "djgpp" host, or else GDB configure will decide that
+! # this is a cross-build.
+! GUESS=i586-pc-msdosdjgpp
+! ;;
+! Intel:Mach:3*:*)
+! GUESS=i386-pc-mach3
+! ;;
+! paragon:*:*:*)
+! GUESS=i860-intel-osf1
+! ;;
+! i860:*:4.*:*) # i860-SVR4
+! if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
+! GUESS=i860-stardent-sysv$UNAME_RELEASE # Stardent Vistra i860-SVR4
+! else # Add other i860-SVR4 vendors below as they are discovered.
+! GUESS=i860-unknown-sysv$UNAME_RELEASE # Unknown i860-SVR4
+! fi
+! ;;
+! mini*:CTIX:SYS*5:*)
+! # "miniframe"
+! GUESS=m68010-convergent-sysv
+! ;;
+! mc68k:UNIX:SYSTEM5:3.51m)
+! GUESS=m68k-convergent-sysv
+! ;;
+! M680?0:D-NIX:5.3:*)
+! GUESS=m68k-diab-dnix
+! ;;
+! M68*:*:R3V[5678]*:*)
+! test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;;
+! 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0)
+! OS_REL=''
+! test -r /etc/.relid \
+! && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
+! /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
+! && { echo i486-ncr-sysv4.3"$OS_REL"; exit; }
+! /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
+! && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;;
+! 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
+! /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
+! && { echo i486-ncr-sysv4; exit; } ;;
+! NCR*:*:4.2:* | MPRAS*:*:4.2:*)
+! OS_REL='.3'
+! test -r /etc/.relid \
+! && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
+! /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
+! && { echo i486-ncr-sysv4.3"$OS_REL"; exit; }
+! /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
+! && { echo i586-ncr-sysv4.3"$OS_REL"; exit; }
+! /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \
+! && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;;
+! m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
+! GUESS=m68k-unknown-lynxos$UNAME_RELEASE
+! ;;
+! mc68030:UNIX_System_V:4.*:*)
+! GUESS=m68k-atari-sysv4
+! ;;
+! TSUNAMI:LynxOS:2.*:*)
+! GUESS=sparc-unknown-lynxos$UNAME_RELEASE
+! ;;
+! rs6000:LynxOS:2.*:*)
+! GUESS=rs6000-unknown-lynxos$UNAME_RELEASE
+! ;;
+! PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*)
+! GUESS=powerpc-unknown-lynxos$UNAME_RELEASE
+! ;;
+! SM[BE]S:UNIX_SV:*:*)
+! GUESS=mips-dde-sysv$UNAME_RELEASE
+! ;;
+! RM*:ReliantUNIX-*:*:*)
+! GUESS=mips-sni-sysv4
+! ;;
+! RM*:SINIX-*:*:*)
+! GUESS=mips-sni-sysv4
+! ;;
+! *:SINIX-*:*:*)
+! if uname -p 2>/dev/null >/dev/null ; then
+! UNAME_MACHINE=`(uname -p) 2>/dev/null`
+! GUESS=$UNAME_MACHINE-sni-sysv4
+! else
+! GUESS=ns32k-sni-sysv
+! fi
+! ;;
+! PENTIUM:*:4.0*:*) # Unisys 'ClearPath HMP IX 4000' SVR4/MP effort
+! # says
+! GUESS=i586-unisys-sysv4
+! ;;
+! *:UNIX_System_V:4*:FTX*)
+! # From Gerald Hewes .
+! # How about differentiating between stratus architectures? -djm
+! GUESS=hppa1.1-stratus-sysv4
+! ;;
+! *:*:*:FTX*)
+! # From seanf@swdc.stratus.com.
+! GUESS=i860-stratus-sysv4
+! ;;
+! i*86:VOS:*:*)
+! # From Paul.Green@stratus.com.
+! GUESS=$UNAME_MACHINE-stratus-vos
+! ;;
+! *:VOS:*:*)
+! # From Paul.Green@stratus.com.
+! GUESS=hppa1.1-stratus-vos
+! ;;
+! mc68*:A/UX:*:*)
+! GUESS=m68k-apple-aux$UNAME_RELEASE
+! ;;
+! news*:NEWS-OS:6*:*)
+! GUESS=mips-sony-newsos6
+! ;;
+! R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
+! if test -d /usr/nec; then
+! GUESS=mips-nec-sysv$UNAME_RELEASE
+! else
+! GUESS=mips-unknown-sysv$UNAME_RELEASE
+! fi
+! ;;
+! BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only.
+! GUESS=powerpc-be-beos
+! ;;
+! BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only.
+! GUESS=powerpc-apple-beos
+! ;;
+! BePC:BeOS:*:*) # BeOS running on Intel PC compatible.
+! GUESS=i586-pc-beos
+! ;;
+! BePC:Haiku:*:*) # Haiku running on Intel PC compatible.
+! GUESS=i586-pc-haiku
+! ;;
+! ppc:Haiku:*:*) # Haiku running on Apple PowerPC
+! GUESS=powerpc-apple-haiku
+! ;;
+! *:Haiku:*:*) # Haiku modern gcc (not bound by BeOS compat)
+! GUESS=$UNAME_MACHINE-unknown-haiku
+! ;;
+! SX-4:SUPER-UX:*:*)
+! GUESS=sx4-nec-superux$UNAME_RELEASE
+! ;;
+! SX-5:SUPER-UX:*:*)
+! GUESS=sx5-nec-superux$UNAME_RELEASE
+! ;;
+! SX-6:SUPER-UX:*:*)
+! GUESS=sx6-nec-superux$UNAME_RELEASE
+! ;;
+! SX-7:SUPER-UX:*:*)
+! GUESS=sx7-nec-superux$UNAME_RELEASE
+! ;;
+! SX-8:SUPER-UX:*:*)
+! GUESS=sx8-nec-superux$UNAME_RELEASE
+! ;;
+! SX-8R:SUPER-UX:*:*)
+! GUESS=sx8r-nec-superux$UNAME_RELEASE
+! ;;
+! SX-ACE:SUPER-UX:*:*)
+! GUESS=sxace-nec-superux$UNAME_RELEASE
+! ;;
+! Power*:Rhapsody:*:*)
+! GUESS=powerpc-apple-rhapsody$UNAME_RELEASE
+! ;;
+! *:Rhapsody:*:*)
+! GUESS=$UNAME_MACHINE-apple-rhapsody$UNAME_RELEASE
+! ;;
+! arm64:Darwin:*:*)
+! GUESS=aarch64-apple-darwin$UNAME_RELEASE
+! ;;
+! *:Darwin:*:*)
+! UNAME_PROCESSOR=`uname -p`
+! case $UNAME_PROCESSOR in
+! unknown) UNAME_PROCESSOR=powerpc ;;
+! esac
+! if command -v xcode-select > /dev/null 2> /dev/null && \
+! ! xcode-select --print-path > /dev/null 2> /dev/null ; then
+! # Avoid executing cc if there is no toolchain installed as
+! # cc will be a stub that puts up a graphical alert
+! # prompting the user to install developer tools.
+! CC_FOR_BUILD=no_compiler_found
+! else
+! set_cc_for_build
+! fi
+! if test "$CC_FOR_BUILD" != no_compiler_found; then
+! if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
+! (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
+! grep IS_64BIT_ARCH >/dev/null
+! then
+! case $UNAME_PROCESSOR in
+! i386) UNAME_PROCESSOR=x86_64 ;;
+! powerpc) UNAME_PROCESSOR=powerpc64 ;;
+! esac
+! fi
+! # On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc
+! if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \
+! (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
+! grep IS_PPC >/dev/null
+! then
+! UNAME_PROCESSOR=powerpc
+! fi
+! elif test "$UNAME_PROCESSOR" = i386 ; then
+! # uname -m returns i386 or x86_64
+! UNAME_PROCESSOR=$UNAME_MACHINE
+! fi
+! GUESS=$UNAME_PROCESSOR-apple-darwin$UNAME_RELEASE
+! ;;
+! *:procnto*:*:* | *:QNX:[0123456789]*:*)
+! UNAME_PROCESSOR=`uname -p`
+! if test "$UNAME_PROCESSOR" = x86; then
+! UNAME_PROCESSOR=i386
+! UNAME_MACHINE=pc
+! fi
+! GUESS=$UNAME_PROCESSOR-$UNAME_MACHINE-nto-qnx$UNAME_RELEASE
+! ;;
+! *:QNX:*:4*)
+! GUESS=i386-pc-qnx
+! ;;
+! NEO-*:NONSTOP_KERNEL:*:*)
+! GUESS=neo-tandem-nsk$UNAME_RELEASE
+! ;;
+! NSE-*:NONSTOP_KERNEL:*:*)
+! GUESS=nse-tandem-nsk$UNAME_RELEASE
+! ;;
+! NSR-*:NONSTOP_KERNEL:*:*)
+! GUESS=nsr-tandem-nsk$UNAME_RELEASE
+! ;;
+! NSV-*:NONSTOP_KERNEL:*:*)
+! GUESS=nsv-tandem-nsk$UNAME_RELEASE
+! ;;
+! NSX-*:NONSTOP_KERNEL:*:*)
+! GUESS=nsx-tandem-nsk$UNAME_RELEASE
+! ;;
+! *:NonStop-UX:*:*)
+! GUESS=mips-compaq-nonstopux
+! ;;
+! BS2000:POSIX*:*:*)
+! GUESS=bs2000-siemens-sysv
+! ;;
+! DS/*:UNIX_System_V:*:*)
+! GUESS=$UNAME_MACHINE-$UNAME_SYSTEM-$UNAME_RELEASE
+! ;;
+! *:Plan9:*:*)
+! # "uname -m" is not consistent, so use $cputype instead. 386
+! # is converted to i386 for consistency with other x86
+! # operating systems.
+! if test "${cputype-}" = 386; then
+! UNAME_MACHINE=i386
+! elif test "x${cputype-}" != x; then
+! UNAME_MACHINE=$cputype
+! fi
+! GUESS=$UNAME_MACHINE-unknown-plan9
+! ;;
+! *:TOPS-10:*:*)
+! GUESS=pdp10-unknown-tops10
+! ;;
+! *:TENEX:*:*)
+! GUESS=pdp10-unknown-tenex
+! ;;
+! KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*)
+! GUESS=pdp10-dec-tops20
+! ;;
+! XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*)
+! GUESS=pdp10-xkl-tops20
+! ;;
+! *:TOPS-20:*:*)
+! GUESS=pdp10-unknown-tops20
+! ;;
+! *:ITS:*:*)
+! GUESS=pdp10-unknown-its
+! ;;
+! SEI:*:*:SEIUX)
+! GUESS=mips-sei-seiux$UNAME_RELEASE
+! ;;
+! *:DragonFly:*:*)
+! DRAGONFLY_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'`
+! GUESS=$UNAME_MACHINE-unknown-dragonfly$DRAGONFLY_REL
+! ;;
+! *:*VMS:*:*)
+! UNAME_MACHINE=`(uname -p) 2>/dev/null`
+! case $UNAME_MACHINE in
+! A*) GUESS=alpha-dec-vms ;;
+! I*) GUESS=ia64-dec-vms ;;
+! V*) GUESS=vax-dec-vms ;;
+! esac ;;
+! *:XENIX:*:SysV)
+! GUESS=i386-pc-xenix
+! ;;
+! i*86:skyos:*:*)
+! SKYOS_REL=`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`
+! GUESS=$UNAME_MACHINE-pc-skyos$SKYOS_REL
+! ;;
+! i*86:rdos:*:*)
+! GUESS=$UNAME_MACHINE-pc-rdos
+! ;;
+! i*86:Fiwix:*:*)
+! GUESS=$UNAME_MACHINE-pc-fiwix
+! ;;
+! *:AROS:*:*)
+! GUESS=$UNAME_MACHINE-unknown-aros
+! ;;
+! x86_64:VMkernel:*:*)
+! GUESS=$UNAME_MACHINE-unknown-esx
+! ;;
+! amd64:Isilon\ OneFS:*:*)
+! GUESS=x86_64-unknown-onefs
+! ;;
+! *:Unleashed:*:*)
+! GUESS=$UNAME_MACHINE-unknown-unleashed$UNAME_RELEASE
+! ;;
+! *:Ironclad:*:*)
+! GUESS=$UNAME_MACHINE-unknown-ironclad
+! ;;
+! esac
+
++ # Do we have a guess based on uname results?
++ if test "x$GUESS" != x; then
++ echo "$GUESS"
++ exit
++ fi
+
+! # No uname command or uname output not recognized.
+! set_cc_for_build
+! cat > "$dummy.c" <
+! #include
+! #endif
+! #if defined(ultrix) || defined(_ultrix) || defined(__ultrix) || defined(__ultrix__)
+! #if defined (vax) || defined (__vax) || defined (__vax__) || defined(mips) || defined(__mips) || defined(__mips__) || defined(MIPS) || defined(__MIPS__)
+! #include
+! #if defined(_SIZE_T_) || defined(SIGLOST)
+! #include
+! #endif
+! #endif
+! #endif
+ int
+ main ()
+ {
+! #if defined (sony)
+! #if defined (MIPSEB)
+! /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed,
+! I don't know.... */
+! printf ("mips-sony-bsd\n"); exit (0);
+! #else
+! #include
+! printf ("m68k-sony-newsos%s\n",
+! #ifdef NEWSOS4
+! "4"
+! #else
+! ""
+! #endif
+! ); exit (0);
+! #endif
+! #endif
+
++ #if defined (NeXT)
++ #if !defined (__ARCHITECTURE__)
++ #define __ARCHITECTURE__ "m68k"
++ #endif
++ int version;
++ version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
++ if (version < 4)
++ printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version);
++ else
++ printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version);
++ exit (0);
++ #endif
+
+! #if defined (MULTIMAX) || defined (n16)
+! #if defined (UMAXV)
+! printf ("ns32k-encore-sysv\n"); exit (0);
+! #else
+! #if defined (CMU)
+! printf ("ns32k-encore-mach\n"); exit (0);
+! #else
+! printf ("ns32k-encore-bsd\n"); exit (0);
+! #endif
+! #endif
+ #endif
+
+! #if defined (__386BSD__)
+! printf ("i386-pc-bsd\n"); exit (0);
+! #endif
+
+! #if defined (sequent)
+! #if defined (i386)
+! printf ("i386-sequent-dynix\n"); exit (0);
+! #endif
+! #if defined (ns32000)
+! printf ("ns32k-sequent-dynix\n"); exit (0);
+! #endif
+! #endif
+
+! #if defined (_SEQUENT_)
+! struct utsname un;
+
+! uname(&un);
+! if (strncmp(un.version, "V2", 2) == 0) {
+! printf ("i386-sequent-ptx2\n"); exit (0);
+! }
+! if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
+! printf ("i386-sequent-ptx1\n"); exit (0);
+! }
+! printf ("i386-sequent-ptx\n"); exit (0);
+! #endif
+
+! #if defined (vax)
+! #if !defined (ultrix)
+! #include
+! #if defined (BSD)
+! #if BSD == 43
+! printf ("vax-dec-bsd4.3\n"); exit (0);
+! #else
+! #if BSD == 199006
+! printf ("vax-dec-bsd4.3reno\n"); exit (0);
+! #else
+! printf ("vax-dec-bsd\n"); exit (0);
+! #endif
+! #endif
+! #else
+! printf ("vax-dec-bsd\n"); exit (0);
+! #endif
+! #else
+! #if defined(_SIZE_T_) || defined(SIGLOST)
+! struct utsname un;
+! uname (&un);
+! printf ("vax-dec-ultrix%s\n", un.release); exit (0);
+! #else
+! printf ("vax-dec-ultrix\n"); exit (0);
+! #endif
+! #endif
+! #endif
+! #if defined(ultrix) || defined(_ultrix) || defined(__ultrix) || defined(__ultrix__)
+! #if defined(mips) || defined(__mips) || defined(__mips__) || defined(MIPS) || defined(__MIPS__)
+! #if defined(_SIZE_T_) || defined(SIGLOST)
+! struct utsname *un;
+! uname (&un);
+! printf ("mips-dec-ultrix%s\n", un.release); exit (0);
+! #else
+! printf ("mips-dec-ultrix\n"); exit (0);
+! #endif
+! #endif
+! #endif
+
+! #if defined (alliant) && defined (i860)
+! printf ("i860-alliant-bsd\n"); exit (0);
+! #endif
+
+! exit (1);
+ }
+ EOF
+
+! $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`"$dummy"` &&
+! { echo "$SYSTEM_NAME"; exit; }
+
+! # Apollos put the system type in the environment.
+! test -d /usr/apollo && { echo "$ISP-apollo-$SYSTYPE"; exit; }
+
+! echo "$0: unable to guess system type" >&2
+
+! case $UNAME_MACHINE:$UNAME_SYSTEM in
+! mips:Linux | mips64:Linux)
+! # If we got here on MIPS GNU/Linux, output extra information.
+! cat >&2 <&2 <&2 </dev/null || echo unknown`
+! uname -r = `(uname -r) 2>/dev/null || echo unknown`
+! uname -s = `(uname -s) 2>/dev/null || echo unknown`
+! uname -v = `(uname -v) 2>/dev/null || echo unknown`
+!
+! /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null`
+! /bin/uname -X = `(/bin/uname -X) 2>/dev/null`
+!
+! hostinfo = `(hostinfo) 2>/dev/null`
+! /bin/universe = `(/bin/universe) 2>/dev/null`
+! /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null`
+! /bin/arch = `(/bin/arch) 2>/dev/null`
+! /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null`
+! /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null`
+!
+! UNAME_MACHINE = "$UNAME_MACHINE"
+! UNAME_RELEASE = "$UNAME_RELEASE"
+! UNAME_SYSTEM = "$UNAME_SYSTEM"
+! UNAME_VERSION = "$UNAME_VERSION"
+! EOF
+ fi
+
++ exit 1
+
+ # Local variables:
+! # eval: (add-hook 'before-save-hook 'time-stamp)
+! # time-stamp-start: "timestamp='"
+! # time-stamp-format: "%:y-%02m-%02d"
+! # time-stamp-end: "'"
+ # End:
+diff -crB gmp-6.3.0-orig/config.in gmp-6.3.0/config.in
+*** gmp-6.3.0-orig/config.in 2023-07-29 16:42:22.000000000 +0300
+--- gmp-6.3.0/config.in 2025-08-28 16:19:50.694484472 +0300
+***************
+*** 38,44 ****
+ */
+ #undef GMP_MPARAM_H_SUGGEST
+
+! /* Define to 1 if you have the `alarm' function. */
+ #undef HAVE_ALARM
+
+ /* Define to 1 if alloca() works (via gmp-impl.h). */
+--- 38,44 ----
+ */
+ #undef GMP_MPARAM_H_SUGGEST
+
+! /* Define to 1 if you have the 'alarm' function. */
+ #undef HAVE_ALARM
+
+ /* Define to 1 if alloca() works (via gmp-impl.h). */
+***************
+*** 61,107 ****
+ /* Define to 1 if the compiler accepts gcc style __attribute__ ((noreturn)) */
+ #undef HAVE_ATTRIBUTE_NORETURN
+
+! /* Define to 1 if you have the `attr_get' function. */
+ #undef HAVE_ATTR_GET
+
+ /* Define to 1 if tests/libtests has calling conventions checking for the CPU
+ */
+ #undef HAVE_CALLING_CONVENTIONS
+
+! /* Define to 1 if you have the `clock' function. */
+ #undef HAVE_CLOCK
+
+ /* Define to 1 if you have the `clock_gettime' function */
+ #undef HAVE_CLOCK_GETTIME
+
+! /* Define to 1 if you have the `cputime' function. */
+ #undef HAVE_CPUTIME
+
+! /* Define to 1 if you have the declaration of `fgetc', and to 0 if you don't.
+ */
+ #undef HAVE_DECL_FGETC
+
+! /* Define to 1 if you have the declaration of `fscanf', and to 0 if you don't.
+ */
+ #undef HAVE_DECL_FSCANF
+
+! /* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.
+ */
+ #undef HAVE_DECL_OPTARG
+
+! /* Define to 1 if you have the declaration of `sys_errlist', and to 0 if you
+ don't. */
+ #undef HAVE_DECL_SYS_ERRLIST
+
+! /* Define to 1 if you have the declaration of `sys_nerr', and to 0 if you
+ don't. */
+ #undef HAVE_DECL_SYS_NERR
+
+! /* Define to 1 if you have the declaration of `ungetc', and to 0 if you don't.
+ */
+ #undef HAVE_DECL_UNGETC
+
+! /* Define to 1 if you have the declaration of `vfprintf', and to 0 if you
+ don't. */
+ #undef HAVE_DECL_VFPRINTF
+
+--- 61,107 ----
+ /* Define to 1 if the compiler accepts gcc style __attribute__ ((noreturn)) */
+ #undef HAVE_ATTRIBUTE_NORETURN
+
+! /* Define to 1 if you have the 'attr_get' function. */
+ #undef HAVE_ATTR_GET
+
+ /* Define to 1 if tests/libtests has calling conventions checking for the CPU
+ */
+ #undef HAVE_CALLING_CONVENTIONS
+
+! /* Define to 1 if you have the 'clock' function. */
+ #undef HAVE_CLOCK
+
+ /* Define to 1 if you have the `clock_gettime' function */
+ #undef HAVE_CLOCK_GETTIME
+
+! /* Define to 1 if you have the 'cputime' function. */
+ #undef HAVE_CPUTIME
+
+! /* Define to 1 if you have the declaration of 'fgetc', and to 0 if you don't.
+ */
+ #undef HAVE_DECL_FGETC
+
+! /* Define to 1 if you have the declaration of 'fscanf', and to 0 if you don't.
+ */
+ #undef HAVE_DECL_FSCANF
+
+! /* Define to 1 if you have the declaration of 'optarg', and to 0 if you don't.
+ */
+ #undef HAVE_DECL_OPTARG
+
+! /* Define to 1 if you have the declaration of 'sys_errlist', and to 0 if you
+ don't. */
+ #undef HAVE_DECL_SYS_ERRLIST
+
+! /* Define to 1 if you have the declaration of 'sys_nerr', and to 0 if you
+ don't. */
+ #undef HAVE_DECL_SYS_NERR
+
+! /* Define to 1 if you have the declaration of 'ungetc', and to 0 if you don't.
+ */
+ #undef HAVE_DECL_UNGETC
+
+! /* Define to 1 if you have the declaration of 'vfprintf', and to 0 if you
+ don't. */
+ #undef HAVE_DECL_VFPRINTF
+
+***************
+*** 126,141 ****
+ /* Define to 1 if you have the header file. */
+ #undef HAVE_FLOAT_H
+
+! /* Define to 1 if you have the `getpagesize' function. */
+ #undef HAVE_GETPAGESIZE
+
+! /* Define to 1 if you have the `getrusage' function. */
+ #undef HAVE_GETRUSAGE
+
+! /* Define to 1 if you have the `getsysinfo' function. */
+ #undef HAVE_GETSYSINFO
+
+! /* Define to 1 if you have the `gettimeofday' function. */
+ #undef HAVE_GETTIMEOFDAY
+
+ /* Define to 1 if the compiler accepts gcc style __attribute__ ((visibility))
+--- 126,141 ----
+ /* Define to 1 if you have the header file. */
+ #undef HAVE_FLOAT_H
+
+! /* Define to 1 if you have the 'getpagesize' function. */
+ #undef HAVE_GETPAGESIZE
+
+! /* Define to 1 if you have the 'getrusage' function. */
+ #undef HAVE_GETRUSAGE
+
+! /* Define to 1 if you have the 'getsysinfo' function. */
+ #undef HAVE_GETSYSINFO
+
+! /* Define to 1 if you have the 'gettimeofday' function. */
+ #undef HAVE_GETTIMEOFDAY
+
+ /* Define to 1 if the compiler accepts gcc style __attribute__ ((visibility))
+***************
+*** 208,217 ****
+ /* Define to 1 iff we have a s390 with 64-bit registers. */
+ #undef HAVE_HOST_CPU_s390_zarch
+
+! /* Define to 1 if the system has the type `intmax_t'. */
+ #undef HAVE_INTMAX_T
+
+! /* Define to 1 if the system has the type `intptr_t'. */
+ #undef HAVE_INTPTR_T
+
+ /* Define to 1 if you have the header file. */
+--- 208,217 ----
+ /* Define to 1 iff we have a s390 with 64-bit registers. */
+ #undef HAVE_HOST_CPU_s390_zarch
+
+! /* Define to 1 if the system has the type 'intmax_t'. */
+ #undef HAVE_INTMAX_T
+
+! /* Define to 1 if the system has the type 'intptr_t'. */
+ #undef HAVE_INTPTR_T
+
+ /* Define to 1 if you have the header file. */
+***************
+*** 229,259 ****
+ #undef HAVE_LIMB_BIG_ENDIAN
+ #undef HAVE_LIMB_LITTLE_ENDIAN
+
+! /* Define to 1 if you have the `localeconv' function. */
+ #undef HAVE_LOCALECONV
+
+ /* Define to 1 if you have the header file. */
+ #undef HAVE_LOCALE_H
+
+! /* Define to 1 if the system has the type `long double'. */
+ #undef HAVE_LONG_DOUBLE
+
+! /* Define to 1 if the system has the type `long long'. */
+ #undef HAVE_LONG_LONG
+
+ /* Define to 1 if you have the header file. */
+ #undef HAVE_MACHINE_HAL_SYSINFO_H
+
+! /* Define to 1 if you have the header file. */
+! #undef HAVE_MEMORY_H
+!
+! /* Define to 1 if you have the `memset' function. */
+ #undef HAVE_MEMSET
+
+! /* Define to 1 if you have the `mmap' function. */
+ #undef HAVE_MMAP
+
+! /* Define to 1 if you have the `mprotect' function. */
+ #undef HAVE_MPROTECT
+
+ /* Define to 1 each of the following for which a native (ie. CPU specific)
+--- 229,256 ----
+ #undef HAVE_LIMB_BIG_ENDIAN
+ #undef HAVE_LIMB_LITTLE_ENDIAN
+
+! /* Define to 1 if you have the 'localeconv' function. */
+ #undef HAVE_LOCALECONV
+
+ /* Define to 1 if you have the header file. */
+ #undef HAVE_LOCALE_H
+
+! /* Define to 1 if the system has the type 'long double'. */
+ #undef HAVE_LONG_DOUBLE
+
+! /* Define to 1 if the system has the type 'long long'. */
+ #undef HAVE_LONG_LONG
+
+ /* Define to 1 if you have the header file. */
+ #undef HAVE_MACHINE_HAL_SYSINFO_H
+
+! /* Define to 1 if you have the 'memset' function. */
+ #undef HAVE_MEMSET
+
+! /* Define to 1 if you have the 'mmap' function. */
+ #undef HAVE_MMAP
+
+! /* Define to 1 if you have the 'mprotect' function. */
+ #undef HAVE_MPROTECT
+
+ /* Define to 1 each of the following for which a native (ie. CPU specific)
+***************
+*** 378,424 ****
+ #undef HAVE_NATIVE_mpn_xor_n
+ #undef HAVE_NATIVE_mpn_xnor_n
+
+! /* Define to 1 if you have the `nl_langinfo' function. */
+ #undef HAVE_NL_LANGINFO
+
+ /* Define to 1 if you have the header file. */
+ #undef HAVE_NL_TYPES_H
+
+! /* Define to 1 if you have the `obstack_vprintf' function. */
+! #undef HAVE_OBSTACK_VPRINTF
+!
+! /* Define to 1 if you have the `popen' function. */
+ #undef HAVE_POPEN
+
+! /* Define to 1 if you have the `processor_info' function. */
+ #undef HAVE_PROCESSOR_INFO
+
+ /* Define to 1 if `struct pst_processor' exists and contains
+ `psp_iticksperclktick'. */
+ #undef HAVE_PSP_ITICKSPERCLKTICK
+
+! /* Define to 1 if you have the `pstat_getprocessor' function. */
+ #undef HAVE_PSTAT_GETPROCESSOR
+
+! /* Define to 1 if the system has the type `ptrdiff_t'. */
+ #undef HAVE_PTRDIFF_T
+
+! /* Define to 1 if the system has the type `quad_t'. */
+ #undef HAVE_QUAD_T
+
+! /* Define to 1 if you have the `raise' function. */
+ #undef HAVE_RAISE
+
+! /* Define to 1 if you have the `read_real_time' function. */
+ #undef HAVE_READ_REAL_TIME
+
+! /* Define to 1 if you have the `sigaction' function. */
+ #undef HAVE_SIGACTION
+
+! /* Define to 1 if you have the `sigaltstack' function. */
+ #undef HAVE_SIGALTSTACK
+
+! /* Define to 1 if you have the `sigstack' function. */
+ #undef HAVE_SIGSTACK
+
+ /* Tune directory speed_cyclecounter, undef=none, 1=32bits, 2=64bits) */
+--- 375,418 ----
+ #undef HAVE_NATIVE_mpn_xor_n
+ #undef HAVE_NATIVE_mpn_xnor_n
+
+! /* Define to 1 if you have the 'nl_langinfo' function. */
+ #undef HAVE_NL_LANGINFO
+
+ /* Define to 1 if you have the header file. */
+ #undef HAVE_NL_TYPES_H
+
+! /* Define to 1 if you have the 'popen' function. */
+ #undef HAVE_POPEN
+
+! /* Define to 1 if you have the 'processor_info' function. */
+ #undef HAVE_PROCESSOR_INFO
+
+ /* Define to 1 if `struct pst_processor' exists and contains
+ `psp_iticksperclktick'. */
+ #undef HAVE_PSP_ITICKSPERCLKTICK
+
+! /* Define to 1 if you have the 'pstat_getprocessor' function. */
+ #undef HAVE_PSTAT_GETPROCESSOR
+
+! /* Define to 1 if the system has the type 'ptrdiff_t'. */
+ #undef HAVE_PTRDIFF_T
+
+! /* Define to 1 if the system has the type 'quad_t'. */
+ #undef HAVE_QUAD_T
+
+! /* Define to 1 if you have the 'raise' function. */
+ #undef HAVE_RAISE
+
+! /* Define to 1 if you have the 'read_real_time' function. */
+ #undef HAVE_READ_REAL_TIME
+
+! /* Define to 1 if you have the 'sigaction' function. */
+ #undef HAVE_SIGACTION
+
+! /* Define to 1 if you have the 'sigaltstack' function. */
+ #undef HAVE_SIGALTSTACK
+
+! /* Define to 1 if you have the 'sigstack' function. */
+ #undef HAVE_SIGSTACK
+
+ /* Tune directory speed_cyclecounter, undef=none, 1=32bits, 2=64bits) */
+***************
+*** 427,448 ****
+ /* Define to 1 if you have the header file. */
+ #undef HAVE_SSTREAM
+
+! /* Define to 1 if the system has the type `stack_t'. */
+ #undef HAVE_STACK_T
+
+ /* Define to 1 if you have the header file. */
+ #undef HAVE_STDINT_H
+
+ /* Define to 1 if you have the header file. */
+ #undef HAVE_STDLIB_H
+
+! /* Define to 1 if the system has the type `std::locale'. */
+ #undef HAVE_STD__LOCALE
+
+! /* Define to 1 if you have the `strchr' function. */
+ #undef HAVE_STRCHR
+
+! /* Define to 1 if you have the `strerror' function. */
+ #undef HAVE_STRERROR
+
+ /* Define to 1 if you have the header file. */
+--- 421,445 ----
+ /* Define to 1 if you have the header file. */
+ #undef HAVE_SSTREAM
+
+! /* Define to 1 if the system has the type 'stack_t'. */
+ #undef HAVE_STACK_T
+
+ /* Define to 1 if you have the header file. */
+ #undef HAVE_STDINT_H
+
++ /* Define to 1 if you have the header file. */
++ #undef HAVE_STDIO_H
++
+ /* Define to 1 if you have the header file. */
+ #undef HAVE_STDLIB_H
+
+! /* Define to 1 if the system has the type 'std::locale'. */
+ #undef HAVE_STD__LOCALE
+
+! /* Define to 1 if you have the 'strchr' function. */
+ #undef HAVE_STRCHR
+
+! /* Define to 1 if you have the 'strerror' function. */
+ #undef HAVE_STRERROR
+
+ /* Define to 1 if you have the header file. */
+***************
+*** 451,475 ****
+ /* Define to 1 if you have the header file. */
+ #undef HAVE_STRING_H
+
+! /* Define to 1 if you have the `strnlen' function. */
+ #undef HAVE_STRNLEN
+
+! /* Define to 1 if you have the `strtol' function. */
+ #undef HAVE_STRTOL
+
+! /* Define to 1 if you have the `strtoul' function. */
+ #undef HAVE_STRTOUL
+
+! /* Define to 1 if you have the `sysconf' function. */
+ #undef HAVE_SYSCONF
+
+! /* Define to 1 if you have the `sysctl' function. */
+ #undef HAVE_SYSCTL
+
+! /* Define to 1 if you have the `sysctlbyname' function. */
+ #undef HAVE_SYSCTLBYNAME
+
+! /* Define to 1 if you have the `syssgi' function. */
+ #undef HAVE_SYSSGI
+
+ /* Define to 1 if you have the header file. */
+--- 448,472 ----
+ /* Define to 1 if you have the header file. */
+ #undef HAVE_STRING_H
+
+! /* Define to 1 if you have the 'strnlen' function. */
+ #undef HAVE_STRNLEN
+
+! /* Define to 1 if you have the 'strtol' function. */
+ #undef HAVE_STRTOL
+
+! /* Define to 1 if you have the 'strtoul' function. */
+ #undef HAVE_STRTOUL
+
+! /* Define to 1 if you have the 'sysconf' function. */
+ #undef HAVE_SYSCONF
+
+! /* Define to 1 if you have the 'sysctl' function. */
+ #undef HAVE_SYSCTL
+
+! /* Define to 1 if you have the 'sysctlbyname' function. */
+ #undef HAVE_SYSCTLBYNAME
+
+! /* Define to 1 if you have the 'syssgi' function. */
+ #undef HAVE_SYSSGI
+
+ /* Define to 1 if you have the header file. */
+***************
+*** 517,526 ****
+ /* Define to 1 if you have the header file. */
+ #undef HAVE_SYS_TYPES_H
+
+! /* Define to 1 if you have the `times' function. */
+ #undef HAVE_TIMES
+
+! /* Define to 1 if the system has the type `uint_least32_t'. */
+ #undef HAVE_UINT_LEAST32_T
+
+ /* Define to 1 if you have the header file. */
+--- 514,523 ----
+ /* Define to 1 if you have the header file. */
+ #undef HAVE_SYS_TYPES_H
+
+! /* Define to 1 if you have the 'times' function. */
+ #undef HAVE_TIMES
+
+! /* Define to 1 if the system has the type 'uint_least32_t'. */
+ #undef HAVE_UINT_LEAST32_T
+
+ /* Define to 1 if you have the header file. */
+***************
+*** 562,592 ****
+ /* Define to the version of this package. */
+ #undef PACKAGE_VERSION
+
+! /* Define as the return type of signal handlers (`int' or `void'). */
+ #undef RETSIGTYPE
+
+! /* The size of `mp_limb_t', as computed by sizeof. */
+ #undef SIZEOF_MP_LIMB_T
+
+! /* The size of `unsigned', as computed by sizeof. */
+ #undef SIZEOF_UNSIGNED
+
+! /* The size of `unsigned long', as computed by sizeof. */
+ #undef SIZEOF_UNSIGNED_LONG
+
+! /* The size of `unsigned short', as computed by sizeof. */
+ #undef SIZEOF_UNSIGNED_SHORT
+
+! /* The size of `void *', as computed by sizeof. */
+ #undef SIZEOF_VOID_P
+
+ /* Define to 1 if sscanf requires writable inputs */
+ #undef SSCANF_WRITABLE_INPUT
+
+! /* Define to 1 if you have the ANSI C header files. */
+ #undef STDC_HEADERS
+
+! /* Define to 1 if you can safely include both and . */
+ #undef TIME_WITH_SYS_TIME
+
+ /* Maximum size the tune program can test for SQR_TOOM2_THRESHOLD */
+--- 559,592 ----
+ /* Define to the version of this package. */
+ #undef PACKAGE_VERSION
+
+! /* Define as the return type of signal handlers ('int' or 'void'). */
+ #undef RETSIGTYPE
+
+! /* The size of 'mp_limb_t', as computed by sizeof. */
+ #undef SIZEOF_MP_LIMB_T
+
+! /* The size of 'unsigned', as computed by sizeof. */
+ #undef SIZEOF_UNSIGNED
+
+! /* The size of 'unsigned long', as computed by sizeof. */
+ #undef SIZEOF_UNSIGNED_LONG
+
+! /* The size of 'unsigned short', as computed by sizeof. */
+ #undef SIZEOF_UNSIGNED_SHORT
+
+! /* The size of 'void *', as computed by sizeof. */
+ #undef SIZEOF_VOID_P
+
+ /* Define to 1 if sscanf requires writable inputs */
+ #undef SSCANF_WRITABLE_INPUT
+
+! /* Define to 1 if all of the C89 standard headers exist (not just the ones
+! required in a freestanding environment). This macro is provided for
+! backward compatibility; new code need not use it. */
+ #undef STDC_HEADERS
+
+! /* Define to 1 if you can safely include both and . This
+! macro is obsolete. */
+ #undef TIME_WITH_SYS_TIME
+
+ /* Maximum size the tune program can test for SQR_TOOM2_THRESHOLD */
+***************
+*** 642,652 ****
+ /* Define to 1 if the assembler understands the mulx instruction */
+ #undef X86_ASM_MULX
+
+! /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
+! `char[]'. */
+ #undef YYTEXT_POINTER
+
+! /* Define to `__inline__' or `__inline' if that's what the C compiler
+ calls it, or to nothing if 'inline' is not supported under any name. */
+ #ifndef __cplusplus
+ #undef inline
+--- 642,652 ----
+ /* Define to 1 if the assembler understands the mulx instruction */
+ #undef X86_ASM_MULX
+
+! /* Define to 1 if 'lex' declares 'yytext' as a 'char *' by default, not a
+! 'char[]'. */
+ #undef YYTEXT_POINTER
+
+! /* Define to '__inline__' or '__inline' if that's what the C compiler
+ calls it, or to nothing if 'inline' is not supported under any name. */
+ #ifndef __cplusplus
+ #undef inline
+***************
+*** 654,671 ****
+
+ /* Define to the equivalent of the C99 'restrict' keyword, or to
+ nothing if this is not supported. Do not define if restrict is
+! supported directly. */
+ #undef restrict
+! /* Work around a bug in Sun C++: it does not support _Restrict or
+! __restrict__, even though the corresponding Sun C compiler ends up with
+! "#define restrict _Restrict" or "#define restrict __restrict__" in the
+! previous line. Perhaps some future version of Sun C++ will work with
+! restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
+! #if defined __SUNPRO_CC && !defined __RESTRICT
+ # define _Restrict
+ # define __restrict__
+ #endif
+
+! /* Define to empty if the keyword `volatile' does not work. Warning: valid
+! code using `volatile' can become incorrect without. Disable with care. */
+ #undef volatile
+--- 654,672 ----
+
+ /* Define to the equivalent of the C99 'restrict' keyword, or to
+ nothing if this is not supported. Do not define if restrict is
+! supported only directly. */
+ #undef restrict
+! /* Work around a bug in older versions of Sun C++, which did not
+! #define __restrict__ or support _Restrict or __restrict__
+! even though the corresponding Sun C compiler ended up with
+! "#define restrict _Restrict" or "#define restrict __restrict__"
+! in the previous line. This workaround can be removed once
+! we assume Oracle Developer Studio 12.5 (2016) or later. */
+! #if defined __SUNPRO_CC && !defined __RESTRICT && !defined __restrict__
+ # define _Restrict
+ # define __restrict__
+ #endif
+
+! /* Define to empty if the keyword 'volatile' does not work. Warning: valid
+! code using 'volatile' can become incorrect without. Disable with care. */
+ #undef volatile
+Only in gmp-6.3.0: config.in~
+diff -crB gmp-6.3.0-orig/config.sub gmp-6.3.0/config.sub
+*** gmp-6.3.0-orig/config.sub 2023-07-29 16:42:16.000000000 +0300
+--- gmp-6.3.0/config.sub 2025-08-28 16:20:02.118778947 +0300
+***************
+*** 1,165 ****
+ #! /bin/sh
+! #
+! # GMP config.sub wrapper.
+
+
+! # Copyright 2000-2003, 2006, 2009-2016 Free Software Foundation, Inc.
+! #
+! # This file is part of the GNU MP Library.
+! #
+! # The GNU MP Library is free software; you can redistribute it and/or modify
+! # it under the terms of either:
+! #
+! # * the GNU Lesser General Public License as published by the Free
+! # Software Foundation; either version 3 of the License, or (at your
+! # option) any later version.
+! #
+! # or
+! #
+! # * the GNU General Public License as published by the Free Software
+! # Foundation; either version 2 of the License, or (at your option) any
+! # later version.
+ #
+! # or both in parallel, as here.
+ #
+! # The GNU MP Library is distributed in the hope that it will be useful, but
+! # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+! # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+! # for more details.
+ #
+! # You should have received copies of the GNU General Public License and the
+! # GNU Lesser General Public License along with the GNU MP Library. If not,
+! # see https://www.gnu.org/licenses/.
+
+
+! # Usage: config.sub CPU-VENDOR-OS
+! # config.sub ALIAS
+! #
+! # Validate and canonicalize the given configuration name, with special
+! # handling for GMP extra CPU names.
+! #
+! # When the CPU isn't special the whole name is simply passed straight
+! # through to configfsf.sub.
+! #
+! # When the CPU is a GMP extra, configfsf.sub is run on a similar CPU that it
+! # will recognise. For example "athlon-pc-freebsd3.5" is validated using
+! # "i386-pc-freebsd3.5".
+ #
+! # Any canonicalizations made by configfsf.sub are preserved. For example
+! # given "athlon-linux", configfsf.sub is called with "i386-linux" and will
+! # give back "i386-pc-linux-gnu". "athlon" is then reinstated, so we print
+! # "athlon-pc-linux-gnu".
+
+
+! # Expect to find configfsf.sub in the same directory as this config.sub
+! configfsf_sub="`echo \"$0\" | sed 's/config.sub$/configfsf.sub/'`"
+! if test "$configfsf_sub" = "$0"; then
+! echo "Cannot derive configfsf.sub from $0" 1>&2
+! exit 1
+! fi
+! if test -f "$configfsf_sub"; then
+! :
+! else
+! echo "$configfsf_sub not found" 1>&2
+! exit 1
+! fi
+
+! # Always run configfsf.sub with $SHELL, like autoconf does for config.sub
+! SHELL=${CONFIG_SHELL-/bin/sh}
+
+- # Identify ourselves on --version, --help, etc
+- case "$1" in
+- "" | -*)
+- echo "(GNU MP wrapped config.sub)" 1>&2
+- $SHELL $configfsf_sub "$@"
+- exit
+- ;;
+- esac
+-
+- given_full="$1"
+- given_cpu=`echo "$given_full" | sed 's/-.*$//'`
+- given_rest=`echo "$given_full" | sed 's/^[^-]*//'`
+-
+-
+- # Aliases for GMP extras
+- case "$given_cpu" in
+- # configfsf.sub turns p5 into i586, instead use our exact cpu type
+- p5 | p54) given_cpu=pentium ;;
+- p55) given_cpu=pentiummmx ;;
+-
+- # configfsf.sub turns p6, pentiumii and pentiumiii into i686, instead use
+- # our exact cpu types
+- p6) given_cpu=pentiumpro ;;
+- pentiumii) given_cpu=pentium2 ;;
+- pentiumiii) given_cpu=pentium3 ;;
+- esac
+- given_full="$given_cpu$given_rest"
+-
+-
+- # GMP extras and what to use for the config.sub test
+- case "$given_cpu" in
+- itanium | itanium2)
+- test_cpu=ia64 ;;
+- pentium | pentiummmx | pentiumpro | pentium[234m] | k[567] | k6[23] | geode | athlon | viac3*)
+- test_cpu=i386 ;;
+- athlon64 | atom | silvermont | goldmont | tremont | core2 | corei* | opteron | k[89] | k10 | bobcat | jaguar* | bulldozer* | piledriver* | steamroller* | excavator* | zen* | nano | nehalem | westmere | sandybridge* | ivybridge* | haswell* | broadwell* | skylake* | kabylake* | icelake* | rocketlake* | tigerlake* | alderlake* | raptorlake* | knightslanding)
+- test_cpu=x86_64 ;;
+- power[2-9] | power1[0-9] | power2sc)
+- test_cpu=power ;;
+- powerpc401 | powerpc403 | powerpc405 | \
+- powerpc505 | \
+- powerpc601 | powerpc602 | \
+- powerpc603 | powerpc603e | \
+- powerpc604 | powerpc604e | \
+- powerpc620 | powerpc630 | powerpc970 | \
+- powerpc740 | powerpc74[0-9][0-9] | powerpc750 | \
+- powerpc801 | powerpc821 | powerpc823 | powerpc860 | \
+- powerpc64)
+- test_cpu=powerpc ;;
+- sparcv8 | supersparc | microsparc | \
+- ultrasparc | ultrasparc2 | ultrasparc2i | ultrasparc3 | ultrasparct[12345])
+- test_cpu=sparc ;;
+- sh2)
+- test_cpu=sh ;;
+-
+- z900 | z990 | z9 | z1[0-6] | z196)
+- test_cpu=s390x;;
+- z900esa | z990esa | z9esa | z1[0-6]esa | z196esa)
+- test_cpu=s390;;
+-
+- armsa1 | armxscale | arm9tdmi | arm9te | \
+- arm10* | arm11mpcore | armsa1 | arm1136 | arm1156 | arm1176 | \
+- armcortex[arm][0-9] | armcortex[arm][0-9][0-9] | \
+- arm*neon | armxgene1 | armexynosm1 | armthunderx | applem[1-9])
+- test_cpu="arm";;
+-
+- *)
+- # Don't need or want to change the given name, just run configfsf.sub
+- $SHELL $configfsf_sub "$given_full"
+- if test $? = 0; then
+- exit 0
+- else
+- echo "(GNU MP wrapped config.sub, testing \"$given_full\")"
+- exit 1
+- fi
+- esac
+-
+-
+- test_full="$test_cpu$given_rest"
+- canonical_full=`$SHELL $configfsf_sub "$test_full"`
+- if test $? = 0; then
+- :
+ else
+! echo "(GNU MP wrapped config.sub, testing \"$given_full\" as \"$test_full\")"
+! exit 1
+ fi
+
+! canonical_rest=`echo "$canonical_full" | sed 's/^[^-]*//'`
+! echo "$given_cpu$canonical_rest"
+! exit 0
+
+
+
+ # Local variables:
+! # fill-column: 76
+ # End:
+--- 1,2355 ----
+ #! /bin/sh
+! # Configuration validation subroutine script.
+! # Copyright 1992-2024 Free Software Foundation, Inc.
+
++ # shellcheck disable=SC2006,SC2268,SC2162 # see below for rationale
+
+! timestamp='2024-05-27'
+!
+! # This file is free software; you can redistribute it and/or modify it
+! # under the terms of the GNU General Public License as published by
+! # the Free Software Foundation, either version 3 of the License, or
+! # (at your option) any later version.
+ #
+! # This program is distributed in the hope that it will be useful, but
+! # WITHOUT ANY WARRANTY; without even the implied warranty of
+! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+! # General Public License for more details.
+ #
+! # You should have received a copy of the GNU General Public License
+! # along with this program; if not, see .
+ #
+! # As a special exception to the GNU General Public License, if you
+! # distribute this file as part of a program that contains a
+! # configuration script generated by Autoconf, you may include it under
+! # the same distribution terms that you use for the rest of that
+! # program. This Exception is an additional permission under section 7
+! # of the GNU General Public License, version 3 ("GPLv3").
+
+
+! # Please send patches to .
+ #
+! # Configuration subroutine to validate and canonicalize a configuration type.
+! # Supply the specified configuration type as an argument.
+! # If it is invalid, we print an error message on stderr and exit with code 1.
+! # Otherwise, we print the canonical config type on stdout and succeed.
+!
+! # You can get the latest version of this script from:
+! # https://git.savannah.gnu.org/cgit/config.git/plain/config.sub
+!
+! # This file is supposed to be the same for all GNU packages
+! # and recognize all the CPU types, system types and aliases
+! # that are meaningful with *any* GNU software.
+! # Each package is responsible for reporting which valid configurations
+! # it does not support. The user should be able to distinguish
+! # a failure to support a valid configuration from a meaningless
+! # configuration.
+!
+! # The goal of this file is to map all the various variations of a given
+! # machine specification into a single specification in the form:
+! # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
+! # or in some cases, the newer four-part form:
+! # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
+! # It is wrong to echo any other type of specification.
+!
+! # The "shellcheck disable" line above the timestamp inhibits complaints
+! # about features and limitations of the classic Bourne shell that were
+! # superseded or lifted in POSIX. However, this script identifies a wide
+! # variety of pre-POSIX systems that do not have POSIX shells at all, and
+! # even some reasonably current systems (Solaris 10 as case-in-point) still
+! # have a pre-POSIX /bin/sh.
+!
+! me=`echo "$0" | sed -e 's,.*/,,'`
+!
+! usage="\
+! Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS
+!
+! Canonicalize a configuration name.
+!
+! Options:
+! -h, --help print this help, then exit
+! -t, --time-stamp print date of last modification, then exit
+! -v, --version print version number, then exit
+!
+! Report bugs and patches to ."
+!
+! version="\
+! GNU config.sub ($timestamp)
+!
+! Copyright 1992-2024 Free Software Foundation, Inc.
+!
+! This is free software; see the source for copying conditions. There is NO
+! warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
+!
+! help="
+! Try '$me --help' for more information."
+!
+! # Parse command line
+! while test $# -gt 0 ; do
+! case $1 in
+! --time-stamp | --time* | -t )
+! echo "$timestamp" ; exit ;;
+! --version | -v )
+! echo "$version" ; exit ;;
+! --help | --h* | -h )
+! echo "$usage"; exit ;;
+! -- ) # Stop option processing
+! shift; break ;;
+! - ) # Use stdin as input.
+! break ;;
+! -* )
+! echo "$me: invalid option $1$help" >&2
+! exit 1 ;;
+!
+! *local*)
+! # First pass through any local machine types.
+! echo "$1"
+! exit ;;
+!
+! * )
+! break ;;
+! esac
+! done
+!
+! case $# in
+! 0) echo "$me: missing argument$help" >&2
+! exit 1;;
+! 1) ;;
+! *) echo "$me: too many arguments$help" >&2
+! exit 1;;
+! esac
+
++ # Split fields of configuration type
++ saved_IFS=$IFS
++ IFS="-" read field1 field2 field3 field4 <&2
++ exit 1
++ ;;
++ *-*-*-*)
++ basic_machine=$field1-$field2
++ basic_os=$field3-$field4
++ ;;
++ *-*-*)
++ # Ambiguous whether COMPANY is present, or skipped and KERNEL-OS is two
++ # parts
++ maybe_os=$field2-$field3
++ case $maybe_os in
++ cloudabi*-eabi* \
++ | kfreebsd*-gnu* \
++ | knetbsd*-gnu* \
++ | kopensolaris*-gnu* \
++ | linux-* \
++ | managarm-* \
++ | netbsd*-eabi* \
++ | netbsd*-gnu* \
++ | nto-qnx* \
++ | os2-emx* \
++ | rtmk-nova* \
++ | storm-chaos* \
++ | uclinux-gnu* \
++ | uclinux-uclibc* \
++ | windows-* )
++ basic_machine=$field1
++ basic_os=$maybe_os
++ ;;
++ android-linux)
++ basic_machine=$field1-unknown
++ basic_os=linux-android
++ ;;
++ *)
++ basic_machine=$field1-$field2
++ basic_os=$field3
++ ;;
++ esac
++ ;;
++ *-*)
++ case $field1-$field2 in
++ # Shorthands that happen to contain a single dash
++ convex-c[12] | convex-c3[248])
++ basic_machine=$field2-convex
++ basic_os=
++ ;;
++ decstation-3100)
++ basic_machine=mips-dec
++ basic_os=
++ ;;
++ *-*)
++ # Second component is usually, but not always the OS
++ case $field2 in
++ # Do not treat sunos as a manufacturer
++ sun*os*)
++ basic_machine=$field1
++ basic_os=$field2
++ ;;
++ # Manufacturers
++ 3100* \
++ | 32* \
++ | 3300* \
++ | 3600* \
++ | 7300* \
++ | acorn \
++ | altos* \
++ | apollo \
++ | apple \
++ | atari \
++ | att* \
++ | axis \
++ | be \
++ | bull \
++ | cbm \
++ | ccur \
++ | cisco \
++ | commodore \
++ | convergent* \
++ | convex* \
++ | cray \
++ | crds \
++ | dec* \
++ | delta* \
++ | dg \
++ | digital \
++ | dolphin \
++ | encore* \
++ | gould \
++ | harris \
++ | highlevel \
++ | hitachi* \
++ | hp \
++ | ibm* \
++ | intergraph \
++ | isi* \
++ | knuth \
++ | masscomp \
++ | microblaze* \
++ | mips* \
++ | motorola* \
++ | ncr* \
++ | news \
++ | next \
++ | ns \
++ | oki \
++ | omron* \
++ | pc533* \
++ | rebel \
++ | rom68k \
++ | rombug \
++ | semi \
++ | sequent* \
++ | siemens \
++ | sgi* \
++ | siemens \
++ | sim \
++ | sni \
++ | sony* \
++ | stratus \
++ | sun \
++ | sun[234]* \
++ | tektronix \
++ | tti* \
++ | ultra \
++ | unicom* \
++ | wec \
++ | winbond \
++ | wrs)
++ basic_machine=$field1-$field2
++ basic_os=
++ ;;
++ zephyr*)
++ basic_machine=$field1-unknown
++ basic_os=$field2
++ ;;
++ *)
++ basic_machine=$field1
++ basic_os=$field2
++ ;;
++ esac
++ ;;
++ esac
++ ;;
++ *)
++ # Convert single-component short-hands not valid as part of
++ # multi-component configurations.
++ case $field1 in
++ 386bsd)
++ basic_machine=i386-pc
++ basic_os=bsd
++ ;;
++ a29khif)
++ basic_machine=a29k-amd
++ basic_os=udi
++ ;;
++ adobe68k)
++ basic_machine=m68010-adobe
++ basic_os=scout
++ ;;
++ alliant)
++ basic_machine=fx80-alliant
++ basic_os=
++ ;;
++ altos | altos3068)
++ basic_machine=m68k-altos
++ basic_os=
++ ;;
++ am29k)
++ basic_machine=a29k-none
++ basic_os=bsd
++ ;;
++ amdahl)
++ basic_machine=580-amdahl
++ basic_os=sysv
++ ;;
++ amiga)
++ basic_machine=m68k-unknown
++ basic_os=
++ ;;
++ amigaos | amigados)
++ basic_machine=m68k-unknown
++ basic_os=amigaos
++ ;;
++ amigaunix | amix)
++ basic_machine=m68k-unknown
++ basic_os=sysv4
++ ;;
++ apollo68)
++ basic_machine=m68k-apollo
++ basic_os=sysv
++ ;;
++ apollo68bsd)
++ basic_machine=m68k-apollo
++ basic_os=bsd
++ ;;
++ aros)
++ basic_machine=i386-pc
++ basic_os=aros
++ ;;
++ aux)
++ basic_machine=m68k-apple
++ basic_os=aux
++ ;;
++ balance)
++ basic_machine=ns32k-sequent
++ basic_os=dynix
++ ;;
++ blackfin)
++ basic_machine=bfin-unknown
++ basic_os=linux
++ ;;
++ cegcc)
++ basic_machine=arm-unknown
++ basic_os=cegcc
++ ;;
++ cray)
++ basic_machine=j90-cray
++ basic_os=unicos
++ ;;
++ crds | unos)
++ basic_machine=m68k-crds
++ basic_os=
++ ;;
++ da30)
++ basic_machine=m68k-da30
++ basic_os=
++ ;;
++ decstation | pmax | pmin | dec3100 | decstatn)
++ basic_machine=mips-dec
++ basic_os=
++ ;;
++ delta88)
++ basic_machine=m88k-motorola
++ basic_os=sysv3
++ ;;
++ dicos)
++ basic_machine=i686-pc
++ basic_os=dicos
++ ;;
++ djgpp)
++ basic_machine=i586-pc
++ basic_os=msdosdjgpp
++ ;;
++ ebmon29k)
++ basic_machine=a29k-amd
++ basic_os=ebmon
++ ;;
++ es1800 | OSE68k | ose68k | ose | OSE)
++ basic_machine=m68k-ericsson
++ basic_os=ose
++ ;;
++ gmicro)
++ basic_machine=tron-gmicro
++ basic_os=sysv
++ ;;
++ go32)
++ basic_machine=i386-pc
++ basic_os=go32
++ ;;
++ h8300hms)
++ basic_machine=h8300-hitachi
++ basic_os=hms
++ ;;
++ h8300xray)
++ basic_machine=h8300-hitachi
++ basic_os=xray
++ ;;
++ h8500hms)
++ basic_machine=h8500-hitachi
++ basic_os=hms
++ ;;
++ harris)
++ basic_machine=m88k-harris
++ basic_os=sysv3
++ ;;
++ hp300 | hp300hpux)
++ basic_machine=m68k-hp
++ basic_os=hpux
++ ;;
++ hp300bsd)
++ basic_machine=m68k-hp
++ basic_os=bsd
++ ;;
++ hppaosf)
++ basic_machine=hppa1.1-hp
++ basic_os=osf
++ ;;
++ hppro)
++ basic_machine=hppa1.1-hp
++ basic_os=proelf
++ ;;
++ i386mach)
++ basic_machine=i386-mach
++ basic_os=mach
++ ;;
++ isi68 | isi)
++ basic_machine=m68k-isi
++ basic_os=sysv
++ ;;
++ m68knommu)
++ basic_machine=m68k-unknown
++ basic_os=linux
++ ;;
++ magnum | m3230)
++ basic_machine=mips-mips
++ basic_os=sysv
++ ;;
++ merlin)
++ basic_machine=ns32k-utek
++ basic_os=sysv
++ ;;
++ mingw64)
++ basic_machine=x86_64-pc
++ basic_os=mingw64
++ ;;
++ mingw32)
++ basic_machine=i686-pc
++ basic_os=mingw32
++ ;;
++ mingw32ce)
++ basic_machine=arm-unknown
++ basic_os=mingw32ce
++ ;;
++ monitor)
++ basic_machine=m68k-rom68k
++ basic_os=coff
++ ;;
++ morphos)
++ basic_machine=powerpc-unknown
++ basic_os=morphos
++ ;;
++ moxiebox)
++ basic_machine=moxie-unknown
++ basic_os=moxiebox
++ ;;
++ msdos)
++ basic_machine=i386-pc
++ basic_os=msdos
++ ;;
++ msys)
++ basic_machine=i686-pc
++ basic_os=msys
++ ;;
++ mvs)
++ basic_machine=i370-ibm
++ basic_os=mvs
++ ;;
++ nacl)
++ basic_machine=le32-unknown
++ basic_os=nacl
++ ;;
++ ncr3000)
++ basic_machine=i486-ncr
++ basic_os=sysv4
++ ;;
++ netbsd386)
++ basic_machine=i386-pc
++ basic_os=netbsd
++ ;;
++ netwinder)
++ basic_machine=armv4l-rebel
++ basic_os=linux
++ ;;
++ news | news700 | news800 | news900)
++ basic_machine=m68k-sony
++ basic_os=newsos
++ ;;
++ news1000)
++ basic_machine=m68030-sony
++ basic_os=newsos
++ ;;
++ necv70)
++ basic_machine=v70-nec
++ basic_os=sysv
++ ;;
++ nh3000)
++ basic_machine=m68k-harris
++ basic_os=cxux
++ ;;
++ nh[45]000)
++ basic_machine=m88k-harris
++ basic_os=cxux
++ ;;
++ nindy960)
++ basic_machine=i960-intel
++ basic_os=nindy
++ ;;
++ mon960)
++ basic_machine=i960-intel
++ basic_os=mon960
++ ;;
++ nonstopux)
++ basic_machine=mips-compaq
++ basic_os=nonstopux
++ ;;
++ os400)
++ basic_machine=powerpc-ibm
++ basic_os=os400
++ ;;
++ OSE68000 | ose68000)
++ basic_machine=m68000-ericsson
++ basic_os=ose
++ ;;
++ os68k)
++ basic_machine=m68k-none
++ basic_os=os68k
++ ;;
++ paragon)
++ basic_machine=i860-intel
++ basic_os=osf
++ ;;
++ parisc)
++ basic_machine=hppa-unknown
++ basic_os=linux
++ ;;
++ psp)
++ basic_machine=mipsallegrexel-sony
++ basic_os=psp
++ ;;
++ pw32)
++ basic_machine=i586-unknown
++ basic_os=pw32
++ ;;
++ rdos | rdos64)
++ basic_machine=x86_64-pc
++ basic_os=rdos
++ ;;
++ rdos32)
++ basic_machine=i386-pc
++ basic_os=rdos
++ ;;
++ rom68k)
++ basic_machine=m68k-rom68k
++ basic_os=coff
++ ;;
++ sa29200)
++ basic_machine=a29k-amd
++ basic_os=udi
++ ;;
++ sei)
++ basic_machine=mips-sei
++ basic_os=seiux
++ ;;
++ sequent)
++ basic_machine=i386-sequent
++ basic_os=
++ ;;
++ sps7)
++ basic_machine=m68k-bull
++ basic_os=sysv2
++ ;;
++ st2000)
++ basic_machine=m68k-tandem
++ basic_os=
++ ;;
++ stratus)
++ basic_machine=i860-stratus
++ basic_os=sysv4
++ ;;
++ sun2)
++ basic_machine=m68000-sun
++ basic_os=
++ ;;
++ sun2os3)
++ basic_machine=m68000-sun
++ basic_os=sunos3
++ ;;
++ sun2os4)
++ basic_machine=m68000-sun
++ basic_os=sunos4
++ ;;
++ sun3)
++ basic_machine=m68k-sun
++ basic_os=
++ ;;
++ sun3os3)
++ basic_machine=m68k-sun
++ basic_os=sunos3
++ ;;
++ sun3os4)
++ basic_machine=m68k-sun
++ basic_os=sunos4
++ ;;
++ sun4)
++ basic_machine=sparc-sun
++ basic_os=
++ ;;
++ sun4os3)
++ basic_machine=sparc-sun
++ basic_os=sunos3
++ ;;
++ sun4os4)
++ basic_machine=sparc-sun
++ basic_os=sunos4
++ ;;
++ sun4sol2)
++ basic_machine=sparc-sun
++ basic_os=solaris2
++ ;;
++ sun386 | sun386i | roadrunner)
++ basic_machine=i386-sun
++ basic_os=
++ ;;
++ sv1)
++ basic_machine=sv1-cray
++ basic_os=unicos
++ ;;
++ symmetry)
++ basic_machine=i386-sequent
++ basic_os=dynix
++ ;;
++ t3e)
++ basic_machine=alphaev5-cray
++ basic_os=unicos
++ ;;
++ t90)
++ basic_machine=t90-cray
++ basic_os=unicos
++ ;;
++ toad1)
++ basic_machine=pdp10-xkl
++ basic_os=tops20
++ ;;
++ tpf)
++ basic_machine=s390x-ibm
++ basic_os=tpf
++ ;;
++ udi29k)
++ basic_machine=a29k-amd
++ basic_os=udi
++ ;;
++ ultra3)
++ basic_machine=a29k-nyu
++ basic_os=sym1
++ ;;
++ v810 | necv810)
++ basic_machine=v810-nec
++ basic_os=none
++ ;;
++ vaxv)
++ basic_machine=vax-dec
++ basic_os=sysv
++ ;;
++ vms)
++ basic_machine=vax-dec
++ basic_os=vms
++ ;;
++ vsta)
++ basic_machine=i386-pc
++ basic_os=vsta
++ ;;
++ vxworks960)
++ basic_machine=i960-wrs
++ basic_os=vxworks
++ ;;
++ vxworks68)
++ basic_machine=m68k-wrs
++ basic_os=vxworks
++ ;;
++ vxworks29k)
++ basic_machine=a29k-wrs
++ basic_os=vxworks
++ ;;
++ xbox)
++ basic_machine=i686-pc
++ basic_os=mingw32
++ ;;
++ ymp)
++ basic_machine=ymp-cray
++ basic_os=unicos
++ ;;
++ *)
++ basic_machine=$1
++ basic_os=
++ ;;
++ esac
++ ;;
++ esac
+
+! # Decode 1-component or ad-hoc basic machines
+! case $basic_machine in
+! # Here we handle the default manufacturer of certain CPU types. It is in
+! # some cases the only manufacturer, in others, it is the most popular.
+! w89k)
+! cpu=hppa1.1
+! vendor=winbond
+! ;;
+! op50n)
+! cpu=hppa1.1
+! vendor=oki
+! ;;
+! op60c)
+! cpu=hppa1.1
+! vendor=oki
+! ;;
+! ibm*)
+! cpu=i370
+! vendor=ibm
+! ;;
+! orion105)
+! cpu=clipper
+! vendor=highlevel
+! ;;
+! mac | mpw | mac-mpw)
+! cpu=m68k
+! vendor=apple
+! ;;
+! pmac | pmac-mpw)
+! cpu=powerpc
+! vendor=apple
+! ;;
+!
+! # Recognize the various machine names and aliases which stand
+! # for a CPU type and a company and sometimes even an OS.
+! 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
+! cpu=m68000
+! vendor=att
+! ;;
+! 3b*)
+! cpu=we32k
+! vendor=att
+! ;;
+! bluegene*)
+! cpu=powerpc
+! vendor=ibm
+! basic_os=cnk
+! ;;
+! decsystem10* | dec10*)
+! cpu=pdp10
+! vendor=dec
+! basic_os=tops10
+! ;;
+! decsystem20* | dec20*)
+! cpu=pdp10
+! vendor=dec
+! basic_os=tops20
+! ;;
+! delta | 3300 | delta-motorola | 3300-motorola | motorola-delta | motorola-3300)
+! cpu=m68k
+! vendor=motorola
+! ;;
+! # This used to be dpx2*, but that gets the RS6000-based
+! # DPX/20 and the x86-based DPX/2-100 wrong. See
+! # https://oldskool.silicium.org/stations/bull_dpx20.htm
+! # https://www.feb-patrimoine.com/english/bull_dpx2.htm
+! # https://www.feb-patrimoine.com/english/unix_and_bull.htm
+! dpx2 | dpx2[23]00 | dpx2[23]xx)
+! cpu=m68k
+! vendor=bull
+! ;;
+! dpx2100 | dpx21xx)
+! cpu=i386
+! vendor=bull
+! ;;
+! dpx20)
+! cpu=rs6000
+! vendor=bull
+! ;;
+! encore | umax | mmax)
+! cpu=ns32k
+! vendor=encore
+! ;;
+! elxsi)
+! cpu=elxsi
+! vendor=elxsi
+! basic_os=${basic_os:-bsd}
+! ;;
+! fx2800)
+! cpu=i860
+! vendor=alliant
+! ;;
+! genix)
+! cpu=ns32k
+! vendor=ns
+! ;;
+! h3050r* | hiux*)
+! cpu=hppa1.1
+! vendor=hitachi
+! basic_os=hiuxwe2
+! ;;
+! hp3k9[0-9][0-9] | hp9[0-9][0-9])
+! cpu=hppa1.0
+! vendor=hp
+! ;;
+! hp9k2[0-9][0-9] | hp9k31[0-9])
+! cpu=m68000
+! vendor=hp
+! ;;
+! hp9k3[2-9][0-9])
+! cpu=m68k
+! vendor=hp
+! ;;
+! hp9k6[0-9][0-9] | hp6[0-9][0-9])
+! cpu=hppa1.0
+! vendor=hp
+! ;;
+! hp9k7[0-79][0-9] | hp7[0-79][0-9])
+! cpu=hppa1.1
+! vendor=hp
+! ;;
+! hp9k78[0-9] | hp78[0-9])
+! # FIXME: really hppa2.0-hp
+! cpu=hppa1.1
+! vendor=hp
+! ;;
+! hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893)
+! # FIXME: really hppa2.0-hp
+! cpu=hppa1.1
+! vendor=hp
+! ;;
+! hp9k8[0-9][13679] | hp8[0-9][13679])
+! cpu=hppa1.1
+! vendor=hp
+! ;;
+! hp9k8[0-9][0-9] | hp8[0-9][0-9])
+! cpu=hppa1.0
+! vendor=hp
+! ;;
+! i*86v32)
+! cpu=`echo "$1" | sed -e 's/86.*/86/'`
+! vendor=pc
+! basic_os=sysv32
+! ;;
+! i*86v4*)
+! cpu=`echo "$1" | sed -e 's/86.*/86/'`
+! vendor=pc
+! basic_os=sysv4
+! ;;
+! i*86v)
+! cpu=`echo "$1" | sed -e 's/86.*/86/'`
+! vendor=pc
+! basic_os=sysv
+! ;;
+! i*86sol2)
+! cpu=`echo "$1" | sed -e 's/86.*/86/'`
+! vendor=pc
+! basic_os=solaris2
+! ;;
+! j90 | j90-cray)
+! cpu=j90
+! vendor=cray
+! basic_os=${basic_os:-unicos}
+! ;;
+! iris | iris4d)
+! cpu=mips
+! vendor=sgi
+! case $basic_os in
+! irix*)
+! ;;
+! *)
+! basic_os=irix4
+! ;;
+! esac
+! ;;
+! miniframe)
+! cpu=m68000
+! vendor=convergent
+! ;;
+! *mint | mint[0-9]* | *MiNT | *MiNT[0-9]*)
+! cpu=m68k
+! vendor=atari
+! basic_os=mint
+! ;;
+! news-3600 | risc-news)
+! cpu=mips
+! vendor=sony
+! basic_os=newsos
+! ;;
+! next | m*-next)
+! cpu=m68k
+! vendor=next
+! ;;
+! np1)
+! cpu=np1
+! vendor=gould
+! ;;
+! op50n-* | op60c-*)
+! cpu=hppa1.1
+! vendor=oki
+! basic_os=proelf
+! ;;
+! pa-hitachi)
+! cpu=hppa1.1
+! vendor=hitachi
+! basic_os=hiuxwe2
+! ;;
+! pbd)
+! cpu=sparc
+! vendor=tti
+! ;;
+! pbb)
+! cpu=m68k
+! vendor=tti
+! ;;
+! pc532)
+! cpu=ns32k
+! vendor=pc532
+! ;;
+! pn)
+! cpu=pn
+! vendor=gould
+! ;;
+! power)
+! cpu=power
+! vendor=ibm
+! ;;
+! ps2)
+! cpu=i386
+! vendor=ibm
+! ;;
+! rm[46]00)
+! cpu=mips
+! vendor=siemens
+! ;;
+! rtpc | rtpc-*)
+! cpu=romp
+! vendor=ibm
+! ;;
+! sde)
+! cpu=mipsisa32
+! vendor=sde
+! basic_os=${basic_os:-elf}
+! ;;
+! simso-wrs)
+! cpu=sparclite
+! vendor=wrs
+! basic_os=vxworks
+! ;;
+! tower | tower-32)
+! cpu=m68k
+! vendor=ncr
+! ;;
+! vpp*|vx|vx-*)
+! cpu=f301
+! vendor=fujitsu
+! ;;
+! w65)
+! cpu=w65
+! vendor=wdc
+! ;;
+! w89k-*)
+! cpu=hppa1.1
+! vendor=winbond
+! basic_os=proelf
+! ;;
+! none)
+! cpu=none
+! vendor=none
+! ;;
+! leon|leon[3-9])
+! cpu=sparc
+! vendor=$basic_machine
+! ;;
+! leon-*|leon[3-9]-*)
+! cpu=sparc
+! vendor=`echo "$basic_machine" | sed 's/-.*//'`
+! ;;
+!
+! *-*)
+! saved_IFS=$IFS
+! IFS="-" read cpu vendor <&2
+! exit 1
+! ;;
+! esac
+! ;;
+! esac
+
+! # Here we canonicalize certain aliases for manufacturers.
+! case $vendor in
+! digital*)
+! vendor=dec
+! ;;
+! commodore*)
+! vendor=cbm
+! ;;
+! *)
+! ;;
+! esac
+!
+! # Decode manufacturer-specific aliases for certain operating systems.
+!
+! if test x"$basic_os" != x
+! then
+!
+! # First recognize some ad-hoc cases, or perhaps split kernel-os, or else just
+! # set os.
+! obj=
+! case $basic_os in
+! gnu/linux*)
+! kernel=linux
+! os=`echo "$basic_os" | sed -e 's|gnu/linux|gnu|'`
+! ;;
+! os2-emx)
+! kernel=os2
+! os=`echo "$basic_os" | sed -e 's|os2-emx|emx|'`
+! ;;
+! nto-qnx*)
+! kernel=nto
+! os=`echo "$basic_os" | sed -e 's|nto-qnx|qnx|'`
+! ;;
+! *-*)
+! saved_IFS=$IFS
+! IFS="-" read kernel os <&2
++ fi
++ ;;
++ *)
++ echo "Invalid configuration '$1': OS '$os' not recognized" 1>&2
++ exit 1
++ ;;
++ esac
++
++ case $obj in
++ aout* | coff* | elf* | pe*)
++ ;;
++ '')
++ # empty is fine
++ ;;
++ *)
++ echo "Invalid configuration '$1': Machine code format '$obj' not recognized" 1>&2
++ exit 1
++ ;;
++ esac
++
++ # Here we handle the constraint that a (synthetic) cpu and os are
++ # valid only in combination with each other and nowhere else.
++ case $cpu-$os in
++ # The "javascript-unknown-ghcjs" triple is used by GHC; we
++ # accept it here in order to tolerate that, but reject any
++ # variations.
++ javascript-ghcjs)
++ ;;
++ javascript-* | *-ghcjs)
++ echo "Invalid configuration '$1': cpu '$cpu' is not valid with os '$os$obj'" 1>&2
++ exit 1
++ ;;
++ esac
++
++ # As a final step for OS-related things, validate the OS-kernel combination
++ # (given a valid OS), if there is a kernel.
++ case $kernel-$os-$obj in
++ linux-gnu*- | linux-android*- | linux-dietlibc*- | linux-llvm*- \
++ | linux-mlibc*- | linux-musl*- | linux-newlib*- \
++ | linux-relibc*- | linux-uclibc*- | linux-ohos*- )
++ ;;
++ uclinux-uclibc*- | uclinux-gnu*- )
++ ;;
++ managarm-mlibc*- | managarm-kernel*- )
++ ;;
++ windows*-msvc*-)
++ ;;
++ -dietlibc*- | -llvm*- | -mlibc*- | -musl*- | -newlib*- | -relibc*- \
++ | -uclibc*- )
++ # These are just libc implementations, not actual OSes, and thus
++ # require a kernel.
++ echo "Invalid configuration '$1': libc '$os' needs explicit kernel." 1>&2
++ exit 1
++ ;;
++ -kernel*- )
++ echo "Invalid configuration '$1': '$os' needs explicit kernel." 1>&2
++ exit 1
++ ;;
++ *-kernel*- )
++ echo "Invalid configuration '$1': '$kernel' does not support '$os'." 1>&2
++ exit 1
++ ;;
++ *-msvc*- )
++ echo "Invalid configuration '$1': '$os' needs 'windows'." 1>&2
++ exit 1
++ ;;
++ kfreebsd*-gnu*- | knetbsd*-gnu*- | netbsd*-gnu*- | kopensolaris*-gnu*-)
++ ;;
++ vxworks-simlinux- | vxworks-simwindows- | vxworks-spe-)
++ ;;
++ nto-qnx*-)
++ ;;
++ os2-emx-)
++ ;;
++ rtmk-nova-)
++ ;;
++ *-eabi*- | *-gnueabi*-)
++ ;;
++ none--*)
++ # None (no kernel, i.e. freestanding / bare metal),
++ # can be paired with an machine code file format
++ ;;
++ -*-)
++ # Blank kernel with real OS is always fine.
++ ;;
++ --*)
++ # Blank kernel and OS with real machine code file format is always fine.
++ ;;
++ *-*-*)
++ echo "Invalid configuration '$1': Kernel '$kernel' not known to work with OS '$os'." 1>&2
++ exit 1
++ ;;
++ esac
++
++ # Here we handle the case where we know the os, and the CPU type, but not the
++ # manufacturer. We pick the logical manufacturer.
++ case $vendor in
++ unknown)
++ case $cpu-$os in
++ *-riscix*)
++ vendor=acorn
++ ;;
++ *-sunos* | *-solaris*)
++ vendor=sun
++ ;;
++ *-cnk* | *-aix*)
++ vendor=ibm
++ ;;
++ *-beos*)
++ vendor=be
++ ;;
++ *-hpux*)
++ vendor=hp
++ ;;
++ *-mpeix*)
++ vendor=hp
++ ;;
++ *-hiux*)
++ vendor=hitachi
++ ;;
++ *-unos*)
++ vendor=crds
++ ;;
++ *-dgux*)
++ vendor=dg
++ ;;
++ *-luna*)
++ vendor=omron
++ ;;
++ *-genix*)
++ vendor=ns
++ ;;
++ *-clix*)
++ vendor=intergraph
++ ;;
++ *-mvs* | *-opened*)
++ vendor=ibm
++ ;;
++ *-os400*)
++ vendor=ibm
++ ;;
++ s390-* | s390x-*)
++ vendor=ibm
++ ;;
++ *-ptx*)
++ vendor=sequent
++ ;;
++ *-tpf*)
++ vendor=ibm
++ ;;
++ *-vxsim* | *-vxworks* | *-windiss*)
++ vendor=wrs
++ ;;
++ *-aux*)
++ vendor=apple
++ ;;
++ *-hms*)
++ vendor=hitachi
++ ;;
++ *-mpw* | *-macos*)
++ vendor=apple
++ ;;
++ *-*mint | *-mint[0-9]* | *-*MiNT | *-MiNT[0-9]*)
++ vendor=atari
++ ;;
++ *-vos*)
++ vendor=stratus
++ ;;
++ esac
++ ;;
++ esac
+
++ echo "$cpu-$vendor${kernel:+-$kernel}${os:+-$os}${obj:+-$obj}"
++ exit
+
+ # Local variables:
+! # eval: (add-hook 'before-save-hook 'time-stamp)
+! # time-stamp-start: "timestamp='"
+! # time-stamp-format: "%:y-%02m-%02d"
+! # time-stamp-end: "'"
+ # End:
+diff -crB gmp-6.3.0-orig/configure gmp-6.3.0/configure
+*** gmp-6.3.0-orig/configure 2023-07-29 16:42:22.000000000 +0300
+--- gmp-6.3.0/configure 2025-08-28 16:19:50.450778164 +0300
+***************
+*** 1,7 ****
+ #! /bin/sh
+ # From configure.ac Revision.
+ # Guess values for system-dependent variables and create Makefiles.
+! # Generated by GNU Autoconf 2.69 for GNU MP 6.3.0.
+ #
+ # Report bugs to .
+ #
+--- 1,7 ----
+ #! /bin/sh
+ # From configure.ac Revision.
+ # Guess values for system-dependent variables and create Makefiles.
+! # Generated by GNU Autoconf 2.72 for GNU MP 6.3.0.
+ #
+ # Report bugs to .
+ #
+***************
+*** 37,43 ****
+ #
+ #
+ #
+! # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
+ #
+ #
+ # This configure script is free software; the Free Software Foundation
+--- 37,44 ----
+ #
+ #
+ #
+! # Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
+! # Inc.
+ #
+ #
+ # This configure script is free software; the Free Software Foundation
+***************
+*** 48,110 ****
+
+ # Be more Bourne compatible
+ DUALCASE=1; export DUALCASE # for MKS sh
+! if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
+ emulate sh
+ NULLCMD=:
+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
+ # is contrary to our usage. Disable this feature.
+ alias -g '${1+"$@"}'='"$@"'
+ setopt NO_GLOB_SUBST
+! else
+! case `(set -o) 2>/dev/null` in #(
+ *posix*) :
+ set -o posix ;; #(
+ *) :
+ ;;
+ esac
+ fi
+
+
+ as_nl='
+ '
+ export as_nl
+! # Printing a long string crashes Solaris 7 /usr/bin/printf.
+! as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+! as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
+! as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
+! # Prefer a ksh shell builtin over an external printf program on Solaris,
+! # but without wasting forks for bash or zsh.
+! if test -z "$BASH_VERSION$ZSH_VERSION" \
+! && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
+! as_echo='print -r --'
+! as_echo_n='print -rn --'
+! elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
+! as_echo='printf %s\n'
+! as_echo_n='printf %s'
+! else
+! if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
+! as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
+! as_echo_n='/usr/ucb/echo -n'
+! else
+! as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
+! as_echo_n_body='eval
+! arg=$1;
+! case $arg in #(
+! *"$as_nl"*)
+! expr "X$arg" : "X\\(.*\\)$as_nl";
+! arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
+! esac;
+! expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
+! '
+! export as_echo_n_body
+! as_echo_n='sh -c $as_echo_n_body as_echo'
+! fi
+! export as_echo_body
+! as_echo='sh -c $as_echo_body as_echo'
+! fi
+
+ # The user is always right.
+! if test "${PATH_SEPARATOR+set}" != set; then
+ PATH_SEPARATOR=:
+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
+--- 49,113 ----
+
+ # Be more Bourne compatible
+ DUALCASE=1; export DUALCASE # for MKS sh
+! if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
+! then :
+ emulate sh
+ NULLCMD=:
+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
+ # is contrary to our usage. Disable this feature.
+ alias -g '${1+"$@"}'='"$@"'
+ setopt NO_GLOB_SUBST
+! else case e in #(
+! e) case `(set -o) 2>/dev/null` in #(
+ *posix*) :
+ set -o posix ;; #(
+ *) :
+ ;;
++ esac ;;
+ esac
+ fi
+
+
++
++ # Reset variables that may have inherited troublesome values from
++ # the environment.
++
++ # IFS needs to be set, to space, tab, and newline, in precisely that order.
++ # (If _AS_PATH_WALK were called with IFS unset, it would have the
++ # side effect of setting IFS to empty, thus disabling word splitting.)
++ # Quoting is to prevent editors from complaining about space-tab.
+ as_nl='
+ '
+ export as_nl
+! IFS=" "" $as_nl"
+!
+! PS1='$ '
+! PS2='> '
+! PS4='+ '
+!
+! # Ensure predictable behavior from utilities with locale-dependent output.
+! LC_ALL=C
+! export LC_ALL
+! LANGUAGE=C
+! export LANGUAGE
+!
+! # We cannot yet rely on "unset" to work, but we need these variables
+! # to be unset--not just set to an empty or harmless value--now, to
+! # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
+! # also avoids known problems related to "unset" and subshell syntax
+! # in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
+! for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
+! do eval test \${$as_var+y} \
+! && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
+! done
+!
+! # Ensure that fds 0, 1, and 2 are open.
+! if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
+! if (exec 3>&2) ; then :; else exec 2>/dev/null; fi
+
+ # The user is always right.
+! if ${PATH_SEPARATOR+false} :; then
+ PATH_SEPARATOR=:
+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
+***************
+*** 113,125 ****
+ fi
+
+
+- # IFS
+- # We need space, tab and new line, in precisely that order. Quoting is
+- # there to prevent editors from complaining about space-tab.
+- # (If _AS_PATH_WALK were called with IFS unset, it would disable word
+- # splitting by setting IFS to empty value.)
+- IFS=" "" $as_nl"
+-
+ # Find who we are. Look in the path if we contain no directory separator.
+ as_myself=
+ case $0 in #((
+--- 116,121 ----
+***************
+*** 128,170 ****
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+! test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+ done
+ IFS=$as_save_IFS
+
+ ;;
+ esac
+! # We did not find ourselves, most probably we were run as `sh COMMAND'
+ # in which case we are not to be found in the path.
+ if test "x$as_myself" = x; then
+ as_myself=$0
+ fi
+ if test ! -f "$as_myself"; then
+! $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+ exit 1
+ fi
+
+- # Unset variables that we do not need and which cause bugs (e.g. in
+- # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
+- # suppresses any "Segmentation fault" message there. '((' could
+- # trigger a bug in pdksh 5.2.14.
+- for as_var in BASH_ENV ENV MAIL MAILPATH
+- do eval test x\${$as_var+set} = xset \
+- && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
+- done
+- PS1='$ '
+- PS2='> '
+- PS4='+ '
+-
+- # NLS nuisances.
+- LC_ALL=C
+- export LC_ALL
+- LANGUAGE=C
+- export LANGUAGE
+-
+- # CDPATH.
+- (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+ # Use a proper internal environment variable to ensure we don't fall
+ # into an infinite loop, continuously re-executing ourselves.
+--- 124,150 ----
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+! test -r "$as_dir$0" && as_myself=$as_dir$0 && break
+ done
+ IFS=$as_save_IFS
+
+ ;;
+ esac
+! # We did not find ourselves, most probably we were run as 'sh COMMAND'
+ # in which case we are not to be found in the path.
+ if test "x$as_myself" = x; then
+ as_myself=$0
+ fi
+ if test ! -f "$as_myself"; then
+! printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+ exit 1
+ fi
+
+
+ # Use a proper internal environment variable to ensure we don't fall
+ # into an infinite loop, continuously re-executing ourselves.
+***************
+*** 185,210 ****
+ esac
+ exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
+ # Admittedly, this is quite paranoid, since all the known shells bail
+! # out after a failed `exec'.
+! $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
+! as_fn_exit 255
+ fi
+ # We don't want this to propagate to other subprocesses.
+ { _as_can_reexec=; unset _as_can_reexec;}
+ if test "x$CONFIG_SHELL" = x; then
+! as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
+ emulate sh
+ NULLCMD=:
+ # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
+ # is contrary to our usage. Disable this feature.
+ alias -g '\${1+\"\$@\"}'='\"\$@\"'
+ setopt NO_GLOB_SUBST
+! else
+! case \`(set -o) 2>/dev/null\` in #(
+ *posix*) :
+ set -o posix ;; #(
+ *) :
+ ;;
+ esac
+ fi
+ "
+--- 165,192 ----
+ esac
+ exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
+ # Admittedly, this is quite paranoid, since all the known shells bail
+! # out after a failed 'exec'.
+! printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
+! exit 255
+ fi
+ # We don't want this to propagate to other subprocesses.
+ { _as_can_reexec=; unset _as_can_reexec;}
+ if test "x$CONFIG_SHELL" = x; then
+! as_bourne_compatible="if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
+! then :
+ emulate sh
+ NULLCMD=:
+ # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
+ # is contrary to our usage. Disable this feature.
+ alias -g '\${1+\"\$@\"}'='\"\$@\"'
+ setopt NO_GLOB_SUBST
+! else case e in #(
+! e) case \`(set -o) 2>/dev/null\` in #(
+ *posix*) :
+ set -o posix ;; #(
+ *) :
+ ;;
++ esac ;;
+ esac
+ fi
+ "
+***************
+*** 219,230 ****
+ as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
+ as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
+ as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
+! if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
+
+! else
+! exitcode=1; echo positional parameters were not saved.
+ fi
+ test x\$exitcode = x0 || exit 1
+ test -x / || exit 1"
+ as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
+ as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
+--- 201,216 ----
+ as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
+ as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
+ as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
+! if ( set x; as_fn_ret_success y && test x = \"\$1\" )
+! then :
+
+! else case e in #(
+! e) exitcode=1; echo positional parameters were not saved. ;;
+! esac
+ fi
+ test x\$exitcode = x0 || exit 1
++ blah=\$(echo \$(echo blah))
++ test x\"\$blah\" = xblah || exit 1
+ test -x / || exit 1"
+ as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
+ as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
+***************
+*** 239,268 ****
+ PATH=/empty FPATH=/empty; export PATH FPATH
+ test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
+ || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
+! if (eval "$as_required") 2>/dev/null; then :
+ as_have_required=yes
+! else
+! as_have_required=no
+ fi
+! if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
+
+! else
+! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ as_found=false
+ for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ as_found=:
+ case $as_dir in #(
+ /*)
+ for as_base in sh bash ksh sh5; do
+ # Try only shells that exist, to save several forks.
+! as_shell=$as_dir/$as_base
+ if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
+! { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
+ CONFIG_SHELL=$as_shell as_have_required=yes
+! if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
+ break 2
+ fi
+ fi
+--- 225,263 ----
+ PATH=/empty FPATH=/empty; export PATH FPATH
+ test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
+ || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
+! if (eval "$as_required") 2>/dev/null
+! then :
+ as_have_required=yes
+! else case e in #(
+! e) as_have_required=no ;;
+! esac
+ fi
+! if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null
+! then :
+
+! else case e in #(
+! e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ as_found=false
+ for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ as_found=:
+ case $as_dir in #(
+ /*)
+ for as_base in sh bash ksh sh5; do
+ # Try only shells that exist, to save several forks.
+! as_shell=$as_dir$as_base
+ if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
+! as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null
+! then :
+ CONFIG_SHELL=$as_shell as_have_required=yes
+! if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null
+! then :
+ break 2
+ fi
+ fi
+***************
+*** 270,283 ****
+ esac
+ as_found=false
+ done
+- $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
+- { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
+- CONFIG_SHELL=$SHELL as_have_required=yes
+- fi; }
+ IFS=$as_save_IFS
+
+
+! if test "x$CONFIG_SHELL" != x; then :
+ export CONFIG_SHELL
+ # We cannot yet assume a decent shell, so we have to provide a
+ # neutralization value for shells without unset; and this also
+--- 265,286 ----
+ esac
+ as_found=false
+ done
+ IFS=$as_save_IFS
++ if $as_found
++ then :
++
++ else case e in #(
++ e) if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
++ as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null
++ then :
++ CONFIG_SHELL=$SHELL as_have_required=yes
++ fi ;;
++ esac
++ fi
+
+
+! if test "x$CONFIG_SHELL" != x
+! then :
+ export CONFIG_SHELL
+ # We cannot yet assume a decent shell, so we have to provide a
+ # neutralization value for shells without unset; and this also
+***************
+*** 294,312 ****
+ esac
+ exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
+ # Admittedly, this is quite paranoid, since all the known shells bail
+! # out after a failed `exec'.
+! $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
+ exit 255
+ fi
+
+! if test x$as_have_required = xno; then :
+! $as_echo "$0: This script requires a shell more modern than all"
+! $as_echo "$0: the shells that I found on your system."
+! if test x${ZSH_VERSION+set} = xset ; then
+! $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
+! $as_echo "$0: be upgraded to zsh 4.3.4 or later."
+ else
+! $as_echo "$0: Please tell bug-autoconf@gnu.org and
+ $0: gmp-bugs@gmplib.org (see
+ $0: https://gmplib.org/manual/Reporting-Bugs.html) about
+ $0: your system, including any error possibly output before
+--- 297,316 ----
+ esac
+ exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
+ # Admittedly, this is quite paranoid, since all the known shells bail
+! # out after a failed 'exec'.
+! printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
+ exit 255
+ fi
+
+! if test x$as_have_required = xno
+! then :
+! printf "%s\n" "$0: This script requires a shell more modern than all"
+! printf "%s\n" "$0: the shells that I found on your system."
+! if test ${ZSH_VERSION+y} ; then
+! printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should"
+! printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later."
+ else
+! printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and
+ $0: gmp-bugs@gmplib.org (see
+ $0: https://gmplib.org/manual/Reporting-Bugs.html) about
+ $0: your system, including any error possibly output before
+***************
+*** 314,320 ****
+ $0: run the script under such a shell if you do have one."
+ fi
+ exit 1
+! fi
+ fi
+ fi
+ SHELL=${CONFIG_SHELL-/bin/sh}
+--- 318,325 ----
+ $0: run the script under such a shell if you do have one."
+ fi
+ exit 1
+! fi ;;
+! esac
+ fi
+ fi
+ SHELL=${CONFIG_SHELL-/bin/sh}
+***************
+*** 366,372 ****
+ as_dirs=
+ while :; do
+ case $as_dir in #(
+! *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
+ *) as_qdir=$as_dir;;
+ esac
+ as_dirs="'$as_qdir' $as_dirs"
+--- 372,378 ----
+ as_dirs=
+ while :; do
+ case $as_dir in #(
+! *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
+ *) as_qdir=$as_dir;;
+ esac
+ as_dirs="'$as_qdir' $as_dirs"
+***************
+*** 375,381 ****
+ X"$as_dir" : 'X\(//\)[^/]' \| \
+ X"$as_dir" : 'X\(//\)$' \| \
+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+! $as_echo X"$as_dir" |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+ s//\1/
+ q
+--- 381,387 ----
+ X"$as_dir" : 'X\(//\)[^/]' \| \
+ X"$as_dir" : 'X\(//\)$' \| \
+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+! printf "%s\n" X"$as_dir" |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+ s//\1/
+ q
+***************
+*** 414,429 ****
+ # advantage of any shell optimizations that allow amortized linear growth over
+ # repeated appends, instead of the typical quadratic growth present in naive
+ # implementations.
+! if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
+ eval 'as_fn_append ()
+ {
+ eval $1+=\$2
+ }'
+! else
+! as_fn_append ()
+ {
+ eval $1=\$$1\$2
+! }
+ fi # as_fn_append
+
+ # as_fn_arith ARG...
+--- 420,437 ----
+ # advantage of any shell optimizations that allow amortized linear growth over
+ # repeated appends, instead of the typical quadratic growth present in naive
+ # implementations.
+! if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
+! then :
+ eval 'as_fn_append ()
+ {
+ eval $1+=\$2
+ }'
+! else case e in #(
+! e) as_fn_append ()
+ {
+ eval $1=\$$1\$2
+! } ;;
+! esac
+ fi # as_fn_append
+
+ # as_fn_arith ARG...
+***************
+*** 431,446 ****
+ # Perform arithmetic evaluation on the ARGs, and store the result in the
+ # global $as_val. Take advantage of shells that can avoid forks. The arguments
+ # must be portable across $(()) and expr.
+! if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
+ eval 'as_fn_arith ()
+ {
+ as_val=$(( $* ))
+ }'
+! else
+! as_fn_arith ()
+ {
+ as_val=`expr "$@" || test $? -eq 1`
+! }
+ fi # as_fn_arith
+
+
+--- 439,456 ----
+ # Perform arithmetic evaluation on the ARGs, and store the result in the
+ # global $as_val. Take advantage of shells that can avoid forks. The arguments
+ # must be portable across $(()) and expr.
+! if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
+! then :
+ eval 'as_fn_arith ()
+ {
+ as_val=$(( $* ))
+ }'
+! else case e in #(
+! e) as_fn_arith ()
+ {
+ as_val=`expr "$@" || test $? -eq 1`
+! } ;;
+! esac
+ fi # as_fn_arith
+
+
+***************
+*** 454,462 ****
+ as_status=$1; test $as_status -eq 0 && as_status=1
+ if test "$4"; then
+ as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+! $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
+ fi
+! $as_echo "$as_me: error: $2" >&2
+ as_fn_exit $as_status
+ } # as_fn_error
+
+--- 464,472 ----
+ as_status=$1; test $as_status -eq 0 && as_status=1
+ if test "$4"; then
+ as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
+ fi
+! printf "%s\n" "$as_me: error: $2" >&2
+ as_fn_exit $as_status
+ } # as_fn_error
+
+***************
+*** 483,489 ****
+ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+ X"$0" : 'X\(//\)$' \| \
+ X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+! $as_echo X/"$0" |
+ sed '/^.*\/\([^/][^/]*\)\/*$/{
+ s//\1/
+ q
+--- 493,499 ----
+ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+ X"$0" : 'X\(//\)$' \| \
+ X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+! printf "%s\n" X/"$0" |
+ sed '/^.*\/\([^/][^/]*\)\/*$/{
+ s//\1/
+ q
+***************
+*** 516,521 ****
+--- 526,533 ----
+ /[$]LINENO/=
+ ' <$as_myself |
+ sed '
++ t clear
++ :clear
+ s/[$]LINENO.*/&-/
+ t lineno
+ b
+***************
+*** 527,533 ****
+ s/-\n.*//
+ ' >$as_me.lineno &&
+ chmod +x "$as_me.lineno" ||
+! { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
+
+ # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
+ # already done that, so ensure we don't try to do so again and fall
+--- 539,545 ----
+ s/-\n.*//
+ ' >$as_me.lineno &&
+ chmod +x "$as_me.lineno" ||
+! { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
+
+ # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
+ # already done that, so ensure we don't try to do so again and fall
+***************
+*** 541,546 ****
+--- 553,562 ----
+ exit
+ }
+
++
++ # Determine whether it's possible to make 'echo' print without a newline.
++ # These variables are no longer used directly by Autoconf, but are AC_SUBSTed
++ # for compatibility with existing Makefiles.
+ ECHO_C= ECHO_N= ECHO_T=
+ case `echo -n x` in #(((((
+ -n*)
+***************
+*** 554,559 ****
+--- 570,581 ----
+ ECHO_N='-n';;
+ esac
+
++ # For backward compatibility with old third-party macros, we provide
++ # the shell variables $as_echo and $as_echo_n. New code should use
++ # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
++ as_echo='printf %s\n'
++ as_echo_n='printf %s'
++
+ rm -f conf$$ conf$$.exe conf$$.file
+ if test -d conf$$.dir; then
+ rm -f conf$$.dir/conf$$.file
+***************
+*** 565,573 ****
+ if ln -s conf$$.file conf$$ 2>/dev/null; then
+ as_ln_s='ln -s'
+ # ... but there are two gotchas:
+! # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+! # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+! # In both cases, we have to default to `cp -pR'.
+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+ as_ln_s='cp -pR'
+ elif ln conf$$.file conf$$ 2>/dev/null; then
+--- 587,595 ----
+ if ln -s conf$$.file conf$$ 2>/dev/null; then
+ as_ln_s='ln -s'
+ # ... but there are two gotchas:
+! # 1) On MSYS, both 'ln -s file dir' and 'ln file dir' fail.
+! # 2) DJGPP < 2.04 has no symlinks; 'ln -s' creates a wrapper executable.
+! # In both cases, we have to default to 'cp -pR'.
+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+ as_ln_s='cp -pR'
+ elif ln conf$$.file conf$$ 2>/dev/null; then
+***************
+*** 592,601 ****
+ as_executable_p=as_fn_executable_p
+
+ # Sed expression to map a string onto a valid CPP name.
+! as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+
+ # Sed expression to map a string onto a valid variable name.
+! as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+
+ SHELL=${CONFIG_SHELL-/bin/sh}
+
+--- 614,625 ----
+ as_executable_p=as_fn_executable_p
+
+ # Sed expression to map a string onto a valid CPP name.
+! as_sed_cpp="y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
+! as_tr_cpp="eval sed '$as_sed_cpp'" # deprecated
+
+ # Sed expression to map a string onto a valid variable name.
+! as_sed_sh="y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
+! as_tr_sh="eval sed '$as_sed_sh'" # deprecated
+
+ SHELL=${CONFIG_SHELL-/bin/sh}
+
+***************
+*** 626,670 ****
+ PACKAGE_VERSION='6.3.0'
+ PACKAGE_STRING='GNU MP 6.3.0'
+ PACKAGE_BUGREPORT='gmp-bugs@gmplib.org (see https://gmplib.org/manual/Reporting-Bugs.html)'
+! PACKAGE_URL='http://www.gnu.org/software/gmp/'
+
+ ac_unique_file="gmp-impl.h"
+ # Factoring default headers for most tests.
+ ac_includes_default="\
+! #include
+! #ifdef HAVE_SYS_TYPES_H
+! # include
+! #endif
+! #ifdef HAVE_SYS_STAT_H
+! # include
+ #endif
+! #ifdef STDC_HEADERS
+ # include
+- # include
+- #else
+- # ifdef HAVE_STDLIB_H
+- # include
+- # endif
+ #endif
+ #ifdef HAVE_STRING_H
+- # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+- # include
+- # endif
+ # include
+ #endif
+- #ifdef HAVE_STRINGS_H
+- # include
+- #endif
+ #ifdef HAVE_INTTYPES_H
+ # include
+ #endif
+ #ifdef HAVE_STDINT_H
+ # include
+ #endif
+ #ifdef HAVE_UNISTD_H
+ # include
+ #endif"
+
+ ac_subst_vars='am__EXEEXT_FALSE
+ am__EXEEXT_TRUE
+ LTLIBOBJS
+--- 650,690 ----
+ PACKAGE_VERSION='6.3.0'
+ PACKAGE_STRING='GNU MP 6.3.0'
+ PACKAGE_BUGREPORT='gmp-bugs@gmplib.org (see https://gmplib.org/manual/Reporting-Bugs.html)'
+! PACKAGE_URL='https://www.gnu.org/software/gmp/'
+
+ ac_unique_file="gmp-impl.h"
+ # Factoring default headers for most tests.
+ ac_includes_default="\
+! #include
+! #ifdef HAVE_STDIO_H
+! # include
+ #endif
+! #ifdef HAVE_STDLIB_H
+ # include
+ #endif
+ #ifdef HAVE_STRING_H
+ # include
+ #endif
+ #ifdef HAVE_INTTYPES_H
+ # include
+ #endif
+ #ifdef HAVE_STDINT_H
+ # include
+ #endif
++ #ifdef HAVE_STRINGS_H
++ # include
++ #endif
++ #ifdef HAVE_SYS_TYPES_H
++ # include
++ #endif
++ #ifdef HAVE_SYS_STAT_H
++ # include
++ #endif
+ #ifdef HAVE_UNISTD_H
+ # include
+ #endif"
+
++ ac_header_c_list=
+ ac_subst_vars='am__EXEEXT_FALSE
+ am__EXEEXT_TRUE
+ LTLIBOBJS
+***************
+*** 706,714 ****
+--- 726,737 ----
+ MANIFEST_TOOL
+ RANLIB
+ ac_ct_AR
++ FILECMD
+ LN_S
+ LD
+ FGREP
++ EGREP
++ GREP
+ SED
+ LIBTOOL
+ LIBGMP_DLL
+***************
+*** 720,727 ****
+ DUMPBIN
+ AR
+ ASMFLAGS
+- EGREP
+- GREP
+ CXXCPP
+ WANT_CXX_FALSE
+ WANT_CXX_TRUE
+--- 743,748 ----
+***************
+*** 755,764 ****
+--- 776,790 ----
+ MAINT
+ MAINTAINER_MODE_FALSE
+ MAINTAINER_MODE_TRUE
++ am__xargs_n
++ am__rm_f_notfound
+ AM_BACKSLASH
+ AM_DEFAULT_VERBOSITY
+ AM_DEFAULT_V
+ AM_V
++ CSCOPE
++ ETAGS
++ CTAGS
+ am__untar
+ am__tar
+ AMTAR
+***************
+*** 809,814 ****
+--- 835,841 ----
+ docdir
+ oldincludedir
+ includedir
++ runstatedir
+ localstatedir
+ sharedstatedir
+ sysconfdir
+***************
+*** 847,854 ****
+--- 874,884 ----
+ enable_fake_cpuid
+ enable_shared
+ enable_static
++ enable_pic
+ with_pic
++ enable_cxx_stdlib
+ enable_fast_install
++ enable_aix_soname
+ with_aix_soname
+ with_gnu_ld
+ with_sysroot
+***************
+*** 912,917 ****
+--- 942,948 ----
+ sysconfdir='${prefix}/etc'
+ sharedstatedir='${prefix}/com'
+ localstatedir='${prefix}/var'
++ runstatedir='${localstatedir}/run'
+ includedir='${prefix}/include'
+ oldincludedir='/usr/include'
+ docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
+***************
+*** 941,948 ****
+ *) ac_optarg=yes ;;
+ esac
+
+- # Accept the important Cygnus configure options, so we can diagnose typos.
+-
+ case $ac_dashdash$ac_option in
+ --)
+ ac_dashdash=yes ;;
+--- 972,977 ----
+***************
+*** 983,991 ****
+ ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
+ # Reject names that are not valid shell variable names.
+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+! as_fn_error $? "invalid feature name: $ac_useropt"
+ ac_useropt_orig=$ac_useropt
+! ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+ case $ac_user_opts in
+ *"
+ "enable_$ac_useropt"
+--- 1012,1020 ----
+ ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
+ # Reject names that are not valid shell variable names.
+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+! as_fn_error $? "invalid feature name: '$ac_useropt'"
+ ac_useropt_orig=$ac_useropt
+! ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
+ case $ac_user_opts in
+ *"
+ "enable_$ac_useropt"
+***************
+*** 1009,1017 ****
+ ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
+ # Reject names that are not valid shell variable names.
+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+! as_fn_error $? "invalid feature name: $ac_useropt"
+ ac_useropt_orig=$ac_useropt
+! ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+ case $ac_user_opts in
+ *"
+ "enable_$ac_useropt"
+--- 1038,1046 ----
+ ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
+ # Reject names that are not valid shell variable names.
+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+! as_fn_error $? "invalid feature name: '$ac_useropt'"
+ ac_useropt_orig=$ac_useropt
+! ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
+ case $ac_user_opts in
+ *"
+ "enable_$ac_useropt"
+***************
+*** 1164,1169 ****
+--- 1193,1207 ----
+ | -silent | --silent | --silen | --sile | --sil)
+ silent=yes ;;
+
++ -runstatedir | --runstatedir | --runstatedi | --runstated \
++ | --runstate | --runstat | --runsta | --runst | --runs \
++ | --run | --ru | --r)
++ ac_prev=runstatedir ;;
++ -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
++ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
++ | --run=* | --ru=* | --r=*)
++ runstatedir=$ac_optarg ;;
++
+ -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
+ ac_prev=sbindir ;;
+ -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
+***************
+*** 1213,1221 ****
+ ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
+ # Reject names that are not valid shell variable names.
+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+! as_fn_error $? "invalid package name: $ac_useropt"
+ ac_useropt_orig=$ac_useropt
+! ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+ case $ac_user_opts in
+ *"
+ "with_$ac_useropt"
+--- 1251,1259 ----
+ ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
+ # Reject names that are not valid shell variable names.
+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+! as_fn_error $? "invalid package name: '$ac_useropt'"
+ ac_useropt_orig=$ac_useropt
+! ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
+ case $ac_user_opts in
+ *"
+ "with_$ac_useropt"
+***************
+*** 1229,1237 ****
+ ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
+ # Reject names that are not valid shell variable names.
+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+! as_fn_error $? "invalid package name: $ac_useropt"
+ ac_useropt_orig=$ac_useropt
+! ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+ case $ac_user_opts in
+ *"
+ "with_$ac_useropt"
+--- 1267,1275 ----
+ ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
+ # Reject names that are not valid shell variable names.
+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+! as_fn_error $? "invalid package name: '$ac_useropt'"
+ ac_useropt_orig=$ac_useropt
+! ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
+ case $ac_user_opts in
+ *"
+ "with_$ac_useropt"
+***************
+*** 1259,1266 ****
+ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
+ x_libraries=$ac_optarg ;;
+
+! -*) as_fn_error $? "unrecognized option: \`$ac_option'
+! Try \`$0 --help' for more information"
+ ;;
+
+ *=*)
+--- 1297,1304 ----
+ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
+ x_libraries=$ac_optarg ;;
+
+! -*) as_fn_error $? "unrecognized option: '$ac_option'
+! Try '$0 --help' for more information"
+ ;;
+
+ *=*)
+***************
+*** 1268,1283 ****
+ # Reject names that are not valid shell variable names.
+ case $ac_envvar in #(
+ '' | [0-9]* | *[!_$as_cr_alnum]* )
+! as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
+ esac
+ eval $ac_envvar=\$ac_optarg
+ export $ac_envvar ;;
+
+ *)
+ # FIXME: should be removed in autoconf 3.0.
+! $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
+ expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+! $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
+ : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
+ ;;
+
+--- 1306,1321 ----
+ # Reject names that are not valid shell variable names.
+ case $ac_envvar in #(
+ '' | [0-9]* | *[!_$as_cr_alnum]* )
+! as_fn_error $? "invalid variable name: '$ac_envvar'" ;;
+ esac
+ eval $ac_envvar=\$ac_optarg
+ export $ac_envvar ;;
+
+ *)
+ # FIXME: should be removed in autoconf 3.0.
+! printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2
+ expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+! printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2
+ : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
+ ;;
+
+***************
+*** 1293,1299 ****
+ case $enable_option_checking in
+ no) ;;
+ fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
+! *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
+ esac
+ fi
+
+--- 1331,1337 ----
+ case $enable_option_checking in
+ no) ;;
+ fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
+! *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
+ esac
+ fi
+
+***************
+*** 1301,1307 ****
+ for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
+ datadir sysconfdir sharedstatedir localstatedir includedir \
+ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
+! libdir localedir mandir
+ do
+ eval ac_val=\$$ac_var
+ # Remove trailing slashes.
+--- 1339,1345 ----
+ for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
+ datadir sysconfdir sharedstatedir localstatedir includedir \
+ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
+! libdir localedir mandir runstatedir
+ do
+ eval ac_val=\$$ac_var
+ # Remove trailing slashes.
+***************
+*** 1318,1324 ****
+ as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
+ done
+
+! # There might be people who depend on the old broken behavior: `$host'
+ # used to hold the argument of --host etc.
+ # FIXME: To remove some day.
+ build=$build_alias
+--- 1356,1362 ----
+ as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
+ done
+
+! # There might be people who depend on the old broken behavior: '$host'
+ # used to hold the argument of --host etc.
+ # FIXME: To remove some day.
+ build=$build_alias
+***************
+*** 1357,1363 ****
+ X"$as_myself" : 'X\(//\)[^/]' \| \
+ X"$as_myself" : 'X\(//\)$' \| \
+ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
+! $as_echo X"$as_myself" |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+ s//\1/
+ q
+--- 1395,1401 ----
+ X"$as_myself" : 'X\(//\)[^/]' \| \
+ X"$as_myself" : 'X\(//\)$' \| \
+ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
+! printf "%s\n" X"$as_myself" |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+ s//\1/
+ q
+***************
+*** 1386,1392 ****
+ test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
+ as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
+ fi
+! ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
+ ac_abs_confdir=`(
+ cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
+ pwd)`
+--- 1424,1430 ----
+ test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
+ as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
+ fi
+! ac_msg="sources are in $srcdir, but 'cd $srcdir' does not work"
+ ac_abs_confdir=`(
+ cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
+ pwd)`
+***************
+*** 1414,1420 ****
+ # Omit some internal or obsolete options to make the list less imposing.
+ # This message is too long to be a string in the A/UX 3.1 sh.
+ cat <<_ACEOF
+! \`configure' configures GNU MP 6.3.0 to adapt to many kinds of systems.
+
+ Usage: $0 [OPTION]... [VAR=VALUE]...
+
+--- 1452,1458 ----
+ # Omit some internal or obsolete options to make the list less imposing.
+ # This message is too long to be a string in the A/UX 3.1 sh.
+ cat <<_ACEOF
+! 'configure' configures GNU MP 6.3.0 to adapt to many kinds of systems.
+
+ Usage: $0 [OPTION]... [VAR=VALUE]...
+
+***************
+*** 1428,1438 ****
+ --help=short display options specific to this package
+ --help=recursive display the short help of all the included packages
+ -V, --version display version information and exit
+! -q, --quiet, --silent do not print \`checking ...' messages
+ --cache-file=FILE cache test results in FILE [disabled]
+! -C, --config-cache alias for \`--cache-file=config.cache'
+ -n, --no-create do not create output files
+! --srcdir=DIR find the sources in DIR [configure dir or \`..']
+
+ Installation directories:
+ --prefix=PREFIX install architecture-independent files in PREFIX
+--- 1466,1476 ----
+ --help=short display options specific to this package
+ --help=recursive display the short help of all the included packages
+ -V, --version display version information and exit
+! -q, --quiet, --silent do not print 'checking ...' messages
+ --cache-file=FILE cache test results in FILE [disabled]
+! -C, --config-cache alias for '--cache-file=config.cache'
+ -n, --no-create do not create output files
+! --srcdir=DIR find the sources in DIR [configure dir or '..']
+
+ Installation directories:
+ --prefix=PREFIX install architecture-independent files in PREFIX
+***************
+*** 1440,1449 ****
+ --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
+ [PREFIX]
+
+! By default, \`make install' will install all the files in
+! \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
+! an installation prefix other than \`$ac_default_prefix' using \`--prefix',
+! for instance \`--prefix=\$HOME'.
+
+ For better control, use the options below.
+
+--- 1478,1487 ----
+ --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
+ [PREFIX]
+
+! By default, 'make install' will install all the files in
+! '$ac_default_prefix/bin', '$ac_default_prefix/lib' etc. You can specify
+! an installation prefix other than '$ac_default_prefix' using '--prefix',
+! for instance '--prefix=\$HOME'.
+
+ For better control, use the options below.
+
+***************
+*** 1454,1459 ****
+--- 1492,1498 ----
+ --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
+ --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
+ --localstatedir=DIR modifiable single-machine data [PREFIX/var]
++ --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
+ --libdir=DIR object code libraries [EPREFIX/lib]
+ --includedir=DIR C header files [PREFIX/include]
+ --oldincludedir=DIR C header files for non-gcc [/usr/include]
+***************
+*** 1512,1530 ****
+ --enable-fake-cpuid enable GMP_CPU_TYPE faking cpuid [default=no]
+ --enable-shared[=PKGS] build shared libraries [default=yes]
+ --enable-static[=PKGS] build static libraries [default=yes]
+ --enable-fast-install[=PKGS]
+ optimize for fast installation [default=yes]
+ --disable-libtool-lock avoid locking (might break parallel builds)
+
+ Optional Packages:
+ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
+ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --with-readline readline support in demo programs [default=detect]
+- --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
+- both]
+- --with-aix-soname=aix|svr4|both
+- shared library versioning (aka "SONAME") variant to
+- provide on AIX, [default=aix].
+ --with-gnu-ld assume the C compiler uses GNU ld [default=no]
+ --with-sysroot[=DIR] Search for dependent libraries within DIR (or the
+ compiler's sysroot if not specified).
+--- 1551,1573 ----
+ --enable-fake-cpuid enable GMP_CPU_TYPE faking cpuid [default=no]
+ --enable-shared[=PKGS] build shared libraries [default=yes]
+ --enable-static[=PKGS] build static libraries [default=yes]
++ --enable-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
++ both]
++ --enable-cxx-stdlib[=PKGS]
++ let the compiler frontend decide what standard
++ libraries to link when building C++ shared libraries
++ and modules [default=no]
+ --enable-fast-install[=PKGS]
+ optimize for fast installation [default=yes]
++ --enable-aix-soname=aix|svr4|both
++ shared library versioning (aka "SONAME") variant to
++ provide on AIX, [default=aix].
+ --disable-libtool-lock avoid locking (might break parallel builds)
+
+ Optional Packages:
+ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
+ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --with-readline readline support in demo programs [default=detect]
+ --with-gnu-ld assume the C compiler uses GNU ld [default=no]
+ --with-sysroot[=DIR] Search for dependent libraries within DIR (or the
+ compiler's sysroot if not specified).
+***************
+*** 1549,1567 ****
+ LT_SYS_LIBRARY_PATH
+ User-defined run-time library search path.
+ M4 m4 macro processor
+! YACC The `Yet Another Compiler Compiler' implementation to use.
+! Defaults to the first program found out of: `bison -y', `byacc',
+! `yacc'.
+ YFLAGS The list of arguments that will be passed by default to $YACC.
+ This script will default YFLAGS to the empty string to avoid a
+! default value of `-d' given by some make applications.
+
+! Use these variables to override the choices made by `configure' or to help
+ it to find libraries and programs with nonstandard names/locations.
+
+ Report bugs to .
+! GNU MP home page: .
+! General help using GNU software: .
+ _ACEOF
+ ac_status=$?
+ fi
+--- 1592,1610 ----
+ LT_SYS_LIBRARY_PATH
+ User-defined run-time library search path.
+ M4 m4 macro processor
+! YACC The 'Yet Another Compiler Compiler' implementation to use.
+! Defaults to the first program found out of: 'bison -y', 'byacc',
+! 'yacc'.
+ YFLAGS The list of arguments that will be passed by default to $YACC.
+ This script will default YFLAGS to the empty string to avoid a
+! default value of '-d' given by some make applications.
+
+! Use these variables to override the choices made by 'configure' or to help
+ it to find libraries and programs with nonstandard names/locations.
+
+ Report bugs to .
+! GNU MP home page: .
+! General help using GNU software: .
+ _ACEOF
+ ac_status=$?
+ fi
+***************
+*** 1577,1585 ****
+ case "$ac_dir" in
+ .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+ *)
+! ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
+ # A ".." for each directory in $ac_dir_suffix.
+! ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
+ case $ac_top_builddir_sub in
+ "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+ *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+--- 1620,1628 ----
+ case "$ac_dir" in
+ .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+ *)
+! ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
+ # A ".." for each directory in $ac_dir_suffix.
+! ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
+ case $ac_top_builddir_sub in
+ "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+ *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+***************
+*** 1607,1613 ****
+ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+
+ cd "$ac_dir" || { ac_status=$?; continue; }
+! # Check for guested configure.
+ if test -f "$ac_srcdir/configure.gnu"; then
+ echo &&
+ $SHELL "$ac_srcdir/configure.gnu" --help=recursive
+--- 1650,1657 ----
+ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+
+ cd "$ac_dir" || { ac_status=$?; continue; }
+! # Check for configure.gnu first; this name is used for a wrapper for
+! # Metaconfig's "Configure" on case-insensitive file systems.
+ if test -f "$ac_srcdir/configure.gnu"; then
+ echo &&
+ $SHELL "$ac_srcdir/configure.gnu" --help=recursive
+***************
+*** 1615,1621 ****
+ echo &&
+ $SHELL "$ac_srcdir/configure" --help=recursive
+ else
+! $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
+ fi || ac_status=$?
+ cd "$ac_pwd" || { ac_status=$?; break; }
+ done
+--- 1659,1665 ----
+ echo &&
+ $SHELL "$ac_srcdir/configure" --help=recursive
+ else
+! printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2
+ fi || ac_status=$?
+ cd "$ac_pwd" || { ac_status=$?; break; }
+ done
+***************
+*** 1625,1633 ****
+ if $ac_init_version; then
+ cat <<\_ACEOF
+ GNU MP configure 6.3.0
+! generated by GNU Autoconf 2.69
+
+! Copyright (C) 2012 Free Software Foundation, Inc.
+ This configure script is free software; the Free Software Foundation
+ gives unlimited permission to copy, distribute and modify it.
+
+--- 1669,1677 ----
+ if $ac_init_version; then
+ cat <<\_ACEOF
+ GNU MP configure 6.3.0
+! generated by GNU Autoconf 2.72
+
+! Copyright (C) 2023 Free Software Foundation, Inc.
+ This configure script is free software; the Free Software Foundation
+ gives unlimited permission to copy, distribute and modify it.
+
+***************
+*** 1675,1688 ****
+ ac_fn_c_try_compile ()
+ {
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+! rm -f conftest.$ac_objext
+ if { { ac_try="$ac_compile"
+ case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+ esac
+ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+! $as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_compile") 2>conftest.err
+ ac_status=$?
+ if test -s conftest.err; then
+--- 1719,1732 ----
+ ac_fn_c_try_compile ()
+ {
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+! rm -f conftest.$ac_objext conftest.beam
+ if { { ac_try="$ac_compile"
+ case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+ esac
+ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+! printf "%s\n" "$ac_try_echo"; } >&5
+ (eval "$ac_compile") 2>conftest.err
+ ac_status=$?
+ if test -s conftest.err; then
+***************
+*** 1690,1706 ****
+ cat conftest.er1 >&5
+ mv -f conftest.er1 conftest.err
+ fi
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+! } && test -s conftest.$ac_objext; then :
+ ac_retval=0
+! else
+! $as_echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+! ac_retval=1
+ fi
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+ as_fn_set_status $ac_retval
+--- 1734,1752 ----
+ cat conftest.er1 >&5
+ mv -f conftest.er1 conftest.err
+ fi
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+! } && test -s conftest.$ac_objext
+! then :
+ ac_retval=0
+! else case e in #(
+! e) printf "%s\n" "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+! ac_retval=1 ;;
+! esac
+ fi
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+ as_fn_set_status $ac_retval
+***************
+*** 1719,1725 ****
+ *) ac_try_echo=$ac_try;;
+ esac
+ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+! $as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
+ ac_status=$?
+ if test -s conftest.err; then
+--- 1765,1771 ----
+ *) ac_try_echo=$ac_try;;
+ esac
+ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+! printf "%s\n" "$ac_try_echo"; } >&5
+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
+ ac_status=$?
+ if test -s conftest.err; then
+***************
+*** 1727,1743 ****
+ cat conftest.er1 >&5
+ mv -f conftest.er1 conftest.err
+ fi
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } > conftest.i && {
+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+ test ! -s conftest.err
+! }; then :
+ ac_retval=0
+! else
+! $as_echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+! ac_retval=1
+ fi
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+ as_fn_set_status $ac_retval
+--- 1773,1791 ----
+ cat conftest.er1 >&5
+ mv -f conftest.er1 conftest.err
+ fi
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } > conftest.i && {
+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+ test ! -s conftest.err
+! }
+! then :
+ ac_retval=0
+! else case e in #(
+! e) printf "%s\n" "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+! ac_retval=1 ;;
+! esac
+ fi
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+ as_fn_set_status $ac_retval
+***************
+*** 1750,1763 ****
+ ac_fn_cxx_try_compile ()
+ {
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+! rm -f conftest.$ac_objext
+ if { { ac_try="$ac_compile"
+ case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+ esac
+ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+! $as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_compile") 2>conftest.err
+ ac_status=$?
+ if test -s conftest.err; then
+--- 1798,1811 ----
+ ac_fn_cxx_try_compile ()
+ {
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+! rm -f conftest.$ac_objext conftest.beam
+ if { { ac_try="$ac_compile"
+ case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+ esac
+ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+! printf "%s\n" "$ac_try_echo"; } >&5
+ (eval "$ac_compile") 2>conftest.err
+ ac_status=$?
+ if test -s conftest.err; then
+***************
+*** 1765,1781 ****
+ cat conftest.er1 >&5
+ mv -f conftest.er1 conftest.err
+ fi
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } && {
+ test -z "$ac_cxx_werror_flag" ||
+ test ! -s conftest.err
+! } && test -s conftest.$ac_objext; then :
+ ac_retval=0
+! else
+! $as_echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+! ac_retval=1
+ fi
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+ as_fn_set_status $ac_retval
+--- 1813,1831 ----
+ cat conftest.er1 >&5
+ mv -f conftest.er1 conftest.err
+ fi
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } && {
+ test -z "$ac_cxx_werror_flag" ||
+ test ! -s conftest.err
+! } && test -s conftest.$ac_objext
+! then :
+ ac_retval=0
+! else case e in #(
+! e) printf "%s\n" "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+! ac_retval=1 ;;
+! esac
+ fi
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+ as_fn_set_status $ac_retval
+***************
+*** 1794,1800 ****
+ *) ac_try_echo=$ac_try;;
+ esac
+ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+! $as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
+ ac_status=$?
+ if test -s conftest.err; then
+--- 1844,1850 ----
+ *) ac_try_echo=$ac_try;;
+ esac
+ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+! printf "%s\n" "$ac_try_echo"; } >&5
+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
+ ac_status=$?
+ if test -s conftest.err; then
+***************
+*** 1802,1818 ****
+ cat conftest.er1 >&5
+ mv -f conftest.er1 conftest.err
+ fi
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } > conftest.i && {
+ test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
+ test ! -s conftest.err
+! }; then :
+ ac_retval=0
+! else
+! $as_echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+! ac_retval=1
+ fi
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+ as_fn_set_status $ac_retval
+--- 1852,1870 ----
+ cat conftest.er1 >&5
+ mv -f conftest.er1 conftest.err
+ fi
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } > conftest.i && {
+ test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
+ test ! -s conftest.err
+! }
+! then :
+ ac_retval=0
+! else case e in #(
+! e) printf "%s\n" "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+! ac_retval=1 ;;
+! esac
+ fi
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+ as_fn_set_status $ac_retval
+***************
+*** 1825,1838 ****
+ ac_fn_c_try_link ()
+ {
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+! rm -f conftest.$ac_objext conftest$ac_exeext
+ if { { ac_try="$ac_link"
+ case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+ esac
+ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+! $as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_link") 2>conftest.err
+ ac_status=$?
+ if test -s conftest.err; then
+--- 1877,1890 ----
+ ac_fn_c_try_link ()
+ {
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+! rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext
+ if { { ac_try="$ac_link"
+ case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+ esac
+ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+! printf "%s\n" "$ac_try_echo"; } >&5
+ (eval "$ac_link") 2>conftest.err
+ ac_status=$?
+ if test -s conftest.err; then
+***************
+*** 1840,1859 ****
+ cat conftest.er1 >&5
+ mv -f conftest.er1 conftest.err
+ fi
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ test -x conftest$ac_exeext
+! }; then :
+ ac_retval=0
+! else
+! $as_echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+! ac_retval=1
+ fi
+ # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
+ # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
+--- 1892,1913 ----
+ cat conftest.er1 >&5
+ mv -f conftest.er1 conftest.err
+ fi
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ test -x conftest$ac_exeext
+! }
+! then :
+ ac_retval=0
+! else case e in #(
+! e) printf "%s\n" "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+! ac_retval=1 ;;
+! esac
+ fi
+ # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
+ # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
+***************
+*** 1872,1971 ****
+ ac_fn_c_check_header_compile ()
+ {
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+! $as_echo_n "checking for $2... " >&6; }
+! if eval \${$3+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ $4
+ #include <$2>
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"; then :
+ eval "$3=yes"
+! else
+! eval "$3=no"
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+ eval ac_res=\$$3
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+! $as_echo "$ac_res" >&6; }
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+ } # ac_fn_c_check_header_compile
+
+- # ac_fn_c_try_run LINENO
+- # ----------------------
+- # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
+- # that executables *can* be run.
+- ac_fn_c_try_run ()
+- {
+- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+- if { { ac_try="$ac_link"
+- case "(($ac_try" in
+- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+- *) ac_try_echo=$ac_try;;
+- esac
+- eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+- $as_echo "$ac_try_echo"; } >&5
+- (eval "$ac_link") 2>&5
+- ac_status=$?
+- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+- test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
+- { { case "(($ac_try" in
+- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+- *) ac_try_echo=$ac_try;;
+- esac
+- eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+- $as_echo "$ac_try_echo"; } >&5
+- (eval "$ac_try") 2>&5
+- ac_status=$?
+- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+- test $ac_status = 0; }; }; then :
+- ac_retval=0
+- else
+- $as_echo "$as_me: program exited with status $ac_status" >&5
+- $as_echo "$as_me: failed program was:" >&5
+- sed 's/^/| /' conftest.$ac_ext >&5
+-
+- ac_retval=$ac_status
+- fi
+- rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+- as_fn_set_status $ac_retval
+-
+- } # ac_fn_c_try_run
+-
+ # ac_fn_c_check_func LINENO FUNC VAR
+ # ----------------------------------
+ # Tests whether FUNC exists, setting the cache variable VAR accordingly
+ ac_fn_c_check_func ()
+ {
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+! $as_echo_n "checking for $2... " >&6; }
+! if eval \${$3+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ /* Define $2 to an innocuous variant, in case declares $2.
+ For example, HP-UX 11i declares gettimeofday. */
+ #define $2 innocuous_$2
+
+ /* System header to define __stub macros and hopefully few prototypes,
+! which can conflict with char $2 (); below.
+! Prefer to if __STDC__ is defined, since
+! exists even on freestanding compilers. */
+!
+! #ifdef __STDC__
+! # include
+! #else
+! # include
+! #endif
+
+ #undef $2
+
+ /* Override any GCC internal prototype to avoid an error.
+--- 1926,1981 ----
+ ac_fn_c_check_header_compile ()
+ {
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+! printf %s "checking for $2... " >&6; }
+! if eval test \${$3+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ $4
+ #include <$2>
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"
+! then :
+ eval "$3=yes"
+! else case e in #(
+! e) eval "$3=no" ;;
+! esac
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
+! esac
+ fi
+ eval ac_res=\$$3
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+! printf "%s\n" "$ac_res" >&6; }
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+ } # ac_fn_c_check_header_compile
+
+ # ac_fn_c_check_func LINENO FUNC VAR
+ # ----------------------------------
+ # Tests whether FUNC exists, setting the cache variable VAR accordingly
+ ac_fn_c_check_func ()
+ {
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+! printf %s "checking for $2... " >&6; }
+! if eval test \${$3+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ /* Define $2 to an innocuous variant, in case declares $2.
+ For example, HP-UX 11i declares gettimeofday. */
+ #define $2 innocuous_$2
+
+ /* System header to define __stub macros and hopefully few prototypes,
+! which can conflict with char $2 (void); below. */
+
++ #include
+ #undef $2
+
+ /* Override any GCC internal prototype to avoid an error.
+***************
+*** 1974,1980 ****
+ #ifdef __cplusplus
+ extern "C"
+ #endif
+! char $2 ();
+ /* The GNU C library defines this for functions which it implements
+ to always fail with ENOSYS. Some functions are actually named
+ something starting with __ and the normal name is an alias. */
+--- 1984,1990 ----
+ #ifdef __cplusplus
+ extern "C"
+ #endif
+! char $2 (void);
+ /* The GNU C library defines this for functions which it implements
+ to always fail with ENOSYS. Some functions are actually named
+ something starting with __ and the normal name is an alias. */
+***************
+*** 1983,2006 ****
+ #endif
+
+ int
+! main ()
+ {
+ return $2 ();
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_link "$LINENO"; then :
+ eval "$3=yes"
+! else
+! eval "$3=no"
+ fi
+! rm -f core conftest.err conftest.$ac_objext \
+! conftest$ac_exeext conftest.$ac_ext
+ fi
+ eval ac_res=\$$3
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+! $as_echo "$ac_res" >&6; }
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+ } # ac_fn_c_check_func
+--- 1993,2019 ----
+ #endif
+
+ int
+! main (void)
+ {
+ return $2 ();
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_link "$LINENO"
+! then :
+ eval "$3=yes"
+! else case e in #(
+! e) eval "$3=no" ;;
+! esac
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam \
+! conftest$ac_exeext conftest.$ac_ext ;;
+! esac
+ fi
+ eval ac_res=\$$3
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+! printf "%s\n" "$ac_res" >&6; }
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+ } # ac_fn_c_check_func
+***************
+*** 2011,2024 ****
+ ac_fn_cxx_try_link ()
+ {
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+! rm -f conftest.$ac_objext conftest$ac_exeext
+ if { { ac_try="$ac_link"
+ case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+ esac
+ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+! $as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_link") 2>conftest.err
+ ac_status=$?
+ if test -s conftest.err; then
+--- 2024,2037 ----
+ ac_fn_cxx_try_link ()
+ {
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+! rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext
+ if { { ac_try="$ac_link"
+ case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+ esac
+ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+! printf "%s\n" "$ac_try_echo"; } >&5
+ (eval "$ac_link") 2>conftest.err
+ ac_status=$?
+ if test -s conftest.err; then
+***************
+*** 2026,2045 ****
+ cat conftest.er1 >&5
+ mv -f conftest.er1 conftest.err
+ fi
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } && {
+ test -z "$ac_cxx_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ test -x conftest$ac_exeext
+! }; then :
+ ac_retval=0
+! else
+! $as_echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+! ac_retval=1
+ fi
+ # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
+ # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
+--- 2039,2060 ----
+ cat conftest.er1 >&5
+ mv -f conftest.er1 conftest.err
+ fi
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } && {
+ test -z "$ac_cxx_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ test -x conftest$ac_exeext
+! }
+! then :
+ ac_retval=0
+! else case e in #(
+! e) printf "%s\n" "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+! ac_retval=1 ;;
+! esac
+ fi
+ # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
+ # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
+***************
+*** 2051,2166 ****
+
+ } # ac_fn_cxx_try_link
+
+! # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
+! # -------------------------------------------------------
+! # Tests whether HEADER exists, giving a warning if it cannot be compiled using
+! # the include files in INCLUDES and setting the cache variable VAR
+! # accordingly.
+! ac_fn_c_check_header_mongrel ()
+! {
+! as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+! if eval \${$3+:} false; then :
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+! $as_echo_n "checking for $2... " >&6; }
+! if eval \${$3+:} false; then :
+! $as_echo_n "(cached) " >&6
+! fi
+! eval ac_res=\$$3
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+! $as_echo "$ac_res" >&6; }
+! else
+! # Is the header compilable?
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
+! $as_echo_n "checking $2 usability... " >&6; }
+! cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+! /* end confdefs.h. */
+! $4
+! #include <$2>
+! _ACEOF
+! if ac_fn_c_try_compile "$LINENO"; then :
+! ac_header_compiler=yes
+! else
+! ac_header_compiler=no
+! fi
+! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
+! $as_echo "$ac_header_compiler" >&6; }
+!
+! # Is the header present?
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
+! $as_echo_n "checking $2 presence... " >&6; }
+! cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+! /* end confdefs.h. */
+! #include <$2>
+! _ACEOF
+! if ac_fn_c_try_cpp "$LINENO"; then :
+! ac_header_preproc=yes
+! else
+! ac_header_preproc=no
+! fi
+! rm -f conftest.err conftest.i conftest.$ac_ext
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
+! $as_echo "$ac_header_preproc" >&6; }
+!
+! # So? What about this header?
+! case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
+! yes:no: )
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
+! $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
+! $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
+! ;;
+! no:yes:* )
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
+! $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
+! $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
+! $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
+! $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
+! $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
+! ( $as_echo "## -------------------------------------------------------------------------------------- ##
+! ## Report this to gmp-bugs@gmplib.org (see https://gmplib.org/manual/Reporting-Bugs.html) ##
+! ## -------------------------------------------------------------------------------------- ##"
+! ) | sed "s/^/$as_me: WARNING: /" >&2
+! ;;
+! esac
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+! $as_echo_n "checking for $2... " >&6; }
+! if eval \${$3+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! eval "$3=\$ac_header_compiler"
+! fi
+! eval ac_res=\$$3
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+! $as_echo "$ac_res" >&6; }
+! fi
+! eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+!
+! } # ac_fn_c_check_header_mongrel
+!
+! # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
+! # ---------------------------------------------
+ # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
+! # accordingly.
+! ac_fn_c_check_decl ()
+ {
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+ as_decl_name=`echo $2|sed 's/ *(.*//'`
+! as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
+! $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
+! if eval \${$3+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ $4
+ int
+! main ()
+ {
+ #ifndef $as_decl_name
+ #ifdef __cplusplus
+--- 2066,2093 ----
+
+ } # ac_fn_cxx_try_link
+
+! # ac_fn_check_decl LINENO SYMBOL VAR INCLUDES EXTRA-OPTIONS FLAG-VAR
+! # ------------------------------------------------------------------
+ # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
+! # accordingly. Pass EXTRA-OPTIONS to the compiler, using FLAG-VAR.
+! ac_fn_check_decl ()
+ {
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+ as_decl_name=`echo $2|sed 's/ *(.*//'`
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
+! printf %s "checking whether $as_decl_name is declared... " >&6; }
+! if eval test \${$3+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
+! eval ac_save_FLAGS=\$$6
+! as_fn_append $6 " $5"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ $4
+ int
+! main (void)
+ {
+ #ifndef $as_decl_name
+ #ifdef __cplusplus
+***************
+*** 2174,2192 ****
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"; then :
+ eval "$3=yes"
+! else
+! eval "$3=no"
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+ eval ac_res=\$$3
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+! $as_echo "$ac_res" >&6; }
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+! } # ac_fn_c_check_decl
+
+ # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
+ # -------------------------------------------
+--- 2101,2124 ----
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"
+! then :
+ eval "$3=yes"
+! else case e in #(
+! e) eval "$3=no" ;;
+! esac
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
+! eval $6=\$ac_save_FLAGS
+! ;;
+! esac
+ fi
+ eval ac_res=\$$3
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+! printf "%s\n" "$ac_res" >&6; }
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+! } # ac_fn_check_decl
+
+ # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
+ # -------------------------------------------
+***************
+*** 2195,2211 ****
+ ac_fn_c_check_type ()
+ {
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+! $as_echo_n "checking for $2... " >&6; }
+! if eval \${$3+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! eval "$3=no"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ $4
+ int
+! main ()
+ {
+ if (sizeof ($2))
+ return 0;
+--- 2127,2144 ----
+ ac_fn_c_check_type ()
+ {
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+! printf %s "checking for $2... " >&6; }
+! if eval test \${$3+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) eval "$3=no"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ $4
+ int
+! main (void)
+ {
+ if (sizeof ($2))
+ return 0;
+***************
+*** 2213,2224 ****
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"; then :
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ $4
+ int
+! main ()
+ {
+ if (sizeof (($2)))
+ return 0;
+--- 2146,2158 ----
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"
+! then :
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ $4
+ int
+! main (void)
+ {
+ if (sizeof (($2)))
+ return 0;
+***************
+*** 2226,2247 ****
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"; then :
+
+! else
+! eval "$3=yes"
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+ eval ac_res=\$$3
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+! $as_echo "$ac_res" >&6; }
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+ } # ac_fn_c_check_type
+
+ # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
+ # ----------------------------------------------------
+ # Tries to find if the field MEMBER exists in type AGGR, after including
+--- 2160,2228 ----
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"
+! then :
+
+! else case e in #(
+! e) eval "$3=yes" ;;
+! esac
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
+! esac
+ fi
+ eval ac_res=\$$3
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+! printf "%s\n" "$ac_res" >&6; }
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+ } # ac_fn_c_check_type
+
++ # ac_fn_c_try_run LINENO
++ # ----------------------
++ # Try to run conftest.$ac_ext, and return whether this succeeded. Assumes that
++ # executables *can* be run.
++ ac_fn_c_try_run ()
++ {
++ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
++ if { { ac_try="$ac_link"
++ case "(($ac_try" in
++ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
++ *) ac_try_echo=$ac_try;;
++ esac
++ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
++ printf "%s\n" "$ac_try_echo"; } >&5
++ (eval "$ac_link") 2>&5
++ ac_status=$?
++ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++ test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
++ { { case "(($ac_try" in
++ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
++ *) ac_try_echo=$ac_try;;
++ esac
++ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
++ printf "%s\n" "$ac_try_echo"; } >&5
++ (eval "$ac_try") 2>&5
++ ac_status=$?
++ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++ test $ac_status = 0; }; }
++ then :
++ ac_retval=0
++ else case e in #(
++ e) printf "%s\n" "$as_me: program exited with status $ac_status" >&5
++ printf "%s\n" "$as_me: failed program was:" >&5
++ sed 's/^/| /' conftest.$ac_ext >&5
++
++ ac_retval=$ac_status ;;
++ esac
++ fi
++ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
++ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
++ as_fn_set_status $ac_retval
++
++ } # ac_fn_c_try_run
++
+ # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
+ # ----------------------------------------------------
+ # Tries to find if the field MEMBER exists in type AGGR, after including
+***************
+*** 2249,2264 ****
+ ac_fn_c_check_member ()
+ {
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
+! $as_echo_n "checking for $2.$3... " >&6; }
+! if eval \${$4+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ $5
+ int
+! main ()
+ {
+ static $2 ac_aggr;
+ if (ac_aggr.$3)
+--- 2230,2246 ----
+ ac_fn_c_check_member ()
+ {
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
+! printf %s "checking for $2.$3... " >&6; }
+! if eval test \${$4+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ $5
+ int
+! main (void)
+ {
+ static $2 ac_aggr;
+ if (ac_aggr.$3)
+***************
+*** 2267,2280 ****
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"; then :
+ eval "$4=yes"
+! else
+! cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ $5
+ int
+! main ()
+ {
+ static $2 ac_aggr;
+ if (sizeof ac_aggr.$3)
+--- 2249,2263 ----
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"
+! then :
+ eval "$4=yes"
+! else case e in #(
+! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ $5
+ int
+! main (void)
+ {
+ static $2 ac_aggr;
+ if (sizeof ac_aggr.$3)
+***************
+*** 2283,2394 ****
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"; then :
+ eval "$4=yes"
+! else
+! eval "$4=no"
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+ eval ac_res=\$$4
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+! $as_echo "$ac_res" >&6; }
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+ } # ac_fn_c_check_member
+
+! # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES
+ # ---------------------------------------------------------
+! # Tests whether HEADER exists, giving a warning if it cannot be compiled using
+! # the include files in INCLUDES and setting the cache variable VAR
+! # accordingly.
+! ac_fn_cxx_check_header_mongrel ()
+ {
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+! if eval \${$3+:} false; then :
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+! $as_echo_n "checking for $2... " >&6; }
+! if eval \${$3+:} false; then :
+! $as_echo_n "(cached) " >&6
+! fi
+! eval ac_res=\$$3
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+! $as_echo "$ac_res" >&6; }
+! else
+! # Is the header compilable?
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
+! $as_echo_n "checking $2 usability... " >&6; }
+! cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ $4
+ #include <$2>
+ _ACEOF
+! if ac_fn_cxx_try_compile "$LINENO"; then :
+! ac_header_compiler=yes
+! else
+! ac_header_compiler=no
+! fi
+! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
+! $as_echo "$ac_header_compiler" >&6; }
+!
+! # Is the header present?
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
+! $as_echo_n "checking $2 presence... " >&6; }
+! cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+! /* end confdefs.h. */
+! #include <$2>
+! _ACEOF
+! if ac_fn_cxx_try_cpp "$LINENO"; then :
+! ac_header_preproc=yes
+! else
+! ac_header_preproc=no
+ fi
+! rm -f conftest.err conftest.i conftest.$ac_ext
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
+! $as_echo "$ac_header_preproc" >&6; }
+!
+! # So? What about this header?
+! case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #((
+! yes:no: )
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
+! $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
+! $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
+! ;;
+! no:yes:* )
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
+! $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
+! $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
+! $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
+! $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
+! $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
+! ( $as_echo "## -------------------------------------------------------------------------------------- ##
+! ## Report this to gmp-bugs@gmplib.org (see https://gmplib.org/manual/Reporting-Bugs.html) ##
+! ## -------------------------------------------------------------------------------------- ##"
+! ) | sed "s/^/$as_me: WARNING: /" >&2
+! ;;
+! esac
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+! $as_echo_n "checking for $2... " >&6; }
+! if eval \${$3+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! eval "$3=\$ac_header_compiler"
+ fi
+ eval ac_res=\$$3
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+! $as_echo "$ac_res" >&6; }
+! fi
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+! } # ac_fn_cxx_check_header_mongrel
+
+ # ac_fn_cxx_check_type LINENO TYPE VAR INCLUDES
+ # ---------------------------------------------
+--- 2266,2325 ----
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"
+! then :
+ eval "$4=yes"
+! else case e in #(
+! e) eval "$4=no" ;;
+! esac
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
+! esac
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
+! esac
+ fi
+ eval ac_res=\$$4
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+! printf "%s\n" "$ac_res" >&6; }
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+ } # ac_fn_c_check_member
+
+! # ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES
+ # ---------------------------------------------------------
+! # Tests whether HEADER exists and can be compiled using the include files in
+! # INCLUDES, setting the cache variable VAR accordingly.
+! ac_fn_cxx_check_header_compile ()
+ {
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+! printf %s "checking for $2... " >&6; }
+! if eval test \${$3+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ $4
+ #include <$2>
+ _ACEOF
+! if ac_fn_cxx_try_compile "$LINENO"
+! then :
+! eval "$3=yes"
+! else case e in #(
+! e) eval "$3=no" ;;
+! esac
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
+! esac
+ fi
+ eval ac_res=\$$3
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+! printf "%s\n" "$ac_res" >&6; }
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+! } # ac_fn_cxx_check_header_compile
+
+ # ac_fn_cxx_check_type LINENO TYPE VAR INCLUDES
+ # ---------------------------------------------
+***************
+*** 2397,2413 ****
+ ac_fn_cxx_check_type ()
+ {
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+! $as_echo_n "checking for $2... " >&6; }
+! if eval \${$3+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! eval "$3=no"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ $4
+ int
+! main ()
+ {
+ if (sizeof ($2))
+ return 0;
+--- 2328,2345 ----
+ ac_fn_cxx_check_type ()
+ {
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+! printf %s "checking for $2... " >&6; }
+! if eval test \${$3+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) eval "$3=no"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ $4
+ int
+! main (void)
+ {
+ if (sizeof ($2))
+ return 0;
+***************
+*** 2415,2426 ****
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_cxx_try_compile "$LINENO"; then :
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ $4
+ int
+! main ()
+ {
+ if (sizeof (($2)))
+ return 0;
+--- 2347,2359 ----
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_cxx_try_compile "$LINENO"
+! then :
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ $4
+ int
+! main (void)
+ {
+ if (sizeof (($2)))
+ return 0;
+***************
+*** 2428,2445 ****
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_cxx_try_compile "$LINENO"; then :
+
+! else
+! eval "$3=yes"
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+ eval ac_res=\$$3
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+! $as_echo "$ac_res" >&6; }
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+ } # ac_fn_cxx_check_type
+--- 2361,2381 ----
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_cxx_try_compile "$LINENO"
+! then :
+
+! else case e in #(
+! e) eval "$3=yes" ;;
+! esac
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
+! esac
+ fi
+ eval ac_res=\$$3
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+! printf "%s\n" "$ac_res" >&6; }
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+ } # ac_fn_cxx_check_type
+***************
+*** 2458,2464 ****
+ /* end confdefs.h. */
+ $4
+ int
+! main ()
+ {
+ static int test_array [1 - 2 * !(($2) >= 0)];
+ test_array [0] = 0;
+--- 2394,2400 ----
+ /* end confdefs.h. */
+ $4
+ int
+! main (void)
+ {
+ static int test_array [1 - 2 * !(($2) >= 0)];
+ test_array [0] = 0;
+***************
+*** 2468,2481 ****
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"; then :
+ ac_lo=0 ac_mid=0
+ while :; do
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ $4
+ int
+! main ()
+ {
+ static int test_array [1 - 2 * !(($2) <= $ac_mid)];
+ test_array [0] = 0;
+--- 2404,2418 ----
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"
+! then :
+ ac_lo=0 ac_mid=0
+ while :; do
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ $4
+ int
+! main (void)
+ {
+ static int test_array [1 - 2 * !(($2) <= $ac_mid)];
+ test_array [0] = 0;
+***************
+*** 2485,2508 ****
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"; then :
+ ac_hi=$ac_mid; break
+! else
+! as_fn_arith $ac_mid + 1 && ac_lo=$as_val
+ if test $ac_lo -le $ac_mid; then
+ ac_lo= ac_hi=
+ break
+ fi
+! as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ done
+! else
+! cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ $4
+ int
+! main ()
+ {
+ static int test_array [1 - 2 * !(($2) < 0)];
+ test_array [0] = 0;
+--- 2422,2447 ----
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"
+! then :
+ ac_hi=$ac_mid; break
+! else case e in #(
+! e) as_fn_arith $ac_mid + 1 && ac_lo=$as_val
+ if test $ac_lo -le $ac_mid; then
+ ac_lo= ac_hi=
+ break
+ fi
+! as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val ;;
+! esac
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
+ done
+! else case e in #(
+! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ $4
+ int
+! main (void)
+ {
+ static int test_array [1 - 2 * !(($2) < 0)];
+ test_array [0] = 0;
+***************
+*** 2512,2525 ****
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"; then :
+ ac_hi=-1 ac_mid=-1
+ while :; do
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ $4
+ int
+! main ()
+ {
+ static int test_array [1 - 2 * !(($2) >= $ac_mid)];
+ test_array [0] = 0;
+--- 2451,2465 ----
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"
+! then :
+ ac_hi=-1 ac_mid=-1
+ while :; do
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ $4
+ int
+! main (void)
+ {
+ static int test_array [1 - 2 * !(($2) >= $ac_mid)];
+ test_array [0] = 0;
+***************
+*** 2529,2552 ****
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"; then :
+ ac_lo=$ac_mid; break
+! else
+! as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
+ if test $ac_mid -le $ac_hi; then
+ ac_lo= ac_hi=
+ break
+ fi
+! as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ done
+! else
+! ac_lo= ac_hi=
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ # Binary search between lo and hi bounds.
+ while test "x$ac_lo" != "x$ac_hi"; do
+ as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
+--- 2469,2496 ----
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"
+! then :
+ ac_lo=$ac_mid; break
+! else case e in #(
+! e) as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
+ if test $ac_mid -le $ac_hi; then
+ ac_lo= ac_hi=
+ break
+ fi
+! as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val ;;
+! esac
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
+ done
+! else case e in #(
+! e) ac_lo= ac_hi= ;;
+! esac
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
+! esac
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
+ # Binary search between lo and hi bounds.
+ while test "x$ac_lo" != "x$ac_hi"; do
+ as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
+***************
+*** 2554,2560 ****
+ /* end confdefs.h. */
+ $4
+ int
+! main ()
+ {
+ static int test_array [1 - 2 * !(($2) <= $ac_mid)];
+ test_array [0] = 0;
+--- 2498,2504 ----
+ /* end confdefs.h. */
+ $4
+ int
+! main (void)
+ {
+ static int test_array [1 - 2 * !(($2) <= $ac_mid)];
+ test_array [0] = 0;
+***************
+*** 2564,2575 ****
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"; then :
+ ac_hi=$ac_mid
+! else
+! as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ done
+ case $ac_lo in #((
+ ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
+--- 2508,2521 ----
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"
+! then :
+ ac_hi=$ac_mid
+! else case e in #(
+! e) as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val ;;
+! esac
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
+ done
+ case $ac_lo in #((
+ ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
+***************
+*** 2579,2590 ****
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ $4
+! static long int longval () { return $2; }
+! static unsigned long int ulongval () { return $2; }
+ #include
+ #include
+ int
+! main ()
+ {
+
+ FILE *f = fopen ("conftest.val", "w");
+--- 2525,2536 ----
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ $4
+! static long int longval (void) { return $2; }
+! static unsigned long int ulongval (void) { return $2; }
+ #include
+ #include
+ int
+! main (void)
+ {
+
+ FILE *f = fopen ("conftest.val", "w");
+***************
+*** 2612,2621 ****
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_run "$LINENO"; then :
+ echo >>conftest.val; read $3 >conftest.val; read $3 config.log <<_ACEOF
+ This file contains any messages produced by compilers while
+ running configure, to aid debugging if configure makes a mistake.
+
+ It was created by GNU MP $as_me 6.3.0, which was
+! generated by GNU Autoconf 2.69. Invocation command line was
+
+! $ $0 $@
+
+ _ACEOF
+ exec 5>>config.log
+--- 2574,2607 ----
+ as_fn_set_status $ac_retval
+
+ } # ac_fn_c_compute_int
++ ac_configure_args_raw=
++ for ac_arg
++ do
++ case $ac_arg in
++ *\'*)
++ ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
++ esac
++ as_fn_append ac_configure_args_raw " '$ac_arg'"
++ done
++
++ case $ac_configure_args_raw in
++ *$as_nl*)
++ ac_safe_unquote= ;;
++ *)
++ ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab.
++ ac_unsafe_a="$ac_unsafe_z#~"
++ ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g"
++ ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;;
++ esac
++
+ cat >config.log <<_ACEOF
+ This file contains any messages produced by compilers while
+ running configure, to aid debugging if configure makes a mistake.
+
+ It was created by GNU MP $as_me 6.3.0, which was
+! generated by GNU Autoconf 2.72. Invocation command line was
+
+! $ $0$ac_configure_args_raw
+
+ _ACEOF
+ exec 5>>config.log
+***************
+*** 2666,2673 ****
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+! $as_echo "PATH: $as_dir"
+ done
+ IFS=$as_save_IFS
+
+--- 2634,2645 ----
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+! printf "%s\n" "PATH: $as_dir"
+ done
+ IFS=$as_save_IFS
+
+***************
+*** 2702,2708 ****
+ | -silent | --silent | --silen | --sile | --sil)
+ continue ;;
+ *\'*)
+! ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
+ esac
+ case $ac_pass in
+ 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
+--- 2674,2680 ----
+ | -silent | --silent | --silen | --sile | --sil)
+ continue ;;
+ *\'*)
+! ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
+ esac
+ case $ac_pass in
+ 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
+***************
+*** 2737,2747 ****
+ # WARNING: Use '\'' to represent an apostrophe within the trap.
+ # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
+ trap 'exit_status=$?
+ # Save into config.log some information that might help in debugging.
+ {
+ echo
+
+! $as_echo "## ---------------- ##
+ ## Cache variables. ##
+ ## ---------------- ##"
+ echo
+--- 2709,2721 ----
+ # WARNING: Use '\'' to represent an apostrophe within the trap.
+ # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
+ trap 'exit_status=$?
++ # Sanitize IFS.
++ IFS=" "" $as_nl"
+ # Save into config.log some information that might help in debugging.
+ {
+ echo
+
+! printf "%s\n" "## ---------------- ##
+ ## Cache variables. ##
+ ## ---------------- ##"
+ echo
+***************
+*** 2752,2759 ****
+ case $ac_val in #(
+ *${as_nl}*)
+ case $ac_var in #(
+! *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
+! $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
+ esac
+ case $ac_var in #(
+ _ | IFS | as_nl) ;; #(
+--- 2726,2733 ----
+ case $ac_val in #(
+ *${as_nl}*)
+ case $ac_var in #(
+! *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
+! printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
+ esac
+ case $ac_var in #(
+ _ | IFS | as_nl) ;; #(
+***************
+*** 2777,2783 ****
+ )
+ echo
+
+! $as_echo "## ----------------- ##
+ ## Output variables. ##
+ ## ----------------- ##"
+ echo
+--- 2751,2757 ----
+ )
+ echo
+
+! printf "%s\n" "## ----------------- ##
+ ## Output variables. ##
+ ## ----------------- ##"
+ echo
+***************
+*** 2785,2798 ****
+ do
+ eval ac_val=\$$ac_var
+ case $ac_val in
+! *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+ esac
+! $as_echo "$ac_var='\''$ac_val'\''"
+ done | sort
+ echo
+
+ if test -n "$ac_subst_files"; then
+! $as_echo "## ------------------- ##
+ ## File substitutions. ##
+ ## ------------------- ##"
+ echo
+--- 2759,2772 ----
+ do
+ eval ac_val=\$$ac_var
+ case $ac_val in
+! *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+ esac
+! printf "%s\n" "$ac_var='\''$ac_val'\''"
+ done | sort
+ echo
+
+ if test -n "$ac_subst_files"; then
+! printf "%s\n" "## ------------------- ##
+ ## File substitutions. ##
+ ## ------------------- ##"
+ echo
+***************
+*** 2800,2814 ****
+ do
+ eval ac_val=\$$ac_var
+ case $ac_val in
+! *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+ esac
+! $as_echo "$ac_var='\''$ac_val'\''"
+ done | sort
+ echo
+ fi
+
+ if test -s confdefs.h; then
+! $as_echo "## ----------- ##
+ ## confdefs.h. ##
+ ## ----------- ##"
+ echo
+--- 2774,2788 ----
+ do
+ eval ac_val=\$$ac_var
+ case $ac_val in
+! *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+ esac
+! printf "%s\n" "$ac_var='\''$ac_val'\''"
+ done | sort
+ echo
+ fi
+
+ if test -s confdefs.h; then
+! printf "%s\n" "## ----------- ##
+ ## confdefs.h. ##
+ ## ----------- ##"
+ echo
+***************
+*** 2816,2823 ****
+ echo
+ fi
+ test "$ac_signal" != 0 &&
+! $as_echo "$as_me: caught signal $ac_signal"
+! $as_echo "$as_me: exit $exit_status"
+ } >&5
+ rm -f core *.core core.conftest.* &&
+ rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
+--- 2790,2797 ----
+ echo
+ fi
+ test "$ac_signal" != 0 &&
+! printf "%s\n" "$as_me: caught signal $ac_signal"
+! printf "%s\n" "$as_me: exit $exit_status"
+ } >&5
+ rm -f core *.core core.conftest.* &&
+ rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
+***************
+*** 2831,2895 ****
+ # confdefs.h avoids OS command line length limits that DEFS can exceed.
+ rm -f -r conftest* confdefs.h
+
+! $as_echo "/* confdefs.h */" > confdefs.h
+
+ # Predefined preprocessor variables.
+
+! cat >>confdefs.h <<_ACEOF
+! #define PACKAGE_NAME "$PACKAGE_NAME"
+! _ACEOF
+
+! cat >>confdefs.h <<_ACEOF
+! #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
+! _ACEOF
+
+! cat >>confdefs.h <<_ACEOF
+! #define PACKAGE_VERSION "$PACKAGE_VERSION"
+! _ACEOF
+
+! cat >>confdefs.h <<_ACEOF
+! #define PACKAGE_STRING "$PACKAGE_STRING"
+! _ACEOF
+
+! cat >>confdefs.h <<_ACEOF
+! #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
+! _ACEOF
+
+! cat >>confdefs.h <<_ACEOF
+! #define PACKAGE_URL "$PACKAGE_URL"
+! _ACEOF
+
+
+ # Let the site file select an alternate cache file if it wants to.
+ # Prefer an explicitly selected file to automatically selected ones.
+- ac_site_file1=NONE
+- ac_site_file2=NONE
+ if test -n "$CONFIG_SITE"; then
+! # We do not want a PATH search for config.site.
+! case $CONFIG_SITE in #((
+! -*) ac_site_file1=./$CONFIG_SITE;;
+! */*) ac_site_file1=$CONFIG_SITE;;
+! *) ac_site_file1=./$CONFIG_SITE;;
+! esac
+ elif test "x$prefix" != xNONE; then
+! ac_site_file1=$prefix/share/config.site
+! ac_site_file2=$prefix/etc/config.site
+ else
+! ac_site_file1=$ac_default_prefix/share/config.site
+! ac_site_file2=$ac_default_prefix/etc/config.site
+ fi
+! for ac_site_file in "$ac_site_file1" "$ac_site_file2"
+ do
+! test "x$ac_site_file" = xNONE && continue
+! if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
+! $as_echo "$as_me: loading site script $ac_site_file" >&6;}
+ sed 's/^/| /' "$ac_site_file" >&5
+ . "$ac_site_file" \
+! || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+! $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+ as_fn_error $? "failed to load site script $ac_site_file
+! See \`config.log' for more details" "$LINENO" 5; }
+ fi
+ done
+
+--- 2805,2854 ----
+ # confdefs.h avoids OS command line length limits that DEFS can exceed.
+ rm -f -r conftest* confdefs.h
+
+! printf "%s\n" "/* confdefs.h */" > confdefs.h
+
+ # Predefined preprocessor variables.
+
+! printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h
+
+! printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h
+
+! printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h
+
+! printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h
+
+! printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h
+
+! printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h
+
+
+ # Let the site file select an alternate cache file if it wants to.
+ # Prefer an explicitly selected file to automatically selected ones.
+ if test -n "$CONFIG_SITE"; then
+! ac_site_files="$CONFIG_SITE"
+ elif test "x$prefix" != xNONE; then
+! ac_site_files="$prefix/share/config.site $prefix/etc/config.site"
+ else
+! ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
+ fi
+!
+! for ac_site_file in $ac_site_files
+ do
+! case $ac_site_file in #(
+! */*) :
+! ;; #(
+! *) :
+! ac_site_file=./$ac_site_file ;;
+! esac
+! if test -f "$ac_site_file" && test -r "$ac_site_file"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
+! printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;}
+ sed 's/^/| /' "$ac_site_file" >&5
+ . "$ac_site_file" \
+! || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
+! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
+ as_fn_error $? "failed to load site script $ac_site_file
+! See 'config.log' for more details" "$LINENO" 5; }
+ fi
+ done
+
+***************
+*** 2897,2915 ****
+ # Some versions of bash will fail to source /dev/null (special files
+ # actually), so we avoid doing that. DJGPP emulates it as a regular file.
+ if test /dev/null != "$cache_file" && test -f "$cache_file"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
+! $as_echo "$as_me: loading cache $cache_file" >&6;}
+ case $cache_file in
+ [\\/]* | ?:[\\/]* ) . "$cache_file";;
+ *) . "./$cache_file";;
+ esac
+ fi
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
+! $as_echo "$as_me: creating cache $cache_file" >&6;}
+ >$cache_file
+ fi
+
+ # Check that the precious variables saved in the cache have kept the same
+ # value.
+ ac_cache_corrupted=false
+--- 2856,3524 ----
+ # Some versions of bash will fail to source /dev/null (special files
+ # actually), so we avoid doing that. DJGPP emulates it as a regular file.
+ if test /dev/null != "$cache_file" && test -f "$cache_file"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
+! printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
+ case $cache_file in
+ [\\/]* | ?:[\\/]* ) . "$cache_file";;
+ *) . "./$cache_file";;
+ esac
+ fi
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
+! printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
+ >$cache_file
+ fi
+
++ # Test code for whether the C compiler supports C89 (global declarations)
++ ac_c_conftest_c89_globals='
++ /* Does the compiler advertise C89 conformance?
++ Do not test the value of __STDC__, because some compilers set it to 0
++ while being otherwise adequately conformant. */
++ #if !defined __STDC__
++ # error "Compiler does not advertise C89 conformance"
++ #endif
++
++ #include
++ #include
++ struct stat;
++ /* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */
++ struct buf { int x; };
++ struct buf * (*rcsopen) (struct buf *, struct stat *, int);
++ static char *e (char **p, int i)
++ {
++ return p[i];
++ }
++ static char *f (char * (*g) (char **, int), char **p, ...)
++ {
++ char *s;
++ va_list v;
++ va_start (v,p);
++ s = g (p, va_arg (v,int));
++ va_end (v);
++ return s;
++ }
++
++ /* C89 style stringification. */
++ #define noexpand_stringify(a) #a
++ const char *stringified = noexpand_stringify(arbitrary+token=sequence);
++
++ /* C89 style token pasting. Exercises some of the corner cases that
++ e.g. old MSVC gets wrong, but not very hard. */
++ #define noexpand_concat(a,b) a##b
++ #define expand_concat(a,b) noexpand_concat(a,b)
++ extern int vA;
++ extern int vbee;
++ #define aye A
++ #define bee B
++ int *pvA = &expand_concat(v,aye);
++ int *pvbee = &noexpand_concat(v,bee);
++
++ /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
++ function prototypes and stuff, but not \xHH hex character constants.
++ These do not provoke an error unfortunately, instead are silently treated
++ as an "x". The following induces an error, until -std is added to get
++ proper ANSI mode. Curiously \x00 != x always comes out true, for an
++ array size at least. It is necessary to write \x00 == 0 to get something
++ that is true only with -std. */
++ int osf4_cc_array ['\''\x00'\'' == 0 ? 1 : -1];
++
++ /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
++ inside strings and character constants. */
++ #define FOO(x) '\''x'\''
++ int xlc6_cc_array[FOO(a) == '\''x'\'' ? 1 : -1];
++
++ int test (int i, double x);
++ struct s1 {int (*f) (int a);};
++ struct s2 {int (*f) (double a);};
++ int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
++ int, int);'
++
++ # Test code for whether the C compiler supports C89 (body of main).
++ ac_c_conftest_c89_main='
++ ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);
++ '
++
++ # Test code for whether the C compiler supports C99 (global declarations)
++ ac_c_conftest_c99_globals='
++ /* Does the compiler advertise C99 conformance? */
++ #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
++ # error "Compiler does not advertise C99 conformance"
++ #endif
++
++ // See if C++-style comments work.
++
++ #include
++ extern int puts (const char *);
++ extern int printf (const char *, ...);
++ extern int dprintf (int, const char *, ...);
++ extern void *malloc (size_t);
++ extern void free (void *);
++
++ // Check varargs macros. These examples are taken from C99 6.10.3.5.
++ // dprintf is used instead of fprintf to avoid needing to declare
++ // FILE and stderr.
++ #define debug(...) dprintf (2, __VA_ARGS__)
++ #define showlist(...) puts (#__VA_ARGS__)
++ #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
++ static void
++ test_varargs_macros (void)
++ {
++ int x = 1234;
++ int y = 5678;
++ debug ("Flag");
++ debug ("X = %d\n", x);
++ showlist (The first, second, and third items.);
++ report (x>y, "x is %d but y is %d", x, y);
++ }
++
++ // Check long long types.
++ #define BIG64 18446744073709551615ull
++ #define BIG32 4294967295ul
++ #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
++ #if !BIG_OK
++ #error "your preprocessor is broken"
++ #endif
++ #if BIG_OK
++ #else
++ #error "your preprocessor is broken"
++ #endif
++ static long long int bignum = -9223372036854775807LL;
++ static unsigned long long int ubignum = BIG64;
++
++ struct incomplete_array
++ {
++ int datasize;
++ double data[];
++ };
++
++ struct named_init {
++ int number;
++ const wchar_t *name;
++ double average;
++ };
++
++ typedef const char *ccp;
++
++ static inline int
++ test_restrict (ccp restrict text)
++ {
++ // Iterate through items via the restricted pointer.
++ // Also check for declarations in for loops.
++ for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i)
++ continue;
++ return 0;
++ }
++
++ // Check varargs and va_copy.
++ static bool
++ test_varargs (const char *format, ...)
++ {
++ va_list args;
++ va_start (args, format);
++ va_list args_copy;
++ va_copy (args_copy, args);
++
++ const char *str = "";
++ int number = 0;
++ float fnumber = 0;
++
++ while (*format)
++ {
++ switch (*format++)
++ {
++ case '\''s'\'': // string
++ str = va_arg (args_copy, const char *);
++ break;
++ case '\''d'\'': // int
++ number = va_arg (args_copy, int);
++ break;
++ case '\''f'\'': // float
++ fnumber = va_arg (args_copy, double);
++ break;
++ default:
++ break;
++ }
++ }
++ va_end (args_copy);
++ va_end (args);
++
++ return *str && number && fnumber;
++ }
++ '
++
++ # Test code for whether the C compiler supports C99 (body of main).
++ ac_c_conftest_c99_main='
++ // Check bool.
++ _Bool success = false;
++ success |= (argc != 0);
++
++ // Check restrict.
++ if (test_restrict ("String literal") == 0)
++ success = true;
++ char *restrict newvar = "Another string";
++
++ // Check varargs.
++ success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234);
++ test_varargs_macros ();
++
++ // Check flexible array members.
++ struct incomplete_array *ia =
++ malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
++ ia->datasize = 10;
++ for (int i = 0; i < ia->datasize; ++i)
++ ia->data[i] = i * 1.234;
++ // Work around memory leak warnings.
++ free (ia);
++
++ // Check named initializers.
++ struct named_init ni = {
++ .number = 34,
++ .name = L"Test wide string",
++ .average = 543.34343,
++ };
++
++ ni.number = 58;
++
++ int dynamic_array[ni.number];
++ dynamic_array[0] = argv[0][0];
++ dynamic_array[ni.number - 1] = 543;
++
++ // work around unused variable warnings
++ ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\''
++ || dynamic_array[ni.number - 1] != 543);
++ '
++
++ # Test code for whether the C compiler supports C11 (global declarations)
++ ac_c_conftest_c11_globals='
++ /* Does the compiler advertise C11 conformance? */
++ #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
++ # error "Compiler does not advertise C11 conformance"
++ #endif
++
++ // Check _Alignas.
++ char _Alignas (double) aligned_as_double;
++ char _Alignas (0) no_special_alignment;
++ extern char aligned_as_int;
++ char _Alignas (0) _Alignas (int) aligned_as_int;
++
++ // Check _Alignof.
++ enum
++ {
++ int_alignment = _Alignof (int),
++ int_array_alignment = _Alignof (int[100]),
++ char_alignment = _Alignof (char)
++ };
++ _Static_assert (0 < -_Alignof (int), "_Alignof is signed");
++
++ // Check _Noreturn.
++ int _Noreturn does_not_return (void) { for (;;) continue; }
++
++ // Check _Static_assert.
++ struct test_static_assert
++ {
++ int x;
++ _Static_assert (sizeof (int) <= sizeof (long int),
++ "_Static_assert does not work in struct");
++ long int y;
++ };
++
++ // Check UTF-8 literals.
++ #define u8 syntax error!
++ char const utf8_literal[] = u8"happens to be ASCII" "another string";
++
++ // Check duplicate typedefs.
++ typedef long *long_ptr;
++ typedef long int *long_ptr;
++ typedef long_ptr long_ptr;
++
++ // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
++ struct anonymous
++ {
++ union {
++ struct { int i; int j; };
++ struct { int k; long int l; } w;
++ };
++ int m;
++ } v1;
++ '
++
++ # Test code for whether the C compiler supports C11 (body of main).
++ ac_c_conftest_c11_main='
++ _Static_assert ((offsetof (struct anonymous, i)
++ == offsetof (struct anonymous, w.k)),
++ "Anonymous union alignment botch");
++ v1.i = 2;
++ v1.w.k = 5;
++ ok |= v1.i != 5;
++ '
++
++ # Test code for whether the C compiler supports C11 (complete).
++ ac_c_conftest_c11_program="${ac_c_conftest_c89_globals}
++ ${ac_c_conftest_c99_globals}
++ ${ac_c_conftest_c11_globals}
++
++ int
++ main (int argc, char **argv)
++ {
++ int ok = 0;
++ ${ac_c_conftest_c89_main}
++ ${ac_c_conftest_c99_main}
++ ${ac_c_conftest_c11_main}
++ return ok;
++ }
++ "
++
++ # Test code for whether the C compiler supports C99 (complete).
++ ac_c_conftest_c99_program="${ac_c_conftest_c89_globals}
++ ${ac_c_conftest_c99_globals}
++
++ int
++ main (int argc, char **argv)
++ {
++ int ok = 0;
++ ${ac_c_conftest_c89_main}
++ ${ac_c_conftest_c99_main}
++ return ok;
++ }
++ "
++
++ # Test code for whether the C compiler supports C89 (complete).
++ ac_c_conftest_c89_program="${ac_c_conftest_c89_globals}
++
++ int
++ main (int argc, char **argv)
++ {
++ int ok = 0;
++ ${ac_c_conftest_c89_main}
++ return ok;
++ }
++ "
++
++ # Test code for whether the C++ compiler supports C++98 (global declarations)
++ ac_cxx_conftest_cxx98_globals='
++ // Does the compiler advertise C++98 conformance?
++ #if !defined __cplusplus || __cplusplus < 199711L
++ # error "Compiler does not advertise C++98 conformance"
++ #endif
++
++ // These inclusions are to reject old compilers that
++ // lack the unsuffixed header files.
++ #include
++ #include
++
++ // and are *not* freestanding headers in C++98.
++ extern void assert (int);
++ namespace std {
++ extern int strcmp (const char *, const char *);
++ }
++
++ // Namespaces, exceptions, and templates were all added after "C++ 2.0".
++ using std::exception;
++ using std::strcmp;
++
++ namespace {
++
++ void test_exception_syntax()
++ {
++ try {
++ throw "test";
++ } catch (const char *s) {
++ // Extra parentheses suppress a warning when building autoconf itself,
++ // due to lint rules shared with more typical C programs.
++ assert (!(strcmp) (s, "test"));
++ }
++ }
++
++ template struct test_template
++ {
++ T const val;
++ explicit test_template(T t) : val(t) {}
++ template T add(U u) { return static_cast(u) + val; }
++ };
++
++ } // anonymous namespace
++ '
++
++ # Test code for whether the C++ compiler supports C++98 (body of main)
++ ac_cxx_conftest_cxx98_main='
++ assert (argc);
++ assert (! argv[0]);
++ {
++ test_exception_syntax ();
++ test_template tt (2.0);
++ assert (tt.add (4) == 6.0);
++ assert (true && !false);
++ }
++ '
++
++ # Test code for whether the C++ compiler supports C++11 (global declarations)
++ ac_cxx_conftest_cxx11_globals='
++ // Does the compiler advertise C++ 2011 conformance?
++ #if !defined __cplusplus || __cplusplus < 201103L
++ # error "Compiler does not advertise C++11 conformance"
++ #endif
++
++ namespace cxx11test
++ {
++ constexpr int get_val() { return 20; }
++
++ struct testinit
++ {
++ int i;
++ double d;
++ };
++
++ class delegate
++ {
++ public:
++ delegate(int n) : n(n) {}
++ delegate(): delegate(2354) {}
++
++ virtual int getval() { return this->n; };
++ protected:
++ int n;
++ };
++
++ class overridden : public delegate
++ {
++ public:
++ overridden(int n): delegate(n) {}
++ virtual int getval() override final { return this->n * 2; }
++ };
++
++ class nocopy
++ {
++ public:
++ nocopy(int i): i(i) {}
++ nocopy() = default;
++ nocopy(const nocopy&) = delete;
++ nocopy & operator=(const nocopy&) = delete;
++ private:
++ int i;
++ };
++
++ // for testing lambda expressions
++ template Ret eval(Fn f, Ret v)
++ {
++ return f(v);
++ }
++
++ // for testing variadic templates and trailing return types
++ template auto sum(V first) -> V
++ {
++ return first;
++ }
++ template auto sum(V first, Args... rest) -> V
++ {
++ return first + sum(rest...);
++ }
++ }
++ '
++
++ # Test code for whether the C++ compiler supports C++11 (body of main)
++ ac_cxx_conftest_cxx11_main='
++ {
++ // Test auto and decltype
++ auto a1 = 6538;
++ auto a2 = 48573953.4;
++ auto a3 = "String literal";
++
++ int total = 0;
++ for (auto i = a3; *i; ++i) { total += *i; }
++
++ decltype(a2) a4 = 34895.034;
++ }
++ {
++ // Test constexpr
++ short sa[cxx11test::get_val()] = { 0 };
++ }
++ {
++ // Test initializer lists
++ cxx11test::testinit il = { 4323, 435234.23544 };
++ }
++ {
++ // Test range-based for
++ int array[] = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3,
++ 14, 19, 17, 8, 6, 20, 16, 2, 11, 1};
++ for (auto &x : array) { x += 23; }
++ }
++ {
++ // Test lambda expressions
++ using cxx11test::eval;
++ assert (eval ([](int x) { return x*2; }, 21) == 42);
++ double d = 2.0;
++ assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0);
++ assert (d == 5.0);
++ assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0);
++ assert (d == 5.0);
++ }
++ {
++ // Test use of variadic templates
++ using cxx11test::sum;
++ auto a = sum(1);
++ auto b = sum(1, 2);
++ auto c = sum(1.0, 2.0, 3.0);
++ }
++ {
++ // Test constructor delegation
++ cxx11test::delegate d1;
++ cxx11test::delegate d2();
++ cxx11test::delegate d3(45);
++ }
++ {
++ // Test override and final
++ cxx11test::overridden o1(55464);
++ }
++ {
++ // Test nullptr
++ char *c = nullptr;
++ }
++ {
++ // Test template brackets
++ test_template<::test_template> v(test_template(12));
++ }
++ {
++ // Unicode literals
++ char const *utf8 = u8"UTF-8 string \u2500";
++ char16_t const *utf16 = u"UTF-8 string \u2500";
++ char32_t const *utf32 = U"UTF-32 string \u2500";
++ }
++ '
++
++ # Test code for whether the C compiler supports C++11 (complete).
++ ac_cxx_conftest_cxx11_program="${ac_cxx_conftest_cxx98_globals}
++ ${ac_cxx_conftest_cxx11_globals}
++
++ int
++ main (int argc, char **argv)
++ {
++ int ok = 0;
++ ${ac_cxx_conftest_cxx98_main}
++ ${ac_cxx_conftest_cxx11_main}
++ return ok;
++ }
++ "
++
++ # Test code for whether the C compiler supports C++98 (complete).
++ ac_cxx_conftest_cxx98_program="${ac_cxx_conftest_cxx98_globals}
++ int
++ main (int argc, char **argv)
++ {
++ int ok = 0;
++ ${ac_cxx_conftest_cxx98_main}
++ return ok;
++ }
++ "
++
++ as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H"
++ as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H"
++ as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H"
++ as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H"
++ as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H"
++ as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H"
++ as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H"
++ as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H"
++ as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H"
++ as_fn_append ac_header_c_list " sys/time.h sys_time_h HAVE_SYS_TIME_H"
++
++ # Auxiliary files required by this configure script.
++ ac_aux_files="ltmain.sh compile missing install-sh config.guess config.sub"
++
++ # Locations in which to look for auxiliary files.
++ ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.."
++
++ # Search for a directory containing all of the required auxiliary files,
++ # $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates.
++ # If we don't find one directory that contains all the files we need,
++ # we report the set of missing files from the *first* directory in
++ # $ac_aux_dir_candidates and give up.
++ ac_missing_aux_files=""
++ ac_first_candidate=:
++ printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5
++ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++ as_found=false
++ for as_dir in $ac_aux_dir_candidates
++ do
++ IFS=$as_save_IFS
++ case $as_dir in #(((
++ '') as_dir=./ ;;
++ */) ;;
++ *) as_dir=$as_dir/ ;;
++ esac
++ as_found=:
++
++ printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5
++ ac_aux_dir_found=yes
++ ac_install_sh=
++ for ac_aux in $ac_aux_files
++ do
++ # As a special case, if "install-sh" is required, that requirement
++ # can be satisfied by any of "install-sh", "install.sh", or "shtool",
++ # and $ac_install_sh is set appropriately for whichever one is found.
++ if test x"$ac_aux" = x"install-sh"
++ then
++ if test -f "${as_dir}install-sh"; then
++ printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5
++ ac_install_sh="${as_dir}install-sh -c"
++ elif test -f "${as_dir}install.sh"; then
++ printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5
++ ac_install_sh="${as_dir}install.sh -c"
++ elif test -f "${as_dir}shtool"; then
++ printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5
++ ac_install_sh="${as_dir}shtool install -c"
++ else
++ ac_aux_dir_found=no
++ if $ac_first_candidate; then
++ ac_missing_aux_files="${ac_missing_aux_files} install-sh"
++ else
++ break
++ fi
++ fi
++ else
++ if test -f "${as_dir}${ac_aux}"; then
++ printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5
++ else
++ ac_aux_dir_found=no
++ if $ac_first_candidate; then
++ ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}"
++ else
++ break
++ fi
++ fi
++ fi
++ done
++ if test "$ac_aux_dir_found" = yes; then
++ ac_aux_dir="$as_dir"
++ break
++ fi
++ ac_first_candidate=false
++
++ as_found=false
++ done
++ IFS=$as_save_IFS
++ if $as_found
++ then :
++
++ else case e in #(
++ e) as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 ;;
++ esac
++ fi
++
++
++ # These three variables are undocumented and unsupported,
++ # and are intended to be withdrawn in a future Autoconf release.
++ # They can cause serious problems if a builder's source tree is in a directory
++ # whose full name contains unusual characters.
++ if test -f "${ac_aux_dir}config.guess"; then
++ ac_config_guess="$SHELL ${ac_aux_dir}config.guess"
++ fi
++ if test -f "${ac_aux_dir}config.sub"; then
++ ac_config_sub="$SHELL ${ac_aux_dir}config.sub"
++ fi
++ if test -f "$ac_aux_dir/configure"; then
++ ac_configure="$SHELL ${ac_aux_dir}configure"
++ fi
++
+ # Check that the precious variables saved in the cache have kept the same
+ # value.
+ ac_cache_corrupted=false
+***************
+*** 2920,2931 ****
+ eval ac_new_val=\$ac_env_${ac_var}_value
+ case $ac_old_set,$ac_new_set in
+ set,)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
+! $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
+ ac_cache_corrupted=: ;;
+ ,set)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
+! $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
+ ac_cache_corrupted=: ;;
+ ,);;
+ *)
+--- 3529,3540 ----
+ eval ac_new_val=\$ac_env_${ac_var}_value
+ case $ac_old_set,$ac_new_set in
+ set,)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' was set to '$ac_old_val' in the previous run" >&5
+! printf "%s\n" "$as_me: error: '$ac_var' was set to '$ac_old_val' in the previous run" >&2;}
+ ac_cache_corrupted=: ;;
+ ,set)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' was not set in the previous run" >&5
+! printf "%s\n" "$as_me: error: '$ac_var' was not set in the previous run" >&2;}
+ ac_cache_corrupted=: ;;
+ ,);;
+ *)
+***************
+*** 2934,2957 ****
+ ac_old_val_w=`echo x $ac_old_val`
+ ac_new_val_w=`echo x $ac_new_val`
+ if test "$ac_old_val_w" != "$ac_new_val_w"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
+! $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
+ ac_cache_corrupted=:
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
+! $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
+ eval $ac_var=\$ac_old_val
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
+! $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
+! $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
+ fi;;
+ esac
+ # Pass precious variables to config.status.
+ if test "$ac_new_set" = set; then
+ case $ac_new_val in
+! *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
+ *) ac_arg=$ac_var=$ac_new_val ;;
+ esac
+ case " $ac_configure_args " in
+--- 3543,3566 ----
+ ac_old_val_w=`echo x $ac_old_val`
+ ac_new_val_w=`echo x $ac_new_val`
+ if test "$ac_old_val_w" != "$ac_new_val_w"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' has changed since the previous run:" >&5
+! printf "%s\n" "$as_me: error: '$ac_var' has changed since the previous run:" >&2;}
+ ac_cache_corrupted=:
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in '$ac_var' since the previous run:" >&5
+! printf "%s\n" "$as_me: warning: ignoring whitespace changes in '$ac_var' since the previous run:" >&2;}
+ eval $ac_var=\$ac_old_val
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: '$ac_old_val'" >&5
+! printf "%s\n" "$as_me: former value: '$ac_old_val'" >&2;}
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: '$ac_new_val'" >&5
+! printf "%s\n" "$as_me: current value: '$ac_new_val'" >&2;}
+ fi;;
+ esac
+ # Pass precious variables to config.status.
+ if test "$ac_new_set" = set; then
+ case $ac_new_val in
+! *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
+ *) ac_arg=$ac_var=$ac_new_val ;;
+ esac
+ case " $ac_configure_args " in
+***************
+*** 2961,2971 ****
+ fi
+ done
+ if $ac_cache_corrupted; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+! $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
+! $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
+! as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
+ fi
+ ## -------------------- ##
+ ## Main body of script. ##
+--- 3570,3581 ----
+ fi
+ done
+ if $ac_cache_corrupted; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
+! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
+! printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;}
+! as_fn_error $? "run '${MAKE-make} distclean' and/or 'rm $cache_file'
+! and start over" "$LINENO" 5
+ fi
+ ## -------------------- ##
+ ## Main body of script. ##
+***************
+*** 3020,3074 ****
+ echo "include(CONFIG_TOP_SRCDIR\`/mpn/asm-defs.m4')" >>$gmp_tmpconfigm4i
+
+
+- ac_aux_dir=
+- for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
+- if test -f "$ac_dir/install-sh"; then
+- ac_aux_dir=$ac_dir
+- ac_install_sh="$ac_aux_dir/install-sh -c"
+- break
+- elif test -f "$ac_dir/install.sh"; then
+- ac_aux_dir=$ac_dir
+- ac_install_sh="$ac_aux_dir/install.sh -c"
+- break
+- elif test -f "$ac_dir/shtool"; then
+- ac_aux_dir=$ac_dir
+- ac_install_sh="$ac_aux_dir/shtool install -c"
+- break
+- fi
+- done
+- if test -z "$ac_aux_dir"; then
+- as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
+- fi
+-
+- # These three variables are undocumented and unsupported,
+- # and are intended to be withdrawn in a future Autoconf release.
+- # They can cause serious problems if a builder's source tree is in a directory
+- # whose full name contains unusual characters.
+- ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
+- ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
+- ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
+
+
+- # Make sure we can run config.sub.
+- $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
+- as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
+! $as_echo_n "checking build system type... " >&6; }
+! if ${ac_cv_build+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! ac_build_alias=$build_alias
+ test "x$ac_build_alias" = x &&
+! ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
+ test "x$ac_build_alias" = x &&
+ as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
+! ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
+! as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
+!
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
+! $as_echo "$ac_cv_build" >&6; }
+ case $ac_cv_build in
+ *-*-*) ;;
+ *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
+--- 3630,3660 ----
+ echo "include(CONFIG_TOP_SRCDIR\`/mpn/asm-defs.m4')" >>$gmp_tmpconfigm4i
+
+
+
+
+
+! # Make sure we can run config.sub.
+! $SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 ||
+! as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5
+!
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
+! printf %s "checking build system type... " >&6; }
+! if test ${ac_cv_build+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) ac_build_alias=$build_alias
+ test "x$ac_build_alias" = x &&
+! ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"`
+ test "x$ac_build_alias" = x &&
+ as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
+! ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` ||
+! as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5
+! ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
+! printf "%s\n" "$ac_cv_build" >&6; }
+ case $ac_cv_build in
+ *-*-*) ;;
+ *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
+***************
+*** 3087,3107 ****
+ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
+! $as_echo_n "checking host system type... " >&6; }
+! if ${ac_cv_host+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test "x$host_alias" = x; then
+ ac_cv_host=$ac_cv_build
+ else
+! ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
+! as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
+ fi
+!
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
+! $as_echo "$ac_cv_host" >&6; }
+ case $ac_cv_host in
+ *-*-*) ;;
+ *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
+--- 3673,3695 ----
+ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
+
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
+! printf %s "checking host system type... " >&6; }
+! if test ${ac_cv_host+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test "x$host_alias" = x; then
+ ac_cv_host=$ac_cv_build
+ else
+! ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` ||
+! as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5
+ fi
+! ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
+! printf "%s\n" "$ac_cv_host" >&6; }
+ case $ac_cv_host in
+ *-*-*) ;;
+ *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
+***************
+*** 3121,3129 ****
+
+
+
+! am__api_version='1.15'
+
+! # Find a good install program. We prefer a C program (faster),
+ # so one script is as good as another. But avoid the broken or
+ # incompatible versions:
+ # SysV /etc/install, /usr/sbin/install
+--- 3709,3718 ----
+
+
+
+! am__api_version='1.18'
+
+!
+! # Find a good install program. We prefer a C program (faster),
+ # so one script is as good as another. But avoid the broken or
+ # incompatible versions:
+ # SysV /etc/install, /usr/sbin/install
+***************
+*** 3137,3156 ****
+ # OS/2's system install, which has a completely different semantic
+ # ./install, which can be erroneously created by make from ./install.sh.
+ # Reject install programs that cannot install multiple files.
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
+! $as_echo_n "checking for a BSD-compatible install... " >&6; }
+ if test -z "$INSTALL"; then
+! if ${ac_cv_path_install+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+! # Account for people who put trailing slashes in PATH elements.
+! case $as_dir/ in #((
+! ./ | .// | /[cC]/* | \
+ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
+ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
+ /usr/ucb/* ) ;;
+--- 3726,3750 ----
+ # OS/2's system install, which has a completely different semantic
+ # ./install, which can be erroneously created by make from ./install.sh.
+ # Reject install programs that cannot install multiple files.
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
+! printf %s "checking for a BSD-compatible install... " >&6; }
+ if test -z "$INSTALL"; then
+! if test ${ac_cv_path_install+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+! # Account for fact that we put trailing slashes in our PATH walk.
+! case $as_dir in #((
+! ./ | /[cC]/* | \
+ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
+ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
+ /usr/ucb/* ) ;;
+***************
+*** 3160,3172 ****
+ # by default.
+ for ac_prog in ginstall scoinst install; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
+ if test $ac_prog = install &&
+! grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+ # AIX install. It has an incompatible calling convention.
+ :
+ elif test $ac_prog = install &&
+! grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+ # program-specific install script used by HP pwplus--don't use.
+ :
+ else
+--- 3754,3766 ----
+ # by default.
+ for ac_prog in ginstall scoinst install; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then
+ if test $ac_prog = install &&
+! grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+ # AIX install. It has an incompatible calling convention.
+ :
+ elif test $ac_prog = install &&
+! grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+ # program-specific install script used by HP pwplus--don't use.
+ :
+ else
+***************
+*** 3174,3185 ****
+ echo one > conftest.one
+ echo two > conftest.two
+ mkdir conftest.dir
+! if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
+ test -s conftest.one && test -s conftest.two &&
+ test -s conftest.dir/conftest.one &&
+ test -s conftest.dir/conftest.two
+ then
+! ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
+ break 3
+ fi
+ fi
+--- 3768,3779 ----
+ echo one > conftest.one
+ echo two > conftest.two
+ mkdir conftest.dir
+! if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" &&
+ test -s conftest.one && test -s conftest.two &&
+ test -s conftest.dir/conftest.one &&
+ test -s conftest.dir/conftest.two
+ then
+! ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c"
+ break 3
+ fi
+ fi
+***************
+*** 3193,3201 ****
+ IFS=$as_save_IFS
+
+ rm -rf conftest.one conftest.two conftest.dir
+!
+ fi
+! if test "${ac_cv_path_install+set}" = set; then
+ INSTALL=$ac_cv_path_install
+ else
+ # As a last resort, use the slow shell script. Don't cache a
+--- 3787,3796 ----
+ IFS=$as_save_IFS
+
+ rm -rf conftest.one conftest.two conftest.dir
+! ;;
+! esac
+ fi
+! if test ${ac_cv_path_install+y}; then
+ INSTALL=$ac_cv_path_install
+ else
+ # As a last resort, use the slow shell script. Don't cache a
+***************
+*** 3205,3212 ****
+ INSTALL=$ac_install_sh
+ fi
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
+! $as_echo "$INSTALL" >&6; }
+
+ # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
+ # It thinks the first close brace ends the variable substitution.
+--- 3800,3807 ----
+ INSTALL=$ac_install_sh
+ fi
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
+! printf "%s\n" "$INSTALL" >&6; }
+
+ # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
+ # It thinks the first close brace ends the variable substitution.
+***************
+*** 3216,3233 ****
+
+ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
+! $as_echo_n "checking whether build environment is sane... " >&6; }
+ # Reject unsafe characters in $srcdir or the absolute working directory
+ # name. Accept space and tab only in the latter.
+ am_lf='
+ '
+ case `pwd` in
+ *[\\\"\#\$\&\'\`$am_lf]*)
+ as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
+ esac
+ case $srcdir in
+ *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
+ as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
+ esac
+
+--- 3811,3991 ----
+
+ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether sleep supports fractional seconds" >&5
+! printf %s "checking whether sleep supports fractional seconds... " >&6; }
+! if test ${am_cv_sleep_fractional_seconds+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if sleep 0.001 2>/dev/null
+! then :
+! am_cv_sleep_fractional_seconds=yes
+! else case e in #(
+! e) am_cv_sleep_fractional_seconds=no ;;
+! esac
+! fi
+! ;;
+! esac
+! fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_sleep_fractional_seconds" >&5
+! printf "%s\n" "$am_cv_sleep_fractional_seconds" >&6; }
+!
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking filesystem timestamp resolution" >&5
+! printf %s "checking filesystem timestamp resolution... " >&6; }
+! if test ${am_cv_filesystem_timestamp_resolution+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) # Default to the worst case.
+! am_cv_filesystem_timestamp_resolution=2
+!
+! # Only try to go finer than 1 sec if sleep can do it.
+! # Don't try 1 sec, because if 0.01 sec and 0.1 sec don't work,
+! # - 1 sec is not much of a win compared to 2 sec, and
+! # - it takes 2 seconds to perform the test whether 1 sec works.
+! #
+! # Instead, just use the default 2s on platforms that have 1s resolution,
+! # accept the extra 1s delay when using $sleep in the Automake tests, in
+! # exchange for not incurring the 2s delay for running the test for all
+! # packages.
+! #
+! am_try_resolutions=
+! if test "$am_cv_sleep_fractional_seconds" = yes; then
+! # Even a millisecond often causes a bunch of false positives,
+! # so just try a hundredth of a second. The time saved between .001 and
+! # .01 is not terribly consequential.
+! am_try_resolutions="0.01 0.1 $am_try_resolutions"
+! fi
+!
+! # In order to catch current-generation FAT out, we must *modify* files
+! # that already exist; the *creation* timestamp is finer. Use names
+! # that make ls -t sort them differently when they have equal
+! # timestamps than when they have distinct timestamps, keeping
+! # in mind that ls -t prints the *newest* file first.
+! rm -f conftest.ts?
+! : > conftest.ts1
+! : > conftest.ts2
+! : > conftest.ts3
+!
+! # Make sure ls -t actually works. Do 'set' in a subshell so we don't
+! # clobber the current shell's arguments. (Outer-level square brackets
+! # are removed by m4; they're present so that m4 does not expand
+! # ; be careful, easy to get confused.)
+! if (
+! set X `ls -t conftest.ts[12]` &&
+! {
+! test "$*" != "X conftest.ts1 conftest.ts2" ||
+! test "$*" != "X conftest.ts2 conftest.ts1";
+! }
+! ); then :; else
+! # If neither matched, then we have a broken ls. This can happen
+! # if, for instance, CONFIG_SHELL is bash and it inherits a
+! # broken ls alias from the environment. This has actually
+! # happened. Such a system could not be considered "sane".
+! printf "%s\n" ""Bad output from ls -t: \"`ls -t conftest.ts[12]`\""" >&5
+! { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
+! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
+! as_fn_error $? "ls -t produces unexpected output.
+! Make sure there is not a broken ls alias in your environment.
+! See 'config.log' for more details" "$LINENO" 5; }
+! fi
+!
+! for am_try_res in $am_try_resolutions; do
+! # Any one fine-grained sleep might happen to cross the boundary
+! # between two values of a coarser actual resolution, but if we do
+! # two fine-grained sleeps in a row, at least one of them will fall
+! # entirely within a coarse interval.
+! echo alpha > conftest.ts1
+! sleep $am_try_res
+! echo beta > conftest.ts2
+! sleep $am_try_res
+! echo gamma > conftest.ts3
+!
+! # We assume that 'ls -t' will make use of high-resolution
+! # timestamps if the operating system supports them at all.
+! if (set X `ls -t conftest.ts?` &&
+! test "$2" = conftest.ts3 &&
+! test "$3" = conftest.ts2 &&
+! test "$4" = conftest.ts1); then
+! #
+! # Ok, ls -t worked. If we're at a resolution of 1 second, we're done,
+! # because we don't need to test make.
+! make_ok=true
+! if test $am_try_res != 1; then
+! # But if we've succeeded so far with a subsecond resolution, we
+! # have one more thing to check: make. It can happen that
+! # everything else supports the subsecond mtimes, but make doesn't;
+! # notably on macOS, which ships make 3.81 from 2006 (the last one
+! # released under GPLv2). https://bugs.gnu.org/68808
+! #
+! # We test $MAKE if it is defined in the environment, else "make".
+! # It might get overridden later, but our hope is that in practice
+! # it does not matter: it is the system "make" which is (by far)
+! # the most likely to be broken, whereas if the user overrides it,
+! # probably they did so with a better, or at least not worse, make.
+! # https://lists.gnu.org/archive/html/automake/2024-06/msg00051.html
+! #
+! # Create a Makefile (real tab character here):
+! rm -f conftest.mk
+! echo 'conftest.ts1: conftest.ts2' >conftest.mk
+! echo ' touch conftest.ts2' >>conftest.mk
+! #
+! # Now, running
+! # touch conftest.ts1; touch conftest.ts2; make
+! # should touch ts1 because ts2 is newer. This could happen by luck,
+! # but most often, it will fail if make's support is insufficient. So
+! # test for several consecutive successes.
+! #
+! # (We reuse conftest.ts[12] because we still want to modify existing
+! # files, not create new ones, per above.)
+! n=0
+! make=${MAKE-make}
+! until test $n -eq 3; do
+! echo one > conftest.ts1
+! sleep $am_try_res
+! echo two > conftest.ts2 # ts2 should now be newer than ts1
+! if $make -f conftest.mk | grep 'up to date' >/dev/null; then
+! make_ok=false
+! break # out of $n loop
+! fi
+! n=`expr $n + 1`
+! done
+! fi
+! #
+! if $make_ok; then
+! # Everything we know to check worked out, so call this resolution good.
+! am_cv_filesystem_timestamp_resolution=$am_try_res
+! break # out of $am_try_res loop
+! fi
+! # Otherwise, we'll go on to check the next resolution.
+! fi
+! done
+! rm -f conftest.ts?
+! # (end _am_filesystem_timestamp_resolution)
+! ;;
+! esac
+! fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_filesystem_timestamp_resolution" >&5
+! printf "%s\n" "$am_cv_filesystem_timestamp_resolution" >&6; }
+!
+! # This check should not be cached, as it may vary across builds of
+! # different projects.
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
+! printf %s "checking whether build environment is sane... " >&6; }
+ # Reject unsafe characters in $srcdir or the absolute working directory
+ # name. Accept space and tab only in the latter.
+ am_lf='
+ '
+ case `pwd` in
+ *[\\\"\#\$\&\'\`$am_lf]*)
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
++ printf "%s\n" "no" >&6; }
+ as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
+ esac
+ case $srcdir in
+ *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
++ printf "%s\n" "no" >&6; }
+ as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
+ esac
+
+***************
+*** 3236,3284 ****
+ # symlink; some systems play weird games with the mod time of symlinks
+ # (eg FreeBSD returns the mod time of the symlink's containing
+ # directory).
+! if (
+! am_has_slept=no
+! for am_try in 1 2; do
+! echo "timestamp, slept: $am_has_slept" > conftest.file
+! set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
+! if test "$*" = "X"; then
+! # -L didn't work.
+! set X `ls -t "$srcdir/configure" conftest.file`
+! fi
+! if test "$*" != "X $srcdir/configure conftest.file" \
+! && test "$*" != "X conftest.file $srcdir/configure"; then
+
+! # If neither matched, then we have a broken ls. This can happen
+! # if, for instance, CONFIG_SHELL is bash and it inherits a
+! # broken ls alias from the environment. This has actually
+! # happened. Such a system could not be considered "sane".
+! as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
+! alias in your environment" "$LINENO" 5
+! fi
+! if test "$2" = conftest.file || test $am_try -eq 2; then
+! break
+! fi
+! # Just in case.
+! sleep 1
+! am_has_slept=yes
+! done
+! test "$2" = conftest.file
+! )
+! then
+! # Ok.
+! :
+! else
+! as_fn_error $? "newly created file is older than distributed files!
+ Check your system clock" "$LINENO" 5
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+! $as_echo "yes" >&6; }
+ # If we didn't sleep, we still need to ensure time stamps of config.status and
+ # generated files are strictly newer.
+ am_sleep_pid=
+! if grep 'slept: no' conftest.file >/dev/null 2>&1; then
+! ( sleep 1 ) &
+ am_sleep_pid=$!
+ fi
+
+ rm -f conftest.file
+--- 3994,4038 ----
+ # symlink; some systems play weird games with the mod time of symlinks
+ # (eg FreeBSD returns the mod time of the symlink's containing
+ # directory).
+! am_build_env_is_sane=no
+! am_has_slept=no
+! rm -f conftest.file
+! for am_try in 1 2; do
+! echo "timestamp, slept: $am_has_slept" > conftest.file
+! if (
+! set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
+! if test "$*" = "X"; then
+! # -L didn't work.
+! set X `ls -t "$srcdir/configure" conftest.file`
+! fi
+! test "$2" = conftest.file
+! ); then
+! am_build_env_is_sane=yes
+! break
+! fi
+! # Just in case.
+! sleep "$am_cv_filesystem_timestamp_resolution"
+! am_has_slept=yes
+! done
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_build_env_is_sane" >&5
+! printf "%s\n" "$am_build_env_is_sane" >&6; }
+! if test "$am_build_env_is_sane" = no; then
+! as_fn_error $? "newly created file is older than distributed files!
+ Check your system clock" "$LINENO" 5
+ fi
+!
+ # If we didn't sleep, we still need to ensure time stamps of config.status and
+ # generated files are strictly newer.
+ am_sleep_pid=
+! if test -e conftest.file || grep 'slept: no' conftest.file >/dev/null 2>&1
+! then :
+!
+! else case e in #(
+! e) ( sleep "$am_cv_filesystem_timestamp_resolution" ) &
+ am_sleep_pid=$!
++ ;;
++ esac
+ fi
+
+ rm -f conftest.file
+***************
+*** 3289,3316 ****
+ test "$program_suffix" != NONE &&
+ program_transform_name="s&\$&$program_suffix&;$program_transform_name"
+ # Double any \ or $.
+! # By default was `s,x,x', remove it if useless.
+ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
+! program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
+
+ # Expand $ac_aux_dir to an absolute path.
+ am_aux_dir=`cd "$ac_aux_dir" && pwd`
+
+! if test x"${MISSING+set}" != xset; then
+! case $am_aux_dir in
+! *\ * | *\ *)
+! MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
+! *)
+! MISSING="\${SHELL} $am_aux_dir/missing" ;;
+! esac
+ fi
+ # Use eval to expand $SHELL
+ if eval "$MISSING --is-lightweight"; then
+ am_missing_run="$MISSING "
+ else
+ am_missing_run=
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
+! $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
+ fi
+
+ if test x"${install_sh+set}" != xset; then
+--- 4043,4067 ----
+ test "$program_suffix" != NONE &&
+ program_transform_name="s&\$&$program_suffix&;$program_transform_name"
+ # Double any \ or $.
+! # By default was 's,x,x', remove it if useless.
+ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
+! program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"`
+!
+
+ # Expand $ac_aux_dir to an absolute path.
+ am_aux_dir=`cd "$ac_aux_dir" && pwd`
+
+!
+! if test x"${MISSING+set}" != xset; then
+! MISSING="\${SHELL} '$am_aux_dir/missing'"
+ fi
+ # Use eval to expand $SHELL
+ if eval "$MISSING --is-lightweight"; then
+ am_missing_run="$MISSING "
+ else
+ am_missing_run=
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
+! printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
+ fi
+
+ if test x"${install_sh+set}" != xset; then
+***************
+*** 3330,3367 ****
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}strip; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_STRIP+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$STRIP"; then
+ ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_STRIP="${ac_tool_prefix}strip"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ STRIP=$ac_cv_prog_STRIP
+ if test -n "$STRIP"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
+! $as_echo "$STRIP" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 4081,4124 ----
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}strip; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_STRIP+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$STRIP"; then
+ ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_STRIP="${ac_tool_prefix}strip"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ STRIP=$ac_cv_prog_STRIP
+ if test -n "$STRIP"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
+! printf "%s\n" "$STRIP" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 3370,3407 ****
+ ac_ct_STRIP=$STRIP
+ # Extract the first word of "strip", so it can be a program name with args.
+ set dummy strip; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$ac_ct_STRIP"; then
+ ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_STRIP="strip"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
+ if test -n "$ac_ct_STRIP"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
+! $as_echo "$ac_ct_STRIP" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+ if test "x$ac_ct_STRIP" = x; then
+--- 4127,4170 ----
+ ac_ct_STRIP=$STRIP
+ # Extract the first word of "strip", so it can be a program name with args.
+ set dummy strip; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_ac_ct_STRIP+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$ac_ct_STRIP"; then
+ ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_STRIP="strip"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
+ if test -n "$ac_ct_STRIP"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
+! printf "%s\n" "$ac_ct_STRIP" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+ if test "x$ac_ct_STRIP" = x; then
+***************
+*** 3409,3416 ****
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ STRIP=$ac_ct_STRIP
+--- 4172,4179 ----
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ STRIP=$ac_ct_STRIP
+***************
+*** 3422,3519 ****
+ fi
+ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
+! $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
+ if test -z "$MKDIR_P"; then
+! if ${ac_cv_path_mkdir+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_prog in mkdir gmkdir; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
+! case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
+! 'mkdir (GNU coreutils) '* | \
+! 'mkdir (coreutils) '* | \
+ 'mkdir (fileutils) '4.1*)
+! ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
+ break 3;;
+ esac
+ done
+ done
+ done
+ IFS=$as_save_IFS
+!
+ fi
+
+ test -d ./--version && rmdir ./--version
+! if test "${ac_cv_path_mkdir+set}" = set; then
+ MKDIR_P="$ac_cv_path_mkdir -p"
+ else
+! # As a last resort, use the slow shell script. Don't cache a
+! # value for MKDIR_P within a source directory, because that will
+! # break other packages using the cache if that directory is
+! # removed, or if the value is a relative name.
+! MKDIR_P="$ac_install_sh -d"
+ fi
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
+! $as_echo "$MKDIR_P" >&6; }
+
+ for ac_prog in gawk mawk nawk awk
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_AWK+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$AWK"; then
+ ac_cv_prog_AWK="$AWK" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_AWK="$ac_prog"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ AWK=$ac_cv_prog_AWK
+ if test -n "$AWK"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
+! $as_echo "$AWK" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+ test -n "$AWK" && break
+ done
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
+! $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
+ set x ${MAKE-make}
+! ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
+! if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! cat >conftest.make <<\_ACEOF
+ SHELL = /bin/sh
+ all:
+ @echo '@@@%%%=$(MAKE)=@@@%%%'
+--- 4185,4294 ----
+ fi
+ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
+
+!
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5
+! printf %s "checking for a race-free mkdir -p... " >&6; }
+ if test -z "$MKDIR_P"; then
+! if test ${ac_cv_path_mkdir+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_prog in mkdir gmkdir; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue
+! case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #(
+! 'mkdir ('*'coreutils) '* | \
+! *'BusyBox '* | \
+ 'mkdir (fileutils) '4.1*)
+! ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext
+ break 3;;
+ esac
+ done
+ done
+ done
+ IFS=$as_save_IFS
+! ;;
+! esac
+ fi
+
+ test -d ./--version && rmdir ./--version
+! if test ${ac_cv_path_mkdir+y}; then
+ MKDIR_P="$ac_cv_path_mkdir -p"
+ else
+! # As a last resort, use plain mkdir -p,
+! # in the hope it doesn't have the bugs of ancient mkdir.
+! MKDIR_P='mkdir -p'
+ fi
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
+! printf "%s\n" "$MKDIR_P" >&6; }
+
+ for ac_prog in gawk mawk nawk awk
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_AWK+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$AWK"; then
+ ac_cv_prog_AWK="$AWK" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_AWK="$ac_prog"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ AWK=$ac_cv_prog_AWK
+ if test -n "$AWK"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
+! printf "%s\n" "$AWK" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+ test -n "$AWK" && break
+ done
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
+! printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
+ set x ${MAKE-make}
+! ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
+! if eval test \${ac_cv_prog_make_${ac_make}_set+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) cat >conftest.make <<\_ACEOF
+ SHELL = /bin/sh
+ all:
+ @echo '@@@%%%=$(MAKE)=@@@%%%'
+***************
+*** 3525,3539 ****
+ *)
+ eval ac_cv_prog_make_${ac_make}_set=no;;
+ esac
+! rm -f conftest.make
+ fi
+ if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+! $as_echo "yes" >&6; }
+ SET_MAKE=
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ SET_MAKE="MAKE=${MAKE-make}"
+ fi
+
+--- 4300,4315 ----
+ *)
+ eval ac_cv_prog_make_${ac_make}_set=no;;
+ esac
+! rm -f conftest.make ;;
+! esac
+ fi
+ if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+! printf "%s\n" "yes" >&6; }
+ SET_MAKE=
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ SET_MAKE="MAKE=${MAKE-make}"
+ fi
+
+***************
+*** 3546,3568 ****
+ fi
+ rmdir .tst 2>/dev/null
+
+ # Check whether --enable-silent-rules was given.
+! if test "${enable_silent_rules+set}" = set; then :
+ enableval=$enable_silent_rules;
+ fi
+
+- case $enable_silent_rules in # (((
+- yes) AM_DEFAULT_VERBOSITY=0;;
+- no) AM_DEFAULT_VERBOSITY=1;;
+- *) AM_DEFAULT_VERBOSITY=1;;
+- esac
+ am_make=${MAKE-make}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
+! $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
+! if ${am_cv_make_support_nested_variables+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if $as_echo 'TRUE=$(BAR$(V))
+ BAR0=false
+ BAR1=true
+ V=1
+--- 4322,4342 ----
+ fi
+ rmdir .tst 2>/dev/null
+
++ AM_DEFAULT_VERBOSITY=1
+ # Check whether --enable-silent-rules was given.
+! if test ${enable_silent_rules+y}
+! then :
+ enableval=$enable_silent_rules;
+ fi
+
+ am_make=${MAKE-make}
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
+! printf %s "checking whether $am_make supports nested variables... " >&6; }
+! if test ${am_cv_make_support_nested_variables+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if printf "%s\n" 'TRUE=$(BAR$(V))
+ BAR0=false
+ BAR1=true
+ V=1
+***************
+*** 3572,3589 ****
+ am_cv_make_support_nested_variables=yes
+ else
+ am_cv_make_support_nested_variables=no
+ fi
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
+! $as_echo "$am_cv_make_support_nested_variables" >&6; }
+! if test $am_cv_make_support_nested_variables = yes; then
+! AM_V='$(V)'
+! AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
+! else
+! AM_V=$AM_DEFAULT_VERBOSITY
+! AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
+ fi
+- AM_BACKSLASH='\'
+
+ if test "`cd $srcdir && pwd`" != "`pwd`"; then
+ # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
+--- 4346,4394 ----
+ am_cv_make_support_nested_variables=yes
+ else
+ am_cv_make_support_nested_variables=no
++ fi ;;
++ esac
+ fi
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
++ printf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
++ AM_BACKSLASH='\'
++
++ am__rm_f_notfound=
++ if (rm -f && rm -fr && rm -rf) 2>/dev/null
++ then :
++
++ else case e in #(
++ e) am__rm_f_notfound='""' ;;
++ esac
+ fi
+!
+!
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking xargs -n works" >&5
+! printf %s "checking xargs -n works... " >&6; }
+! if test ${am_cv_xargs_n_works+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test "`echo 1 2 3 | xargs -n2 echo`" = "1 2
+! 3"
+! then :
+! am_cv_xargs_n_works=yes
+! else case e in #(
+! e) am_cv_xargs_n_works=no ;;
+! esac
+! fi ;;
+! esac
+! fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_xargs_n_works" >&5
+! printf "%s\n" "$am_cv_xargs_n_works" >&6; }
+! if test "$am_cv_xargs_n_works" = yes
+! then :
+! am__xargs_n='xargs -n'
+! else case e in #(
+! e) am__xargs_n='am__xargs_n () { shift; sed "s/ /\\n/g" | while read am__xargs_n_arg; do "" "$am__xargs_n_arg"; done; }'
+! ;;
+! esac
+ fi
+
+ if test "`cd $srcdir && pwd`" != "`pwd`"; then
+ # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
+***************
+*** 3610,3623 ****
+ VERSION='6.3.0'
+
+
+! cat >>confdefs.h <<_ACEOF
+! #define PACKAGE "$PACKAGE"
+! _ACEOF
+
+
+! cat >>confdefs.h <<_ACEOF
+! #define VERSION "$VERSION"
+! _ACEOF
+
+ # Some tools Automake needs.
+
+--- 4415,4424 ----
+ VERSION='6.3.0'
+
+
+! printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
+
+
+! printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h
+
+ # Some tools Automake needs.
+
+***************
+*** 3637,3644 ****
+
+ # For better backward compatibility. To be removed once Automake 1.9.x
+ # dies out for good. For more background, see:
+! #
+! #
+ mkdir_p='$(MKDIR_P)'
+
+ # We need awk for the "check" target (and possibly the TAP driver). The
+--- 4438,4445 ----
+
+ # For better backward compatibility. To be removed once Automake 1.9.x
+ # dies out for good. For more background, see:
+! #
+! #
+ mkdir_p='$(MKDIR_P)'
+
+ # We need awk for the "check" target (and possibly the TAP driver). The
+***************
+*** 3649,3719 ****
+
+
+ # We'll loop over all known methods to create a tar archive until one works.
+! _am_tools='gnutar pax cpio none'
+
+! am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
+
+
+
+
+
+
+- # POSIX will say in a future version that running "rm -f" with no argument
+- # is OK; and we want to be able to make that assumption in our Makefile
+- # recipes. So use an aggressive probe to check that the usage we want is
+- # actually supported "in the wild" to an acceptable degree.
+- # See automake bug#10828.
+- # To make any issue more visible, cause the running configure to be aborted
+- # by default if the 'rm' program in use doesn't match our expectations; the
+- # user can still override this though.
+- if rm -f && rm -fr && rm -rf; then : OK; else
+- cat >&2 <<'END'
+- Oops!
+
+- Your 'rm' program seems unable to run without file operands specified
+- on the command line, even when the '-f' option is present. This is contrary
+- to the behaviour of most rm programs out there, and not conforming with
+- the upcoming POSIX standard:
+
+! Please tell bug-automake@gnu.org about your system, including the value
+! of your $PATH and any error possibly output before this message. This
+! can help us improve future automake versions.
+
+- END
+- if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
+- echo 'Configuration will proceed anyway, since you have set the' >&2
+- echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
+- echo >&2
+- else
+- cat >&2 <<'END'
+- Aborting the configuration process, to ensure you take notice of the issue.
+
+- You can download and install GNU coreutils to get an 'rm' implementation
+- that behaves properly: .
+
+- If you want to complete the configuration process using your problematic
+- 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
+- to "yes", and re-run configure.
+
+- END
+- as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
+- fi
+- fi
+
+ ac_config_headers="$ac_config_headers config.h:config.in"
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
+! $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
+ # Check whether --enable-maintainer-mode was given.
+! if test "${enable_maintainer_mode+set}" = set; then :
+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
+! else
+! USE_MAINTAINER_MODE=no
+ fi
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
+! $as_echo "$USE_MAINTAINER_MODE" >&6; }
+ if test $USE_MAINTAINER_MODE = yes; then
+ MAINTAINER_MODE_TRUE=
+ MAINTAINER_MODE_FALSE='#'
+--- 4450,4622 ----
+
+
+ # We'll loop over all known methods to create a tar archive until one works.
+! _am_tools='gnutar plaintar pax cpio none'
+
+! # The POSIX 1988 'ustar' format is defined with fixed-size fields.
+! # There is notably a 21 bits limit for the UID and the GID. In fact,
+! # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
+! # and bug#13588).
+! am_max_uid=2097151 # 2^21 - 1
+! am_max_gid=$am_max_uid
+! # The $UID and $GID variables are not portable, so we need to resort
+! # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
+! # below are definitely unexpected, so allow the users to see them
+! # (that is, avoid stderr redirection).
+! am_uid=`id -u || echo unknown`
+! am_gid=`id -g || echo unknown`
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether UID '$am_uid' is supported by ustar format" >&5
+! printf %s "checking whether UID '$am_uid' is supported by ustar format... " >&6; }
+! if test x$am_uid = xunknown; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: ancient id detected; assuming current UID is ok, but dist-ustar might not work" >&5
+! printf "%s\n" "$as_me: WARNING: ancient id detected; assuming current UID is ok, but dist-ustar might not work" >&2;}
+! elif test $am_uid -le $am_max_uid; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+! printf "%s\n" "yes" >&6; }
+! else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+! _am_tools=none
+! fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether GID '$am_gid' is supported by ustar format" >&5
+! printf %s "checking whether GID '$am_gid' is supported by ustar format... " >&6; }
+! if test x$gm_gid = xunknown; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: ancient id detected; assuming current GID is ok, but dist-ustar might not work" >&5
+! printf "%s\n" "$as_me: WARNING: ancient id detected; assuming current GID is ok, but dist-ustar might not work" >&2;}
+! elif test $am_gid -le $am_max_gid; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+! printf "%s\n" "yes" >&6; }
+! else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+! _am_tools=none
+! fi
+!
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
+! printf %s "checking how to create a ustar tar archive... " >&6; }
+!
+! # Go ahead even if we have the value already cached. We do so because we
+! # need to set the values for the 'am__tar' and 'am__untar' variables.
+! _am_tools=${am_cv_prog_tar_ustar-$_am_tools}
+!
+! for _am_tool in $_am_tools; do
+! case $_am_tool in
+! gnutar)
+! for _am_tar in tar gnutar gtar; do
+! { echo "$as_me:$LINENO: $_am_tar --version" >&5
+! ($_am_tar --version) >&5 2>&5
+! ac_status=$?
+! echo "$as_me:$LINENO: \$? = $ac_status" >&5
+! (exit $ac_status); } && break
+! done
+! am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
+! am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
+! am__untar="$_am_tar -xf -"
+! ;;
+! plaintar)
+! # Must skip GNU tar: if it does not support --format= it doesn't create
+! # ustar tarball either.
+! (tar --version) >/dev/null 2>&1 && continue
+! am__tar='tar chf - "$$tardir"'
+! am__tar_='tar chf - "$tardir"'
+! am__untar='tar xf -'
+! ;;
+! pax)
+! am__tar='pax -L -x ustar -w "$$tardir"'
+! am__tar_='pax -L -x ustar -w "$tardir"'
+! am__untar='pax -r'
+! ;;
+! cpio)
+! am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
+! am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
+! am__untar='cpio -i -H ustar -d'
+! ;;
+! none)
+! am__tar=false
+! am__tar_=false
+! am__untar=false
+! ;;
+! esac
+
++ # If the value was cached, stop now. We just wanted to have am__tar
++ # and am__untar set.
++ test -n "${am_cv_prog_tar_ustar}" && break
++
++ # tar/untar a dummy directory, and stop if the command works.
++ rm -rf conftest.dir
++ mkdir conftest.dir
++ echo GrepMe > conftest.dir/file
++ { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
++ (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
++ ac_status=$?
++ echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }
++ rm -rf conftest.dir
++ if test -s conftest.tar; then
++ { echo "$as_me:$LINENO: $am__untar &5
++ ($am__untar &5 2>&5
++ ac_status=$?
++ echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }
++ { echo "$as_me:$LINENO: cat conftest.dir/file" >&5
++ (cat conftest.dir/file) >&5 2>&5
++ ac_status=$?
++ echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }
++ grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
++ fi
++ done
++ rm -rf conftest.dir
+
++ if test ${am_cv_prog_tar_ustar+y}
++ then :
++ printf %s "(cached) " >&6
++ else case e in #(
++ e) am_cv_prog_tar_ustar=$_am_tool ;;
++ esac
++ fi
+
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
++ printf "%s\n" "$am_cv_prog_tar_ustar" >&6; }
+
+
+
+
+
+! # Variables for tags utilities; see am/tags.am
+! if test -z "$CTAGS"; then
+! CTAGS=ctags
+! fi
+!
+! if test -z "$ETAGS"; then
+! ETAGS=etags
+! fi
+!
+! if test -z "$CSCOPE"; then
+! CSCOPE=cscope
+! fi
+!
+!
+
+
+
+
+
+ ac_config_headers="$ac_config_headers config.h:config.in"
+
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
+! printf %s "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
+ # Check whether --enable-maintainer-mode was given.
+! if test ${enable_maintainer_mode+y}
+! then :
+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
+! else case e in #(
+! e) USE_MAINTAINER_MODE=no ;;
+! esac
+ fi
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
+! printf "%s\n" "$USE_MAINTAINER_MODE" >&6; }
+ if test $USE_MAINTAINER_MODE = yes; then
+ MAINTAINER_MODE_TRUE=
+ MAINTAINER_MODE_FALSE='#'
+***************
+*** 3728,3746 ****
+
+
+ # Check whether --enable-assert was given.
+! if test "${enable_assert+set}" = set; then :
+ enableval=$enable_assert; case $enableval in
+ yes|no) ;;
+ *) as_fn_error $? "bad value $enableval for --enable-assert, need yes or no" "$LINENO" 5 ;;
+ esac
+! else
+! enable_assert=no
+ fi
+
+
+ if test "$enable_assert" = "yes"; then
+
+! $as_echo "#define WANT_ASSERT 1" >>confdefs.h
+
+ want_assert_01=1
+ else
+--- 4631,4651 ----
+
+
+ # Check whether --enable-assert was given.
+! if test ${enable_assert+y}
+! then :
+ enableval=$enable_assert; case $enableval in
+ yes|no) ;;
+ *) as_fn_error $? "bad value $enableval for --enable-assert, need yes or no" "$LINENO" 5 ;;
+ esac
+! else case e in #(
+! e) enable_assert=no ;;
+! esac
+ fi
+
+
+ if test "$enable_assert" = "yes"; then
+
+! printf "%s\n" "#define WANT_ASSERT 1" >>confdefs.h
+
+ want_assert_01=1
+ else
+***************
+*** 3752,3758 ****
+
+
+ # Check whether --enable-alloca was given.
+! if test "${enable_alloca+set}" = set; then :
+ enableval=$enable_alloca; case $enableval in
+ alloca|malloc-reentrant|malloc-notreentrant) ;;
+ yes|no|reentrant|notreentrant) ;;
+--- 4657,4664 ----
+
+
+ # Check whether --enable-alloca was given.
+! if test ${enable_alloca+y}
+! then :
+ enableval=$enable_alloca; case $enableval in
+ alloca|malloc-reentrant|malloc-notreentrant) ;;
+ yes|no|reentrant|notreentrant) ;;
+***************
+*** 3761,3768 ****
+ as_fn_error $? "bad value $enableval for --enable-alloca, need one of:
+ yes no reentrant notreentrant alloca malloc-reentrant malloc-notreentrant debug" "$LINENO" 5 ;;
+ esac
+! else
+! enable_alloca=reentrant
+ fi
+
+
+--- 4667,4675 ----
+ as_fn_error $? "bad value $enableval for --enable-alloca, need one of:
+ yes no reentrant notreentrant alloca malloc-reentrant malloc-notreentrant debug" "$LINENO" 5 ;;
+ esac
+! else case e in #(
+! e) enable_alloca=reentrant ;;
+! esac
+ fi
+
+
+***************
+*** 3780,3846 ****
+ # wanted.
+ #
+ # Check whether --enable-cxx was given.
+! if test "${enable_cxx+set}" = set; then :
+ enableval=$enable_cxx; case $enableval in
+ yes|no|detect) ;;
+ *) as_fn_error $? "bad value $enableval for --enable-cxx, need yes/no/detect" "$LINENO" 5 ;;
+ esac
+! else
+! enable_cxx=no
+ fi
+
+
+
+ # Check whether --enable-assembly was given.
+! if test "${enable_assembly+set}" = set; then :
+ enableval=$enable_assembly; case $enableval in
+ yes|no) ;;
+ *) as_fn_error $? "bad value $enableval for --enable-assembly, need yes or no" "$LINENO" 5 ;;
+ esac
+! else
+! enable_assembly=yes
+ fi
+
+
+
+ # Check whether --enable-fft was given.
+! if test "${enable_fft+set}" = set; then :
+ enableval=$enable_fft; case $enableval in
+ yes|no) ;;
+ *) as_fn_error $? "bad value $enableval for --enable-fft, need yes or no" "$LINENO" 5 ;;
+ esac
+! else
+! enable_fft=yes
+ fi
+
+
+ if test "$enable_fft" = "yes"; then
+
+! $as_echo "#define WANT_FFT 1" >>confdefs.h
+
+ fi
+
+
+ # Check whether --enable-old-fft-full was given.
+! if test "${enable_old_fft_full+set}" = set; then :
+ enableval=$enable_old_fft_full; case $enableval in
+ yes|no) ;;
+ *) as_fn_error $? "bad value $enableval for --enable-old-fft-full, need yes or no" "$LINENO" 5 ;;
+ esac
+! else
+! enable_old_fft_full=no
+ fi
+
+
+ if test "$enable_old_fft_full" = "yes"; then
+
+! $as_echo "#define WANT_OLD_FFT_FULL 1" >>confdefs.h
+
+ fi
+
+
+ # Check whether --enable-nails was given.
+! if test "${enable_nails+set}" = set; then :
+ enableval=$enable_nails; case $enableval in
+ yes|no|[02468]|[0-9][02468]) ;;
+ *[13579])
+--- 4687,4762 ----
+ # wanted.
+ #
+ # Check whether --enable-cxx was given.
+! if test ${enable_cxx+y}
+! then :
+ enableval=$enable_cxx; case $enableval in
+ yes|no|detect) ;;
+ *) as_fn_error $? "bad value $enableval for --enable-cxx, need yes/no/detect" "$LINENO" 5 ;;
+ esac
+! else case e in #(
+! e) enable_cxx=no ;;
+! esac
+ fi
+
+
+
+ # Check whether --enable-assembly was given.
+! if test ${enable_assembly+y}
+! then :
+ enableval=$enable_assembly; case $enableval in
+ yes|no) ;;
+ *) as_fn_error $? "bad value $enableval for --enable-assembly, need yes or no" "$LINENO" 5 ;;
+ esac
+! else case e in #(
+! e) enable_assembly=yes ;;
+! esac
+ fi
+
+
+
+ # Check whether --enable-fft was given.
+! if test ${enable_fft+y}
+! then :
+ enableval=$enable_fft; case $enableval in
+ yes|no) ;;
+ *) as_fn_error $? "bad value $enableval for --enable-fft, need yes or no" "$LINENO" 5 ;;
+ esac
+! else case e in #(
+! e) enable_fft=yes ;;
+! esac
+ fi
+
+
+ if test "$enable_fft" = "yes"; then
+
+! printf "%s\n" "#define WANT_FFT 1" >>confdefs.h
+
+ fi
+
+
+ # Check whether --enable-old-fft-full was given.
+! if test ${enable_old_fft_full+y}
+! then :
+ enableval=$enable_old_fft_full; case $enableval in
+ yes|no) ;;
+ *) as_fn_error $? "bad value $enableval for --enable-old-fft-full, need yes or no" "$LINENO" 5 ;;
+ esac
+! else case e in #(
+! e) enable_old_fft_full=no ;;
+! esac
+ fi
+
+
+ if test "$enable_old_fft_full" = "yes"; then
+
+! printf "%s\n" "#define WANT_OLD_FFT_FULL 1" >>confdefs.h
+
+ fi
+
+
+ # Check whether --enable-nails was given.
+! if test ${enable_nails+y}
+! then :
+ enableval=$enable_nails; case $enableval in
+ yes|no|[02468]|[0-9][02468]) ;;
+ *[13579])
+***************
+*** 3848,3855 ****
+ *)
+ as_fn_error $? "bad value $enableval for --enable-nails, need yes/no/number" "$LINENO" 5 ;;
+ esac
+! else
+! enable_nails=no
+ fi
+
+
+--- 4764,4772 ----
+ *)
+ as_fn_error $? "bad value $enableval for --enable-nails, need yes/no/number" "$LINENO" 5 ;;
+ esac
+! else case e in #(
+! e) enable_nails=no ;;
+! esac
+ fi
+
+
+***************
+*** 3862,3891 ****
+
+
+ # Check whether --enable-profiling was given.
+! if test "${enable_profiling+set}" = set; then :
+ enableval=$enable_profiling; case $enableval in
+ no|prof|gprof|instrument) ;;
+ *) as_fn_error $? "bad value $enableval for --enable-profiling, need no/prof/gprof/instrument" "$LINENO" 5 ;;
+ esac
+! else
+! enable_profiling=no
+ fi
+
+
+ case $enable_profiling in
+ prof)
+
+! $as_echo "#define WANT_PROFILING_PROF 1" >>confdefs.h
+
+ ;;
+ gprof)
+
+! $as_echo "#define WANT_PROFILING_GPROF 1" >>confdefs.h
+
+ ;;
+ instrument)
+
+! $as_echo "#define WANT_PROFILING_INSTRUMENT 1" >>confdefs.h
+
+ ;;
+ esac
+--- 4779,4810 ----
+
+
+ # Check whether --enable-profiling was given.
+! if test ${enable_profiling+y}
+! then :
+ enableval=$enable_profiling; case $enableval in
+ no|prof|gprof|instrument) ;;
+ *) as_fn_error $? "bad value $enableval for --enable-profiling, need no/prof/gprof/instrument" "$LINENO" 5 ;;
+ esac
+! else case e in #(
+! e) enable_profiling=no ;;
+! esac
+ fi
+
+
+ case $enable_profiling in
+ prof)
+
+! printf "%s\n" "#define WANT_PROFILING_PROF 1" >>confdefs.h
+
+ ;;
+ gprof)
+
+! printf "%s\n" "#define WANT_PROFILING_GPROF 1" >>confdefs.h
+
+ ;;
+ instrument)
+
+! printf "%s\n" "#define WANT_PROFILING_INSTRUMENT 1" >>confdefs.h
+
+ ;;
+ esac
+***************
+*** 3904,3958 ****
+
+
+ # Check whether --with-readline was given.
+! if test "${with_readline+set}" = set; then :
+ withval=$with_readline; case $withval in
+ yes|no|detect) ;;
+ *) as_fn_error $? "bad value $withval for --with-readline, need yes/no/detect" "$LINENO" 5 ;;
+ esac
+! else
+! with_readline=detect
+ fi
+
+
+
+ # Check whether --enable-fat was given.
+! if test "${enable_fat+set}" = set; then :
+ enableval=$enable_fat; case $enableval in
+ yes|no) ;;
+ *) as_fn_error $? "bad value $enableval for --enable-fat, need yes or no" "$LINENO" 5 ;;
+ esac
+! else
+! enable_fat=no
+ fi
+
+
+
+ # Check whether --enable-minithres was given.
+! if test "${enable_minithres+set}" = set; then :
+ enableval=$enable_minithres; case $enableval in
+ yes|no) ;;
+ *) as_fn_error $? "bad value $enableval for --enable-minithres, need yes or no" "$LINENO" 5 ;;
+ esac
+! else
+! enable_minithres=no
+ fi
+
+
+
+ # Check whether --enable-fake-cpuid was given.
+! if test "${enable_fake_cpuid+set}" = set; then :
+ enableval=$enable_fake_cpuid; case $enableval in
+ yes|no) ;;
+ *) as_fn_error $? "bad value $enableval for --enable-fake-cpuid, need yes or no" "$LINENO" 5 ;;
+ esac
+! else
+! enable_fake_cpuid=no
+ fi
+
+
+ if test "$enable_fake_cpuid" = "yes"; then
+
+! $as_echo "#define WANT_FAKE_CPUID 1" >>confdefs.h
+
+ fi
+
+--- 4823,4885 ----
+
+
+ # Check whether --with-readline was given.
+! if test ${with_readline+y}
+! then :
+ withval=$with_readline; case $withval in
+ yes|no|detect) ;;
+ *) as_fn_error $? "bad value $withval for --with-readline, need yes/no/detect" "$LINENO" 5 ;;
+ esac
+! else case e in #(
+! e) with_readline=detect ;;
+! esac
+ fi
+
+
+
+ # Check whether --enable-fat was given.
+! if test ${enable_fat+y}
+! then :
+ enableval=$enable_fat; case $enableval in
+ yes|no) ;;
+ *) as_fn_error $? "bad value $enableval for --enable-fat, need yes or no" "$LINENO" 5 ;;
+ esac
+! else case e in #(
+! e) enable_fat=no ;;
+! esac
+ fi
+
+
+
+ # Check whether --enable-minithres was given.
+! if test ${enable_minithres+y}
+! then :
+ enableval=$enable_minithres; case $enableval in
+ yes|no) ;;
+ *) as_fn_error $? "bad value $enableval for --enable-minithres, need yes or no" "$LINENO" 5 ;;
+ esac
+! else case e in #(
+! e) enable_minithres=no ;;
+! esac
+ fi
+
+
+
+ # Check whether --enable-fake-cpuid was given.
+! if test ${enable_fake_cpuid+y}
+! then :
+ enableval=$enable_fake_cpuid; case $enableval in
+ yes|no) ;;
+ *) as_fn_error $? "bad value $enableval for --enable-fake-cpuid, need yes or no" "$LINENO" 5 ;;
+ esac
+! else case e in #(
+! e) enable_fake_cpuid=no ;;
+! esac
+ fi
+
+
+ if test "$enable_fake_cpuid" = "yes"; then
+
+! printf "%s\n" "#define WANT_FAKE_CPUID 1" >>confdefs.h
+
+ fi
+
+***************
+*** 3967,3975 ****
+
+
+ tmp_host=`echo $host_cpu | sed 's/\./_/'`
+! cat >>confdefs.h <<_ACEOF
+! #define HAVE_HOST_CPU_$tmp_host 1
+! _ACEOF
+
+
+ echo "define_not_for_expansion(\`HAVE_HOST_CPU_$tmp_host')" >> $gmp_tmpconfigm4p
+--- 4894,4900 ----
+
+
+ tmp_host=`echo $host_cpu | sed 's/\./_/'`
+! printf "%s\n" "#define HAVE_HOST_CPU_$tmp_host 1" >>confdefs.h
+
+
+ echo "define_not_for_expansion(\`HAVE_HOST_CPU_$tmp_host')" >> $gmp_tmpconfigm4p
+***************
+*** 4104,4110 ****
+ case $host in
+
+ alpha*-*-*)
+! $as_echo "#define HAVE_HOST_CPU_FAMILY_alpha 1" >>confdefs.h
+
+ case $host_cpu in
+ alphaev5* | alphapca5*)
+--- 5029,5035 ----
+ case $host in
+
+ alpha*-*-*)
+! printf "%s\n" "#define HAVE_HOST_CPU_FAMILY_alpha 1" >>confdefs.h
+
+ case $host_cpu in
+ alphaev5* | alphapca5*)
+***************
+*** 4615,4621 ****
+ # Motorola 68k
+ #
+ m68k-*-* | m68[0-9][0-9][0-9]-*-*)
+! $as_echo "#define HAVE_HOST_CPU_FAMILY_m68k 1" >>confdefs.h
+
+
+ echo "include_mpn(\`m68k/m68k-defs.m4')" >> $gmp_tmpconfigm4i
+--- 5540,5546 ----
+ # Motorola 68k
+ #
+ m68k-*-* | m68[0-9][0-9][0-9]-*-*)
+! printf "%s\n" "#define HAVE_HOST_CPU_FAMILY_m68k 1" >>confdefs.h
+
+
+ echo "include_mpn(\`m68k/m68k-defs.m4')" >> $gmp_tmpconfigm4i
+***************
+*** 4744,4750 ****
+ # "-arch ppc" or some such, but that's already the default.)
+ #
+ powerpc*-*-* | power[3-9]-*-* | power1[0-9]-*-*)
+! $as_echo "#define HAVE_HOST_CPU_FAMILY_powerpc 1" >>confdefs.h
+
+ HAVE_HOST_CPU_FAMILY_powerpc=1
+ abilist="32"
+--- 5669,5675 ----
+ # "-arch ppc" or some such, but that's already the default.)
+ #
+ powerpc*-*-* | power[3-9]-*-* | power1[0-9]-*-*)
+! printf "%s\n" "#define HAVE_HOST_CPU_FAMILY_powerpc 1" >>confdefs.h
+
+ HAVE_HOST_CPU_FAMILY_powerpc=1
+ abilist="32"
+***************
+*** 4976,4982 ****
+
+ # POWER 32-bit
+ power-*-* | power[12]-*-* | power2sc-*-*)
+! $as_echo "#define HAVE_HOST_CPU_FAMILY_power 1" >>confdefs.h
+
+ HAVE_HOST_CPU_FAMILY_power=1
+ cclist="gcc"
+--- 5901,5907 ----
+
+ # POWER 32-bit
+ power-*-* | power[12]-*-* | power2sc-*-*)
+! printf "%s\n" "#define HAVE_HOST_CPU_FAMILY_power 1" >>confdefs.h
+
+ HAVE_HOST_CPU_FAMILY_power=1
+ cclist="gcc"
+***************
+*** 5081,5091 ****
+ esac
+
+ if test x"$cpu" != x ; then
+! cat >>confdefs.h <<_ACEOF
+! #define HAVE_HOST_CPU_s390_$cpu 1
+! _ACEOF
+
+! $as_echo "#define HAVE_HOST_CPU_s390_zarch 1" >>confdefs.h
+
+ path="s390_32/esame s390_32"
+ fi
+--- 6006,6014 ----
+ esac
+
+ if test x"$cpu" != x ; then
+! printf "%s\n" "#define HAVE_HOST_CPU_s390_$cpu 1" >>confdefs.h
+
+! printf "%s\n" "#define HAVE_HOST_CPU_s390_zarch 1" >>confdefs.h
+
+ path="s390_32/esame s390_32"
+ fi
+***************
+*** 5732,5738 ****
+ limb_64=longlong
+ CALLING_CONVENTIONS_OBJS_64=""
+
+! $as_echo "#define HOST_DOS64 1" >>confdefs.h
+
+ GMP_NONSTD_ABI_64=DOS64
+ ;;
+--- 6655,6661 ----
+ limb_64=longlong
+ CALLING_CONVENTIONS_OBJS_64=""
+
+! printf "%s\n" "#define HOST_DOS64 1" >>confdefs.h
+
+ GMP_NONSTD_ABI_64=DOS64
+ ;;
+***************
+*** 5745,5752 ****
+ # Special CPU "none" used to select generic C, now this is obsolete.
+ none-*-*)
+ enable_assembly=no
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: the \"none\" host is obsolete, use --disable-assembly" >&5
+! $as_echo "$as_me: WARNING: the \"none\" host is obsolete, use --disable-assembly" >&2;}
+ ;;
+
+ esac
+--- 6668,6675 ----
+ # Special CPU "none" used to select generic C, now this is obsolete.
+ none-*-*)
+ enable_assembly=no
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: the \"none\" host is obsolete, use --disable-assembly" >&5
+! printf "%s\n" "$as_me: WARNING: the \"none\" host is obsolete, use --disable-assembly" >&2;}
+ ;;
+
+ esac
+***************
+*** 5889,5901 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ rm -f conftest*
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $cc is gcc" >&5
+! $as_echo_n "checking whether $cc is gcc... " >&6; }
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+! $as_echo "yes" >&6; }
+ ccbase=gcc
+ else
+ rm -f conftest*
+--- 6812,6824 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ rm -f conftest*
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $cc is gcc" >&5
+! printf %s "checking whether $cc is gcc... " >&6; }
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+! printf "%s\n" "yes" >&6; }
+ ccbase=gcc
+ else
+ rm -f conftest*
+***************
+*** 5911,5922 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_command\""; } >&5
+ (eval $gmp_command) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $cc is xlc" >&5
+! $as_echo_n "checking whether $cc is xlc... " >&6; }
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+! $as_echo "yes" >&6; }
+ ccbase=xlc
+ else
+ :
+--- 6834,6845 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_command\""; } >&5
+ (eval $gmp_command) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $cc is xlc" >&5
+! printf %s "checking whether $cc is xlc... " >&6; }
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+! printf "%s\n" "yes" >&6; }
+ ccbase=xlc
+ else
+ :
+***************
+*** 5965,5972 ****
+ instrument) cflags="$cflags -finstrument-functions" ;;
+ esac
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler $cc $cflags $cppflags" >&5
+! $as_echo_n "checking compiler $cc $cflags $cppflags... " >&6; }
+ gmp_prog_cc_works=yes
+
+ # first see a simple "main()" works, then go on to other checks
+--- 6888,6895 ----
+ instrument) cflags="$cflags -finstrument-functions" ;;
+ esac
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking compiler $cc $cflags $cppflags" >&5
+! printf %s "checking compiler $cc $cflags $cppflags... " >&6; }
+ gmp_prog_cc_works=yes
+
+ # first see a simple "main()" works, then go on to other checks
+***************
+*** 5982,5988 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 6905,6911 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 5990,5996 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 6913,6919 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 6036,6042 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 6959,6965 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 6044,6050 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 6967,6973 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 6092,6098 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 7015,7021 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 6100,6106 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 7023,7029 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 6149,6155 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 7072,7078 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 6157,6163 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 7080,7086 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 6204,6210 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 7127,7133 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 6212,6218 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 7135,7141 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 6260,6266 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 7183,7189 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 6268,6274 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 7191,7197 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 6345,6351 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 7268,7274 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 6353,6359 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 7276,7282 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 6396,6402 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 7319,7325 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 6404,6410 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 7327,7333 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 6442,6448 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 7365,7371 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 6450,6456 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 7373,7379 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 6520,6526 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 7443,7449 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 6528,6534 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 7451,7457 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 6585,6591 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 7508,7514 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 6593,6599 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 7516,7522 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 6646,6652 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 7569,7575 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 6654,6660 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 7577,7583 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 6707,6713 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 7630,7636 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 6715,6721 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 7638,7644 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 6806,6812 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 7729,7735 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 6814,6820 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 7737,7743 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 6915,6921 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 7838,7844 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 6923,6929 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 7846,7852 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 6974,6980 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ if grep "addl.*_GLOBAL_OFFSET_TABLE_.*eax" conftest.s >/dev/null; then
+ tmp_got_emitted=yes
+--- 7897,7903 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ if grep "addl.*_GLOBAL_OFFSET_TABLE_.*eax" conftest.s >/dev/null; then
+ tmp_got_emitted=yes
+***************
+*** 7048,7054 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ tmp_got_good=`od -b conftest.o | $AWK -f conftest.awk`
+ fi
+--- 7971,7977 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ tmp_got_good=`od -b conftest.o | $AWK -f conftest.awk`
+ fi
+***************
+*** 7069,7076 ****
+ esac
+ fi
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gmp_prog_cc_works" >&5
+! $as_echo "$gmp_prog_cc_works" >&6; }
+ case $gmp_prog_cc_works in
+ yes)
+
+--- 7992,7999 ----
+ esac
+ fi
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gmp_prog_cc_works" >&5
+! printf "%s\n" "$gmp_prog_cc_works" >&6; }
+ case $gmp_prog_cc_works in
+ yes)
+
+***************
+*** 7086,7093 ****
+ eval limb_chosen=\"\$limb$abi1\"
+ test -n "$limb_chosen" || eval limb_chosen=\"\$limb$abi2\"
+ if test "$limb_chosen" = longlong; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler $cc $cflags $cppflags has long long" >&5
+! $as_echo_n "checking compiler $cc $cflags $cppflags has long long... " >&6; }
+ cat >conftest.c <&5
+! printf %s "checking compiler $cc $cflags $cppflags has long long... " >&6; }
+ cat >conftest.c <&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ gmp_prog_cc_works=yes
+ else
+--- 8021,8027 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ gmp_prog_cc_works=yes
+ else
+***************
+*** 7106,7113 ****
+ cat conftest.c >&5
+ fi
+ rm -f conftest* a.out b.out a.exe a_out.exe
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gmp_prog_cc_works" >&5
+! $as_echo "$gmp_prog_cc_works" >&6; }
+ if test $gmp_prog_cc_works = yes; then
+ :
+ else
+--- 8029,8036 ----
+ cat conftest.c >&5
+ fi
+ rm -f conftest* a.out b.out a.exe a_out.exe
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gmp_prog_cc_works" >&5
+! printf "%s\n" "$gmp_prog_cc_works" >&6; }
+ if test $gmp_prog_cc_works = yes; then
+ :
+ else
+***************
+*** 7125,7132 ****
+ testlist_pass=yes
+ for tst in $testlist; do
+ case $tst in
+! hpc-hppa-2-0) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether HP compiler $cc is good for 64-bits" >&5
+! $as_echo_n "checking whether HP compiler $cc is good for 64-bits... " >&6; }
+ # Bad compiler output:
+ # ccom: HP92453-01 G.10.32.05 HP C Compiler
+ # Good compiler output:
+--- 8048,8055 ----
+ testlist_pass=yes
+ for tst in $testlist; do
+ case $tst in
+! hpc-hppa-2-0) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether HP compiler $cc is good for 64-bits" >&5
+! printf %s "checking whether HP compiler $cc is good for 64-bits... " >&6; }
+ # Bad compiler output:
+ # ccom: HP92453-01 G.10.32.05 HP C Compiler
+ # Good compiler output:
+***************
+*** 7169,7184 ****
+
+ gmp_hpc_64bit=$gmp_compare_ge
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gmp_hpc_64bit" >&5
+! $as_echo "$gmp_hpc_64bit" >&6; }
+ if test $gmp_hpc_64bit = yes; then
+ :
+ else
+ testlist_pass=no
+ fi
+ ;;
+! gcc-arm-umodsi) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ARM gcc unsigned division works" >&5
+! $as_echo_n "checking whether ARM gcc unsigned division works... " >&6; }
+ tmp_version=`$cc --version`
+ echo "$tmp_version" >&5
+ case $tmp_version in
+--- 8092,8107 ----
+
+ gmp_hpc_64bit=$gmp_compare_ge
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gmp_hpc_64bit" >&5
+! printf "%s\n" "$gmp_hpc_64bit" >&6; }
+ if test $gmp_hpc_64bit = yes; then
+ :
+ else
+ testlist_pass=no
+ fi
+ ;;
+! gcc-arm-umodsi) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ARM gcc unsigned division works" >&5
+! printf %s "checking whether ARM gcc unsigned division works... " >&6; }
+ tmp_version=`$cc --version`
+ echo "$tmp_version" >&5
+ case $tmp_version in
+***************
+*** 7189,7199 ****
+ :
+ gmp_gcc_arm_umodsi_result=yes ;;
+ esac
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gmp_gcc_arm_umodsi_result" >&5
+! $as_echo "$gmp_gcc_arm_umodsi_result" >&6; }
+ ;;
+! gcc-mips-o32) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc supports o32" >&5
+! $as_echo_n "checking whether gcc supports o32... " >&6; }
+ echo 'int x;' >conftest.c
+ echo "$cc -mabi=32 -c conftest.c" >&5
+ if $cc -mabi=32 -c conftest.c >conftest.out 2>&1; then
+--- 8112,8122 ----
+ :
+ gmp_gcc_arm_umodsi_result=yes ;;
+ esac
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gmp_gcc_arm_umodsi_result" >&5
+! printf "%s\n" "$gmp_gcc_arm_umodsi_result" >&6; }
+ ;;
+! gcc-mips-o32) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether gcc supports o32" >&5
+! printf %s "checking whether gcc supports o32... " >&6; }
+ echo 'int x;' >conftest.c
+ echo "$cc -mabi=32 -c conftest.c" >&5
+ if $cc -mabi=32 -c conftest.c >conftest.out 2>&1; then
+***************
+*** 7207,7222 ****
+ fi
+ fi
+ rm -f conftest.*
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
+! $as_echo "$result" >&6; }
+ if test $result = yes; then
+ :
+ else
+ testlist_pass=no
+ fi
+ ;;
+! hppa-level-2.0) { $as_echo "$as_me:${as_lineno-$LINENO}: checking $cc $cflags assembler knows hppa 2.0" >&5
+! $as_echo_n "checking $cc $cflags assembler knows hppa 2.0... " >&6; }
+ result=no
+ cat >conftest.s <&5
+! printf "%s\n" "$result" >&6; }
+ if test $result = yes; then
+ :
+ else
+ testlist_pass=no
+ fi
+ ;;
+! hppa-level-2.0) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking $cc $cflags assembler knows hppa 2.0" >&5
+! printf %s "checking $cc $cflags assembler knows hppa 2.0... " >&6; }
+ result=no
+ cat >conftest.s <&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ result=yes
+ else
+--- 8148,8154 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ result=yes
+ else
+***************
+*** 7233,7240 ****
+ cat conftest.s >&5
+ fi
+ rm -f conftest*
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
+! $as_echo "$result" >&6; }
+ if test "$result" = yes; then
+ :
+ else
+--- 8156,8163 ----
+ cat conftest.s >&5
+ fi
+ rm -f conftest*
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $result" >&5
+! printf "%s\n" "$result" >&6; }
+ if test "$result" = yes; then
+ :
+ else
+***************
+*** 7244,7251 ****
+ sizeof*) echo "configure: testlist $tst" >&5
+ gmp_sizeof_type=`echo "$tst" | sed 's/sizeof-\([a-z\*]*\).*/\1/'`
+ gmp_sizeof_want=`echo "$tst" | sed 's/sizeof-[a-z\*]*-\([0-9]*\).*/\1/'`
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler $cc $cflags has sizeof($gmp_sizeof_type)==$gmp_sizeof_want" >&5
+! $as_echo_n "checking compiler $cc $cflags has sizeof($gmp_sizeof_type)==$gmp_sizeof_want... " >&6; }
+ cat >conftest.c <&5
+ gmp_sizeof_type=`echo "$tst" | sed 's/sizeof-\([a-z\*]*\).*/\1/'`
+ gmp_sizeof_want=`echo "$tst" | sed 's/sizeof-[a-z\*]*-\([0-9]*\).*/\1/'`
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking compiler $cc $cflags has sizeof($gmp_sizeof_type)==$gmp_sizeof_want" >&5
+! printf %s "checking compiler $cc $cflags has sizeof($gmp_sizeof_type)==$gmp_sizeof_want... " >&6; }
+ cat >conftest.c <&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ gmp_c_testlist_sizeof=yes
+ fi
+ rm -f conftest*
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gmp_c_testlist_sizeof" >&5
+! $as_echo "$gmp_c_testlist_sizeof" >&6; }
+ if test $gmp_c_testlist_sizeof = yes; then
+ :
+ else
+--- 8183,8195 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ gmp_c_testlist_sizeof=yes
+ fi
+ rm -f conftest*
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gmp_c_testlist_sizeof" >&5
+! printf "%s\n" "$gmp_c_testlist_sizeof" >&6; }
+ if test $gmp_c_testlist_sizeof = yes; then
+ :
+ else
+***************
+*** 7392,7417 ****
+ # pentium4 case.
+ #
+ if test "$abi" = 32; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc is good for sse2" >&5
+! $as_echo_n "checking whether gcc is good for sse2... " >&6; }
+ case `$cc $cflags $cppflags -dumpversion` in
+ 3.[012] | 3.[012].*) result=no ;;
+ *) result=yes ;;
+ esac
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
+! $as_echo "$result" >&6; }
+ if test "$result" = yes; then
+ :
+ else
+ continue
+ fi
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the operating system supports XMM registers" >&5
+! $as_echo_n "checking whether the operating system supports XMM registers... " >&6; }
+! if ${gmp_cv_os_x86_xmm+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test "$build" = "$host"; then
+ # remove anything that might look like compiler output to our "||" expression
+ rm -f conftest* a.out b.out a.exe a_out.exe
+ cat >conftest.s <&5
+! printf %s "checking whether gcc is good for sse2... " >&6; }
+ case `$cc $cflags $cppflags -dumpversion` in
+ 3.[012] | 3.[012].*) result=no ;;
+ *) result=yes ;;
+ esac
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $result" >&5
+! printf "%s\n" "$result" >&6; }
+ if test "$result" = yes; then
+ :
+ else
+ continue
+ fi
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the operating system supports XMM registers" >&5
+! printf %s "checking whether the operating system supports XMM registers... " >&6; }
+! if test ${gmp_cv_os_x86_xmm+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test "$build" = "$host"; then
+ # remove anything that might look like compiler output to our "||" expression
+ rm -f conftest* a.out b.out a.exe a_out.exe
+ cat >conftest.s <&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ if { ac_try='./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest'
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then
+ gmp_cv_os_x86_xmm=yes
+ else
+ gmp_cv_os_x86_xmm=no
+ fi
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Oops, cannot compile test program" >&5
+! $as_echo "$as_me: WARNING: Oops, cannot compile test program" >&2;}
+ fi
+ rm -f conftest*
+ fi
+--- 8352,8372 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ if { ac_try='./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest'
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then
+ gmp_cv_os_x86_xmm=yes
+ else
+ gmp_cv_os_x86_xmm=no
+ fi
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Oops, cannot compile test program" >&5
+! printf "%s\n" "$as_me: WARNING: Oops, cannot compile test program" >&2;}
+ fi
+ rm -f conftest*
+ fi
+***************
+*** 7457,7472 ****
+ gmp_cv_os_x86_xmm=probably ;;
+ esac
+ fi
+!
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gmp_cv_os_x86_xmm" >&5
+! $as_echo "$gmp_cv_os_x86_xmm" >&6; }
+
+ if test "$gmp_cv_os_x86_xmm" = probably; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Not certain of OS support for xmm when cross compiling." >&5
+! $as_echo "$as_me: WARNING: Not certain of OS support for xmm when cross compiling." >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Will assume it's ok, expect a SIGILL if this is wrong." >&5
+! $as_echo "$as_me: WARNING: Will assume it's ok, expect a SIGILL if this is wrong." >&2;}
+ fi
+
+ case $gmp_cv_os_x86_xmm in
+--- 8381,8397 ----
+ gmp_cv_os_x86_xmm=probably ;;
+ esac
+ fi
+! ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gmp_cv_os_x86_xmm" >&5
+! printf "%s\n" "$gmp_cv_os_x86_xmm" >&6; }
+
+ if test "$gmp_cv_os_x86_xmm" = probably; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Not certain of OS support for xmm when cross compiling." >&5
+! printf "%s\n" "$as_me: WARNING: Not certain of OS support for xmm when cross compiling." >&2;}
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Will assume it's ok, expect a SIGILL if this is wrong." >&5
+! printf "%s\n" "$as_me: WARNING: Will assume it's ok, expect a SIGILL if this is wrong." >&2;}
+ fi
+
+ case $gmp_cv_os_x86_xmm in
+***************
+*** 7483,7490 ****
+ -no-cpp-precomp)
+ # special check, avoiding a warning
+ if test "$ccbase" = gcc; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler $cc $cflags -no-cpp-precomp" >&5
+! $as_echo_n "checking compiler $cc $cflags -no-cpp-precomp... " >&6; }
+ result=no
+ cat >conftest.c <&5
+! printf %s "checking compiler $cc $cflags -no-cpp-precomp... " >&6; }
+ result=no
+ cat >conftest.c <&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ if grep "unrecognized option.*-no-cpp-precomp" conftest.out >/dev/null; then : ;
+ else
+--- 8418,8424 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ if grep "unrecognized option.*-no-cpp-precomp" conftest.out >/dev/null; then : ;
+ else
+***************
+*** 7502,7509 ****
+ fi
+ cat conftest.out >&5
+ rm -f conftest* a.out b.out a.exe a_out.exe
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
+! $as_echo "$result" >&6; }
+ if test "$result" = yes; then
+ cflags="$cflags $flag"
+ break
+--- 8427,8434 ----
+ fi
+ cat conftest.out >&5
+ rm -f conftest* a.out b.out a.exe a_out.exe
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $result" >&5
+! printf "%s\n" "$result" >&6; }
+ if test "$result" = yes; then
+ cflags="$cflags $flag"
+ break
+***************
+*** 7516,7523 ****
+ -Wa,-m*)
+ case $host in
+ alpha*-*-*)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler $cc $cflags $flag" >&5
+! $as_echo_n "checking assembler $cc $cflags $flag... " >&6; }
+ result=no
+ cat >conftest.c <&5
+! printf %s "checking assembler $cc $cflags $flag... " >&6; }
+ result=no
+ cat >conftest.c <&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ if grep "Unknown CPU identifier" conftest.out >/dev/null; then : ;
+ else
+--- 8451,8457 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ if grep "Unknown CPU identifier" conftest.out >/dev/null; then : ;
+ else
+***************
+*** 7535,7542 ****
+ fi
+ cat conftest.out >&5
+ rm -f conftest*
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
+! $as_echo "$result" >&6; }
+ if test "$result" = yes; then
+ :
+ else
+--- 8460,8467 ----
+ fi
+ cat conftest.out >&5
+ rm -f conftest*
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $result" >&5
+! printf "%s\n" "$result" >&6; }
+ if test "$result" = yes; then
+ :
+ else
+***************
+*** 7547,7554 ****
+ esac
+ ;;
+ -Wa,-oldas)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $cc $cflags $cppflags -Wa,-oldas" >&5
+! $as_echo_n "checking for $cc $cflags $cppflags -Wa,-oldas... " >&6; }
+ result=no
+ cat >conftest.c <&5
+! printf %s "checking for $cc $cflags $cppflags -Wa,-oldas... " >&6; }
+ result=no
+ cat >conftest.c <&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then : ;
+ else
+ # empty fails
+--- 8482,8488 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then : ;
+ else
+ # empty fails
+***************
+*** 7565,7579 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ # but with -Wa,-oldas it works
+ result=yes
+ fi
+ fi
+ rm -f conftest*
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
+! $as_echo "$result" >&6; }
+ if test "$result" = yes; then
+ cflags="$cflags $flag"
+ break
+--- 8490,8504 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ # but with -Wa,-oldas it works
+ result=yes
+ fi
+ fi
+ rm -f conftest*
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $result" >&5
+! printf "%s\n" "$result" >&6; }
+ if test "$result" = yes; then
+ cflags="$cflags $flag"
+ break
+***************
+*** 7584,7591 ****
+ ;;
+ esac
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler $cc $cflags $cppflags $flag" >&5
+! $as_echo_n "checking compiler $cc $cflags $cppflags $flag... " >&6; }
+ gmp_prog_cc_works=yes
+
+ # first see a simple "main()" works, then go on to other checks
+--- 8509,8516 ----
+ ;;
+ esac
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking compiler $cc $cflags $cppflags $flag" >&5
+! printf %s "checking compiler $cc $cflags $cppflags $flag... " >&6; }
+ gmp_prog_cc_works=yes
+
+ # first see a simple "main()" works, then go on to other checks
+***************
+*** 7601,7607 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 8526,8532 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 7609,7615 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 8534,8540 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 7655,7661 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 8580,8586 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 7663,7669 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 8588,8594 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 7711,7717 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 8636,8642 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 7719,7725 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 8644,8650 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 7768,7774 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 8693,8699 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 7776,7782 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 8701,8707 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 7823,7829 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 8748,8754 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 7831,7837 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 8756,8762 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 7879,7885 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 8804,8810 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 7887,7893 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 8812,8818 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 7964,7970 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 8889,8895 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 7972,7978 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 8897,8903 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 8015,8021 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 8940,8946 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 8023,8029 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 8948,8954 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 8061,8067 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 8986,8992 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 8069,8075 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 8994,9000 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 8139,8145 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 9064,9070 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 8147,8153 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 9072,9078 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 8204,8210 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 9129,9135 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 8212,8218 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 9137,9143 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 8265,8271 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 9190,9196 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 8273,8279 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 9198,9204 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 8326,8332 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 9251,9257 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 8334,8340 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 9259,9265 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 8425,8431 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 9350,9356 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 8433,8439 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 9358,9364 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 8534,8540 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+--- 9459,9465 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cc_works_part=yes
+ if test "$cross_compiling" = no; then
+***************
+*** 8542,8548 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+--- 9467,9473 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ cc_works_part=norun
+***************
+*** 8593,8599 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ if grep "addl.*_GLOBAL_OFFSET_TABLE_.*eax" conftest.s >/dev/null; then
+ tmp_got_emitted=yes
+--- 9518,9524 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ if grep "addl.*_GLOBAL_OFFSET_TABLE_.*eax" conftest.s >/dev/null; then
+ tmp_got_emitted=yes
+***************
+*** 8667,8673 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ tmp_got_good=`od -b conftest.o | $AWK -f conftest.awk`
+ fi
+--- 9592,9598 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ tmp_got_good=`od -b conftest.o | $AWK -f conftest.awk`
+ fi
+***************
+*** 8688,8695 ****
+ esac
+ fi
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gmp_prog_cc_works" >&5
+! $as_echo "$gmp_prog_cc_works" >&6; }
+ case $gmp_prog_cc_works in
+ yes)
+ cflags="$cflags $flag"
+--- 9613,9620 ----
+ esac
+ fi
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gmp_prog_cc_works" >&5
+! printf "%s\n" "$gmp_prog_cc_works" >&6; }
+ case $gmp_prog_cc_works in
+ yes)
+ cflags="$cflags $flag"
+***************
+*** 8744,8752 ****
+
+ if test -n "$SPEED_CYCLECOUNTER_OBJ"; then
+
+! cat >>confdefs.h <<_ACEOF
+! #define HAVE_SPEED_CYCLECOUNTER $cyclecounter_size
+! _ACEOF
+
+ fi
+
+--- 9669,9675 ----
+
+ if test -n "$SPEED_CYCLECOUNTER_OBJ"; then
+
+! printf "%s\n" "#define HAVE_SPEED_CYCLECOUNTER $cyclecounter_size" >>confdefs.h
+
+ fi
+
+***************
+*** 8764,8770 ****
+
+ if test -n "$CALLING_CONVENTIONS_OBJS"; then
+
+! $as_echo "#define HAVE_CALLING_CONVENTIONS 1" >>confdefs.h
+
+ fi
+
+--- 9687,9693 ----
+
+ if test -n "$CALLING_CONVENTIONS_OBJS"; then
+
+! printf "%s\n" "#define HAVE_CALLING_CONVENTIONS 1" >>confdefs.h
+
+ fi
+
+***************
+*** 8801,8838 ****
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}gcc; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_CC+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$CC"; then
+ ac_cv_prog_CC="$CC" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_CC="${ac_tool_prefix}gcc"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ CC=$ac_cv_prog_CC
+ if test -n "$CC"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+! $as_echo "$CC" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 9733,9776 ----
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}gcc; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_CC+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$CC"; then
+ ac_cv_prog_CC="$CC" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_CC="${ac_tool_prefix}gcc"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ CC=$ac_cv_prog_CC
+ if test -n "$CC"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+! printf "%s\n" "$CC" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 8841,8878 ****
+ ac_ct_CC=$CC
+ # Extract the first word of "gcc", so it can be a program name with args.
+ set dummy gcc; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_ac_ct_CC+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$ac_ct_CC"; then
+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_CC="gcc"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ ac_ct_CC=$ac_cv_prog_ac_ct_CC
+ if test -n "$ac_ct_CC"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
+! $as_echo "$ac_ct_CC" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+ if test "x$ac_ct_CC" = x; then
+--- 9779,9822 ----
+ ac_ct_CC=$CC
+ # Extract the first word of "gcc", so it can be a program name with args.
+ set dummy gcc; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_ac_ct_CC+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$ac_ct_CC"; then
+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_CC="gcc"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ ac_ct_CC=$ac_cv_prog_ac_ct_CC
+ if test -n "$ac_ct_CC"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
+! printf "%s\n" "$ac_ct_CC" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+ if test "x$ac_ct_CC" = x; then
+***************
+*** 8880,8887 ****
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ CC=$ac_ct_CC
+--- 9824,9831 ----
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ CC=$ac_ct_CC
+***************
+*** 8894,8931 ****
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}cc; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_CC+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$CC"; then
+ ac_cv_prog_CC="$CC" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_CC="${ac_tool_prefix}cc"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ CC=$ac_cv_prog_CC
+ if test -n "$CC"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+! $as_echo "$CC" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 9838,9881 ----
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}cc; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_CC+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$CC"; then
+ ac_cv_prog_CC="$CC" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_CC="${ac_tool_prefix}cc"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ CC=$ac_cv_prog_CC
+ if test -n "$CC"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+! printf "%s\n" "$CC" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 8934,8945 ****
+ if test -z "$CC"; then
+ # Extract the first word of "cc", so it can be a program name with args.
+ set dummy cc; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_CC+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$CC"; then
+ ac_cv_prog_CC="$CC" # Let the user override the test.
+ else
+ ac_prog_rejected=no
+--- 9884,9896 ----
+ if test -z "$CC"; then
+ # Extract the first word of "cc", so it can be a program name with args.
+ set dummy cc; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_CC+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$CC"; then
+ ac_cv_prog_CC="$CC" # Let the user override the test.
+ else
+ ac_prog_rejected=no
+***************
+*** 8947,8961 ****
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+! if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
+ ac_prog_rejected=yes
+ continue
+ fi
+ ac_cv_prog_CC="cc"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+--- 9898,9916 ----
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+! if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
+ ac_prog_rejected=yes
+ continue
+ fi
+ ac_cv_prog_CC="cc"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+***************
+*** 8971,8988 ****
+ # However, it has the same basename, so the bogon will be chosen
+ # first if we set CC to just the basename; use the full file name.
+ shift
+! ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
+ fi
+ fi
+! fi
+ fi
+ CC=$ac_cv_prog_CC
+ if test -n "$CC"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+! $as_echo "$CC" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 9926,9944 ----
+ # However, it has the same basename, so the bogon will be chosen
+ # first if we set CC to just the basename; use the full file name.
+ shift
+! ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@"
+ fi
+ fi
+! fi ;;
+! esac
+ fi
+ CC=$ac_cv_prog_CC
+ if test -n "$CC"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+! printf "%s\n" "$CC" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 8993,9030 ****
+ do
+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+ set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_CC+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$CC"; then
+ ac_cv_prog_CC="$CC" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ CC=$ac_cv_prog_CC
+ if test -n "$CC"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+! $as_echo "$CC" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 9949,9992 ----
+ do
+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+ set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_CC+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$CC"; then
+ ac_cv_prog_CC="$CC" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ CC=$ac_cv_prog_CC
+ if test -n "$CC"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+! printf "%s\n" "$CC" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 9037,9074 ****
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_ac_ct_CC+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$ac_ct_CC"; then
+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_CC="$ac_prog"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ ac_ct_CC=$ac_cv_prog_ac_ct_CC
+ if test -n "$ac_ct_CC"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
+! $as_echo "$ac_ct_CC" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 9999,10042 ----
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_ac_ct_CC+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$ac_ct_CC"; then
+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_CC="$ac_prog"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ ac_ct_CC=$ac_cv_prog_ac_ct_CC
+ if test -n "$ac_ct_CC"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
+! printf "%s\n" "$ac_ct_CC" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 9080,9113 ****
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ CC=$ac_ct_CC
+ fi
+ fi
+
+ fi
+
+
+! test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+! $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+ as_fn_error $? "no acceptable C compiler found in \$PATH
+! See \`config.log' for more details" "$LINENO" 5; }
+
+ # Provide some information about the compiler.
+! $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
+ set X $ac_compile
+ ac_compiler=$2
+! for ac_option in --version -v -V -qversion; do
+ { { ac_try="$ac_compiler $ac_option >&5"
+ case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+ esac
+ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+! $as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_compiler $ac_option >&5") 2>conftest.err
+ ac_status=$?
+ if test -s conftest.err; then
+--- 10048,10187 ----
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+! ac_tool_warned=yes ;;
+! esac
+! CC=$ac_ct_CC
+! fi
+! fi
+!
+! fi
+! if test -z "$CC"; then
+! if test -n "$ac_tool_prefix"; then
+! # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args.
+! set dummy ${ac_tool_prefix}clang; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_CC+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$CC"; then
+! ac_cv_prog_CC="$CC" # Let the user override the test.
+! else
+! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+! for as_dir in $PATH
+! do
+! IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+! for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+! ac_cv_prog_CC="${ac_tool_prefix}clang"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+! break 2
+! fi
+! done
+! done
+! IFS=$as_save_IFS
+!
+! fi ;;
+! esac
+! fi
+! CC=$ac_cv_prog_CC
+! if test -n "$CC"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+! printf "%s\n" "$CC" >&6; }
+! else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+! fi
+!
+!
+! fi
+! if test -z "$ac_cv_prog_CC"; then
+! ac_ct_CC=$CC
+! # Extract the first word of "clang", so it can be a program name with args.
+! set dummy clang; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_ac_ct_CC+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$ac_ct_CC"; then
+! ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+! else
+! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+! for as_dir in $PATH
+! do
+! IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+! for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+! ac_cv_prog_ac_ct_CC="clang"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+! break 2
+! fi
+! done
+! done
+! IFS=$as_save_IFS
+!
+! fi ;;
+! esac
+! fi
+! ac_ct_CC=$ac_cv_prog_ac_ct_CC
+! if test -n "$ac_ct_CC"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
+! printf "%s\n" "$ac_ct_CC" >&6; }
+! else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+! fi
+!
+! if test "x$ac_ct_CC" = x; then
+! CC=""
+! else
+! case $cross_compiling:$ac_tool_warned in
+! yes:)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ CC=$ac_ct_CC
+ fi
++ else
++ CC="$ac_cv_prog_CC"
+ fi
+
+ fi
+
+
+! test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
+! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
+ as_fn_error $? "no acceptable C compiler found in \$PATH
+! See 'config.log' for more details" "$LINENO" 5; }
+
+ # Provide some information about the compiler.
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
+ set X $ac_compile
+ ac_compiler=$2
+! for ac_option in --version -v -V -qversion -version; do
+ { { ac_try="$ac_compiler $ac_option >&5"
+ case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+ esac
+ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+! printf "%s\n" "$ac_try_echo"; } >&5
+ (eval "$ac_compiler $ac_option >&5") 2>conftest.err
+ ac_status=$?
+ if test -s conftest.err; then
+***************
+*** 9117,9123 ****
+ cat conftest.er1 >&5
+ fi
+ rm -f conftest.er1 conftest.err
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }
+ done
+
+--- 10191,10197 ----
+ cat conftest.er1 >&5
+ fi
+ rm -f conftest.er1 conftest.err
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }
+ done
+
+***************
+*** 9125,9131 ****
+ /* end confdefs.h. */
+
+ int
+! main ()
+ {
+
+ ;
+--- 10199,10205 ----
+ /* end confdefs.h. */
+
+ int
+! main (void)
+ {
+
+ ;
+***************
+*** 9137,9145 ****
+ # Try to create an executable without -o first, disregard a.out.
+ # It will help us diagnose broken compilers, and finding out an intuition
+ # of exeext.
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
+! $as_echo_n "checking whether the C compiler works... " >&6; }
+! ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
+
+ # The possible output files:
+ ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
+--- 10211,10219 ----
+ # Try to create an executable without -o first, disregard a.out.
+ # It will help us diagnose broken compilers, and finding out an intuition
+ # of exeext.
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
+! printf %s "checking whether the C compiler works... " >&6; }
+! ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
+
+ # The possible output files:
+ ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
+***************
+*** 9160,9172 ****
+ *) ac_try_echo=$ac_try;;
+ esac
+ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+! $as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_link_default") 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+! test $ac_status = 0; }; then :
+! # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
+! # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
+ # in a Makefile. We should not override ac_cv_exeext if it was cached,
+ # so that the user can short-circuit this test for compilers unknown to
+ # Autoconf.
+--- 10234,10247 ----
+ *) ac_try_echo=$ac_try;;
+ esac
+ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+! printf "%s\n" "$ac_try_echo"; } >&5
+ (eval "$ac_link_default") 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+! test $ac_status = 0; }
+! then :
+! # Autoconf-2.13 could set the ac_cv_exeext variable to 'no'.
+! # So ignore a value of 'no', otherwise this would lead to 'EXEEXT = no'
+ # in a Makefile. We should not override ac_cv_exeext if it was cached,
+ # so that the user can short-circuit this test for compilers unknown to
+ # Autoconf.
+***************
+*** 9181,9192 ****
+ # certainly right.
+ break;;
+ *.* )
+! if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
+ then :; else
+ ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+ fi
+ # We set ac_cv_exeext here because the later test for it is not
+! # safe: cross compilers may not add the suffix if given an `-o'
+ # argument, so we may need to know it at that point already.
+ # Even if this section looks crufty: it has the advantage of
+ # actually working.
+--- 10256,10267 ----
+ # certainly right.
+ break;;
+ *.* )
+! if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no;
+ then :; else
+ ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+ fi
+ # We set ac_cv_exeext here because the later test for it is not
+! # safe: cross compilers may not add the suffix if given an '-o'
+ # argument, so we may need to know it at that point already.
+ # Even if this section looks crufty: it has the advantage of
+ # actually working.
+***************
+*** 9197,9244 ****
+ done
+ test "$ac_cv_exeext" = no && ac_cv_exeext=
+
+! else
+! ac_file=''
+ fi
+! if test -z "$ac_file"; then :
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+! $as_echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+! { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+! $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+ as_fn_error 77 "C compiler cannot create executables
+! See \`config.log' for more details" "$LINENO" 5; }
+! else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+! $as_echo "yes" >&6; }
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
+! $as_echo_n "checking for C compiler default output file name... " >&6; }
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
+! $as_echo "$ac_file" >&6; }
+ ac_exeext=$ac_cv_exeext
+
+ rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
+ ac_clean_files=$ac_clean_files_save
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
+! $as_echo_n "checking for suffix of executables... " >&6; }
+ if { { ac_try="$ac_link"
+ case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+ esac
+ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+! $as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_link") 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+! test $ac_status = 0; }; then :
+! # If both `conftest.exe' and `conftest' are `present' (well, observable)
+! # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
+! # work properly (i.e., refer to `conftest.exe'), while it won't with
+! # `rm'.
+ for ac_file in conftest.exe conftest conftest.*; do
+ test -f "$ac_file" || continue
+ case $ac_file in
+--- 10272,10323 ----
+ done
+ test "$ac_cv_exeext" = no && ac_cv_exeext=
+
+! else case e in #(
+! e) ac_file='' ;;
+! esac
+ fi
+! if test -z "$ac_file"
+! then :
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+! printf "%s\n" "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+! { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
+! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
+ as_fn_error 77 "C compiler cannot create executables
+! See 'config.log' for more details" "$LINENO" 5; }
+! else case e in #(
+! e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+! printf "%s\n" "yes" >&6; } ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
+! printf %s "checking for C compiler default output file name... " >&6; }
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
+! printf "%s\n" "$ac_file" >&6; }
+ ac_exeext=$ac_cv_exeext
+
+ rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
+ ac_clean_files=$ac_clean_files_save
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
+! printf %s "checking for suffix of executables... " >&6; }
+ if { { ac_try="$ac_link"
+ case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+ esac
+ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+! printf "%s\n" "$ac_try_echo"; } >&5
+ (eval "$ac_link") 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+! test $ac_status = 0; }
+! then :
+! # If both 'conftest.exe' and 'conftest' are 'present' (well, observable)
+! # catch 'conftest.exe'. For instance with Cygwin, 'ls conftest' will
+! # work properly (i.e., refer to 'conftest.exe'), while it won't with
+! # 'rm'.
+ for ac_file in conftest.exe conftest conftest.*; do
+ test -f "$ac_file" || continue
+ case $ac_file in
+***************
+*** 9248,9262 ****
+ * ) break;;
+ esac
+ done
+! else
+! { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+! $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+ as_fn_error $? "cannot compute suffix of executables: cannot compile and link
+! See \`config.log' for more details" "$LINENO" 5; }
+ fi
+ rm -f conftest conftest$ac_cv_exeext
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
+! $as_echo "$ac_cv_exeext" >&6; }
+
+ rm -f conftest.$ac_ext
+ EXEEXT=$ac_cv_exeext
+--- 10327,10342 ----
+ * ) break;;
+ esac
+ done
+! else case e in #(
+! e) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
+! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
+ as_fn_error $? "cannot compute suffix of executables: cannot compile and link
+! See 'config.log' for more details" "$LINENO" 5; } ;;
+! esac
+ fi
+ rm -f conftest conftest$ac_cv_exeext
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
+! printf "%s\n" "$ac_cv_exeext" >&6; }
+
+ rm -f conftest.$ac_ext
+ EXEEXT=$ac_cv_exeext
+***************
+*** 9265,9273 ****
+ /* end confdefs.h. */
+ #include
+ int
+! main ()
+ {
+ FILE *f = fopen ("conftest.out", "w");
+ return ferror (f) || fclose (f) != 0;
+
+ ;
+--- 10345,10355 ----
+ /* end confdefs.h. */
+ #include
+ int
+! main (void)
+ {
+ FILE *f = fopen ("conftest.out", "w");
++ if (!f)
++ return 1;
+ return ferror (f) || fclose (f) != 0;
+
+ ;
+***************
+*** 9277,9284 ****
+ ac_clean_files="$ac_clean_files conftest.out"
+ # Check that the compiler produces executables we can run. If not, either
+ # the compiler is broken, or we cross compile.
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
+! $as_echo_n "checking whether we are cross compiling... " >&6; }
+ if test "$cross_compiling" != yes; then
+ { { ac_try="$ac_link"
+ case "(($ac_try" in
+--- 10359,10366 ----
+ ac_clean_files="$ac_clean_files conftest.out"
+ # Check that the compiler produces executables we can run. If not, either
+ # the compiler is broken, or we cross compile.
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
+! printf %s "checking whether we are cross compiling... " >&6; }
+ if test "$cross_compiling" != yes; then
+ { { ac_try="$ac_link"
+ case "(($ac_try" in
+***************
+*** 9286,9295 ****
+ *) ac_try_echo=$ac_try;;
+ esac
+ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+! $as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_link") 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }
+ if { ac_try='./conftest$ac_cv_exeext'
+ { { case "(($ac_try" in
+--- 10368,10377 ----
+ *) ac_try_echo=$ac_try;;
+ esac
+ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+! printf "%s\n" "$ac_try_echo"; } >&5
+ (eval "$ac_link") 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }
+ if { ac_try='./conftest$ac_cv_exeext'
+ { { case "(($ac_try" in
+***************
+*** 9297,9335 ****
+ *) ac_try_echo=$ac_try;;
+ esac
+ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+! $as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_try") 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then
+ cross_compiling=no
+ else
+ if test "$cross_compiling" = maybe; then
+ cross_compiling=yes
+ else
+! { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+! $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+! as_fn_error $? "cannot run C compiled programs.
+! If you meant to cross compile, use \`--host'.
+! See \`config.log' for more details" "$LINENO" 5; }
+ fi
+ fi
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
+! $as_echo "$cross_compiling" >&6; }
+
+! rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
+ ac_clean_files=$ac_clean_files_save
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
+! $as_echo_n "checking for suffix of object files... " >&6; }
+! if ${ac_cv_objext+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ int
+! main ()
+ {
+
+ ;
+--- 10379,10419 ----
+ *) ac_try_echo=$ac_try;;
+ esac
+ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+! printf "%s\n" "$ac_try_echo"; } >&5
+ (eval "$ac_try") 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then
+ cross_compiling=no
+ else
+ if test "$cross_compiling" = maybe; then
+ cross_compiling=yes
+ else
+! { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
+! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
+! as_fn_error 77 "cannot run C compiled programs.
+! If you meant to cross compile, use '--host'.
+! See 'config.log' for more details" "$LINENO" 5; }
+ fi
+ fi
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
+! printf "%s\n" "$cross_compiling" >&6; }
+
+! rm -f conftest.$ac_ext conftest$ac_cv_exeext \
+! conftest.o conftest.obj conftest.out
+ ac_clean_files=$ac_clean_files_save
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
+! printf %s "checking for suffix of object files... " >&6; }
+! if test ${ac_cv_objext+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ int
+! main (void)
+ {
+
+ ;
+***************
+*** 9343,9353 ****
+ *) ac_try_echo=$ac_try;;
+ esac
+ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+! $as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_compile") 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+! test $ac_status = 0; }; then :
+ for ac_file in conftest.o conftest.obj conftest.*; do
+ test -f "$ac_file" || continue;
+ case $ac_file in
+--- 10427,10438 ----
+ *) ac_try_echo=$ac_try;;
+ esac
+ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+! printf "%s\n" "$ac_try_echo"; } >&5
+ (eval "$ac_compile") 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+! test $ac_status = 0; }
+! then :
+ for ac_file in conftest.o conftest.obj conftest.*; do
+ test -f "$ac_file" || continue;
+ case $ac_file in
+***************
+*** 9356,9386 ****
+ break;;
+ esac
+ done
+! else
+! $as_echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+! { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+! $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+ as_fn_error $? "cannot compute suffix of object files: cannot compile
+! See \`config.log' for more details" "$LINENO" 5; }
+ fi
+! rm -f conftest.$ac_cv_objext conftest.$ac_ext
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
+! $as_echo "$ac_cv_objext" >&6; }
+ OBJEXT=$ac_cv_objext
+ ac_objext=$OBJEXT
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
+! $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
+! if ${ac_cv_c_compiler_gnu+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ int
+! main ()
+ {
+ #ifndef __GNUC__
+ choke me
+--- 10441,10474 ----
+ break;;
+ esac
+ done
+! else case e in #(
+! e) printf "%s\n" "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+! { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
+! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
+ as_fn_error $? "cannot compute suffix of object files: cannot compile
+! See 'config.log' for more details" "$LINENO" 5; } ;;
+! esac
+ fi
+! rm -f conftest.$ac_cv_objext conftest.$ac_ext ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
+! printf "%s\n" "$ac_cv_objext" >&6; }
+ OBJEXT=$ac_cv_objext
+ ac_objext=$OBJEXT
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5
+! printf %s "checking whether the compiler supports GNU C... " >&6; }
+! if test ${ac_cv_c_compiler_gnu+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ int
+! main (void)
+ {
+ #ifndef __GNUC__
+ choke me
+***************
+*** 9390,9419 ****
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"; then :
+ ac_compiler_gnu=yes
+! else
+! ac_compiler_gnu=no
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ ac_cv_c_compiler_gnu=$ac_compiler_gnu
+!
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
+! $as_echo "$ac_cv_c_compiler_gnu" >&6; }
+ if test $ac_compiler_gnu = yes; then
+ GCC=yes
+ else
+ GCC=
+ fi
+! ac_test_CFLAGS=${CFLAGS+set}
+ ac_save_CFLAGS=$CFLAGS
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
+! $as_echo_n "checking whether $CC accepts -g... " >&6; }
+! if ${ac_cv_prog_cc_g+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! ac_save_c_werror_flag=$ac_c_werror_flag
+ ac_c_werror_flag=yes
+ ac_cv_prog_cc_g=no
+ CFLAGS="-g"
+--- 10478,10513 ----
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"
+! then :
+ ac_compiler_gnu=yes
+! else case e in #(
+! e) ac_compiler_gnu=no ;;
+! esac
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
+ ac_cv_c_compiler_gnu=$ac_compiler_gnu
+! ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
+! printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; }
+! ac_compiler_gnu=$ac_cv_c_compiler_gnu
+!
+ if test $ac_compiler_gnu = yes; then
+ GCC=yes
+ else
+ GCC=
+ fi
+! ac_test_CFLAGS=${CFLAGS+y}
+ ac_save_CFLAGS=$CFLAGS
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
+! printf %s "checking whether $CC accepts -g... " >&6; }
+! if test ${ac_cv_prog_cc_g+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) ac_save_c_werror_flag=$ac_c_werror_flag
+ ac_c_werror_flag=yes
+ ac_cv_prog_cc_g=no
+ CFLAGS="-g"
+***************
+*** 9421,9477 ****
+ /* end confdefs.h. */
+
+ int
+! main ()
+ {
+
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"; then :
+ ac_cv_prog_cc_g=yes
+! else
+! CFLAGS=""
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ int
+! main ()
+ {
+
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"; then :
+
+! else
+! ac_c_werror_flag=$ac_save_c_werror_flag
+ CFLAGS="-g"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ int
+! main ()
+ {
+
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"; then :
+ ac_cv_prog_cc_g=yes
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+! ac_c_werror_flag=$ac_save_c_werror_flag
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
+! $as_echo "$ac_cv_prog_cc_g" >&6; }
+! if test "$ac_test_CFLAGS" = set; then
+ CFLAGS=$ac_save_CFLAGS
+ elif test $ac_cv_prog_cc_g = yes; then
+ if test "$GCC" = yes; then
+--- 10515,10577 ----
+ /* end confdefs.h. */
+
+ int
+! main (void)
+ {
+
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"
+! then :
+ ac_cv_prog_cc_g=yes
+! else case e in #(
+! e) CFLAGS=""
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ int
+! main (void)
+ {
+
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"
+! then :
+
+! else case e in #(
+! e) ac_c_werror_flag=$ac_save_c_werror_flag
+ CFLAGS="-g"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ int
+! main (void)
+ {
+
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"
+! then :
+ ac_cv_prog_cc_g=yes
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
+! esac
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
+! esac
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
+! ac_c_werror_flag=$ac_save_c_werror_flag ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
+! printf "%s\n" "$ac_cv_prog_cc_g" >&6; }
+! if test $ac_test_CFLAGS; then
+ CFLAGS=$ac_save_CFLAGS
+ elif test $ac_cv_prog_cc_g = yes; then
+ if test "$GCC" = yes; then
+***************
+*** 9486,9579 ****
+ CFLAGS=
+ fi
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
+! $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
+! if ${ac_cv_prog_cc_c89+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! ac_cv_prog_cc_c89=no
+ ac_save_CC=$CC
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+! #include
+! #include
+! struct stat;
+! /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
+! struct buf { int x; };
+! FILE * (*rcsopen) (struct buf *, struct stat *, int);
+! static char *e (p, i)
+! char **p;
+! int i;
+! {
+! return p[i];
+! }
+! static char *f (char * (*g) (char **, int), char **p, ...)
+! {
+! char *s;
+! va_list v;
+! va_start (v,p);
+! s = g (p, va_arg (v,int));
+! va_end (v);
+! return s;
+! }
+!
+! /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
+! function prototypes and stuff, but not '\xHH' hex character constants.
+! These don't provoke an error unfortunately, instead are silently treated
+! as 'x'. The following induces an error, until -std is added to get
+! proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
+! array size at least. It's necessary to write '\x00'==0 to get something
+! that's true only with -std. */
+! int osf4_cc_array ['\x00' == 0 ? 1 : -1];
+
+! /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
+! inside strings and character constants. */
+! #define FOO(x) 'x'
+! int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
+
+! int test (int i, double x);
+! struct s1 {int (*f) (int a);};
+! struct s2 {int (*f) (double a);};
+! int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
+! int argc;
+! char **argv;
+! int
+! main ()
+! {
+! return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
+! ;
+! return 0;
+! }
+ _ACEOF
+! for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
+! -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
+ do
+ CC="$ac_save_CC $ac_arg"
+! if ac_fn_c_try_compile "$LINENO"; then :
+ ac_cv_prog_cc_c89=$ac_arg
+ fi
+! rm -f core conftest.err conftest.$ac_objext
+ test "x$ac_cv_prog_cc_c89" != "xno" && break
+ done
+ rm -f conftest.$ac_ext
+! CC=$ac_save_CC
+
+ fi
+! # AC_CACHE_VAL
+! case "x$ac_cv_prog_cc_c89" in
+! x)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
+! $as_echo "none needed" >&6; } ;;
+! xno)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
+! $as_echo "unsupported" >&6; } ;;
+! *)
+! CC="$CC $ac_cv_prog_cc_c89"
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
+! $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
+ esac
+! if test "x$ac_cv_prog_cc_c89" != xno; then :
+!
+ fi
+
+ ac_ext=c
+--- 10586,10738 ----
+ CFLAGS=
+ fi
+ fi
+! ac_prog_cc_stdc=no
+! if test x$ac_prog_cc_stdc = xno
+! then :
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5
+! printf %s "checking for $CC option to enable C11 features... " >&6; }
+! if test ${ac_cv_prog_cc_c11+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) ac_cv_prog_cc_c11=no
+ ac_save_CC=$CC
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+! $ac_c_conftest_c11_program
+! _ACEOF
+! for ac_arg in '' -std=gnu11
+! do
+! CC="$ac_save_CC $ac_arg"
+! if ac_fn_c_try_compile "$LINENO"
+! then :
+! ac_cv_prog_cc_c11=$ac_arg
+! fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam
+! test "x$ac_cv_prog_cc_c11" != "xno" && break
+! done
+! rm -f conftest.$ac_ext
+! CC=$ac_save_CC ;;
+! esac
+! fi
+
+! if test "x$ac_cv_prog_cc_c11" = xno
+! then :
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
+! printf "%s\n" "unsupported" >&6; }
+! else case e in #(
+! e) if test "x$ac_cv_prog_cc_c11" = x
+! then :
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
+! printf "%s\n" "none needed" >&6; }
+! else case e in #(
+! e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5
+! printf "%s\n" "$ac_cv_prog_cc_c11" >&6; }
+! CC="$CC $ac_cv_prog_cc_c11" ;;
+! esac
+! fi
+! ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11
+! ac_prog_cc_stdc=c11 ;;
+! esac
+! fi
+! fi
+! if test x$ac_prog_cc_stdc = xno
+! then :
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5
+! printf %s "checking for $CC option to enable C99 features... " >&6; }
+! if test ${ac_cv_prog_cc_c99+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) ac_cv_prog_cc_c99=no
+! ac_save_CC=$CC
+! cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+! /* end confdefs.h. */
+! $ac_c_conftest_c99_program
+! _ACEOF
+! for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99=
+! do
+! CC="$ac_save_CC $ac_arg"
+! if ac_fn_c_try_compile "$LINENO"
+! then :
+! ac_cv_prog_cc_c99=$ac_arg
+! fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam
+! test "x$ac_cv_prog_cc_c99" != "xno" && break
+! done
+! rm -f conftest.$ac_ext
+! CC=$ac_save_CC ;;
+! esac
+! fi
+
+! if test "x$ac_cv_prog_cc_c99" = xno
+! then :
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
+! printf "%s\n" "unsupported" >&6; }
+! else case e in #(
+! e) if test "x$ac_cv_prog_cc_c99" = x
+! then :
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
+! printf "%s\n" "none needed" >&6; }
+! else case e in #(
+! e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
+! printf "%s\n" "$ac_cv_prog_cc_c99" >&6; }
+! CC="$CC $ac_cv_prog_cc_c99" ;;
+! esac
+! fi
+! ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
+! ac_prog_cc_stdc=c99 ;;
+! esac
+! fi
+! fi
+! if test x$ac_prog_cc_stdc = xno
+! then :
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5
+! printf %s "checking for $CC option to enable C89 features... " >&6; }
+! if test ${ac_cv_prog_cc_c89+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) ac_cv_prog_cc_c89=no
+! ac_save_CC=$CC
+! cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+! /* end confdefs.h. */
+! $ac_c_conftest_c89_program
+ _ACEOF
+! for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
+ do
+ CC="$ac_save_CC $ac_arg"
+! if ac_fn_c_try_compile "$LINENO"
+! then :
+ ac_cv_prog_cc_c89=$ac_arg
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam
+ test "x$ac_cv_prog_cc_c89" != "xno" && break
+ done
+ rm -f conftest.$ac_ext
+! CC=$ac_save_CC ;;
+! esac
+! fi
+
++ if test "x$ac_cv_prog_cc_c89" = xno
++ then :
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
++ printf "%s\n" "unsupported" >&6; }
++ else case e in #(
++ e) if test "x$ac_cv_prog_cc_c89" = x
++ then :
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
++ printf "%s\n" "none needed" >&6; }
++ else case e in #(
++ e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
++ printf "%s\n" "$ac_cv_prog_cc_c89" >&6; }
++ CC="$CC $ac_cv_prog_cc_c89" ;;
++ esac
+ fi
+! ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
+! ac_prog_cc_stdc=c89 ;;
+ esac
+! fi
+ fi
+
+ ac_ext=c
+***************
+*** 9582,9602 ****
+ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+! ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
+! $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
+! if ${am_cv_prog_cc_c_o+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ int
+! main ()
+ {
+
+ ;
+--- 10741,10763 ----
+ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+!
+! ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
+! printf %s "checking whether $CC understands -c and -o together... " >&6; }
+! if test ${am_cv_prog_cc_c_o+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ int
+! main (void)
+ {
+
+ ;
+***************
+*** 9621,9631 ****
+ break
+ fi
+ done
+! rm -f core conftest*
+! unset am_i
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
+! $as_echo "$am_cv_prog_cc_c_o" >&6; }
+ if test "$am_cv_prog_cc_c_o" != yes; then
+ # Losing compiler, so override with the script.
+ # FIXME: It is wrong to rewrite CC.
+--- 10782,10796 ----
+ break
+ fi
+ done
+! # aligned with autoconf, so not including core; see bug#72225.
+! rm -f -r a.out a.exe b.out conftest.$ac_ext conftest.$ac_objext \
+! conftest.dSYM conftest1.$ac_ext conftest1.$ac_objext conftest1.dSYM \
+! conftest2.$ac_ext conftest2.$ac_objext conftest2.dSYM
+! unset am_i ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
+! printf "%s\n" "$am_cv_prog_cc_c_o" >&6; }
+ if test "$am_cv_prog_cc_c_o" != yes; then
+ # Losing compiler, so override with the script.
+ # FIXME: It is wrong to rewrite CC.
+***************
+*** 9641,9864 ****
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5
+- $as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
+- if ${ac_cv_prog_cc_c99+:} false; then :
+- $as_echo_n "(cached) " >&6
+- else
+- ac_cv_prog_cc_c99=no
+- ac_save_CC=$CC
+- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+- /* end confdefs.h. */
+- #include
+- #include
+- #include
+- #include
+- #include
+-
+- // Check varargs macros. These examples are taken from C99 6.10.3.5.
+- #define debug(...) fprintf (stderr, __VA_ARGS__)
+- #define showlist(...) puts (#__VA_ARGS__)
+- #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
+- static void
+- test_varargs_macros (void)
+- {
+- int x = 1234;
+- int y = 5678;
+- debug ("Flag");
+- debug ("X = %d\n", x);
+- showlist (The first, second, and third items.);
+- report (x>y, "x is %d but y is %d", x, y);
+- }
+-
+- // Check long long types.
+- #define BIG64 18446744073709551615ull
+- #define BIG32 4294967295ul
+- #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
+- #if !BIG_OK
+- your preprocessor is broken;
+- #endif
+- #if BIG_OK
+- #else
+- your preprocessor is broken;
+- #endif
+- static long long int bignum = -9223372036854775807LL;
+- static unsigned long long int ubignum = BIG64;
+-
+- struct incomplete_array
+- {
+- int datasize;
+- double data[];
+- };
+-
+- struct named_init {
+- int number;
+- const wchar_t *name;
+- double average;
+- };
+-
+- typedef const char *ccp;
+-
+- static inline int
+- test_restrict (ccp restrict text)
+- {
+- // See if C++-style comments work.
+- // Iterate through items via the restricted pointer.
+- // Also check for declarations in for loops.
+- for (unsigned int i = 0; *(text+i) != '\0'; ++i)
+- continue;
+- return 0;
+- }
+-
+- // Check varargs and va_copy.
+- static void
+- test_varargs (const char *format, ...)
+- {
+- va_list args;
+- va_start (args, format);
+- va_list args_copy;
+- va_copy (args_copy, args);
+-
+- const char *str;
+- int number;
+- float fnumber;
+-
+- while (*format)
+- {
+- switch (*format++)
+- {
+- case 's': // string
+- str = va_arg (args_copy, const char *);
+- break;
+- case 'd': // int
+- number = va_arg (args_copy, int);
+- break;
+- case 'f': // float
+- fnumber = va_arg (args_copy, double);
+- break;
+- default:
+- break;
+- }
+- }
+- va_end (args_copy);
+- va_end (args);
+- }
+-
+- int
+- main ()
+- {
+-
+- // Check bool.
+- _Bool success = false;
+-
+- // Check restrict.
+- if (test_restrict ("String literal") == 0)
+- success = true;
+- char *restrict newvar = "Another string";
+-
+- // Check varargs.
+- test_varargs ("s, d' f .", "string", 65, 34.234);
+- test_varargs_macros ();
+-
+- // Check flexible array members.
+- struct incomplete_array *ia =
+- malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
+- ia->datasize = 10;
+- for (int i = 0; i < ia->datasize; ++i)
+- ia->data[i] = i * 1.234;
+-
+- // Check named initializers.
+- struct named_init ni = {
+- .number = 34,
+- .name = L"Test wide string",
+- .average = 543.34343,
+- };
+-
+- ni.number = 58;
+-
+- int dynamic_array[ni.number];
+- dynamic_array[ni.number - 1] = 543;
+-
+- // work around unused variable warnings
+- return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
+- || dynamic_array[ni.number - 1] != 543);
+-
+- ;
+- return 0;
+- }
+- _ACEOF
+- for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
+- do
+- CC="$ac_save_CC $ac_arg"
+- if ac_fn_c_try_compile "$LINENO"; then :
+- ac_cv_prog_cc_c99=$ac_arg
+- fi
+- rm -f core conftest.err conftest.$ac_objext
+- test "x$ac_cv_prog_cc_c99" != "xno" && break
+- done
+- rm -f conftest.$ac_ext
+- CC=$ac_save_CC
+-
+- fi
+- # AC_CACHE_VAL
+- case "x$ac_cv_prog_cc_c99" in
+- x)
+- { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
+- $as_echo "none needed" >&6; } ;;
+- xno)
+- { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
+- $as_echo "unsupported" >&6; } ;;
+- *)
+- CC="$CC $ac_cv_prog_cc_c99"
+- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
+- $as_echo "$ac_cv_prog_cc_c99" >&6; } ;;
+- esac
+- if test "x$ac_cv_prog_cc_c99" != xno; then :
+-
+- fi
+-
+
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
+! $as_echo_n "checking how to run the C preprocessor... " >&6; }
+ # On Suns, sometimes $CPP names a directory.
+ if test -n "$CPP" && test -d "$CPP"; then
+ CPP=
+ fi
+ if test -z "$CPP"; then
+! if ${ac_cv_prog_CPP+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! # Double quotes because CPP needs to be expanded
+! for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
+ do
+ ac_preproc_ok=false
+ for ac_c_preproc_warn_flag in '' yes
+ do
+ # Use a header file that comes with gcc, so configuring glibc
+ # with a fresh cross-compiler works.
+- # Prefer to if __STDC__ is defined, since
+- # exists even on freestanding compilers.
+ # On the NeXT, cc -E runs the code through the compiler's parser,
+ # not just through cpp. "Syntax error" is here to catch this case.
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+! #ifdef __STDC__
+! # include
+! #else
+! # include
+! #endif
+ Syntax error
+ _ACEOF
+! if ac_fn_c_try_cpp "$LINENO"; then :
+
+! else
+! # Broken: fails on valid input.
+! continue
+ fi
+ rm -f conftest.err conftest.i conftest.$ac_ext
+
+--- 10806,10850 ----
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
+! printf %s "checking how to run the C preprocessor... " >&6; }
+ # On Suns, sometimes $CPP names a directory.
+ if test -n "$CPP" && test -d "$CPP"; then
+ CPP=
+ fi
+ if test -z "$CPP"; then
+! if test ${ac_cv_prog_CPP+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) # Double quotes because $CC needs to be expanded
+! for CPP in "$CC -E" "$CC -E -traditional-cpp" cpp /lib/cpp
+ do
+ ac_preproc_ok=false
+ for ac_c_preproc_warn_flag in '' yes
+ do
+ # Use a header file that comes with gcc, so configuring glibc
+ # with a fresh cross-compiler works.
+ # On the NeXT, cc -E runs the code through the compiler's parser,
+ # not just through cpp. "Syntax error" is here to catch this case.
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+! #include
+ Syntax error
+ _ACEOF
+! if ac_fn_c_try_cpp "$LINENO"
+! then :
+
+! else case e in #(
+! e) # Broken: fails on valid input.
+! continue ;;
+! esac
+ fi
+ rm -f conftest.err conftest.i conftest.$ac_ext
+
+***************
+*** 9868,9923 ****
+ /* end confdefs.h. */
+ #include
+ _ACEOF
+! if ac_fn_c_try_cpp "$LINENO"; then :
+ # Broken: success on invalid input.
+ continue
+! else
+! # Passes both tests.
+ ac_preproc_ok=:
+! break
+ fi
+ rm -f conftest.err conftest.i conftest.$ac_ext
+
+ done
+! # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+ rm -f conftest.i conftest.err conftest.$ac_ext
+! if $ac_preproc_ok; then :
+ break
+ fi
+
+ done
+ ac_cv_prog_CPP=$CPP
+!
+ fi
+ CPP=$ac_cv_prog_CPP
+ else
+ ac_cv_prog_CPP=$CPP
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
+! $as_echo "$CPP" >&6; }
+ ac_preproc_ok=false
+ for ac_c_preproc_warn_flag in '' yes
+ do
+ # Use a header file that comes with gcc, so configuring glibc
+ # with a fresh cross-compiler works.
+- # Prefer to if __STDC__ is defined, since
+- # exists even on freestanding compilers.
+ # On the NeXT, cc -E runs the code through the compiler's parser,
+ # not just through cpp. "Syntax error" is here to catch this case.
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+! #ifdef __STDC__
+! # include
+! #else
+! # include
+! #endif
+ Syntax error
+ _ACEOF
+! if ac_fn_c_try_cpp "$LINENO"; then :
+
+! else
+! # Broken: fails on valid input.
+! continue
+ fi
+ rm -f conftest.err conftest.i conftest.$ac_ext
+
+--- 10854,10909 ----
+ /* end confdefs.h. */
+ #include
+ _ACEOF
+! if ac_fn_c_try_cpp "$LINENO"
+! then :
+ # Broken: success on invalid input.
+ continue
+! else case e in #(
+! e) # Passes both tests.
+ ac_preproc_ok=:
+! break ;;
+! esac
+ fi
+ rm -f conftest.err conftest.i conftest.$ac_ext
+
+ done
+! # Because of 'break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+ rm -f conftest.i conftest.err conftest.$ac_ext
+! if $ac_preproc_ok
+! then :
+ break
+ fi
+
+ done
+ ac_cv_prog_CPP=$CPP
+! ;;
+! esac
+ fi
+ CPP=$ac_cv_prog_CPP
+ else
+ ac_cv_prog_CPP=$CPP
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
+! printf "%s\n" "$CPP" >&6; }
+ ac_preproc_ok=false
+ for ac_c_preproc_warn_flag in '' yes
+ do
+ # Use a header file that comes with gcc, so configuring glibc
+ # with a fresh cross-compiler works.
+ # On the NeXT, cc -E runs the code through the compiler's parser,
+ # not just through cpp. "Syntax error" is here to catch this case.
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+! #include
+ Syntax error
+ _ACEOF
+! if ac_fn_c_try_cpp "$LINENO"
+! then :
+
+! else case e in #(
+! e) # Broken: fails on valid input.
+! continue ;;
+! esac
+ fi
+ rm -f conftest.err conftest.i conftest.$ac_ext
+
+***************
+*** 9927,9952 ****
+ /* end confdefs.h. */
+ #include
+ _ACEOF
+! if ac_fn_c_try_cpp "$LINENO"; then :
+ # Broken: success on invalid input.
+ continue
+! else
+! # Passes both tests.
+ ac_preproc_ok=:
+! break
+ fi
+ rm -f conftest.err conftest.i conftest.$ac_ext
+
+ done
+! # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+ rm -f conftest.i conftest.err conftest.$ac_ext
+! if $ac_preproc_ok; then :
+
+! else
+! { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+! $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+ as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
+! See \`config.log' for more details" "$LINENO" 5; }
+ fi
+
+ ac_ext=c
+--- 10913,10942 ----
+ /* end confdefs.h. */
+ #include
+ _ACEOF
+! if ac_fn_c_try_cpp "$LINENO"
+! then :
+ # Broken: success on invalid input.
+ continue
+! else case e in #(
+! e) # Passes both tests.
+ ac_preproc_ok=:
+! break ;;
+! esac
+ fi
+ rm -f conftest.err conftest.i conftest.$ac_ext
+
+ done
+! # Because of 'break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+ rm -f conftest.i conftest.err conftest.$ac_ext
+! if $ac_preproc_ok
+! then :
+
+! else case e in #(
+! e) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
+! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
+ as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
+! See 'config.log' for more details" "$LINENO" 5; } ;;
+! esac
+ fi
+
+ ac_ext=c
+***************
+*** 9963,9970 ****
+ # The C compiler on the build system, and associated tests.
+
+ if test -n "$CC_FOR_BUILD"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system compiler $CC_FOR_BUILD" >&5
+! $as_echo_n "checking build system compiler $CC_FOR_BUILD... " >&6; }
+ # remove anything that might look like compiler output to our "||" expression
+ rm -f conftest* a.out b.out a.exe a_out.exe
+ cat >conftest.c <&5
+! printf %s "checking build system compiler $CC_FOR_BUILD... " >&6; }
+ # remove anything that might look like compiler output to our "||" expression
+ rm -f conftest* a.out b.out a.exe a_out.exe
+ cat >conftest.c <&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ if (./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest) >&5 2>&1; then
+ cc_for_build_works=yes
+ fi
+ fi
+ rm -f conftest* a.out b.out a.exe a_out.exe
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cc_for_build_works" >&5
+! $as_echo "$cc_for_build_works" >&6; }
+ if test "$cc_for_build_works" = yes; then
+ :
+ else
+--- 10969,10983 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ if (./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest) >&5 2>&1; then
+ cc_for_build_works=yes
+ fi
+ fi
+ rm -f conftest* a.out b.out a.exe a_out.exe
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cc_for_build_works" >&5
+! printf "%s\n" "$cc_for_build_works" >&6; }
+ if test "$cc_for_build_works" = yes; then
+ :
+ else
+***************
+*** 9995,10002 ****
+ fi
+
+ elif test -n "$HOST_CC"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system compiler $HOST_CC" >&5
+! $as_echo_n "checking build system compiler $HOST_CC... " >&6; }
+ # remove anything that might look like compiler output to our "||" expression
+ rm -f conftest* a.out b.out a.exe a_out.exe
+ cat >conftest.c <&5
+! printf %s "checking build system compiler $HOST_CC... " >&6; }
+ # remove anything that might look like compiler output to our "||" expression
+ rm -f conftest* a.out b.out a.exe a_out.exe
+ cat >conftest.c <&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ if (./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest) >&5 2>&1; then
+ cc_for_build_works=yes
+ fi
+ fi
+ rm -f conftest* a.out b.out a.exe a_out.exe
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cc_for_build_works" >&5
+! $as_echo "$cc_for_build_works" >&6; }
+ if test "$cc_for_build_works" = yes; then
+ CC_FOR_BUILD=$HOST_CC
+ else
+--- 11001,11015 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ if (./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest) >&5 2>&1; then
+ cc_for_build_works=yes
+ fi
+ fi
+ rm -f conftest* a.out b.out a.exe a_out.exe
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cc_for_build_works" >&5
+! printf "%s\n" "$cc_for_build_works" >&6; }
+ if test "$cc_for_build_works" = yes; then
+ CC_FOR_BUILD=$HOST_CC
+ else
+***************
+*** 10028,10035 ****
+
+ else
+ for i in "$CC" "$CC $CFLAGS $CPPFLAGS" cc gcc c89 c99; do
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system compiler $i" >&5
+! $as_echo_n "checking build system compiler $i... " >&6; }
+ # remove anything that might look like compiler output to our "||" expression
+ rm -f conftest* a.out b.out a.exe a_out.exe
+ cat >conftest.c <&5
+! printf %s "checking build system compiler $i... " >&6; }
+ # remove anything that might look like compiler output to our "||" expression
+ rm -f conftest* a.out b.out a.exe a_out.exe
+ cat >conftest.c <&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ if (./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest) >&5 2>&1; then
+ cc_for_build_works=yes
+ fi
+ fi
+ rm -f conftest* a.out b.out a.exe a_out.exe
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cc_for_build_works" >&5
+! $as_echo "$cc_for_build_works" >&6; }
+ if test "$cc_for_build_works" = yes; then
+ CC_FOR_BUILD=$i
+ break
+--- 11034,11048 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ if (./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest) >&5 2>&1; then
+ cc_for_build_works=yes
+ fi
+ fi
+ rm -f conftest* a.out b.out a.exe a_out.exe
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cc_for_build_works" >&5
+! printf "%s\n" "$cc_for_build_works" >&6; }
+ if test "$cc_for_build_works" = yes; then
+ CC_FOR_BUILD=$i
+ break
+***************
+*** 10070,10082 ****
+
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system preprocessor" >&5
+! $as_echo_n "checking for build system preprocessor... " >&6; }
+ if test -z "$CPP_FOR_BUILD"; then
+! if ${gmp_cv_prog_cpp_for_build+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! cat >conftest.c <&5
+! printf %s "checking for build system preprocessor... " >&6; }
+ if test -z "$CPP_FOR_BUILD"; then
+! if test ${gmp_cv_prog_cpp_for_build+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) cat >conftest.c <&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } >&5 2>&1; then
+ gmp_cv_prog_cpp_for_build=$i
+ break
+--- 11075,11081 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } >&5 2>&1; then
+ gmp_cv_prog_cpp_for_build=$i
+ break
+***************
+*** 10094,10117 ****
+ if test -z "$gmp_cv_prog_cpp_for_build"; then
+ as_fn_error $? "Cannot find build system C preprocessor." "$LINENO" 5
+ fi
+!
+ fi
+
+ CPP_FOR_BUILD=$gmp_cv_prog_cpp_for_build
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP_FOR_BUILD" >&5
+! $as_echo "$CPP_FOR_BUILD" >&6; }
+
+
+
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
+! $as_echo_n "checking for build system executable suffix... " >&6; }
+! if ${gmp_cv_prog_exeext_for_build+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! cat >conftest.c <&5
+! printf "%s\n" "$CPP_FOR_BUILD" >&6; }
+
+
+
+
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
+! printf %s "checking for build system executable suffix... " >&6; }
+! if test ${gmp_cv_prog_exeext_for_build+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) cat >conftest.c <&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ if (./conftest) 2>&5; then
+ gmp_cv_prog_exeext_for_build=$i
+--- 11116,11122 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ if (./conftest) 2>&5; then
+ gmp_cv_prog_exeext_for_build=$i
+***************
+*** 10135,10154 ****
+ if test "${gmp_cv_prog_exeext_for_build+set}" != set; then
+ as_fn_error $? "Cannot determine executable suffix" "$LINENO" 5
+ fi
+!
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gmp_cv_prog_exeext_for_build" >&5
+! $as_echo "$gmp_cv_prog_exeext_for_build" >&6; }
+ EXEEXT_FOR_BUILD=$gmp_cv_prog_exeext_for_build
+
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build system compiler is ANSI" >&5
+! $as_echo_n "checking whether build system compiler is ANSI... " >&6; }
+! if ${gmp_cv_c_for_build_ansi+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! cat >conftest.c <&5
+! printf "%s\n" "$gmp_cv_prog_exeext_for_build" >&6; }
+ EXEEXT_FOR_BUILD=$gmp_cv_prog_exeext_for_build
+
+
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build system compiler is ANSI" >&5
+! printf %s "checking whether build system compiler is ANSI... " >&6; }
+! if test ${gmp_cv_c_for_build_ansi+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) cat >conftest.c <&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ gmp_cv_c_for_build_ansi=yes
+ else
+ gmp_cv_c_for_build_ansi=no
+ fi
+ rm -f conftest* a.out b.out a.exe a_out.exe
+!
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gmp_cv_c_for_build_ansi" >&5
+! $as_echo "$gmp_cv_c_for_build_ansi" >&6; }
+ if test "$gmp_cv_c_for_build_ansi" = yes; then
+ U_FOR_BUILD=
+ else
+--- 11154,11171 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ gmp_cv_c_for_build_ansi=yes
+ else
+ gmp_cv_c_for_build_ansi=no
+ fi
+ rm -f conftest* a.out b.out a.exe a_out.exe
+! ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gmp_cv_c_for_build_ansi" >&5
+! printf "%s\n" "$gmp_cv_c_for_build_ansi" >&6; }
+ if test "$gmp_cv_c_for_build_ansi" = yes; then
+ U_FOR_BUILD=
+ else
+***************
+*** 10178,10189 ****
+ fi
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system compiler math library" >&5
+! $as_echo_n "checking for build system compiler math library... " >&6; }
+! if ${gmp_cv_check_libm_for_build+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! cat >conftest.c <
+ int
+ main ()
+--- 11174,11186 ----
+ fi
+
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for build system compiler math library" >&5
+! printf %s "checking for build system compiler math library... " >&6; }
+! if test ${gmp_cv_check_libm_for_build+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) cat >conftest.c <
+ int
+ main ()
+***************
+*** 10201,10217 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ gmp_cv_check_libm_for_build=-lm
+ else
+ gmp_cv_check_libm_for_build=no
+ fi
+ rm -f conftest* a.out b.out a.exe a_out.exe
+!
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gmp_cv_check_libm_for_build" >&5
+! $as_echo "$gmp_cv_check_libm_for_build" >&6; }
+ case $gmp_cv_check_libm_for_build in
+ yes) LIBM_FOR_BUILD=-lm
+ ;;
+--- 11198,11215 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_compile\""; } >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ gmp_cv_check_libm_for_build=-lm
+ else
+ gmp_cv_check_libm_for_build=no
+ fi
+ rm -f conftest* a.out b.out a.exe a_out.exe
+! ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gmp_cv_check_libm_for_build" >&5
+! printf "%s\n" "$gmp_cv_check_libm_for_build" >&6; }
+ case $gmp_cv_check_libm_for_build in
+ yes) LIBM_FOR_BUILD=-lm
+ ;;
+***************
+*** 10233,10239 ****
+ want_cxx=no
+ if test $enable_cxx != no; then
+ test_CXXFLAGS=${CXXFLAGS+set}
+! ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+--- 11231,11243 ----
+ want_cxx=no
+ if test $enable_cxx != no; then
+ test_CXXFLAGS=${CXXFLAGS+set}
+!
+!
+!
+!
+!
+!
+! ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+***************
+*** 10243,10284 ****
+ CXX=$CCC
+ else
+ if test -n "$ac_tool_prefix"; then
+! for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
+ do
+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+ set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_CXX+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$CXX"; then
+ ac_cv_prog_CXX="$CXX" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ CXX=$ac_cv_prog_CXX
+ if test -n "$CXX"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
+! $as_echo "$CXX" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 11247,11294 ----
+ CXX=$CCC
+ else
+ if test -n "$ac_tool_prefix"; then
+! for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC clang++
+ do
+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+ set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_CXX+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$CXX"; then
+ ac_cv_prog_CXX="$CXX" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ CXX=$ac_cv_prog_CXX
+ if test -n "$CXX"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
+! printf "%s\n" "$CXX" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 10287,10328 ****
+ fi
+ if test -z "$CXX"; then
+ ac_ct_CXX=$CXX
+! for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_ac_ct_CXX+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$ac_ct_CXX"; then
+ ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_CXX="$ac_prog"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
+ if test -n "$ac_ct_CXX"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
+! $as_echo "$ac_ct_CXX" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 11297,11344 ----
+ fi
+ if test -z "$CXX"; then
+ ac_ct_CXX=$CXX
+! for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC clang++
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_ac_ct_CXX+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$ac_ct_CXX"; then
+ ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_CXX="$ac_prog"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
+ if test -n "$ac_ct_CXX"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
+! printf "%s\n" "$ac_ct_CXX" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 10334,10341 ****
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ CXX=$ac_ct_CXX
+--- 11350,11357 ----
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ CXX=$ac_ct_CXX
+***************
+*** 10345,10351 ****
+ fi
+ fi
+ # Provide some information about the compiler.
+! $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
+ set X $ac_compile
+ ac_compiler=$2
+ for ac_option in --version -v -V -qversion; do
+--- 11361,11367 ----
+ fi
+ fi
+ # Provide some information about the compiler.
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
+ set X $ac_compile
+ ac_compiler=$2
+ for ac_option in --version -v -V -qversion; do
+***************
+*** 10355,10361 ****
+ *) ac_try_echo=$ac_try;;
+ esac
+ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+! $as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_compiler $ac_option >&5") 2>conftest.err
+ ac_status=$?
+ if test -s conftest.err; then
+--- 11371,11377 ----
+ *) ac_try_echo=$ac_try;;
+ esac
+ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+! printf "%s\n" "$ac_try_echo"; } >&5
+ (eval "$ac_compiler $ac_option >&5") 2>conftest.err
+ ac_status=$?
+ if test -s conftest.err; then
+***************
+*** 10365,10384 ****
+ cat conftest.er1 >&5
+ fi
+ rm -f conftest.er1 conftest.err
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }
+ done
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
+! $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
+! if ${ac_cv_cxx_compiler_gnu+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ int
+! main ()
+ {
+ #ifndef __GNUC__
+ choke me
+--- 11381,11401 ----
+ cat conftest.er1 >&5
+ fi
+ rm -f conftest.er1 conftest.err
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }
+ done
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C++" >&5
+! printf %s "checking whether the compiler supports GNU C++... " >&6; }
+! if test ${ac_cv_cxx_compiler_gnu+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ int
+! main (void)
+ {
+ #ifndef __GNUC__
+ choke me
+***************
+*** 10388,10417 ****
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_cxx_try_compile "$LINENO"; then :
+ ac_compiler_gnu=yes
+! else
+! ac_compiler_gnu=no
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
+!
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
+! $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
+ if test $ac_compiler_gnu = yes; then
+ GXX=yes
+ else
+ GXX=
+ fi
+! ac_test_CXXFLAGS=${CXXFLAGS+set}
+ ac_save_CXXFLAGS=$CXXFLAGS
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
+! $as_echo_n "checking whether $CXX accepts -g... " >&6; }
+! if ${ac_cv_prog_cxx_g+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! ac_save_cxx_werror_flag=$ac_cxx_werror_flag
+ ac_cxx_werror_flag=yes
+ ac_cv_prog_cxx_g=no
+ CXXFLAGS="-g"
+--- 11405,11440 ----
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_cxx_try_compile "$LINENO"
+! then :
+ ac_compiler_gnu=yes
+! else case e in #(
+! e) ac_compiler_gnu=no ;;
+! esac
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
+ ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
+! ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
+! printf "%s\n" "$ac_cv_cxx_compiler_gnu" >&6; }
+! ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+!
+ if test $ac_compiler_gnu = yes; then
+ GXX=yes
+ else
+ GXX=
+ fi
+! ac_test_CXXFLAGS=${CXXFLAGS+y}
+ ac_save_CXXFLAGS=$CXXFLAGS
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
+! printf %s "checking whether $CXX accepts -g... " >&6; }
+! if test ${ac_cv_prog_cxx_g+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) ac_save_cxx_werror_flag=$ac_cxx_werror_flag
+ ac_cxx_werror_flag=yes
+ ac_cv_prog_cxx_g=no
+ CXXFLAGS="-g"
+***************
+*** 10419,10475 ****
+ /* end confdefs.h. */
+
+ int
+! main ()
+ {
+
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_cxx_try_compile "$LINENO"; then :
+ ac_cv_prog_cxx_g=yes
+! else
+! CXXFLAGS=""
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ int
+! main ()
+ {
+
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_cxx_try_compile "$LINENO"; then :
+
+! else
+! ac_cxx_werror_flag=$ac_save_cxx_werror_flag
+ CXXFLAGS="-g"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ int
+! main ()
+ {
+
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_cxx_try_compile "$LINENO"; then :
+ ac_cv_prog_cxx_g=yes
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+! ac_cxx_werror_flag=$ac_save_cxx_werror_flag
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
+! $as_echo "$ac_cv_prog_cxx_g" >&6; }
+! if test "$ac_test_CXXFLAGS" = set; then
+ CXXFLAGS=$ac_save_CXXFLAGS
+ elif test $ac_cv_prog_cxx_g = yes; then
+ if test "$GXX" = yes; then
+--- 11442,11504 ----
+ /* end confdefs.h. */
+
+ int
+! main (void)
+ {
+
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_cxx_try_compile "$LINENO"
+! then :
+ ac_cv_prog_cxx_g=yes
+! else case e in #(
+! e) CXXFLAGS=""
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ int
+! main (void)
+ {
+
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_cxx_try_compile "$LINENO"
+! then :
+
+! else case e in #(
+! e) ac_cxx_werror_flag=$ac_save_cxx_werror_flag
+ CXXFLAGS="-g"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ int
+! main (void)
+ {
+
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_cxx_try_compile "$LINENO"
+! then :
+ ac_cv_prog_cxx_g=yes
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
+! esac
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
+! esac
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
+! ac_cxx_werror_flag=$ac_save_cxx_werror_flag ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
+! printf "%s\n" "$ac_cv_prog_cxx_g" >&6; }
+! if test $ac_test_CXXFLAGS; then
+ CXXFLAGS=$ac_save_CXXFLAGS
+ elif test $ac_cv_prog_cxx_g = yes; then
+ if test "$GXX" = yes; then
+***************
+*** 10484,10489 ****
+--- 11513,11618 ----
+ CXXFLAGS=
+ fi
+ fi
++ ac_prog_cxx_stdcxx=no
++ if test x$ac_prog_cxx_stdcxx = xno
++ then :
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5
++ printf %s "checking for $CXX option to enable C++11 features... " >&6; }
++ if test ${ac_cv_prog_cxx_cxx11+y}
++ then :
++ printf %s "(cached) " >&6
++ else case e in #(
++ e) ac_cv_prog_cxx_cxx11=no
++ ac_save_CXX=$CXX
++ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++ /* end confdefs.h. */
++ $ac_cxx_conftest_cxx11_program
++ _ACEOF
++ for ac_arg in '' -std=gnu++11 -std=gnu++0x -std=c++11 -std=c++0x -qlanglvl=extended0x -AA
++ do
++ CXX="$ac_save_CXX $ac_arg"
++ if ac_fn_cxx_try_compile "$LINENO"
++ then :
++ ac_cv_prog_cxx_cxx11=$ac_arg
++ fi
++ rm -f core conftest.err conftest.$ac_objext conftest.beam
++ test "x$ac_cv_prog_cxx_cxx11" != "xno" && break
++ done
++ rm -f conftest.$ac_ext
++ CXX=$ac_save_CXX ;;
++ esac
++ fi
++
++ if test "x$ac_cv_prog_cxx_cxx11" = xno
++ then :
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
++ printf "%s\n" "unsupported" >&6; }
++ else case e in #(
++ e) if test "x$ac_cv_prog_cxx_cxx11" = x
++ then :
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
++ printf "%s\n" "none needed" >&6; }
++ else case e in #(
++ e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_cxx11" >&5
++ printf "%s\n" "$ac_cv_prog_cxx_cxx11" >&6; }
++ CXX="$CXX $ac_cv_prog_cxx_cxx11" ;;
++ esac
++ fi
++ ac_cv_prog_cxx_stdcxx=$ac_cv_prog_cxx_cxx11
++ ac_prog_cxx_stdcxx=cxx11 ;;
++ esac
++ fi
++ fi
++ if test x$ac_prog_cxx_stdcxx = xno
++ then :
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5
++ printf %s "checking for $CXX option to enable C++98 features... " >&6; }
++ if test ${ac_cv_prog_cxx_cxx98+y}
++ then :
++ printf %s "(cached) " >&6
++ else case e in #(
++ e) ac_cv_prog_cxx_cxx98=no
++ ac_save_CXX=$CXX
++ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++ /* end confdefs.h. */
++ $ac_cxx_conftest_cxx98_program
++ _ACEOF
++ for ac_arg in '' -std=gnu++98 -std=c++98 -qlanglvl=extended -AA
++ do
++ CXX="$ac_save_CXX $ac_arg"
++ if ac_fn_cxx_try_compile "$LINENO"
++ then :
++ ac_cv_prog_cxx_cxx98=$ac_arg
++ fi
++ rm -f core conftest.err conftest.$ac_objext conftest.beam
++ test "x$ac_cv_prog_cxx_cxx98" != "xno" && break
++ done
++ rm -f conftest.$ac_ext
++ CXX=$ac_save_CXX ;;
++ esac
++ fi
++
++ if test "x$ac_cv_prog_cxx_cxx98" = xno
++ then :
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
++ printf "%s\n" "unsupported" >&6; }
++ else case e in #(
++ e) if test "x$ac_cv_prog_cxx_cxx98" = x
++ then :
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
++ printf "%s\n" "none needed" >&6; }
++ else case e in #(
++ e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_cxx98" >&5
++ printf "%s\n" "$ac_cv_prog_cxx_cxx98" >&6; }
++ CXX="$CXX $ac_cv_prog_cxx_cxx98" ;;
++ esac
++ fi
++ ac_cv_prog_cxx_stdcxx=$ac_cv_prog_cxx_cxx98
++ ac_prog_cxx_stdcxx=cxx98 ;;
++ esac
++ fi
++ fi
++
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+***************
+*** 10517,10524 ****
+ #
+ for cxxflags_choice in $cxxflags_list; do
+ eval CXXFLAGS=\"\$cxxflags_$cxxflags_choice\"
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking C++ compiler $CXX $CPPFLAGS $CXXFLAGS" >&5
+! $as_echo_n "checking C++ compiler $CXX $CPPFLAGS $CXXFLAGS... " >&6; }
+ gmp_prog_cxx_works=yes
+
+ # start with a plain "main()", then go on to further checks
+--- 11646,11653 ----
+ #
+ for cxxflags_choice in $cxxflags_list; do
+ eval CXXFLAGS=\"\$cxxflags_$cxxflags_choice\"
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking C++ compiler $CXX $CPPFLAGS $CXXFLAGS" >&5
+! printf %s "checking C++ compiler $CXX $CPPFLAGS $CXXFLAGS... " >&6; }
+ gmp_prog_cxx_works=yes
+
+ # start with a plain "main()", then go on to further checks
+***************
+*** 10534,10547 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_cxxcompile\""; } >&5
+ (eval $gmp_cxxcompile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ if test "$cross_compiling" = no; then
+ if { ac_try='./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest'
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ gmp_prog_cxx_works="no, program does not run"
+--- 11663,11676 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_cxxcompile\""; } >&5
+ (eval $gmp_cxxcompile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ if test "$cross_compiling" = no; then
+ if { ac_try='./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest'
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ gmp_prog_cxx_works="no, program does not run"
+***************
+*** 10574,10587 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_cxxcompile\""; } >&5
+ (eval $gmp_cxxcompile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ if test "$cross_compiling" = no; then
+ if { ac_try='./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest'
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ gmp_prog_cxx_works="no, namespace, program does not run"
+--- 11703,11716 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_cxxcompile\""; } >&5
+ (eval $gmp_cxxcompile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ if test "$cross_compiling" = no; then
+ if { ac_try='./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest'
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ gmp_prog_cxx_works="no, namespace, program does not run"
+***************
+*** 10620,10633 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_cxxcompile\""; } >&5
+ (eval $gmp_cxxcompile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ if test "$cross_compiling" = no; then
+ if { ac_try='./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest'
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ gmp_prog_cxx_works="no, std iostream, program does not run"
+--- 11749,11762 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_cxxcompile\""; } >&5
+ (eval $gmp_cxxcompile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ if test "$cross_compiling" = no; then
+ if { ac_try='./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest'
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }; then :;
+ else
+ gmp_prog_cxx_works="no, std iostream, program does not run"
+***************
+*** 10646,10653 ****
+ fi
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gmp_prog_cxx_works" >&5
+! $as_echo "$gmp_prog_cxx_works" >&6; }
+ case $gmp_prog_cxx_works in
+ yes)
+ want_cxx=yes
+--- 11775,11782 ----
+ fi
+
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gmp_prog_cxx_works" >&5
+! printf "%s\n" "$gmp_prog_cxx_works" >&6; }
+ case $gmp_prog_cxx_works in
+ yes)
+ want_cxx=yes
+***************
+*** 10686,10723 ****
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
+! $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
+ if test -z "$CXXCPP"; then
+! if ${ac_cv_prog_CXXCPP+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! # Double quotes because CXXCPP needs to be expanded
+! for CXXCPP in "$CXX -E" "/lib/cpp"
+ do
+ ac_preproc_ok=false
+ for ac_cxx_preproc_warn_flag in '' yes
+ do
+ # Use a header file that comes with gcc, so configuring glibc
+ # with a fresh cross-compiler works.
+- # Prefer to if __STDC__ is defined, since
+- # exists even on freestanding compilers.
+ # On the NeXT, cc -E runs the code through the compiler's parser,
+ # not just through cpp. "Syntax error" is here to catch this case.
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+! #ifdef __STDC__
+! # include
+! #else
+! # include
+! #endif
+ Syntax error
+ _ACEOF
+! if ac_fn_cxx_try_cpp "$LINENO"; then :
+
+! else
+! # Broken: fails on valid input.
+! continue
+ fi
+ rm -f conftest.err conftest.i conftest.$ac_ext
+
+--- 11815,11849 ----
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
+! printf %s "checking how to run the C++ preprocessor... " >&6; }
+ if test -z "$CXXCPP"; then
+! if test ${ac_cv_prog_CXXCPP+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) # Double quotes because $CXX needs to be expanded
+! for CXXCPP in "$CXX -E" cpp /lib/cpp
+ do
+ ac_preproc_ok=false
+ for ac_cxx_preproc_warn_flag in '' yes
+ do
+ # Use a header file that comes with gcc, so configuring glibc
+ # with a fresh cross-compiler works.
+ # On the NeXT, cc -E runs the code through the compiler's parser,
+ # not just through cpp. "Syntax error" is here to catch this case.
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+! #include
+ Syntax error
+ _ACEOF
+! if ac_fn_cxx_try_cpp "$LINENO"
+! then :
+
+! else case e in #(
+! e) # Broken: fails on valid input.
+! continue ;;
+! esac
+ fi
+ rm -f conftest.err conftest.i conftest.$ac_ext
+
+***************
+*** 10727,10782 ****
+ /* end confdefs.h. */
+ #include
+ _ACEOF
+! if ac_fn_cxx_try_cpp "$LINENO"; then :
+ # Broken: success on invalid input.
+ continue
+! else
+! # Passes both tests.
+ ac_preproc_ok=:
+! break
+ fi
+ rm -f conftest.err conftest.i conftest.$ac_ext
+
+ done
+! # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+ rm -f conftest.i conftest.err conftest.$ac_ext
+! if $ac_preproc_ok; then :
+ break
+ fi
+
+ done
+ ac_cv_prog_CXXCPP=$CXXCPP
+!
+ fi
+ CXXCPP=$ac_cv_prog_CXXCPP
+ else
+ ac_cv_prog_CXXCPP=$CXXCPP
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
+! $as_echo "$CXXCPP" >&6; }
+ ac_preproc_ok=false
+ for ac_cxx_preproc_warn_flag in '' yes
+ do
+ # Use a header file that comes with gcc, so configuring glibc
+ # with a fresh cross-compiler works.
+- # Prefer to if __STDC__ is defined, since
+- # exists even on freestanding compilers.
+ # On the NeXT, cc -E runs the code through the compiler's parser,
+ # not just through cpp. "Syntax error" is here to catch this case.
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+! #ifdef __STDC__
+! # include
+! #else
+! # include
+! #endif
+ Syntax error
+ _ACEOF
+! if ac_fn_cxx_try_cpp "$LINENO"; then :
+
+! else
+! # Broken: fails on valid input.
+! continue
+ fi
+ rm -f conftest.err conftest.i conftest.$ac_ext
+
+--- 11853,11908 ----
+ /* end confdefs.h. */
+ #include
+ _ACEOF
+! if ac_fn_cxx_try_cpp "$LINENO"
+! then :
+ # Broken: success on invalid input.
+ continue
+! else case e in #(
+! e) # Passes both tests.
+ ac_preproc_ok=:
+! break ;;
+! esac
+ fi
+ rm -f conftest.err conftest.i conftest.$ac_ext
+
+ done
+! # Because of 'break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+ rm -f conftest.i conftest.err conftest.$ac_ext
+! if $ac_preproc_ok
+! then :
+ break
+ fi
+
+ done
+ ac_cv_prog_CXXCPP=$CXXCPP
+! ;;
+! esac
+ fi
+ CXXCPP=$ac_cv_prog_CXXCPP
+ else
+ ac_cv_prog_CXXCPP=$CXXCPP
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
+! printf "%s\n" "$CXXCPP" >&6; }
+ ac_preproc_ok=false
+ for ac_cxx_preproc_warn_flag in '' yes
+ do
+ # Use a header file that comes with gcc, so configuring glibc
+ # with a fresh cross-compiler works.
+ # On the NeXT, cc -E runs the code through the compiler's parser,
+ # not just through cpp. "Syntax error" is here to catch this case.
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+! #include
+ Syntax error
+ _ACEOF
+! if ac_fn_cxx_try_cpp "$LINENO"
+! then :
+
+! else case e in #(
+! e) # Broken: fails on valid input.
+! continue ;;
+! esac
+ fi
+ rm -f conftest.err conftest.i conftest.$ac_ext
+
+***************
+*** 10786,10811 ****
+ /* end confdefs.h. */
+ #include
+ _ACEOF
+! if ac_fn_cxx_try_cpp "$LINENO"; then :
+ # Broken: success on invalid input.
+ continue
+! else
+! # Passes both tests.
+ ac_preproc_ok=:
+! break
+ fi
+ rm -f conftest.err conftest.i conftest.$ac_ext
+
+ done
+! # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+ rm -f conftest.i conftest.err conftest.$ac_ext
+! if $ac_preproc_ok; then :
+
+! else
+! { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+! $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+ as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
+! See \`config.log' for more details" "$LINENO" 5; }
+ fi
+
+ ac_ext=c
+--- 11912,11941 ----
+ /* end confdefs.h. */
+ #include
+ _ACEOF
+! if ac_fn_cxx_try_cpp "$LINENO"
+! then :
+ # Broken: success on invalid input.
+ continue
+! else case e in #(
+! e) # Passes both tests.
+ ac_preproc_ok=:
+! break ;;
+! esac
+ fi
+ rm -f conftest.err conftest.i conftest.$ac_ext
+
+ done
+! # Because of 'break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+ rm -f conftest.i conftest.err conftest.$ac_ext
+! if $ac_preproc_ok
+! then :
+
+! else case e in #(
+! e) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
+! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
+ as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
+! See 'config.log' for more details" "$LINENO" 5; } ;;
+! esac
+ fi
+
+ ac_ext=c
+***************
+*** 10822,10865 ****
+ #
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
+! $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
+! if ${ac_cv_path_GREP+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -z "$GREP"; then
+! ac_path_GREP_found=false
+ # Loop through the user's path and test for each of PROGNAME-LIST
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+! for ac_prog in grep ggrep; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
+! as_fn_executable_p "$ac_path_GREP" || continue
+! # Check for GNU ac_path_GREP and select it if it is found.
+! # Check for GNU $ac_path_GREP
+! case `"$ac_path_GREP" --version 2>&1` in
+ *GNU*)
+! ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
+ *)
+ ac_count=0
+! $as_echo_n 0123456789 >"conftest.in"
+ while :
+ do
+ cat "conftest.in" "conftest.in" >"conftest.tmp"
+ mv "conftest.tmp" "conftest.in"
+ cp "conftest.in" "conftest.nl"
+! $as_echo 'GREP' >> "conftest.nl"
+! "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+ as_fn_arith $ac_count + 1 && ac_count=$as_val
+! if test $ac_count -gt ${ac_path_GREP_max-0}; then
+ # Best one so far, save it but keep looking for a better one
+! ac_cv_path_GREP="$ac_path_GREP"
+! ac_path_GREP_max=$ac_count
+ fi
+ # 10*(2^10) chars as input seems more than enough
+ test $ac_count -gt 10 && break
+--- 11952,12002 ----
+ #
+
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep -e" >&5
+! printf %s "checking for egrep -e... " >&6; }
+! if test ${ac_cv_path_EGREP_TRADITIONAL+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -z "$EGREP_TRADITIONAL"; then
+! ac_path_EGREP_TRADITIONAL_found=false
+ # Loop through the user's path and test for each of PROGNAME-LIST
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+! for ac_prog in grep ggrep
+! do
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! ac_path_EGREP_TRADITIONAL="$as_dir$ac_prog$ac_exec_ext"
+! as_fn_executable_p "$ac_path_EGREP_TRADITIONAL" || continue
+! # Check for GNU ac_path_EGREP_TRADITIONAL and select it if it is found.
+! # Check for GNU $ac_path_EGREP_TRADITIONAL
+! case `"$ac_path_EGREP_TRADITIONAL" --version 2>&1` in #(
+ *GNU*)
+! ac_cv_path_EGREP_TRADITIONAL="$ac_path_EGREP_TRADITIONAL" ac_path_EGREP_TRADITIONAL_found=:;;
+! #(
+ *)
+ ac_count=0
+! printf %s 0123456789 >"conftest.in"
+ while :
+ do
+ cat "conftest.in" "conftest.in" >"conftest.tmp"
+ mv "conftest.tmp" "conftest.in"
+ cp "conftest.in" "conftest.nl"
+! printf "%s\n" 'EGREP_TRADITIONAL' >> "conftest.nl"
+! "$ac_path_EGREP_TRADITIONAL" -E 'EGR(EP|AC)_TRADITIONAL$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+ as_fn_arith $ac_count + 1 && ac_count=$as_val
+! if test $ac_count -gt ${ac_path_EGREP_TRADITIONAL_max-0}; then
+ # Best one so far, save it but keep looking for a better one
+! ac_cv_path_EGREP_TRADITIONAL="$ac_path_EGREP_TRADITIONAL"
+! ac_path_EGREP_TRADITIONAL_max=$ac_count
+ fi
+ # 10*(2^10) chars as input seems more than enough
+ test $ac_count -gt 10 && break
+***************
+*** 10867,10931 ****
+ rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+ esac
+
+! $ac_path_GREP_found && break 3
+ done
+ done
+ done
+ IFS=$as_save_IFS
+! if test -z "$ac_cv_path_GREP"; then
+! as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+ fi
+ else
+! ac_cv_path_GREP=$GREP
+! fi
+!
+ fi
+- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
+- $as_echo "$ac_cv_path_GREP" >&6; }
+- GREP="$ac_cv_path_GREP"
+
+!
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
+! $as_echo_n "checking for egrep... " >&6; }
+! if ${ac_cv_path_EGREP+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
+! then ac_cv_path_EGREP="$GREP -E"
+! else
+! if test -z "$EGREP"; then
+! ac_path_EGREP_found=false
+ # Loop through the user's path and test for each of PROGNAME-LIST
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+! for ac_prog in egrep; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
+! as_fn_executable_p "$ac_path_EGREP" || continue
+! # Check for GNU ac_path_EGREP and select it if it is found.
+! # Check for GNU $ac_path_EGREP
+! case `"$ac_path_EGREP" --version 2>&1` in
+ *GNU*)
+! ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
+ *)
+ ac_count=0
+! $as_echo_n 0123456789 >"conftest.in"
+ while :
+ do
+ cat "conftest.in" "conftest.in" >"conftest.tmp"
+ mv "conftest.tmp" "conftest.in"
+ cp "conftest.in" "conftest.nl"
+! $as_echo 'EGREP' >> "conftest.nl"
+! "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+ as_fn_arith $ac_count + 1 && ac_count=$as_val
+! if test $ac_count -gt ${ac_path_EGREP_max-0}; then
+ # Best one so far, save it but keep looking for a better one
+! ac_cv_path_EGREP="$ac_path_EGREP"
+! ac_path_EGREP_max=$ac_count
+ fi
+ # 10*(2^10) chars as input seems more than enough
+ test $ac_count -gt 10 && break
+--- 12004,12064 ----
+ rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+ esac
+
+! $ac_path_EGREP_TRADITIONAL_found && break 3
+ done
+ done
+ done
+ IFS=$as_save_IFS
+! if test -z "$ac_cv_path_EGREP_TRADITIONAL"; then
+! :
+ fi
+ else
+! ac_cv_path_EGREP_TRADITIONAL=$EGREP_TRADITIONAL
+ fi
+
+! if test "$ac_cv_path_EGREP_TRADITIONAL"
+! then :
+! ac_cv_path_EGREP_TRADITIONAL="$ac_cv_path_EGREP_TRADITIONAL -E"
+! else case e in #(
+! e) if test -z "$EGREP_TRADITIONAL"; then
+! ac_path_EGREP_TRADITIONAL_found=false
+ # Loop through the user's path and test for each of PROGNAME-LIST
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+! for ac_prog in egrep
+! do
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! ac_path_EGREP_TRADITIONAL="$as_dir$ac_prog$ac_exec_ext"
+! as_fn_executable_p "$ac_path_EGREP_TRADITIONAL" || continue
+! # Check for GNU ac_path_EGREP_TRADITIONAL and select it if it is found.
+! # Check for GNU $ac_path_EGREP_TRADITIONAL
+! case `"$ac_path_EGREP_TRADITIONAL" --version 2>&1` in #(
+ *GNU*)
+! ac_cv_path_EGREP_TRADITIONAL="$ac_path_EGREP_TRADITIONAL" ac_path_EGREP_TRADITIONAL_found=:;;
+! #(
+ *)
+ ac_count=0
+! printf %s 0123456789 >"conftest.in"
+ while :
+ do
+ cat "conftest.in" "conftest.in" >"conftest.tmp"
+ mv "conftest.tmp" "conftest.in"
+ cp "conftest.in" "conftest.nl"
+! printf "%s\n" 'EGREP_TRADITIONAL' >> "conftest.nl"
+! "$ac_path_EGREP_TRADITIONAL" 'EGR(EP|AC)_TRADITIONAL$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+ as_fn_arith $ac_count + 1 && ac_count=$as_val
+! if test $ac_count -gt ${ac_path_EGREP_TRADITIONAL_max-0}; then
+ # Best one so far, save it but keep looking for a better one
+! ac_cv_path_EGREP_TRADITIONAL="$ac_path_EGREP_TRADITIONAL"
+! ac_path_EGREP_TRADITIONAL_max=$ac_count
+ fi
+ # 10*(2^10) chars as input seems more than enough
+ test $ac_count -gt 10 && break
+***************
+*** 10933,10956 ****
+ rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+ esac
+
+! $ac_path_EGREP_found && break 3
+ done
+ done
+ done
+ IFS=$as_save_IFS
+! if test -z "$ac_cv_path_EGREP"; then
+ as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+ fi
+ else
+! ac_cv_path_EGREP=$EGREP
+ fi
+!
+! fi
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
+! $as_echo "$ac_cv_path_EGREP" >&6; }
+! EGREP="$ac_cv_path_EGREP"
+!
+
+ case $host_cpu in
+ c90 | t90)
+--- 12066,12090 ----
+ rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+ esac
+
+! $ac_path_EGREP_TRADITIONAL_found && break 3
+ done
+ done
+ done
+ IFS=$as_save_IFS
+! if test -z "$ac_cv_path_EGREP_TRADITIONAL"; then
+ as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+ fi
+ else
+! ac_cv_path_EGREP_TRADITIONAL=$EGREP_TRADITIONAL
+ fi
+! ;;
+! esac
+! fi ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP_TRADITIONAL" >&5
+! printf "%s\n" "$ac_cv_path_EGREP_TRADITIONAL" >&6; }
+! EGREP_TRADITIONAL=$ac_cv_path_EGREP_TRADITIONAL
+
+ case $host_cpu in
+ c90 | t90)
+***************
+*** 10961,10972 ****
+ #endif
+ _ACEOF
+ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+! $EGREP "yes" >/dev/null 2>&1; then :
+ add_path="cray/ieee"
+! else
+! add_path="cray/cfp"; extra_functions="mulwwc90"
+ fi
+! rm -f conftest*
+
+ ;;
+ j90 | sv1)
+--- 12095,12108 ----
+ #endif
+ _ACEOF
+ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+! $EGREP_TRADITIONAL "yes" >/dev/null 2>&1
+! then :
+ add_path="cray/ieee"
+! else case e in #(
+! e) add_path="cray/cfp"; extra_functions="mulwwc90" ;;
+! esac
+ fi
+! rm -rf conftest*
+
+ ;;
+ j90 | sv1)
+***************
+*** 11014,11025 ****
+ i?86*-*-* | k[5-8]*-*-* | pentium*-*-* | athlon-*-* | viac3*-*-* | geode*-*-* | atom-*-* | athlon64-*-* | k8-*-* | k10-*-* | bobcat-*-* | jaguar*-*-* | bulldozer*-*-* | piledriver*-*-* | steamroller*-*-* | excavator*-*-* | zen*-*-* | pentium4-*-* | atom-*-* | silvermont-*-* | goldmont-*-* | tremont-*-* | core2-*-* | corei*-*-* | x86_64-*-* | nano-*-* | nehalem*-*-* | westmere*-*-* | sandybridge*-*-* | ivybridge*-*-* | haswell*-*-* | broadwell*-*-* | skylake*-*-* | kabylake*-*-* | icelake*-*-* | tigerlake*-*-* | rocketlake*-*-* | alderlake*-*-* | raptorlake*-*-*)
+ if test "$ABI" = 32; then
+ case "$path $fat_path" in
+! *mmx*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the assembler knows about MMX instructions" >&5
+! $as_echo_n "checking if the assembler knows about MMX instructions... " >&6; }
+! if ${gmp_cv_asm_x86_mmx+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! cat >conftest.s <&5
+! printf %s "checking if the assembler knows about MMX instructions... " >&6; }
+! if test ${gmp_cv_asm_x86_mmx+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) cat >conftest.s <&5
+ (eval $gmp_assemble) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cat conftest.out >&5
+ gmp_cv_asm_x86_mmx=yes
+--- 12164,12170 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_assemble\""; } >&5
+ (eval $gmp_assemble) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cat conftest.out >&5
+ gmp_cv_asm_x86_mmx=yes
+***************
+*** 11038,11045 ****
+ gmp_cv_asm_x86_mmx=movq-bug
+ fi
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \"dis\" not available to check for \"as\" movq bug" >&5
+! $as_echo "$as_me: WARNING: \"dis\" not available to check for \"as\" movq bug" >&2;}
+ fi
+ esac
+ else
+--- 12175,12182 ----
+ gmp_cv_asm_x86_mmx=movq-bug
+ fi
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: \"dis\" not available to check for \"as\" movq bug" >&5
+! printf "%s\n" "$as_me: WARNING: \"dis\" not available to check for \"as\" movq bug" >&2;}
+ fi
+ esac
+ else
+***************
+*** 11049,11095 ****
+ gmp_cv_asm_x86_mmx=no
+ fi
+ rm -f conftest*
+!
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gmp_cv_asm_x86_mmx" >&5
+! $as_echo "$gmp_cv_asm_x86_mmx" >&6; }
+
+ case $gmp_cv_asm_x86_mmx in
+ movq-bug)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: +----------------------------------------------------------" >&5
+! $as_echo "$as_me: WARNING: +----------------------------------------------------------" >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: | WARNING WARNING WARNING" >&5
+! $as_echo "$as_me: WARNING: | WARNING WARNING WARNING" >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: | Host CPU has MMX code, but the assembler" >&5
+! $as_echo "$as_me: WARNING: | Host CPU has MMX code, but the assembler" >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: | $CCAS $CFLAGS $CPPFLAGS" >&5
+! $as_echo "$as_me: WARNING: | $CCAS $CFLAGS $CPPFLAGS" >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: | has the Solaris 2.6 and 2.7 bug where register to register" >&5
+! $as_echo "$as_me: WARNING: | has the Solaris 2.6 and 2.7 bug where register to register" >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: | movq operands are reversed." >&5
+! $as_echo "$as_me: WARNING: | movq operands are reversed." >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: | Non-MMX replacements will be used." >&5
+! $as_echo "$as_me: WARNING: | Non-MMX replacements will be used." >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: | This will be an inferior build." >&5
+! $as_echo "$as_me: WARNING: | This will be an inferior build." >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: +----------------------------------------------------------" >&5
+! $as_echo "$as_me: WARNING: +----------------------------------------------------------" >&2;}
+ ;;
+ no)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: +----------------------------------------------------------" >&5
+! $as_echo "$as_me: WARNING: +----------------------------------------------------------" >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: | WARNING WARNING WARNING" >&5
+! $as_echo "$as_me: WARNING: | WARNING WARNING WARNING" >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: | Host CPU has MMX code, but it can't be assembled by" >&5
+! $as_echo "$as_me: WARNING: | Host CPU has MMX code, but it can't be assembled by" >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: | $CCAS $CFLAGS $CPPFLAGS" >&5
+! $as_echo "$as_me: WARNING: | $CCAS $CFLAGS $CPPFLAGS" >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: | Non-MMX replacements will be used." >&5
+! $as_echo "$as_me: WARNING: | Non-MMX replacements will be used." >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: | This will be an inferior build." >&5
+! $as_echo "$as_me: WARNING: | This will be an inferior build." >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: +----------------------------------------------------------" >&5
+! $as_echo "$as_me: WARNING: +----------------------------------------------------------" >&2;}
+ ;;
+ esac
+ if test "$gmp_cv_asm_x86_mmx" = yes; then
+--- 12186,12233 ----
+ gmp_cv_asm_x86_mmx=no
+ fi
+ rm -f conftest*
+! ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gmp_cv_asm_x86_mmx" >&5
+! printf "%s\n" "$gmp_cv_asm_x86_mmx" >&6; }
+
+ case $gmp_cv_asm_x86_mmx in
+ movq-bug)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: +----------------------------------------------------------" >&5
+! printf "%s\n" "$as_me: WARNING: +----------------------------------------------------------" >&2;}
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: | WARNING WARNING WARNING" >&5
+! printf "%s\n" "$as_me: WARNING: | WARNING WARNING WARNING" >&2;}
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: | Host CPU has MMX code, but the assembler" >&5
+! printf "%s\n" "$as_me: WARNING: | Host CPU has MMX code, but the assembler" >&2;}
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: | $CCAS $CFLAGS $CPPFLAGS" >&5
+! printf "%s\n" "$as_me: WARNING: | $CCAS $CFLAGS $CPPFLAGS" >&2;}
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: | has the Solaris 2.6 and 2.7 bug where register to register" >&5
+! printf "%s\n" "$as_me: WARNING: | has the Solaris 2.6 and 2.7 bug where register to register" >&2;}
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: | movq operands are reversed." >&5
+! printf "%s\n" "$as_me: WARNING: | movq operands are reversed." >&2;}
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: | Non-MMX replacements will be used." >&5
+! printf "%s\n" "$as_me: WARNING: | Non-MMX replacements will be used." >&2;}
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: | This will be an inferior build." >&5
+! printf "%s\n" "$as_me: WARNING: | This will be an inferior build." >&2;}
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: +----------------------------------------------------------" >&5
+! printf "%s\n" "$as_me: WARNING: +----------------------------------------------------------" >&2;}
+ ;;
+ no)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: +----------------------------------------------------------" >&5
+! printf "%s\n" "$as_me: WARNING: +----------------------------------------------------------" >&2;}
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: | WARNING WARNING WARNING" >&5
+! printf "%s\n" "$as_me: WARNING: | WARNING WARNING WARNING" >&2;}
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: | Host CPU has MMX code, but it can't be assembled by" >&5
+! printf "%s\n" "$as_me: WARNING: | Host CPU has MMX code, but it can't be assembled by" >&2;}
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: | $CCAS $CFLAGS $CPPFLAGS" >&5
+! printf "%s\n" "$as_me: WARNING: | $CCAS $CFLAGS $CPPFLAGS" >&2;}
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: | Non-MMX replacements will be used." >&5
+! printf "%s\n" "$as_me: WARNING: | Non-MMX replacements will be used." >&2;}
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: | This will be an inferior build." >&5
+! printf "%s\n" "$as_me: WARNING: | This will be an inferior build." >&2;}
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: +----------------------------------------------------------" >&5
+! printf "%s\n" "$as_me: WARNING: +----------------------------------------------------------" >&2;}
+ ;;
+ esac
+ if test "$gmp_cv_asm_x86_mmx" = yes; then
+***************
+*** 11118,11129 ****
+ ;;
+ esac
+ case "$path $fat_path" in
+! *sse2*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the assembler knows about SSE2 instructions" >&5
+! $as_echo_n "checking if the assembler knows about SSE2 instructions... " >&6; }
+! if ${gmp_cv_asm_x86_sse2+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! cat >conftest.s <&5
+! printf %s "checking if the assembler knows about SSE2 instructions... " >&6; }
+! if test ${gmp_cv_asm_x86_sse2+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) cat >conftest.s <&5
+ (eval $gmp_assemble) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cat conftest.out >&5
+ gmp_cv_asm_x86_sse2=yes
+--- 12270,12276 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gmp_assemble\""; } >&5
+ (eval $gmp_assemble) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ cat conftest.out >&5
+ gmp_cv_asm_x86_sse2=yes
+***************
+*** 11143,11171 ****
+ fi
+ rm -f conftest*
+
+!
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gmp_cv_asm_x86_sse2" >&5
+! $as_echo "$gmp_cv_asm_x86_sse2" >&6; }
+ case $gmp_cv_asm_x86_sse2 in
+ yes)
+ :
+ ;;
+ *)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: +----------------------------------------------------------" >&5
+! $as_echo "$as_me: WARNING: +----------------------------------------------------------" >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: | WARNING WARNING WARNING" >&5
+! $as_echo "$as_me: WARNING: | WARNING WARNING WARNING" >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: | Host CPU has SSE2 code, but it can't be assembled by" >&5
+! $as_echo "$as_me: WARNING: | Host CPU has SSE2 code, but it can't be assembled by" >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: | $CCAS $CFLAGS $CPPFLAGS" >&5
+! $as_echo "$as_me: WARNING: | $CCAS $CFLAGS $CPPFLAGS" >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: | Non-SSE2 replacements will be used." >&5
+! $as_echo "$as_me: WARNING: | Non-SSE2 replacements will be used." >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: | This will be an inferior build." >&5
+! $as_echo "$as_me: WARNING: | This will be an inferior build." >&2;}
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: +----------------------------------------------------------" >&5
+! $as_echo "$as_me: WARNING: +----------------------------------------------------------" >&2;}
+ tmp_path=
+ for i in $path; do
+ case $i in
+--- 12282,12311 ----
+ fi
+ rm -f conftest*
+
+! ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gmp_cv_asm_x86_sse2" >&5
+! printf "%s\n" "$gmp_cv_asm_x86_sse2" >&6; }
+ case $gmp_cv_asm_x86_sse2 in
+ yes)
+ :
+ ;;
+ *)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: +----------------------------------------------------------" >&5
+! printf "%s\n" "$as_me: WARNING: +----------------------------------------------------------" >&2;}
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: | WARNING WARNING WARNING" >&5
+! printf "%s\n" "$as_me: WARNING: | WARNING WARNING WARNING" >&2;}
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: | Host CPU has SSE2 code, but it can't be assembled by" >&5
+! printf "%s\n" "$as_me: WARNING: | Host CPU has SSE2 code, but it can't be assembled by" >&2;}
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: | $CCAS $CFLAGS $CPPFLAGS" >&5
+! printf "%s\n" "$as_me: WARNING: | $CCAS $CFLAGS $CPPFLAGS" >&2;}
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: | Non-SSE2 replacements will be used." >&5
+! printf "%s\n" "$as_me: WARNING: | Non-SSE2 replacements will be used." >&2;}
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: | This will be an inferior build." >&5
+! printf "%s\n" "$as_me: WARNING: | This will be an inferior build." >&2;}
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: +----------------------------------------------------------" >&5
+! printf "%s\n" "$as_me: WARNING: +----------------------------------------------------------" >&2;}
+ tmp_path=
+ for i in $path; do
+ case $i in
+***************
+*** 11197,11203 ****
+ if test "$enable_assembly" = "no"; then
+ path="generic"
+
+! $as_echo "#define NO_ASM 1" >>confdefs.h
+
+ # for abi in $abilist; do
+ # eval unset "path_\$abi"
+--- 12337,12343 ----
+ if test "$enable_assembly" = "no"; then
+ path="generic"
+
+! printf "%s\n" "#define NO_ASM 1" >>confdefs.h
+
+ # for abi in $abilist; do
+ # eval unset "path_\$abi"
+***************
+*** 11229,11240 ****
+
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether assembler supports --noexecstack option" >&5
+! $as_echo_n "checking whether assembler supports --noexecstack option... " >&6; }
+! if ${cl_cv_as_noexecstack+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! cat > conftest.c <&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; } \
+ && grep .note.GNU-stack conftest.s >/dev/null \
+ && { ac_try='${CC} $CFLAGS $CPPFLAGS -Wa,--noexecstack
+--- 12383,12389 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; } \
+ && grep .note.GNU-stack conftest.s >/dev/null \
+ && { ac_try='${CC} $CFLAGS $CPPFLAGS -Wa,--noexecstack
+***************
+*** 11250,11266 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }
+ then
+ cl_cv_as_noexecstack=yes
+ else
+ cl_cv_as_noexecstack=no
+ fi
+! rm -f conftest*
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cl_cv_as_noexecstack" >&5
+! $as_echo "$cl_cv_as_noexecstack" >&6; }
+ if test "$cl_cv_as_noexecstack" = yes; then
+ ASMFLAGS="$ASMFLAGS -Wa,--noexecstack"
+ fi
+--- 12391,12408 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; }
+ then
+ cl_cv_as_noexecstack=yes
+ else
+ cl_cv_as_noexecstack=no
+ fi
+! rm -f conftest* ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cl_cv_as_noexecstack" >&5
+! printf "%s\n" "$cl_cv_as_noexecstack" >&6; }
+ if test "$cl_cv_as_noexecstack" = yes; then
+ ASMFLAGS="$ASMFLAGS -Wa,--noexecstack"
+ fi
+***************
+*** 11272,11309 ****
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}ar; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_AR+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$AR"; then
+ ac_cv_prog_AR="$AR" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_AR="${ac_tool_prefix}ar"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ AR=$ac_cv_prog_AR
+ if test -n "$AR"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
+! $as_echo "$AR" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 12414,12457 ----
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}ar; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_AR+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$AR"; then
+ ac_cv_prog_AR="$AR" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_AR="${ac_tool_prefix}ar"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ AR=$ac_cv_prog_AR
+ if test -n "$AR"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
+! printf "%s\n" "$AR" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 11312,11349 ****
+ ac_ct_AR=$AR
+ # Extract the first word of "ar", so it can be a program name with args.
+ set dummy ar; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_ac_ct_AR+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$ac_ct_AR"; then
+ ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_AR="ar"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ ac_ct_AR=$ac_cv_prog_ac_ct_AR
+ if test -n "$ac_ct_AR"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
+! $as_echo "$ac_ct_AR" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+ if test "x$ac_ct_AR" = x; then
+--- 12460,12503 ----
+ ac_ct_AR=$AR
+ # Extract the first word of "ar", so it can be a program name with args.
+ set dummy ar; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_ac_ct_AR+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$ac_ct_AR"; then
+ ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_AR="ar"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ ac_ct_AR=$ac_cv_prog_ac_ct_AR
+ if test -n "$ac_ct_AR"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
+! printf "%s\n" "$ac_ct_AR" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+ if test "x$ac_ct_AR" = x; then
+***************
+*** 11351,11358 ****
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ AR=$ac_ct_AR
+--- 12505,12512 ----
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ AR=$ac_ct_AR
+***************
+*** 11365,11377 ****
+ eval arflags=\"\$ar${abi1}_flags\"
+ test -n "$arflags" || eval arflags=\"\$ar${abi2}_flags\"
+ if test -n "$arflags"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for extra ar flags" >&5
+! $as_echo_n "checking for extra ar flags... " >&6; }
+ AR="$AR $arflags"
+ ac_cv_prog_AR="$AR $arflags"
+ ac_cv_prog_ac_ct_AR="$AR $arflags"
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $arflags" >&5
+! $as_echo "$arflags" >&6; }
+ fi
+ fi
+ if test -z "$AR_FLAGS"; then
+--- 12519,12531 ----
+ eval arflags=\"\$ar${abi1}_flags\"
+ test -n "$arflags" || eval arflags=\"\$ar${abi2}_flags\"
+ if test -n "$arflags"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for extra ar flags" >&5
+! printf %s "checking for extra ar flags... " >&6; }
+ AR="$AR $arflags"
+ ac_cv_prog_AR="$AR $arflags"
+ ac_cv_prog_ac_ct_AR="$AR $arflags"
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $arflags" >&5
+! printf "%s\n" "$arflags" >&6; }
+ fi
+ fi
+ if test -z "$AR_FLAGS"; then
+***************
+*** 11380,11391 ****
+
+
+ gmp_user_NM=$NM
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
+! $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
+! if ${lt_cv_path_NM+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$NM"; then
+ # Let the user override the test.
+ lt_cv_path_NM=$NM
+ else
+--- 12534,12546 ----
+
+
+ gmp_user_NM=$NM
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
+! printf %s "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
+! if test ${lt_cv_path_NM+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$NM"; then
+ # Let the user override the test.
+ lt_cv_path_NM=$NM
+ else
+***************
+*** 11406,11421 ****
+ # Tru64's nm complains that /dev/null is an invalid object file
+ # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
+ case $build_os in
+! mingw*) lt_bad_file=conftest.nm/nofile ;;
+ *) lt_bad_file=/dev/null ;;
+ esac
+! case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
+ *$lt_bad_file* | *'Invalid file or object type'*)
+ lt_cv_path_NM="$tmp_nm -B"
+ break 2
+ ;;
+ *)
+! case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
+ */dev/null*)
+ lt_cv_path_NM="$tmp_nm -p"
+ break 2
+--- 12561,12576 ----
+ # Tru64's nm complains that /dev/null is an invalid object file
+ # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
+ case $build_os in
+! mingw* | windows*) lt_bad_file=conftest.nm/nofile ;;
+ *) lt_bad_file=/dev/null ;;
+ esac
+! case `"$tmp_nm" -B $lt_bad_file 2>&1 | $SED '1q'` in
+ *$lt_bad_file* | *'Invalid file or object type'*)
+ lt_cv_path_NM="$tmp_nm -B"
+ break 2
+ ;;
+ *)
+! case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in
+ */dev/null*)
+ lt_cv_path_NM="$tmp_nm -p"
+ break 2
+***************
+*** 11432,11441 ****
+ IFS=$lt_save_ifs
+ done
+ : ${lt_cv_path_NM=no}
+ fi
+! fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
+! $as_echo "$lt_cv_path_NM" >&6; }
+ if test no != "$lt_cv_path_NM"; then
+ NM=$lt_cv_path_NM
+ else
+--- 12587,12597 ----
+ IFS=$lt_save_ifs
+ done
+ : ${lt_cv_path_NM=no}
++ fi ;;
++ esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
+! printf "%s\n" "$lt_cv_path_NM" >&6; }
+ if test no != "$lt_cv_path_NM"; then
+ NM=$lt_cv_path_NM
+ else
+***************
+*** 11448,11485 ****
+ do
+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+ set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_DUMPBIN+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$DUMPBIN"; then
+ ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ DUMPBIN=$ac_cv_prog_DUMPBIN
+ if test -n "$DUMPBIN"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
+! $as_echo "$DUMPBIN" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 12604,12647 ----
+ do
+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+ set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_DUMPBIN+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$DUMPBIN"; then
+ ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ DUMPBIN=$ac_cv_prog_DUMPBIN
+ if test -n "$DUMPBIN"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
+! printf "%s\n" "$DUMPBIN" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 11492,11529 ****
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$ac_ct_DUMPBIN"; then
+ ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
+ if test -n "$ac_ct_DUMPBIN"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
+! $as_echo "$ac_ct_DUMPBIN" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 12654,12697 ----
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_ac_ct_DUMPBIN+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$ac_ct_DUMPBIN"; then
+ ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
+ if test -n "$ac_ct_DUMPBIN"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
+! printf "%s\n" "$ac_ct_DUMPBIN" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 11535,11549 ****
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ DUMPBIN=$ac_ct_DUMPBIN
+ fi
+ fi
+
+! case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
+ *COFF*)
+ DUMPBIN="$DUMPBIN -symbols -headers"
+ ;;
+--- 12703,12717 ----
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ DUMPBIN=$ac_ct_DUMPBIN
+ fi
+ fi
+
+! case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in
+ *COFF*)
+ DUMPBIN="$DUMPBIN -symbols -headers"
+ ;;
+***************
+*** 11564,11575 ****
+
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
+! $as_echo_n "checking the name lister ($NM) interface... " >&6; }
+! if ${lt_cv_nm_interface+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! lt_cv_nm_interface="BSD nm"
+ echo "int some_variable = 0;" > conftest.$ac_ext
+ (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
+ (eval "$ac_compile" 2>conftest.err)
+--- 12732,12744 ----
+
+
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
+! printf %s "checking the name lister ($NM) interface... " >&6; }
+! if test ${lt_cv_nm_interface+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) lt_cv_nm_interface="BSD nm"
+ echo "int some_variable = 0;" > conftest.$ac_ext
+ (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
+ (eval "$ac_compile" 2>conftest.err)
+***************
+*** 11582,11591 ****
+ if $GREP 'External.*some_variable' conftest.out > /dev/null; then
+ lt_cv_nm_interface="MS dumpbin"
+ fi
+! rm -f conftest*
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
+! $as_echo "$lt_cv_nm_interface" >&6; }
+
+
+ # FIXME: When cross compiling (ie. $ac_tool_prefix not empty), libtool
+--- 12751,12761 ----
+ if $GREP 'External.*some_variable' conftest.out > /dev/null; then
+ lt_cv_nm_interface="MS dumpbin"
+ fi
+! rm -f conftest* ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
+! printf "%s\n" "$lt_cv_nm_interface" >&6; }
+
+
+ # FIXME: When cross compiling (ie. $ac_tool_prefix not empty), libtool
+***************
+*** 11600,11611 ****
+ gmp_save_ac_tool_prefix=$ac_tool_prefix
+ ac_tool_prefix=
+ NM=
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
+! $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
+! if ${lt_cv_path_NM+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$NM"; then
+ # Let the user override the test.
+ lt_cv_path_NM=$NM
+ else
+--- 12770,12782 ----
+ gmp_save_ac_tool_prefix=$ac_tool_prefix
+ ac_tool_prefix=
+ NM=
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
+! printf %s "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
+! if test ${lt_cv_path_NM+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$NM"; then
+ # Let the user override the test.
+ lt_cv_path_NM=$NM
+ else
+***************
+*** 11626,11641 ****
+ # Tru64's nm complains that /dev/null is an invalid object file
+ # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
+ case $build_os in
+! mingw*) lt_bad_file=conftest.nm/nofile ;;
+ *) lt_bad_file=/dev/null ;;
+ esac
+! case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
+ *$lt_bad_file* | *'Invalid file or object type'*)
+ lt_cv_path_NM="$tmp_nm -B"
+ break 2
+ ;;
+ *)
+! case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
+ */dev/null*)
+ lt_cv_path_NM="$tmp_nm -p"
+ break 2
+--- 12797,12812 ----
+ # Tru64's nm complains that /dev/null is an invalid object file
+ # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
+ case $build_os in
+! mingw* | windows*) lt_bad_file=conftest.nm/nofile ;;
+ *) lt_bad_file=/dev/null ;;
+ esac
+! case `"$tmp_nm" -B $lt_bad_file 2>&1 | $SED '1q'` in
+ *$lt_bad_file* | *'Invalid file or object type'*)
+ lt_cv_path_NM="$tmp_nm -B"
+ break 2
+ ;;
+ *)
+! case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in
+ */dev/null*)
+ lt_cv_path_NM="$tmp_nm -p"
+ break 2
+***************
+*** 11652,11661 ****
+ IFS=$lt_save_ifs
+ done
+ : ${lt_cv_path_NM=no}
+ fi
+! fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
+! $as_echo "$lt_cv_path_NM" >&6; }
+ if test no != "$lt_cv_path_NM"; then
+ NM=$lt_cv_path_NM
+ else
+--- 12823,12833 ----
+ IFS=$lt_save_ifs
+ done
+ : ${lt_cv_path_NM=no}
++ fi ;;
++ esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
+! printf "%s\n" "$lt_cv_path_NM" >&6; }
+ if test no != "$lt_cv_path_NM"; then
+ NM=$lt_cv_path_NM
+ else
+***************
+*** 11668,11705 ****
+ do
+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+ set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_DUMPBIN+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$DUMPBIN"; then
+ ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ DUMPBIN=$ac_cv_prog_DUMPBIN
+ if test -n "$DUMPBIN"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
+! $as_echo "$DUMPBIN" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 12840,12883 ----
+ do
+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+ set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_DUMPBIN+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$DUMPBIN"; then
+ ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ DUMPBIN=$ac_cv_prog_DUMPBIN
+ if test -n "$DUMPBIN"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
+! printf "%s\n" "$DUMPBIN" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 11712,11749 ****
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$ac_ct_DUMPBIN"; then
+ ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
+ if test -n "$ac_ct_DUMPBIN"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
+! $as_echo "$ac_ct_DUMPBIN" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 12890,12933 ----
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_ac_ct_DUMPBIN+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$ac_ct_DUMPBIN"; then
+ ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
+ if test -n "$ac_ct_DUMPBIN"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
+! printf "%s\n" "$ac_ct_DUMPBIN" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 11755,11769 ****
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ DUMPBIN=$ac_ct_DUMPBIN
+ fi
+ fi
+
+! case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
+ *COFF*)
+ DUMPBIN="$DUMPBIN -symbols -headers"
+ ;;
+--- 12939,12953 ----
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ DUMPBIN=$ac_ct_DUMPBIN
+ fi
+ fi
+
+! case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in
+ *COFF*)
+ DUMPBIN="$DUMPBIN -symbols -headers"
+ ;;
+***************
+*** 11781,11792 ****
+
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
+! $as_echo_n "checking the name lister ($NM) interface... " >&6; }
+! if ${lt_cv_nm_interface+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! lt_cv_nm_interface="BSD nm"
+ echo "int some_variable = 0;" > conftest.$ac_ext
+ (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
+ (eval "$ac_compile" 2>conftest.err)
+--- 12965,12977 ----
+
+
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
+! printf %s "checking the name lister ($NM) interface... " >&6; }
+! if test ${lt_cv_nm_interface+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) lt_cv_nm_interface="BSD nm"
+ echo "int some_variable = 0;" > conftest.$ac_ext
+ (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
+ (eval "$ac_compile" 2>conftest.err)
+***************
+*** 11799,11808 ****
+ if $GREP 'External.*some_variable' conftest.out > /dev/null; then
+ lt_cv_nm_interface="MS dumpbin"
+ fi
+! rm -f conftest*
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
+! $as_echo "$lt_cv_nm_interface" >&6; }
+
+ ac_tool_prefix=$gmp_save_ac_tool_prefix
+ fi
+--- 12984,12994 ----
+ if $GREP 'External.*some_variable' conftest.out > /dev/null; then
+ lt_cv_nm_interface="MS dumpbin"
+ fi
+! rm -f conftest* ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
+! printf "%s\n" "$lt_cv_nm_interface" >&6; }
+
+ ac_tool_prefix=$gmp_save_ac_tool_prefix
+ fi
+***************
+*** 11811,11821 ****
+ eval nmflags=\"\$nm${abi1}_flags\"
+ test -n "$nmflags" || eval nmflags=\"\$nm${abi2}_flags\"
+ if test -n "$nmflags"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for extra nm flags" >&5
+! $as_echo_n "checking for extra nm flags... " >&6; }
+ NM="$NM $nmflags"
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $nmflags" >&5
+! $as_echo "$nmflags" >&6; }
+ fi
+ fi
+
+--- 12997,13007 ----
+ eval nmflags=\"\$nm${abi1}_flags\"
+ test -n "$nmflags" || eval nmflags=\"\$nm${abi2}_flags\"
+ if test -n "$nmflags"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for extra nm flags" >&5
+! printf %s "checking for extra nm flags... " >&6; }
+ NM="$NM $nmflags"
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $nmflags" >&5
+! printf "%s\n" "$nmflags" >&6; }
+ fi
+ fi
+
+***************
+*** 11842,11883 ****
+ enable_win32_dll=yes
+
+ case $host in
+! *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}as; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_AS+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$AS"; then
+ ac_cv_prog_AS="$AS" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_AS="${ac_tool_prefix}as"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ AS=$ac_cv_prog_AS
+ if test -n "$AS"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
+! $as_echo "$AS" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 13028,13075 ----
+ enable_win32_dll=yes
+
+ case $host in
+! *-*-cygwin* | *-*-mingw* | *-*-windows* | *-*-pw32* | *-*-cegcc*)
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}as; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_AS+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$AS"; then
+ ac_cv_prog_AS="$AS" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_AS="${ac_tool_prefix}as"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ AS=$ac_cv_prog_AS
+ if test -n "$AS"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
+! printf "%s\n" "$AS" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 11886,11923 ****
+ ac_ct_AS=$AS
+ # Extract the first word of "as", so it can be a program name with args.
+ set dummy as; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_ac_ct_AS+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$ac_ct_AS"; then
+ ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_AS="as"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ ac_ct_AS=$ac_cv_prog_ac_ct_AS
+ if test -n "$ac_ct_AS"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5
+! $as_echo "$ac_ct_AS" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+ if test "x$ac_ct_AS" = x; then
+--- 13078,13121 ----
+ ac_ct_AS=$AS
+ # Extract the first word of "as", so it can be a program name with args.
+ set dummy as; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_ac_ct_AS+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$ac_ct_AS"; then
+ ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_AS="as"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ ac_ct_AS=$ac_cv_prog_ac_ct_AS
+ if test -n "$ac_ct_AS"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5
+! printf "%s\n" "$ac_ct_AS" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+ if test "x$ac_ct_AS" = x; then
+***************
+*** 11925,11932 ****
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ AS=$ac_ct_AS
+--- 13123,13130 ----
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ AS=$ac_ct_AS
+***************
+*** 11938,11975 ****
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}dlltool; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_DLLTOOL+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$DLLTOOL"; then
+ ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ DLLTOOL=$ac_cv_prog_DLLTOOL
+ if test -n "$DLLTOOL"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
+! $as_echo "$DLLTOOL" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 13136,13179 ----
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}dlltool; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_DLLTOOL+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$DLLTOOL"; then
+ ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ DLLTOOL=$ac_cv_prog_DLLTOOL
+ if test -n "$DLLTOOL"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
+! printf "%s\n" "$DLLTOOL" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 11978,12015 ****
+ ac_ct_DLLTOOL=$DLLTOOL
+ # Extract the first word of "dlltool", so it can be a program name with args.
+ set dummy dlltool; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$ac_ct_DLLTOOL"; then
+ ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_DLLTOOL="dlltool"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
+ if test -n "$ac_ct_DLLTOOL"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
+! $as_echo "$ac_ct_DLLTOOL" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+ if test "x$ac_ct_DLLTOOL" = x; then
+--- 13182,13225 ----
+ ac_ct_DLLTOOL=$DLLTOOL
+ # Extract the first word of "dlltool", so it can be a program name with args.
+ set dummy dlltool; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_ac_ct_DLLTOOL+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$ac_ct_DLLTOOL"; then
+ ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_DLLTOOL="dlltool"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
+ if test -n "$ac_ct_DLLTOOL"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
+! printf "%s\n" "$ac_ct_DLLTOOL" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+ if test "x$ac_ct_DLLTOOL" = x; then
+***************
+*** 12017,12024 ****
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ DLLTOOL=$ac_ct_DLLTOOL
+--- 13227,13234 ----
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ DLLTOOL=$ac_ct_DLLTOOL
+***************
+*** 12030,12067 ****
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}objdump; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_OBJDUMP+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$OBJDUMP"; then
+ ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ OBJDUMP=$ac_cv_prog_OBJDUMP
+ if test -n "$OBJDUMP"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
+! $as_echo "$OBJDUMP" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 13240,13283 ----
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}objdump; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_OBJDUMP+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$OBJDUMP"; then
+ ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ OBJDUMP=$ac_cv_prog_OBJDUMP
+ if test -n "$OBJDUMP"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
+! printf "%s\n" "$OBJDUMP" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 12070,12107 ****
+ ac_ct_OBJDUMP=$OBJDUMP
+ # Extract the first word of "objdump", so it can be a program name with args.
+ set dummy objdump; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$ac_ct_OBJDUMP"; then
+ ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_OBJDUMP="objdump"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
+ if test -n "$ac_ct_OBJDUMP"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
+! $as_echo "$ac_ct_OBJDUMP" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+ if test "x$ac_ct_OBJDUMP" = x; then
+--- 13286,13329 ----
+ ac_ct_OBJDUMP=$OBJDUMP
+ # Extract the first word of "objdump", so it can be a program name with args.
+ set dummy objdump; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_ac_ct_OBJDUMP+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$ac_ct_OBJDUMP"; then
+ ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_OBJDUMP="objdump"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
+ if test -n "$ac_ct_OBJDUMP"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
+! printf "%s\n" "$ac_ct_OBJDUMP" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+ if test "x$ac_ct_OBJDUMP" = x; then
+***************
+*** 12109,12116 ****
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ OBJDUMP=$ac_ct_OBJDUMP
+--- 13331,13338 ----
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ OBJDUMP=$ac_ct_OBJDUMP
+***************
+*** 12234,12247 ****
+
+ case `pwd` in
+ *\ * | *\ *)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
+! $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
+ esac
+
+
+
+! macro_version='2.4.6'
+! macro_revision='2.4.6'
+
+
+
+--- 13456,13470 ----
+
+ case `pwd` in
+ *\ * | *\ *)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
+! printf "%s\n" "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
+ esac
+
+
+
+! macro_version='2.5.4.23-5b58'
+! macro_revision='2.5.4.23'
+!
+
+
+
+***************
+*** 12278,12285 ****
+ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
+ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
+! $as_echo_n "checking how to print strings... " >&6; }
+ # Test print first, because it will be a builtin if present.
+ if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
+ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
+--- 13501,13508 ----
+ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
+ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
+! printf %s "checking how to print strings... " >&6; }
+ # Test print first, because it will be a builtin if present.
+ if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
+ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
+***************
+*** 12305,12316 ****
+ }
+
+ case $ECHO in
+! printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
+! $as_echo "printf" >&6; } ;;
+! print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
+! $as_echo "print -r" >&6; } ;;
+! *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
+! $as_echo "cat" >&6; } ;;
+ esac
+
+
+--- 13528,13539 ----
+ }
+
+ case $ECHO in
+! printf*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: printf" >&5
+! printf "%s\n" "printf" >&6; } ;;
+! print*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
+! printf "%s\n" "print -r" >&6; } ;;
+! *) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: cat" >&5
+! printf "%s\n" "cat" >&6; } ;;
+ esac
+
+
+***************
+*** 12326,12337 ****
+
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
+! $as_echo_n "checking for a sed that does not truncate output... " >&6; }
+! if ${ac_cv_path_SED+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
+ for ac_i in 1 2 3 4 5 6 7; do
+ ac_script="$ac_script$as_nl$ac_script"
+ done
+--- 13549,13561 ----
+
+
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
+! printf %s "checking for a sed that does not truncate output... " >&6; }
+! if test ${ac_cv_path_SED+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
+ for ac_i in 1 2 3 4 5 6 7; do
+ ac_script="$ac_script$as_nl$ac_script"
+ done
+***************
+*** 12344,12368 ****
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+! for ac_prog in sed gsed; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
+ as_fn_executable_p "$ac_path_SED" || continue
+ # Check for GNU ac_path_SED and select it if it is found.
+ # Check for GNU $ac_path_SED
+! case `"$ac_path_SED" --version 2>&1` in
+ *GNU*)
+ ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
+ *)
+ ac_count=0
+! $as_echo_n 0123456789 >"conftest.in"
+ while :
+ do
+ cat "conftest.in" "conftest.in" >"conftest.tmp"
+ mv "conftest.tmp" "conftest.in"
+ cp "conftest.in" "conftest.nl"
+! $as_echo '' >> "conftest.nl"
+ "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+ as_fn_arith $ac_count + 1 && ac_count=$as_val
+--- 13568,13598 ----
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+! for ac_prog in sed gsed
+! do
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! ac_path_SED="$as_dir$ac_prog$ac_exec_ext"
+ as_fn_executable_p "$ac_path_SED" || continue
+ # Check for GNU ac_path_SED and select it if it is found.
+ # Check for GNU $ac_path_SED
+! case `"$ac_path_SED" --version 2>&1` in #(
+ *GNU*)
+ ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
++ #(
+ *)
+ ac_count=0
+! printf %s 0123456789 >"conftest.in"
+ while :
+ do
+ cat "conftest.in" "conftest.in" >"conftest.tmp"
+ mv "conftest.tmp" "conftest.in"
+ cp "conftest.in" "conftest.nl"
+! printf "%s\n" '' >> "conftest.nl"
+ "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+ as_fn_arith $ac_count + 1 && ac_count=$as_val
+***************
+*** 12388,12397 ****
+ else
+ ac_cv_path_SED=$SED
+ fi
+!
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
+! $as_echo "$ac_cv_path_SED" >&6; }
+ SED="$ac_cv_path_SED"
+ rm -f conftest.sed
+
+--- 13618,13628 ----
+ else
+ ac_cv_path_SED=$SED
+ fi
+! ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
+! printf "%s\n" "$ac_cv_path_SED" >&6; }
+ SED="$ac_cv_path_SED"
+ rm -f conftest.sed
+
+***************
+*** 12408,12419 ****
+
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
+! $as_echo_n "checking for fgrep... " >&6; }
+! if ${ac_cv_path_FGREP+:} false; then :
+! $as_echo_n "(cached) " >&6
+ else
+! if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
+ then ac_cv_path_FGREP="$GREP -F"
+ else
+ if test -z "$FGREP"; then
+--- 13639,13799 ----
+
+
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
+! printf %s "checking for grep that handles long lines and -e... " >&6; }
+! if test ${ac_cv_path_GREP+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -z "$GREP"; then
+! ac_path_GREP_found=false
+! # Loop through the user's path and test for each of PROGNAME-LIST
+! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+! for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+! do
+! IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+! for ac_prog in grep ggrep
+! do
+! for ac_exec_ext in '' $ac_executable_extensions; do
+! ac_path_GREP="$as_dir$ac_prog$ac_exec_ext"
+! as_fn_executable_p "$ac_path_GREP" || continue
+! # Check for GNU ac_path_GREP and select it if it is found.
+! # Check for GNU $ac_path_GREP
+! case `"$ac_path_GREP" --version 2>&1` in #(
+! *GNU*)
+! ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
+! #(
+! *)
+! ac_count=0
+! printf %s 0123456789 >"conftest.in"
+! while :
+! do
+! cat "conftest.in" "conftest.in" >"conftest.tmp"
+! mv "conftest.tmp" "conftest.in"
+! cp "conftest.in" "conftest.nl"
+! printf "%s\n" 'GREP' >> "conftest.nl"
+! "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
+! diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+! as_fn_arith $ac_count + 1 && ac_count=$as_val
+! if test $ac_count -gt ${ac_path_GREP_max-0}; then
+! # Best one so far, save it but keep looking for a better one
+! ac_cv_path_GREP="$ac_path_GREP"
+! ac_path_GREP_max=$ac_count
+! fi
+! # 10*(2^10) chars as input seems more than enough
+! test $ac_count -gt 10 && break
+! done
+! rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+! esac
+!
+! $ac_path_GREP_found && break 3
+! done
+! done
+! done
+! IFS=$as_save_IFS
+! if test -z "$ac_cv_path_GREP"; then
+! as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+! fi
+ else
+! ac_cv_path_GREP=$GREP
+! fi
+! ;;
+! esac
+! fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
+! printf "%s\n" "$ac_cv_path_GREP" >&6; }
+! GREP="$ac_cv_path_GREP"
+!
+!
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
+! printf %s "checking for egrep... " >&6; }
+! if test ${ac_cv_path_EGREP+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
+! then ac_cv_path_EGREP="$GREP -E"
+! else
+! if test -z "$EGREP"; then
+! ac_path_EGREP_found=false
+! # Loop through the user's path and test for each of PROGNAME-LIST
+! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+! for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+! do
+! IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+! for ac_prog in egrep
+! do
+! for ac_exec_ext in '' $ac_executable_extensions; do
+! ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext"
+! as_fn_executable_p "$ac_path_EGREP" || continue
+! # Check for GNU ac_path_EGREP and select it if it is found.
+! # Check for GNU $ac_path_EGREP
+! case `"$ac_path_EGREP" --version 2>&1` in #(
+! *GNU*)
+! ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
+! #(
+! *)
+! ac_count=0
+! printf %s 0123456789 >"conftest.in"
+! while :
+! do
+! cat "conftest.in" "conftest.in" >"conftest.tmp"
+! mv "conftest.tmp" "conftest.in"
+! cp "conftest.in" "conftest.nl"
+! printf "%s\n" 'EGREP' >> "conftest.nl"
+! "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
+! diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+! as_fn_arith $ac_count + 1 && ac_count=$as_val
+! if test $ac_count -gt ${ac_path_EGREP_max-0}; then
+! # Best one so far, save it but keep looking for a better one
+! ac_cv_path_EGREP="$ac_path_EGREP"
+! ac_path_EGREP_max=$ac_count
+! fi
+! # 10*(2^10) chars as input seems more than enough
+! test $ac_count -gt 10 && break
+! done
+! rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+! esac
+!
+! $ac_path_EGREP_found && break 3
+! done
+! done
+! done
+! IFS=$as_save_IFS
+! if test -z "$ac_cv_path_EGREP"; then
+! as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+! fi
+! else
+! ac_cv_path_EGREP=$EGREP
+! fi
+!
+! fi ;;
+! esac
+! fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
+! printf "%s\n" "$ac_cv_path_EGREP" >&6; }
+! EGREP="$ac_cv_path_EGREP"
+!
+! EGREP_TRADITIONAL=$EGREP
+! ac_cv_path_EGREP_TRADITIONAL=$EGREP
+!
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
+! printf %s "checking for fgrep... " >&6; }
+! if test ${ac_cv_path_FGREP+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
+ then ac_cv_path_FGREP="$GREP -F"
+ else
+ if test -z "$FGREP"; then
+***************
+*** 12423,12447 ****
+ for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+! for ac_prog in fgrep; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
+ as_fn_executable_p "$ac_path_FGREP" || continue
+ # Check for GNU ac_path_FGREP and select it if it is found.
+ # Check for GNU $ac_path_FGREP
+! case `"$ac_path_FGREP" --version 2>&1` in
+ *GNU*)
+ ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
+ *)
+ ac_count=0
+! $as_echo_n 0123456789 >"conftest.in"
+ while :
+ do
+ cat "conftest.in" "conftest.in" >"conftest.tmp"
+ mv "conftest.tmp" "conftest.in"
+ cp "conftest.in" "conftest.nl"
+! $as_echo 'FGREP' >> "conftest.nl"
+ "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+ as_fn_arith $ac_count + 1 && ac_count=$as_val
+--- 13803,13833 ----
+ for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+! for ac_prog in fgrep
+! do
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! ac_path_FGREP="$as_dir$ac_prog$ac_exec_ext"
+ as_fn_executable_p "$ac_path_FGREP" || continue
+ # Check for GNU ac_path_FGREP and select it if it is found.
+ # Check for GNU $ac_path_FGREP
+! case `"$ac_path_FGREP" --version 2>&1` in #(
+ *GNU*)
+ ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
++ #(
+ *)
+ ac_count=0
+! printf %s 0123456789 >"conftest.in"
+ while :
+ do
+ cat "conftest.in" "conftest.in" >"conftest.tmp"
+ mv "conftest.tmp" "conftest.in"
+ cp "conftest.in" "conftest.nl"
+! printf "%s\n" 'FGREP' >> "conftest.nl"
+ "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+ as_fn_arith $ac_count + 1 && ac_count=$as_val
+***************
+*** 12468,12477 ****
+ ac_cv_path_FGREP=$FGREP
+ fi
+
+! fi
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
+! $as_echo "$ac_cv_path_FGREP" >&6; }
+ FGREP="$ac_cv_path_FGREP"
+
+
+--- 13854,13864 ----
+ ac_cv_path_FGREP=$FGREP
+ fi
+
+! fi ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
+! printf "%s\n" "$ac_cv_path_FGREP" >&6; }
+ FGREP="$ac_cv_path_FGREP"
+
+
+***************
+*** 12496,12514 ****
+
+
+ # Check whether --with-gnu-ld was given.
+! if test "${with_gnu_ld+set}" = set; then :
+ withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes
+! else
+! with_gnu_ld=no
+ fi
+
+ ac_prog=ld
+ if test yes = "$GCC"; then
+ # Check if gcc -print-prog-name=ld gives a path.
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
+! $as_echo_n "checking for ld used by $CC... " >&6; }
+ case $host in
+! *-*-mingw*)
+ # gcc leaves a trailing carriage return, which upsets mingw
+ ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
+ *)
+--- 13883,13903 ----
+
+
+ # Check whether --with-gnu-ld was given.
+! if test ${with_gnu_ld+y}
+! then :
+ withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes
+! else case e in #(
+! e) with_gnu_ld=no ;;
+! esac
+ fi
+
+ ac_prog=ld
+ if test yes = "$GCC"; then
+ # Check if gcc -print-prog-name=ld gives a path.
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
+! printf %s "checking for ld used by $CC... " >&6; }
+ case $host in
+! *-*-mingw* | *-*-windows*)
+ # gcc leaves a trailing carriage return, which upsets mingw
+ ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
+ *)
+***************
+*** 12535,12550 ****
+ ;;
+ esac
+ elif test yes = "$with_gnu_ld"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
+! $as_echo_n "checking for GNU ld... " >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
+! $as_echo_n "checking for non-GNU ld... " >&6; }
+ fi
+! if ${lt_cv_path_LD+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -z "$LD"; then
+ lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
+ for ac_dir in $PATH; do
+ IFS=$lt_save_ifs
+--- 13924,13940 ----
+ ;;
+ esac
+ elif test yes = "$with_gnu_ld"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
+! printf %s "checking for GNU ld... " >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
+! printf %s "checking for non-GNU ld... " >&6; }
+ fi
+! if test ${lt_cv_path_LD+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -z "$LD"; then
+ lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
+ for ac_dir in $PATH; do
+ IFS=$lt_save_ifs
+***************
+*** 12567,12590 ****
+ IFS=$lt_save_ifs
+ else
+ lt_cv_path_LD=$LD # Let the user override the test with a path.
+! fi
+ fi
+
+ LD=$lt_cv_path_LD
+ if test -n "$LD"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
+! $as_echo "$LD" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+ test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
+! $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
+! if ${lt_cv_prog_gnu_ld+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! # I'd rather use --version here, but apparently some GNU lds only accept -v.
+ case `$LD -v 2>&1 &5
+! printf "%s\n" "$LD" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+ test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
+! printf %s "checking if the linker ($LD) is GNU ld... " >&6; }
+! if test ${lt_cv_prog_gnu_ld+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) # I'd rather use --version here, but apparently some GNU lds only accept -v.
+ case `$LD -v 2>&1 &5
+! $as_echo "$lt_cv_prog_gnu_ld" >&6; }
+ with_gnu_ld=$lt_cv_prog_gnu_ld
+
+
+--- 13984,13994 ----
+ *)
+ lt_cv_prog_gnu_ld=no
+ ;;
++ esac ;;
+ esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
+! printf "%s\n" "$lt_cv_prog_gnu_ld" >&6; }
+ with_gnu_ld=$lt_cv_prog_gnu_ld
+
+
+***************
+*** 12606,12629 ****
+
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
+! $as_echo_n "checking whether ln -s works... " >&6; }
+ LN_S=$as_ln_s
+ if test "$LN_S" = "ln -s"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+! $as_echo "yes" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
+! $as_echo "no, using $LN_S" >&6; }
+ fi
+
+ # find the maximum length of command line arguments
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
+! $as_echo_n "checking the maximum length of command line arguments... " >&6; }
+! if ${lt_cv_sys_max_cmd_len+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! i=0
+ teststring=ABCD
+
+ case $build_os in
+--- 13999,14023 ----
+
+
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
+! printf %s "checking whether ln -s works... " >&6; }
+ LN_S=$as_ln_s
+ if test "$LN_S" = "ln -s"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+! printf "%s\n" "yes" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
+! printf "%s\n" "no, using $LN_S" >&6; }
+ fi
+
+ # find the maximum length of command line arguments
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
+! printf %s "checking the maximum length of command line arguments... " >&6; }
+! if test ${lt_cv_sys_max_cmd_len+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) i=0
+ teststring=ABCD
+
+ case $build_os in
+***************
+*** 12635,12648 ****
+ lt_cv_sys_max_cmd_len=12288; # 12K is about right
+ ;;
+
+! gnu*)
+! # Under GNU Hurd, this test is not required because there is
+! # no limit to the length of command line arguments.
+ # Libtool will interpret -1 as no limit whatsoever
+ lt_cv_sys_max_cmd_len=-1;
+ ;;
+
+! cygwin* | mingw* | cegcc*)
+ # On Win9x/ME, this test blows up -- it succeeds, but takes
+ # about 5 minutes as the teststring grows exponentially.
+ # Worse, since 9x/ME are not pre-emptively multitasking,
+--- 14029,14042 ----
+ lt_cv_sys_max_cmd_len=12288; # 12K is about right
+ ;;
+
+! gnu* | ironclad*)
+! # Under GNU Hurd and Ironclad, this test is not required because there
+! # is no limit to the length of command line arguments.
+ # Libtool will interpret -1 as no limit whatsoever
+ lt_cv_sys_max_cmd_len=-1;
+ ;;
+
+! cygwin* | mingw* | windows* | cegcc*)
+ # On Win9x/ME, this test blows up -- it succeeds, but takes
+ # about 5 minutes as the teststring grows exponentially.
+ # Worse, since 9x/ME are not pre-emptively multitasking,
+***************
+*** 12664,12670 ****
+ lt_cv_sys_max_cmd_len=8192;
+ ;;
+
+! bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
+ # This has been around since 386BSD, at least. Likely further.
+ if test -x /sbin/sysctl; then
+ lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
+--- 14058,14064 ----
+ lt_cv_sys_max_cmd_len=8192;
+ ;;
+
+! darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*)
+ # This has been around since 386BSD, at least. Likely further.
+ if test -x /sbin/sysctl; then
+ lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
+***************
+*** 12707,12713 ****
+ sysv5* | sco5v6* | sysv4.2uw2*)
+ kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
+ if test -n "$kargmax"; then
+! lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
+ else
+ lt_cv_sys_max_cmd_len=32768
+ fi
+--- 14101,14107 ----
+ sysv5* | sco5v6* | sysv4.2uw2*)
+ kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
+ if test -n "$kargmax"; then
+! lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[ ]//'`
+ else
+ lt_cv_sys_max_cmd_len=32768
+ fi
+***************
+*** 12745,12759 ****
+ fi
+ ;;
+ esac
+!
+ fi
+
+ if test -n "$lt_cv_sys_max_cmd_len"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
+! $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
+! $as_echo "none" >&6; }
+ fi
+ max_cmd_len=$lt_cv_sys_max_cmd_len
+
+--- 14139,14154 ----
+ fi
+ ;;
+ esac
+! ;;
+! esac
+ fi
+
+ if test -n "$lt_cv_sys_max_cmd_len"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
+! printf "%s\n" "$lt_cv_sys_max_cmd_len" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none" >&5
+! printf "%s\n" "none" >&6; }
+ fi
+ max_cmd_len=$lt_cv_sys_max_cmd_len
+
+***************
+*** 12797,12811 ****
+
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
+! $as_echo_n "checking how to convert $build file names to $host format... " >&6; }
+! if ${lt_cv_to_host_file_cmd+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! case $host in
+ *-*-mingw* )
+ case $build in
+! *-*-mingw* ) # actually msys
+ lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
+ ;;
+ *-*-cygwin* )
+--- 14192,14207 ----
+
+
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
+! printf %s "checking how to convert $build file names to $host format... " >&6; }
+! if test ${lt_cv_to_host_file_cmd+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) case $host in
+ *-*-mingw* )
+ case $build in
+! *-*-mingw* | *-*-windows* ) # actually msys
+ lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
+ ;;
+ *-*-cygwin* )
+***************
+*** 12818,12824 ****
+ ;;
+ *-*-cygwin* )
+ case $build in
+! *-*-mingw* ) # actually msys
+ lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
+ ;;
+ *-*-cygwin* )
+--- 14214,14220 ----
+ ;;
+ *-*-cygwin* )
+ case $build in
+! *-*-mingw* | *-*-windows* ) # actually msys
+ lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
+ ;;
+ *-*-cygwin* )
+***************
+*** 12833,12885 ****
+ lt_cv_to_host_file_cmd=func_convert_file_noop
+ ;;
+ esac
+!
+ fi
+
+ to_host_file_cmd=$lt_cv_to_host_file_cmd
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
+! $as_echo "$lt_cv_to_host_file_cmd" >&6; }
+
+
+
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
+! $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
+! if ${lt_cv_to_tool_file_cmd+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! #assume ordinary cross tools, or native build.
+ lt_cv_to_tool_file_cmd=func_convert_file_noop
+ case $host in
+! *-*-mingw* )
+ case $build in
+! *-*-mingw* ) # actually msys
+ lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
+ ;;
+ esac
+ ;;
+ esac
+!
+ fi
+
+ to_tool_file_cmd=$lt_cv_to_tool_file_cmd
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
+! $as_echo "$lt_cv_to_tool_file_cmd" >&6; }
+
+
+
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
+! $as_echo_n "checking for $LD option to reload object files... " >&6; }
+! if ${lt_cv_ld_reload_flag+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! lt_cv_ld_reload_flag='-r'
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
+! $as_echo "$lt_cv_ld_reload_flag" >&6; }
+ reload_flag=$lt_cv_ld_reload_flag
+ case $reload_flag in
+ "" | " "*) ;;
+--- 14229,14286 ----
+ lt_cv_to_host_file_cmd=func_convert_file_noop
+ ;;
+ esac
+! ;;
+! esac
+ fi
+
+ to_host_file_cmd=$lt_cv_to_host_file_cmd
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
+! printf "%s\n" "$lt_cv_to_host_file_cmd" >&6; }
+
+
+
+
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
+! printf %s "checking how to convert $build file names to toolchain format... " >&6; }
+! if test ${lt_cv_to_tool_file_cmd+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) #assume ordinary cross tools, or native build.
+ lt_cv_to_tool_file_cmd=func_convert_file_noop
+ case $host in
+! *-*-mingw* | *-*-windows* )
+ case $build in
+! *-*-mingw* | *-*-windows* ) # actually msys
+ lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
+ ;;
+ esac
+ ;;
+ esac
+! ;;
+! esac
+ fi
+
+ to_tool_file_cmd=$lt_cv_to_tool_file_cmd
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
+! printf "%s\n" "$lt_cv_to_tool_file_cmd" >&6; }
+
+
+
+
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
+! printf %s "checking for $LD option to reload object files... " >&6; }
+! if test ${lt_cv_ld_reload_flag+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) lt_cv_ld_reload_flag='-r' ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
+! printf "%s\n" "$lt_cv_ld_reload_flag" >&6; }
+ reload_flag=$lt_cv_ld_reload_flag
+ case $reload_flag in
+ "" | " "*) ;;
+***************
+*** 12887,12900 ****
+ esac
+ reload_cmds='$LD$reload_flag -o $output$reload_objs'
+ case $host_os in
+! cygwin* | mingw* | pw32* | cegcc*)
+ if test yes != "$GCC"; then
+ reload_cmds=false
+ fi
+ ;;
+ darwin*)
+ if test yes = "$GCC"; then
+! reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
+ else
+ reload_cmds='$LD$reload_flag -o $output$reload_objs'
+ fi
+--- 14288,14301 ----
+ esac
+ reload_cmds='$LD$reload_flag -o $output$reload_objs'
+ case $host_os in
+! cygwin* | mingw* | windows* | pw32* | cegcc*)
+ if test yes != "$GCC"; then
+ reload_cmds=false
+ fi
+ ;;
+ darwin*)
+ if test yes = "$GCC"; then
+! reload_cmds='$LTCC $LTCFLAGS $stdlibflag $wl-r -o $output$reload_objs'
+ else
+ reload_cmds='$LD$reload_flag -o $output$reload_objs'
+ fi
+***************
+*** 12909,12949 ****
+
+
+
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}objdump; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_OBJDUMP+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$OBJDUMP"; then
+ ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ OBJDUMP=$ac_cv_prog_OBJDUMP
+ if test -n "$OBJDUMP"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
+! $as_echo "$OBJDUMP" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 14310,14406 ----
+
+
+
++ # Extract the first word of "file", so it can be a program name with args.
++ set dummy file; ac_word=$2
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++ printf %s "checking for $ac_word... " >&6; }
++ if test ${ac_cv_prog_FILECMD+y}
++ then :
++ printf %s "(cached) " >&6
++ else case e in #(
++ e) if test -n "$FILECMD"; then
++ ac_cv_prog_FILECMD="$FILECMD" # Let the user override the test.
++ else
++ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++ for as_dir in $PATH
++ do
++ IFS=$as_save_IFS
++ case $as_dir in #(((
++ '') as_dir=./ ;;
++ */) ;;
++ *) as_dir=$as_dir/ ;;
++ esac
++ for ac_exec_ext in '' $ac_executable_extensions; do
++ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
++ ac_cv_prog_FILECMD="file"
++ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
++ break 2
++ fi
++ done
++ done
++ IFS=$as_save_IFS
++
++ test -z "$ac_cv_prog_FILECMD" && ac_cv_prog_FILECMD=":"
++ fi ;;
++ esac
++ fi
++ FILECMD=$ac_cv_prog_FILECMD
++ if test -n "$FILECMD"; then
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FILECMD" >&5
++ printf "%s\n" "$FILECMD" >&6; }
++ else
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
++ printf "%s\n" "no" >&6; }
++ fi
++
++
++
++
++
++
++
++
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}objdump; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_OBJDUMP+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$OBJDUMP"; then
+ ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ OBJDUMP=$ac_cv_prog_OBJDUMP
+ if test -n "$OBJDUMP"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
+! printf "%s\n" "$OBJDUMP" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 12952,12989 ****
+ ac_ct_OBJDUMP=$OBJDUMP
+ # Extract the first word of "objdump", so it can be a program name with args.
+ set dummy objdump; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$ac_ct_OBJDUMP"; then
+ ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_OBJDUMP="objdump"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
+ if test -n "$ac_ct_OBJDUMP"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
+! $as_echo "$ac_ct_OBJDUMP" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+ if test "x$ac_ct_OBJDUMP" = x; then
+--- 14409,14452 ----
+ ac_ct_OBJDUMP=$OBJDUMP
+ # Extract the first word of "objdump", so it can be a program name with args.
+ set dummy objdump; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_ac_ct_OBJDUMP+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$ac_ct_OBJDUMP"; then
+ ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_OBJDUMP="objdump"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
+ if test -n "$ac_ct_OBJDUMP"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
+! printf "%s\n" "$ac_ct_OBJDUMP" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+ if test "x$ac_ct_OBJDUMP" = x; then
+***************
+*** 12991,12998 ****
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ OBJDUMP=$ac_ct_OBJDUMP
+--- 14454,14461 ----
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ OBJDUMP=$ac_ct_OBJDUMP
+***************
+*** 13008,13019 ****
+
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
+! $as_echo_n "checking how to recognize dependent libraries... " >&6; }
+! if ${lt_cv_deplibs_check_method+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! lt_cv_file_magic_cmd='$MAGIC_CMD'
+ lt_cv_file_magic_test_file=
+ lt_cv_deplibs_check_method='unknown'
+ # Need to set the preceding variable on all platforms that support
+--- 14471,14483 ----
+
+
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
+! printf %s "checking how to recognize dependent libraries... " >&6; }
+! if test ${lt_cv_deplibs_check_method+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) lt_cv_file_magic_cmd='$MAGIC_CMD'
+ lt_cv_file_magic_test_file=
+ lt_cv_deplibs_check_method='unknown'
+ # Need to set the preceding variable on all platforms that support
+***************
+*** 13021,13027 ****
+ # 'none' -- dependencies not supported.
+ # 'unknown' -- same as none, but documents that we really don't know.
+ # 'pass_all' -- all dependencies passed with no checks.
+- # 'test_compile' -- check by making test program.
+ # 'file_magic [[regex]]' -- check by looking for files in library path
+ # that responds to the $file_magic_cmd with a given extended regex.
+ # If you have 'file' or equivalent on your system and you're not sure
+--- 14485,14490 ----
+***************
+*** 13038,13044 ****
+
+ bsdi[45]*)
+ lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
+! lt_cv_file_magic_cmd='/usr/bin/file -L'
+ lt_cv_file_magic_test_file=/shlib/libc.so
+ ;;
+
+--- 14501,14507 ----
+
+ bsdi[45]*)
+ lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
+! lt_cv_file_magic_cmd='$FILECMD -L'
+ lt_cv_file_magic_test_file=/shlib/libc.so
+ ;;
+
+***************
+*** 13048,13054 ****
+ lt_cv_file_magic_cmd='func_win32_libid'
+ ;;
+
+! mingw* | pw32*)
+ # Base MSYS/MinGW do not provide the 'file' command needed by
+ # func_win32_libid shell function, so use a weaker test based on 'objdump',
+ # unless we find 'file', for example because we are cross-compiling.
+--- 14511,14517 ----
+ lt_cv_file_magic_cmd='func_win32_libid'
+ ;;
+
+! mingw* | windows* | pw32*)
+ # Base MSYS/MinGW do not provide the 'file' command needed by
+ # func_win32_libid shell function, so use a weaker test based on 'objdump',
+ # unless we find 'file', for example because we are cross-compiling.
+***************
+*** 13057,13063 ****
+ lt_cv_file_magic_cmd='func_win32_libid'
+ else
+ # Keep this pattern in sync with the one in func_win32_libid.
+! lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
+ lt_cv_file_magic_cmd='$OBJDUMP -f'
+ fi
+ ;;
+--- 14520,14526 ----
+ lt_cv_file_magic_cmd='func_win32_libid'
+ else
+ # Keep this pattern in sync with the one in func_win32_libid.
+! lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64|pe-aarch64)'
+ lt_cv_file_magic_cmd='$OBJDUMP -f'
+ fi
+ ;;
+***************
+*** 13072,13085 ****
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+! freebsd* | dragonfly*)
+ if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
+ case $host_cpu in
+ i*86 )
+ # Not sure whether the presence of OpenBSD here was a mistake.
+ # Let's accept both of them until this is cleared up.
+ lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
+! lt_cv_file_magic_cmd=/usr/bin/file
+ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
+ ;;
+ esac
+--- 14535,14548 ----
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+! freebsd* | dragonfly* | midnightbsd*)
+ if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
+ case $host_cpu in
+ i*86 )
+ # Not sure whether the presence of OpenBSD here was a mistake.
+ # Let's accept both of them until this is cleared up.
+ lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
+! lt_cv_file_magic_cmd=$FILECMD
+ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
+ ;;
+ esac
+***************
+*** 13093,13099 ****
+ ;;
+
+ hpux10.20* | hpux11*)
+! lt_cv_file_magic_cmd=/usr/bin/file
+ case $host_cpu in
+ ia64*)
+ lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
+--- 14556,14562 ----
+ ;;
+
+ hpux10.20* | hpux11*)
+! lt_cv_file_magic_cmd=$FILECMD
+ case $host_cpu in
+ ia64*)
+ lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
+***************
+*** 13130,13136 ****
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+! netbsd*)
+ if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
+ lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
+ else
+--- 14593,14603 ----
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+! *-mlibc)
+! lt_cv_deplibs_check_method=pass_all
+! ;;
+!
+! netbsd* | netbsdelf*-gnu)
+ if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
+ lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
+ else
+***************
+*** 13140,13146 ****
+
+ newos6*)
+ lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
+! lt_cv_file_magic_cmd=/usr/bin/file
+ lt_cv_file_magic_test_file=/usr/lib/libnls.so
+ ;;
+
+--- 14607,14613 ----
+
+ newos6*)
+ lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
+! lt_cv_file_magic_cmd=$FILECMD
+ lt_cv_file_magic_test_file=/usr/lib/libnls.so
+ ;;
+
+***************
+*** 13148,13154 ****
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+! openbsd* | bitrig*)
+ if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
+ lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
+ else
+--- 14615,14621 ----
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+! openbsd*)
+ if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
+ lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
+ else
+***************
+*** 13164,13169 ****
+--- 14631,14640 ----
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
++ serenity*)
++ lt_cv_deplibs_check_method=pass_all
++ ;;
++
+ solaris*)
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+***************
+*** 13206,13221 ****
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+ esac
+!
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
+! $as_echo "$lt_cv_deplibs_check_method" >&6; }
+
+ file_magic_glob=
+ want_nocaseglob=no
+ if test "$build" = "$host"; then
+ case $host_os in
+! mingw* | pw32*)
+ if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
+ want_nocaseglob=yes
+ else
+--- 14677,14693 ----
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+ esac
+! ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
+! printf "%s\n" "$lt_cv_deplibs_check_method" >&6; }
+
+ file_magic_glob=
+ want_nocaseglob=no
+ if test "$build" = "$host"; then
+ case $host_os in
+! mingw* | windows* | pw32*)
+ if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
+ want_nocaseglob=yes
+ else
+***************
+*** 13253,13290 ****
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}dlltool; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_DLLTOOL+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$DLLTOOL"; then
+ ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ DLLTOOL=$ac_cv_prog_DLLTOOL
+ if test -n "$DLLTOOL"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
+! $as_echo "$DLLTOOL" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 14725,14768 ----
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}dlltool; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_DLLTOOL+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$DLLTOOL"; then
+ ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ DLLTOOL=$ac_cv_prog_DLLTOOL
+ if test -n "$DLLTOOL"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
+! printf "%s\n" "$DLLTOOL" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 13293,13330 ****
+ ac_ct_DLLTOOL=$DLLTOOL
+ # Extract the first word of "dlltool", so it can be a program name with args.
+ set dummy dlltool; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$ac_ct_DLLTOOL"; then
+ ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_DLLTOOL="dlltool"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
+ if test -n "$ac_ct_DLLTOOL"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
+! $as_echo "$ac_ct_DLLTOOL" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+ if test "x$ac_ct_DLLTOOL" = x; then
+--- 14771,14814 ----
+ ac_ct_DLLTOOL=$DLLTOOL
+ # Extract the first word of "dlltool", so it can be a program name with args.
+ set dummy dlltool; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_ac_ct_DLLTOOL+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$ac_ct_DLLTOOL"; then
+ ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_DLLTOOL="dlltool"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
+ if test -n "$ac_ct_DLLTOOL"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
+! printf "%s\n" "$ac_ct_DLLTOOL" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+ if test "x$ac_ct_DLLTOOL" = x; then
+***************
+*** 13332,13339 ****
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ DLLTOOL=$ac_ct_DLLTOOL
+--- 14816,14823 ----
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ DLLTOOL=$ac_ct_DLLTOOL
+***************
+*** 13350,13364 ****
+
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
+! $as_echo_n "checking how to associate runtime and link libraries... " >&6; }
+! if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! lt_cv_sharedlib_from_linklib_cmd='unknown'
+
+ case $host_os in
+! cygwin* | mingw* | pw32* | cegcc*)
+ # two different shell functions defined in ltmain.sh;
+ # decide which one to use based on capabilities of $DLLTOOL
+ case `$DLLTOOL --help 2>&1` in
+--- 14834,14849 ----
+
+
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
+! printf %s "checking how to associate runtime and link libraries... " >&6; }
+! if test ${lt_cv_sharedlib_from_linklib_cmd+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) lt_cv_sharedlib_from_linklib_cmd='unknown'
+
+ case $host_os in
+! cygwin* | mingw* | windows* | pw32* | cegcc*)
+ # two different shell functions defined in ltmain.sh;
+ # decide which one to use based on capabilities of $DLLTOOL
+ case `$DLLTOOL --help 2>&1` in
+***************
+*** 13375,13384 ****
+ lt_cv_sharedlib_from_linklib_cmd=$ECHO
+ ;;
+ esac
+!
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
+! $as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
+ sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
+ test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
+
+--- 14860,14870 ----
+ lt_cv_sharedlib_from_linklib_cmd=$ECHO
+ ;;
+ esac
+! ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
+! printf "%s\n" "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
+ sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
+ test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
+
+***************
+*** 13389,13430 ****
+
+
+ if test -n "$ac_tool_prefix"; then
+ for ac_prog in ar
+ do
+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+ set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_AR+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$AR"; then
+ ac_cv_prog_AR="$AR" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ AR=$ac_cv_prog_AR
+ if test -n "$AR"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
+! $as_echo "$AR" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 14875,15026 ----
+
+
+ if test -n "$ac_tool_prefix"; then
++ # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
++ set dummy ${ac_tool_prefix}ranlib; ac_word=$2
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++ printf %s "checking for $ac_word... " >&6; }
++ if test ${ac_cv_prog_RANLIB+y}
++ then :
++ printf %s "(cached) " >&6
++ else case e in #(
++ e) if test -n "$RANLIB"; then
++ ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
++ else
++ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++ for as_dir in $PATH
++ do
++ IFS=$as_save_IFS
++ case $as_dir in #(((
++ '') as_dir=./ ;;
++ */) ;;
++ *) as_dir=$as_dir/ ;;
++ esac
++ for ac_exec_ext in '' $ac_executable_extensions; do
++ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
++ ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
++ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
++ break 2
++ fi
++ done
++ done
++ IFS=$as_save_IFS
++
++ fi ;;
++ esac
++ fi
++ RANLIB=$ac_cv_prog_RANLIB
++ if test -n "$RANLIB"; then
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
++ printf "%s\n" "$RANLIB" >&6; }
++ else
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
++ printf "%s\n" "no" >&6; }
++ fi
++
++
++ fi
++ if test -z "$ac_cv_prog_RANLIB"; then
++ ac_ct_RANLIB=$RANLIB
++ # Extract the first word of "ranlib", so it can be a program name with args.
++ set dummy ranlib; ac_word=$2
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++ printf %s "checking for $ac_word... " >&6; }
++ if test ${ac_cv_prog_ac_ct_RANLIB+y}
++ then :
++ printf %s "(cached) " >&6
++ else case e in #(
++ e) if test -n "$ac_ct_RANLIB"; then
++ ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
++ else
++ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++ for as_dir in $PATH
++ do
++ IFS=$as_save_IFS
++ case $as_dir in #(((
++ '') as_dir=./ ;;
++ */) ;;
++ *) as_dir=$as_dir/ ;;
++ esac
++ for ac_exec_ext in '' $ac_executable_extensions; do
++ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
++ ac_cv_prog_ac_ct_RANLIB="ranlib"
++ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
++ break 2
++ fi
++ done
++ done
++ IFS=$as_save_IFS
++
++ fi ;;
++ esac
++ fi
++ ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
++ if test -n "$ac_ct_RANLIB"; then
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
++ printf "%s\n" "$ac_ct_RANLIB" >&6; }
++ else
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
++ printf "%s\n" "no" >&6; }
++ fi
++
++ if test "x$ac_ct_RANLIB" = x; then
++ RANLIB=":"
++ else
++ case $cross_compiling:$ac_tool_warned in
++ yes:)
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
++ printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
++ ac_tool_warned=yes ;;
++ esac
++ RANLIB=$ac_ct_RANLIB
++ fi
++ else
++ RANLIB="$ac_cv_prog_RANLIB"
++ fi
++
++ if test -n "$ac_tool_prefix"; then
+ for ac_prog in ar
+ do
+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+ set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_AR+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$AR"; then
+ ac_cv_prog_AR="$AR" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ AR=$ac_cv_prog_AR
+ if test -n "$AR"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
+! printf "%s\n" "$AR" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 13437,13474 ****
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_ac_ct_AR+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$ac_ct_AR"; then
+ ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_AR="$ac_prog"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ ac_ct_AR=$ac_cv_prog_ac_ct_AR
+ if test -n "$ac_ct_AR"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
+! $as_echo "$ac_ct_AR" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 15033,15076 ----
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_ac_ct_AR+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$ac_ct_AR"; then
+ ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_AR="$ac_prog"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ ac_ct_AR=$ac_cv_prog_ac_ct_AR
+ if test -n "$ac_ct_AR"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
+! printf "%s\n" "$ac_ct_AR" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 13480,13487 ****
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ AR=$ac_ct_AR
+--- 15082,15089 ----
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ AR=$ac_ct_AR
+***************
+*** 13489,13530 ****
+ fi
+
+ : ${AR=ar}
+- : ${AR_FLAGS=cru}
+
+
+
+
+
+
+
+
+
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
+! $as_echo_n "checking for archiver @FILE support... " >&6; }
+! if ${lt_cv_ar_at_file+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! lt_cv_ar_at_file=no
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ int
+! main ()
+ {
+
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"; then :
+ echo conftest.$ac_objext > conftest.lst
+ lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
+ (eval $lt_ar_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }
+ if test 0 -eq "$ac_status"; then
+ # Ensure the archiver fails upon bogus file names.
+--- 15091,15150 ----
+ fi
+
+ : ${AR=ar}
+
+
+
+
+
+
++ # Use ARFLAGS variable as AR's operation code to sync the variable naming with
++ # Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have
++ # higher priority because that's what people were doing historically (setting
++ # ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS
++ # variable obsoleted/removed.
+
++ test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr}
++ lt_ar_flags=$AR_FLAGS
+
+
+
+
+!
+!
+! # Make AR_FLAGS overridable by 'make ARFLAGS='. Don't try to run-time override
+! # by AR_FLAGS because that was never working and AR_FLAGS is about to die.
+!
+!
+!
+!
+!
+!
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
+! printf %s "checking for archiver @FILE support... " >&6; }
+! if test ${lt_cv_ar_at_file+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) lt_cv_ar_at_file=no
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ int
+! main (void)
+ {
+
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_compile "$LINENO"
+! then :
+ echo conftest.$ac_objext > conftest.lst
+ lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
+ (eval $lt_ar_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }
+ if test 0 -eq "$ac_status"; then
+ # Ensure the archiver fails upon bogus file names.
+***************
+*** 13532,13538 ****
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
+ (eval $lt_ar_try) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }
+ if test 0 -ne "$ac_status"; then
+ lt_cv_ar_at_file=@
+--- 15152,15158 ----
+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
+ (eval $lt_ar_try) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }
+ if test 0 -ne "$ac_status"; then
+ lt_cv_ar_at_file=@
+***************
+*** 13541,13551 ****
+ rm -f conftest.* libconftest.a
+
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+!
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
+! $as_echo "$lt_cv_ar_at_file" >&6; }
+
+ if test no = "$lt_cv_ar_at_file"; then
+ archiver_list_spec=
+--- 15161,15172 ----
+ rm -f conftest.* libconftest.a
+
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
+! ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
+! printf "%s\n" "$lt_cv_ar_at_file" >&6; }
+
+ if test no = "$lt_cv_ar_at_file"; then
+ archiver_list_spec=
+***************
+*** 13562,13599 ****
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}strip; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_STRIP+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$STRIP"; then
+ ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_STRIP="${ac_tool_prefix}strip"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ STRIP=$ac_cv_prog_STRIP
+ if test -n "$STRIP"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
+! $as_echo "$STRIP" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 15183,15226 ----
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}strip; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_STRIP+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$STRIP"; then
+ ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_STRIP="${ac_tool_prefix}strip"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ STRIP=$ac_cv_prog_STRIP
+ if test -n "$STRIP"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
+! printf "%s\n" "$STRIP" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 13602,13639 ****
+ ac_ct_STRIP=$STRIP
+ # Extract the first word of "strip", so it can be a program name with args.
+ set dummy strip; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$ac_ct_STRIP"; then
+ ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_STRIP="strip"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
+ if test -n "$ac_ct_STRIP"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
+! $as_echo "$ac_ct_STRIP" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+ if test "x$ac_ct_STRIP" = x; then
+--- 15229,15272 ----
+ ac_ct_STRIP=$STRIP
+ # Extract the first word of "strip", so it can be a program name with args.
+ set dummy strip; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_ac_ct_STRIP+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$ac_ct_STRIP"; then
+ ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_STRIP="strip"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
+ if test -n "$ac_ct_STRIP"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
+! printf "%s\n" "$ac_ct_STRIP" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+ if test "x$ac_ct_STRIP" = x; then
+***************
+*** 13641,13648 ****
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ STRIP=$ac_ct_STRIP
+--- 15274,15281 ----
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ STRIP=$ac_ct_STRIP
+***************
+*** 13658,13754 ****
+
+
+
+- if test -n "$ac_tool_prefix"; then
+- # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
+- set dummy ${ac_tool_prefix}ranlib; ac_word=$2
+- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+- $as_echo_n "checking for $ac_word... " >&6; }
+- if ${ac_cv_prog_RANLIB+:} false; then :
+- $as_echo_n "(cached) " >&6
+- else
+- if test -n "$RANLIB"; then
+- ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
+- else
+- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+- for as_dir in $PATH
+- do
+- IFS=$as_save_IFS
+- test -z "$as_dir" && as_dir=.
+- for ac_exec_ext in '' $ac_executable_extensions; do
+- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+- ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
+- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+- break 2
+- fi
+- done
+- done
+- IFS=$as_save_IFS
+-
+- fi
+- fi
+- RANLIB=$ac_cv_prog_RANLIB
+- if test -n "$RANLIB"; then
+- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
+- $as_echo "$RANLIB" >&6; }
+- else
+- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+- $as_echo "no" >&6; }
+- fi
+-
+-
+- fi
+- if test -z "$ac_cv_prog_RANLIB"; then
+- ac_ct_RANLIB=$RANLIB
+- # Extract the first word of "ranlib", so it can be a program name with args.
+- set dummy ranlib; ac_word=$2
+- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+- $as_echo_n "checking for $ac_word... " >&6; }
+- if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
+- $as_echo_n "(cached) " >&6
+- else
+- if test -n "$ac_ct_RANLIB"; then
+- ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
+- else
+- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+- for as_dir in $PATH
+- do
+- IFS=$as_save_IFS
+- test -z "$as_dir" && as_dir=.
+- for ac_exec_ext in '' $ac_executable_extensions; do
+- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+- ac_cv_prog_ac_ct_RANLIB="ranlib"
+- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+- break 2
+- fi
+- done
+- done
+- IFS=$as_save_IFS
+-
+- fi
+- fi
+- ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
+- if test -n "$ac_ct_RANLIB"; then
+- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
+- $as_echo "$ac_ct_RANLIB" >&6; }
+- else
+- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+- $as_echo "no" >&6; }
+- fi
+-
+- if test "x$ac_ct_RANLIB" = x; then
+- RANLIB=":"
+- else
+- case $cross_compiling:$ac_tool_warned in
+- yes:)
+- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+- $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+- ac_tool_warned=yes ;;
+- esac
+- RANLIB=$ac_ct_RANLIB
+- fi
+- else
+- RANLIB="$ac_cv_prog_RANLIB"
+- fi
+
+ test -z "$RANLIB" && RANLIB=:
+
+--- 15291,15296 ----
+***************
+*** 13763,13777 ****
+ old_postuninstall_cmds=
+
+ if test -n "$RANLIB"; then
+- case $host_os in
+- bitrig* | openbsd*)
+- old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
+- ;;
+- *)
+- old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
+- ;;
+- esac
+ old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
+ fi
+
+ case $host_os in
+--- 15305,15312 ----
+ old_postuninstall_cmds=
+
+ if test -n "$RANLIB"; then
+ old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
++ old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
+ fi
+
+ case $host_os in
+***************
+*** 13830,13841 ****
+
+
+ # Check for command to grab the raw symbol name followed by C symbol from nm.
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
+! $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
+! if ${lt_cv_sys_global_symbol_pipe+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+!
+ # These are sane defaults that work on at least a few old systems.
+ # [They come from Ultrix. What could be older than Ultrix?!! ;)]
+
+--- 15365,15377 ----
+
+
+ # Check for command to grab the raw symbol name followed by C symbol from nm.
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
+! printf %s "checking command to parse $NM output from $compiler object... " >&6; }
+! if test ${lt_cv_sys_global_symbol_pipe+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e)
+ # These are sane defaults that work on at least a few old systems.
+ # [They come from Ultrix. What could be older than Ultrix?!! ;)]
+
+***************
+*** 13850,13856 ****
+ aix*)
+ symcode='[BCDT]'
+ ;;
+! cygwin* | mingw* | pw32* | cegcc*)
+ symcode='[ABCDGISTW]'
+ ;;
+ hpux*)
+--- 15386,15392 ----
+ aix*)
+ symcode='[BCDT]'
+ ;;
+! cygwin* | mingw* | windows* | pw32* | cegcc*)
+ symcode='[ABCDGISTW]'
+ ;;
+ hpux*)
+***************
+*** 13865,13871 ****
+ symcode='[BCDEGQRST]'
+ ;;
+ solaris*)
+! symcode='[BDRT]'
+ ;;
+ sco3.2v5*)
+ symcode='[DT]'
+--- 15401,15407 ----
+ symcode='[BCDEGQRST]'
+ ;;
+ solaris*)
+! symcode='[BCDRT]'
+ ;;
+ sco3.2v5*)
+ symcode='[DT]'
+***************
+*** 13889,13895 ****
+
+ if test "$lt_cv_nm_interface" = "MS dumpbin"; then
+ # Gets list of data symbols to import.
+! lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'"
+ # Adjust the below global symbol transforms to fixup imported variables.
+ lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
+ lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'"
+--- 15425,15431 ----
+
+ if test "$lt_cv_nm_interface" = "MS dumpbin"; then
+ # Gets list of data symbols to import.
+! lt_cv_sys_global_symbol_to_import="$SED -n -e 's/^I .* \(.*\)$/\1/p'"
+ # Adjust the below global symbol transforms to fixup imported variables.
+ lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
+ lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'"
+***************
+*** 13907,13926 ****
+ # Transform an extracted symbol line into a proper C declaration.
+ # Some systems (esp. on ia64) link data and code symbols differently,
+ # so use this general approach.
+! lt_cv_sys_global_symbol_to_cdecl="sed -n"\
+ $lt_cdecl_hook\
+ " -e 's/^T .* \(.*\)$/extern int \1();/p'"\
+ " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
+
+ # Transform an extracted symbol line into symbol name and symbol address
+! lt_cv_sys_global_symbol_to_c_name_address="sed -n"\
+ $lt_c_name_hook\
+ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
+ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'"
+
+ # Transform an extracted symbol line into symbol name with lib prefix and
+ # symbol address.
+! lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\
+ $lt_c_name_lib_hook\
+ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
+ " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\
+--- 15443,15462 ----
+ # Transform an extracted symbol line into a proper C declaration.
+ # Some systems (esp. on ia64) link data and code symbols differently,
+ # so use this general approach.
+! lt_cv_sys_global_symbol_to_cdecl="$SED -n"\
+ $lt_cdecl_hook\
+ " -e 's/^T .* \(.*\)$/extern int \1();/p'"\
+ " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
+
+ # Transform an extracted symbol line into symbol name and symbol address
+! lt_cv_sys_global_symbol_to_c_name_address="$SED -n"\
+ $lt_c_name_hook\
+ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
+ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'"
+
+ # Transform an extracted symbol line into symbol name with lib prefix and
+ # symbol address.
+! lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="$SED -n"\
+ $lt_c_name_lib_hook\
+ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
+ " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\
+***************
+*** 13929,13935 ****
+ # Handle CRLF in mingw tool chain
+ opt_cr=
+ case $build_os in
+! mingw*)
+ opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
+ ;;
+ esac
+--- 15465,15471 ----
+ # Handle CRLF in mingw tool chain
+ opt_cr=
+ case $build_os in
+! mingw* | windows*)
+ opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
+ ;;
+ esac
+***************
+*** 13944,13950 ****
+ if test "$lt_cv_nm_interface" = "MS dumpbin"; then
+ # Fake it for dumpbin and say T for any non-static function,
+ # D for any global variable and I for any imported variable.
+! # Also find C++ and __fastcall symbols from MSVC++,
+ # which start with @ or ?.
+ lt_cv_sys_global_symbol_pipe="$AWK '"\
+ " {last_section=section; section=\$ 3};"\
+--- 15480,15486 ----
+ if test "$lt_cv_nm_interface" = "MS dumpbin"; then
+ # Fake it for dumpbin and say T for any non-static function,
+ # D for any global variable and I for any imported variable.
+! # Also find C++ and __fastcall symbols from MSVC++ or ICC,
+ # which start with @ or ?.
+ lt_cv_sys_global_symbol_pipe="$AWK '"\
+ " {last_section=section; section=\$ 3};"\
+***************
+*** 13962,13970 ****
+ " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
+ " ' prfx=^$ac_symprfx"
+ else
+! lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
+ fi
+! lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
+
+ # Check to see that the pipe works correctly.
+ pipe_works=no
+--- 15498,15506 ----
+ " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
+ " ' prfx=^$ac_symprfx"
+ else
+! lt_cv_sys_global_symbol_pipe="$SED -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
+ fi
+! lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | $SED '/ __gnu_lto/d'"
+
+ # Check to see that the pipe works correctly.
+ pipe_works=no
+***************
+*** 13980,14000 ****
+ #ifdef __cplusplus
+ }
+ #endif
+! int main(){nm_test_var='a';nm_test_func();return(0);}
+ _LT_EOF
+
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ # Now try to grab the symbols.
+ nlist=conftest.nm
+! if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
+! (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
+! ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+! test $ac_status = 0; } && test -s "$nlist"; then
+ # Try sorting and uniquifying the output.
+ if sort "$nlist" | uniq > "$nlist"T; then
+ mv -f "$nlist"T "$nlist"
+--- 15516,15533 ----
+ #ifdef __cplusplus
+ }
+ #endif
+! int main(void){nm_test_var='a';nm_test_func();return(0);}
+ _LT_EOF
+
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ # Now try to grab the symbols.
+ nlist=conftest.nm
+! $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&5
+! if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&5 && test -s "$nlist"; then
+ # Try sorting and uniquifying the output.
+ if sort "$nlist" | uniq > "$nlist"T; then
+ mv -f "$nlist"T "$nlist"
+***************
+*** 14062,14068 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } && test -s conftest$ac_exeext; then
+ pipe_works=yes
+ fi
+--- 15595,15601 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } && test -s conftest$ac_exeext; then
+ pipe_works=yes
+ fi
+***************
+*** 14090,14107 ****
+ lt_cv_sys_global_symbol_pipe=
+ fi
+ done
+!
+ fi
+
+ if test -z "$lt_cv_sys_global_symbol_pipe"; then
+ lt_cv_sys_global_symbol_to_cdecl=
+ fi
+ if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
+! $as_echo "failed" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
+! $as_echo "ok" >&6; }
+ fi
+
+ # Response file support.
+--- 15623,15641 ----
+ lt_cv_sys_global_symbol_pipe=
+ fi
+ done
+! ;;
+! esac
+ fi
+
+ if test -z "$lt_cv_sys_global_symbol_pipe"; then
+ lt_cv_sys_global_symbol_to_cdecl=
+ fi
+ if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: failed" >&5
+! printf "%s\n" "failed" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5
+! printf "%s\n" "ok" >&6; }
+ fi
+
+ # Response file support.
+***************
+*** 14147,14160 ****
+
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
+! $as_echo_n "checking for sysroot... " >&6; }
+
+ # Check whether --with-sysroot was given.
+! if test "${with_sysroot+set}" = set; then :
+ withval=$with_sysroot;
+! else
+! with_sysroot=no
+ fi
+
+
+--- 15681,15696 ----
+
+
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
+! printf %s "checking for sysroot... " >&6; }
+
+ # Check whether --with-sysroot was given.
+! if test ${with_sysroot+y}
+! then :
+ withval=$with_sysroot;
+! else case e in #(
+! e) with_sysroot=no ;;
+! esac
+ fi
+
+
+***************
+*** 14162,14195 ****
+ case $with_sysroot in #(
+ yes)
+ if test yes = "$GCC"; then
+! lt_sysroot=`$CC --print-sysroot 2>/dev/null`
+ fi
+ ;; #(
+ /*)
+! lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
+ ;; #(
+ no|'')
+ ;; #(
+ *)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5
+! $as_echo "$with_sysroot" >&6; }
+ as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
+ ;;
+ esac
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
+! $as_echo "${lt_sysroot:-no}" >&6; }
+
+
+
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5
+! $as_echo_n "checking for a working dd... " >&6; }
+! if ${ac_cv_path_lt_DD+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! printf 0123456789abcdef0123456789abcdef >conftest.i
+ cat conftest.i conftest.i >conftest2.i
+ : ${lt_DD:=$DD}
+ if test -z "$lt_DD"; then
+--- 15698,15734 ----
+ case $with_sysroot in #(
+ yes)
+ if test yes = "$GCC"; then
+! # Trim trailing / since we'll always append absolute paths and we want
+! # to avoid //, if only for less confusing output for the user.
+! lt_sysroot=`$CC --print-sysroot 2>/dev/null | $SED 's:/\+$::'`
+ fi
+ ;; #(
+ /*)
+! lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"`
+ ;; #(
+ no|'')
+ ;; #(
+ *)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5
+! printf "%s\n" "$with_sysroot" >&6; }
+ as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
+ ;;
+ esac
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
+! printf "%s\n" "${lt_sysroot:-no}" >&6; }
+
+
+
+
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5
+! printf %s "checking for a working dd... " >&6; }
+! if test ${ac_cv_path_lt_DD+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) printf 0123456789abcdef0123456789abcdef >conftest.i
+ cat conftest.i conftest.i >conftest2.i
+ : ${lt_DD:=$DD}
+ if test -z "$lt_DD"; then
+***************
+*** 14199,14208 ****
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+! for ac_prog in dd; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext"
+ as_fn_executable_p "$ac_path_lt_DD" || continue
+ if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then
+ cmp -s conftest.i conftest.out \
+--- 15738,15752 ----
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+! for ac_prog in dd
+! do
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! ac_path_lt_DD="$as_dir$ac_prog$ac_exec_ext"
+ as_fn_executable_p "$ac_path_lt_DD" || continue
+ if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then
+ cmp -s conftest.i conftest.out \
+***************
+*** 14220,14237 ****
+ ac_cv_path_lt_DD=$lt_DD
+ fi
+
+! rm -f conftest.i conftest2.i conftest.out
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5
+! $as_echo "$ac_cv_path_lt_DD" >&6; }
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5
+! $as_echo_n "checking how to truncate binary pipes... " >&6; }
+! if ${lt_cv_truncate_bin+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! printf 0123456789abcdef0123456789abcdef >conftest.i
+ cat conftest.i conftest.i >conftest2.i
+ lt_cv_truncate_bin=
+ if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then
+--- 15764,15783 ----
+ ac_cv_path_lt_DD=$lt_DD
+ fi
+
+! rm -f conftest.i conftest2.i conftest.out ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5
+! printf "%s\n" "$ac_cv_path_lt_DD" >&6; }
+
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5
+! printf %s "checking how to truncate binary pipes... " >&6; }
+! if test ${lt_cv_truncate_bin+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) printf 0123456789abcdef0123456789abcdef >conftest.i
+ cat conftest.i conftest.i >conftest2.i
+ lt_cv_truncate_bin=
+ if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then
+***************
+*** 14239,14248 ****
+ && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
+ fi
+ rm -f conftest.i conftest2.i conftest.out
+! test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5
+! $as_echo "$lt_cv_truncate_bin" >&6; }
+
+
+
+--- 15785,15795 ----
+ && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
+ fi
+ rm -f conftest.i conftest2.i conftest.out
+! test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q" ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5
+! printf "%s\n" "$lt_cv_truncate_bin" >&6; }
+
+
+
+***************
+*** 14265,14271 ****
+ }
+
+ # Check whether --enable-libtool-lock was given.
+! if test "${enable_libtool_lock+set}" = set; then :
+ enableval=$enable_libtool_lock;
+ fi
+
+--- 15812,15819 ----
+ }
+
+ # Check whether --enable-libtool-lock was given.
+! if test ${enable_libtool_lock+y}
+! then :
+ enableval=$enable_libtool_lock;
+ fi
+
+***************
+*** 14281,14289 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+! case `/usr/bin/file conftest.$ac_objext` in
+ *ELF-32*)
+ HPUX_IA64_MODE=32
+ ;;
+--- 15829,15837 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+! case `$FILECMD conftest.$ac_objext` in
+ *ELF-32*)
+ HPUX_IA64_MODE=32
+ ;;
+***************
+*** 14301,14310 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ if test yes = "$lt_cv_prog_gnu_ld"; then
+! case `/usr/bin/file conftest.$ac_objext` in
+ *32-bit*)
+ LD="${LD-ld} -melf32bsmip"
+ ;;
+--- 15849,15858 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ if test yes = "$lt_cv_prog_gnu_ld"; then
+! case `$FILECMD conftest.$ac_objext` in
+ *32-bit*)
+ LD="${LD-ld} -melf32bsmip"
+ ;;
+***************
+*** 14316,14322 ****
+ ;;
+ esac
+ else
+! case `/usr/bin/file conftest.$ac_objext` in
+ *32-bit*)
+ LD="${LD-ld} -32"
+ ;;
+--- 15864,15870 ----
+ ;;
+ esac
+ else
+! case `$FILECMD conftest.$ac_objext` in
+ *32-bit*)
+ LD="${LD-ld} -32"
+ ;;
+***************
+*** 14339,14348 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ emul=elf
+! case `/usr/bin/file conftest.$ac_objext` in
+ *32-bit*)
+ emul="${emul}32"
+ ;;
+--- 15887,15896 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ emul=elf
+! case `$FILECMD conftest.$ac_objext` in
+ *32-bit*)
+ emul="${emul}32"
+ ;;
+***************
+*** 14350,14356 ****
+ emul="${emul}64"
+ ;;
+ esac
+! case `/usr/bin/file conftest.$ac_objext` in
+ *MSB*)
+ emul="${emul}btsmip"
+ ;;
+--- 15898,15904 ----
+ emul="${emul}64"
+ ;;
+ esac
+! case `$FILECMD conftest.$ac_objext` in
+ *MSB*)
+ emul="${emul}btsmip"
+ ;;
+***************
+*** 14358,14364 ****
+ emul="${emul}ltsmip"
+ ;;
+ esac
+! case `/usr/bin/file conftest.$ac_objext` in
+ *N32*)
+ emul="${emul}n32"
+ ;;
+--- 15906,15912 ----
+ emul="${emul}ltsmip"
+ ;;
+ esac
+! case `$FILECMD conftest.$ac_objext` in
+ *N32*)
+ emul="${emul}n32"
+ ;;
+***************
+*** 14369,14375 ****
+ ;;
+
+ x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
+! s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
+ # Find out what ABI is being produced by ac_compile, and set linker
+ # options accordingly. Note that the listed cases only cover the
+ # situations where additional linker options are needed (such as when
+--- 15917,15923 ----
+ ;;
+
+ x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
+! s390*-*linux*|s390*-*tpf*|sparc*-*linux*|x86_64-gnu*)
+ # Find out what ABI is being produced by ac_compile, and set linker
+ # options accordingly. Note that the listed cases only cover the
+ # situations where additional linker options are needed (such as when
+***************
+*** 14380,14395 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+! case `/usr/bin/file conftest.o` in
+ *32-bit*)
+ case $host in
+ x86_64-*kfreebsd*-gnu)
+ LD="${LD-ld} -m elf_i386_fbsd"
+ ;;
+! x86_64-*linux*)
+! case `/usr/bin/file conftest.o` in
+ *x86-64*)
+ LD="${LD-ld} -m elf32_x86_64"
+ ;;
+--- 15928,15943 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+! case `$FILECMD conftest.o` in
+ *32-bit*)
+ case $host in
+ x86_64-*kfreebsd*-gnu)
+ LD="${LD-ld} -m elf_i386_fbsd"
+ ;;
+! x86_64-*linux*|x86_64-gnu*)
+! case `$FILECMD conftest.o` in
+ *x86-64*)
+ LD="${LD-ld} -m elf32_x86_64"
+ ;;
+***************
+*** 14417,14423 ****
+ x86_64-*kfreebsd*-gnu)
+ LD="${LD-ld} -m elf_x86_64_fbsd"
+ ;;
+! x86_64-*linux*)
+ LD="${LD-ld} -m elf_x86_64"
+ ;;
+ powerpcle-*linux*)
+--- 15965,15971 ----
+ x86_64-*kfreebsd*-gnu)
+ LD="${LD-ld} -m elf_x86_64_fbsd"
+ ;;
+! x86_64-*linux*|x86_64-gnu*)
+ LD="${LD-ld} -m elf_x86_64"
+ ;;
+ powerpcle-*linux*)
+***************
+*** 14443,14454 ****
+ # On SCO OpenServer 5, we need -belf to get full-featured binaries.
+ SAVE_CFLAGS=$CFLAGS
+ CFLAGS="$CFLAGS -belf"
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
+! $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
+! if ${lt_cv_cc_needs_belf+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+--- 15991,16003 ----
+ # On SCO OpenServer 5, we need -belf to get full-featured binaries.
+ SAVE_CFLAGS=$CFLAGS
+ CFLAGS="$CFLAGS -belf"
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
+! printf %s "checking whether the C compiler needs -belf... " >&6; }
+! if test ${lt_cv_cc_needs_belf+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+***************
+*** 14458,14486 ****
+ /* end confdefs.h. */
+
+ int
+! main ()
+ {
+
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_link "$LINENO"; then :
+ lt_cv_cc_needs_belf=yes
+! else
+! lt_cv_cc_needs_belf=no
+ fi
+! rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+!
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
+! $as_echo "$lt_cv_cc_needs_belf" >&6; }
+ if test yes != "$lt_cv_cc_needs_belf"; then
+ # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
+ CFLAGS=$SAVE_CFLAGS
+--- 16007,16038 ----
+ /* end confdefs.h. */
+
+ int
+! main (void)
+ {
+
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_link "$LINENO"
+! then :
+ lt_cv_cc_needs_belf=yes
+! else case e in #(
+! e) lt_cv_cc_needs_belf=no ;;
+! esac
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam \
+ conftest$ac_exeext conftest.$ac_ext
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+! ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
+! printf "%s\n" "$lt_cv_cc_needs_belf" >&6; }
+ if test yes != "$lt_cv_cc_needs_belf"; then
+ # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
+ CFLAGS=$SAVE_CFLAGS
+***************
+*** 14493,14501 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+! case `/usr/bin/file conftest.o` in
+ *64-bit*)
+ case $lt_cv_prog_gnu_ld in
+ yes*)
+--- 16045,16053 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+! case `$FILECMD conftest.o` in
+ *64-bit*)
+ case $lt_cv_prog_gnu_ld in
+ yes*)
+***************
+*** 14530,14567 ****
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}mt; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$MANIFEST_TOOL"; then
+ ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
+ if test -n "$MANIFEST_TOOL"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
+! $as_echo "$MANIFEST_TOOL" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 16082,16125 ----
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}mt; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_MANIFEST_TOOL+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$MANIFEST_TOOL"; then
+ ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
+ if test -n "$MANIFEST_TOOL"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
+! printf "%s\n" "$MANIFEST_TOOL" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 14570,14607 ****
+ ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
+ # Extract the first word of "mt", so it can be a program name with args.
+ set dummy mt; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$ac_ct_MANIFEST_TOOL"; then
+ ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
+ if test -n "$ac_ct_MANIFEST_TOOL"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
+! $as_echo "$ac_ct_MANIFEST_TOOL" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+ if test "x$ac_ct_MANIFEST_TOOL" = x; then
+--- 16128,16171 ----
+ ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
+ # Extract the first word of "mt", so it can be a program name with args.
+ set dummy mt; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_ac_ct_MANIFEST_TOOL+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$ac_ct_MANIFEST_TOOL"; then
+ ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
+ if test -n "$ac_ct_MANIFEST_TOOL"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
+! printf "%s\n" "$ac_ct_MANIFEST_TOOL" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+ if test "x$ac_ct_MANIFEST_TOOL" = x; then
+***************
+*** 14609,14616 ****
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
+--- 16173,16180 ----
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
+***************
+*** 14620,14642 ****
+ fi
+
+ test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
+! $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
+! if ${lt_cv_path_mainfest_tool+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! lt_cv_path_mainfest_tool=no
+ echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
+ $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
+ cat conftest.err >&5
+ if $GREP 'Manifest Tool' conftest.out > /dev/null; then
+! lt_cv_path_mainfest_tool=yes
+ fi
+! rm -f conftest*
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
+! $as_echo "$lt_cv_path_mainfest_tool" >&6; }
+! if test yes != "$lt_cv_path_mainfest_tool"; then
+ MANIFEST_TOOL=:
+ fi
+
+--- 16184,16208 ----
+ fi
+
+ test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
+! printf %s "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
+! if test ${lt_cv_path_manifest_tool+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) lt_cv_path_manifest_tool=no
+ echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
+ $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
+ cat conftest.err >&5
+ if $GREP 'Manifest Tool' conftest.out > /dev/null; then
+! lt_cv_path_manifest_tool=yes
+ fi
+! rm -f conftest* ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_manifest_tool" >&5
+! printf "%s\n" "$lt_cv_path_manifest_tool" >&6; }
+! if test yes != "$lt_cv_path_manifest_tool"; then
+ MANIFEST_TOOL=:
+ fi
+
+***************
+*** 14650,14687 ****
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_DSYMUTIL+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$DSYMUTIL"; then
+ ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ DSYMUTIL=$ac_cv_prog_DSYMUTIL
+ if test -n "$DSYMUTIL"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
+! $as_echo "$DSYMUTIL" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 16216,16259 ----
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_DSYMUTIL+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$DSYMUTIL"; then
+ ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ DSYMUTIL=$ac_cv_prog_DSYMUTIL
+ if test -n "$DSYMUTIL"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
+! printf "%s\n" "$DSYMUTIL" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 14690,14727 ****
+ ac_ct_DSYMUTIL=$DSYMUTIL
+ # Extract the first word of "dsymutil", so it can be a program name with args.
+ set dummy dsymutil; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$ac_ct_DSYMUTIL"; then
+ ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
+ if test -n "$ac_ct_DSYMUTIL"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
+! $as_echo "$ac_ct_DSYMUTIL" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+ if test "x$ac_ct_DSYMUTIL" = x; then
+--- 16262,16305 ----
+ ac_ct_DSYMUTIL=$DSYMUTIL
+ # Extract the first word of "dsymutil", so it can be a program name with args.
+ set dummy dsymutil; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_ac_ct_DSYMUTIL+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$ac_ct_DSYMUTIL"; then
+ ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
+ if test -n "$ac_ct_DSYMUTIL"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
+! printf "%s\n" "$ac_ct_DSYMUTIL" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+ if test "x$ac_ct_DSYMUTIL" = x; then
+***************
+*** 14729,14736 ****
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ DSYMUTIL=$ac_ct_DSYMUTIL
+--- 16307,16314 ----
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ DSYMUTIL=$ac_ct_DSYMUTIL
+***************
+*** 14742,14779 ****
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}nmedit; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_NMEDIT+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$NMEDIT"; then
+ ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ NMEDIT=$ac_cv_prog_NMEDIT
+ if test -n "$NMEDIT"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
+! $as_echo "$NMEDIT" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 16320,16363 ----
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}nmedit; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_NMEDIT+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$NMEDIT"; then
+ ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ NMEDIT=$ac_cv_prog_NMEDIT
+ if test -n "$NMEDIT"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
+! printf "%s\n" "$NMEDIT" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 14782,14819 ****
+ ac_ct_NMEDIT=$NMEDIT
+ # Extract the first word of "nmedit", so it can be a program name with args.
+ set dummy nmedit; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$ac_ct_NMEDIT"; then
+ ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_NMEDIT="nmedit"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
+ if test -n "$ac_ct_NMEDIT"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
+! $as_echo "$ac_ct_NMEDIT" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+ if test "x$ac_ct_NMEDIT" = x; then
+--- 16366,16409 ----
+ ac_ct_NMEDIT=$NMEDIT
+ # Extract the first word of "nmedit", so it can be a program name with args.
+ set dummy nmedit; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_ac_ct_NMEDIT+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$ac_ct_NMEDIT"; then
+ ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_NMEDIT="nmedit"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
+ if test -n "$ac_ct_NMEDIT"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
+! printf "%s\n" "$ac_ct_NMEDIT" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+ if test "x$ac_ct_NMEDIT" = x; then
+***************
+*** 14821,14828 ****
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ NMEDIT=$ac_ct_NMEDIT
+--- 16411,16418 ----
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ NMEDIT=$ac_ct_NMEDIT
+***************
+*** 14834,14871 ****
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}lipo; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_LIPO+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$LIPO"; then
+ ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ LIPO=$ac_cv_prog_LIPO
+ if test -n "$LIPO"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
+! $as_echo "$LIPO" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 16424,16467 ----
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}lipo; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_LIPO+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$LIPO"; then
+ ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ LIPO=$ac_cv_prog_LIPO
+ if test -n "$LIPO"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
+! printf "%s\n" "$LIPO" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 14874,14911 ****
+ ac_ct_LIPO=$LIPO
+ # Extract the first word of "lipo", so it can be a program name with args.
+ set dummy lipo; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$ac_ct_LIPO"; then
+ ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_LIPO="lipo"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
+ if test -n "$ac_ct_LIPO"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
+! $as_echo "$ac_ct_LIPO" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+ if test "x$ac_ct_LIPO" = x; then
+--- 16470,16513 ----
+ ac_ct_LIPO=$LIPO
+ # Extract the first word of "lipo", so it can be a program name with args.
+ set dummy lipo; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_ac_ct_LIPO+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$ac_ct_LIPO"; then
+ ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_LIPO="lipo"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
+ if test -n "$ac_ct_LIPO"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
+! printf "%s\n" "$ac_ct_LIPO" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+ if test "x$ac_ct_LIPO" = x; then
+***************
+*** 14913,14920 ****
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ LIPO=$ac_ct_LIPO
+--- 16515,16522 ----
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ LIPO=$ac_ct_LIPO
+***************
+*** 14926,14963 ****
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}otool; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_OTOOL+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$OTOOL"; then
+ ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ OTOOL=$ac_cv_prog_OTOOL
+ if test -n "$OTOOL"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
+! $as_echo "$OTOOL" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 16528,16571 ----
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}otool; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_OTOOL+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$OTOOL"; then
+ ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ OTOOL=$ac_cv_prog_OTOOL
+ if test -n "$OTOOL"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
+! printf "%s\n" "$OTOOL" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 14966,15003 ****
+ ac_ct_OTOOL=$OTOOL
+ # Extract the first word of "otool", so it can be a program name with args.
+ set dummy otool; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$ac_ct_OTOOL"; then
+ ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_OTOOL="otool"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
+ if test -n "$ac_ct_OTOOL"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
+! $as_echo "$ac_ct_OTOOL" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+ if test "x$ac_ct_OTOOL" = x; then
+--- 16574,16617 ----
+ ac_ct_OTOOL=$OTOOL
+ # Extract the first word of "otool", so it can be a program name with args.
+ set dummy otool; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_ac_ct_OTOOL+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$ac_ct_OTOOL"; then
+ ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_OTOOL="otool"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
+ if test -n "$ac_ct_OTOOL"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
+! printf "%s\n" "$ac_ct_OTOOL" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+ if test "x$ac_ct_OTOOL" = x; then
+***************
+*** 15005,15012 ****
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ OTOOL=$ac_ct_OTOOL
+--- 16619,16626 ----
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ OTOOL=$ac_ct_OTOOL
+***************
+*** 15018,15055 ****
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}otool64; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_OTOOL64+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$OTOOL64"; then
+ ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ OTOOL64=$ac_cv_prog_OTOOL64
+ if test -n "$OTOOL64"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
+! $as_echo "$OTOOL64" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 16632,16675 ----
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}otool64; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_OTOOL64+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$OTOOL64"; then
+ ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ OTOOL64=$ac_cv_prog_OTOOL64
+ if test -n "$OTOOL64"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
+! printf "%s\n" "$OTOOL64" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 15058,15095 ****
+ ac_ct_OTOOL64=$OTOOL64
+ # Extract the first word of "otool64", so it can be a program name with args.
+ set dummy otool64; ac_word=$2
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! $as_echo_n "checking for $ac_word... " >&6; }
+! if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test -n "$ac_ct_OTOOL64"; then
+ ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_OTOOL64="otool64"
+! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi
+ fi
+ ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
+ if test -n "$ac_ct_OTOOL64"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
+! $as_echo "$ac_ct_OTOOL64" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+ if test "x$ac_ct_OTOOL64" = x; then
+--- 16678,16721 ----
+ ac_ct_OTOOL64=$OTOOL64
+ # Extract the first word of "otool64", so it can be a program name with args.
+ set dummy otool64; ac_word=$2
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+! printf %s "checking for $ac_word... " >&6; }
+! if test ${ac_cv_prog_ac_ct_OTOOL64+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test -n "$ac_ct_OTOOL64"; then
+ ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
+! case $as_dir in #(((
+! '') as_dir=./ ;;
+! */) ;;
+! *) as_dir=$as_dir/ ;;
+! esac
+ for ac_exec_ext in '' $ac_executable_extensions; do
+! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_OTOOL64="otool64"
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
+ IFS=$as_save_IFS
+
+! fi ;;
+! esac
+ fi
+ ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
+ if test -n "$ac_ct_OTOOL64"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
+! printf "%s\n" "$ac_ct_OTOOL64" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+ if test "x$ac_ct_OTOOL64" = x; then
+***************
+*** 15097,15104 ****
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ OTOOL64=$ac_ct_OTOOL64
+--- 16723,16730 ----
+ else
+ case $cross_compiling:$ac_tool_warned in
+ yes:)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+ OTOOL64=$ac_ct_OTOOL64
+***************
+*** 15133,15144 ****
+
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
+! $as_echo_n "checking for -single_module linker flag... " >&6; }
+! if ${lt_cv_apple_cc_single_mod+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! lt_cv_apple_cc_single_mod=no
+ if test -z "$LT_MULTI_MODULE"; then
+ # By default we will add the -single_module flag. You can override
+ # by either setting the environment variable LT_MULTI_MODULE
+--- 16759,16771 ----
+
+
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
+! printf %s "checking for -single_module linker flag... " >&6; }
+! if test ${lt_cv_apple_cc_single_mod+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) lt_cv_apple_cc_single_mod=no
+ if test -z "$LT_MULTI_MODULE"; then
+ # By default we will add the -single_module flag. You can override
+ # by either setting the environment variable LT_MULTI_MODULE
+***************
+*** 15164,15180 ****
+ fi
+ rm -rf libconftest.dylib*
+ rm -f conftest.*
+! fi
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
+! $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
+! $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
+! if ${lt_cv_ld_exported_symbols_list+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! lt_cv_ld_exported_symbols_list=no
+ save_LDFLAGS=$LDFLAGS
+ echo "_main" > conftest.sym
+ LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
+--- 16791,16848 ----
+ fi
+ rm -rf libconftest.dylib*
+ rm -f conftest.*
+! fi ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
+! printf "%s\n" "$lt_cv_apple_cc_single_mod" >&6; }
+
+! # Feature test to disable chained fixups since it is not
+! # compatible with '-undefined dynamic_lookup'
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -no_fixup_chains linker flag" >&5
+! printf %s "checking for -no_fixup_chains linker flag... " >&6; }
+! if test ${lt_cv_support_no_fixup_chains+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) save_LDFLAGS=$LDFLAGS
+! LDFLAGS="$LDFLAGS -Wl,-no_fixup_chains"
+! cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+! /* end confdefs.h. */
+!
+! int
+! main (void)
+! {
+!
+! ;
+! return 0;
+! }
+! _ACEOF
+! if ac_fn_c_try_link "$LINENO"
+! then :
+! lt_cv_support_no_fixup_chains=yes
+! else case e in #(
+! e) lt_cv_support_no_fixup_chains=no
+! ;;
+! esac
+! fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam \
+! conftest$ac_exeext conftest.$ac_ext
+! LDFLAGS=$save_LDFLAGS
+!
+! ;;
+! esac
+! fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_support_no_fixup_chains" >&5
+! printf "%s\n" "$lt_cv_support_no_fixup_chains" >&6; }
+!
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
+! printf %s "checking for -exported_symbols_list linker flag... " >&6; }
+! if test ${lt_cv_ld_exported_symbols_list+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) lt_cv_ld_exported_symbols_list=no
+ save_LDFLAGS=$LDFLAGS
+ echo "_main" > conftest.sym
+ LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
+***************
+*** 15182,15224 ****
+ /* end confdefs.h. */
+
+ int
+! main ()
+ {
+
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_link "$LINENO"; then :
+ lt_cv_ld_exported_symbols_list=yes
+! else
+! lt_cv_ld_exported_symbols_list=no
+ fi
+! rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LDFLAGS=$save_LDFLAGS
+!
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
+! $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
+! $as_echo_n "checking for -force_load linker flag... " >&6; }
+! if ${lt_cv_ld_force_load+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! lt_cv_ld_force_load=no
+ cat > conftest.c << _LT_EOF
+ int forced_loaded() { return 2;}
+ _LT_EOF
+ echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
+ $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
+! echo "$AR cru libconftest.a conftest.o" >&5
+! $AR cru libconftest.a conftest.o 2>&5
+ echo "$RANLIB libconftest.a" >&5
+ $RANLIB libconftest.a 2>&5
+ cat > conftest.c << _LT_EOF
+! int main() { return 0;}
+ _LT_EOF
+ echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
+ $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
+--- 16850,16896 ----
+ /* end confdefs.h. */
+
+ int
+! main (void)
+ {
+
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_link "$LINENO"
+! then :
+ lt_cv_ld_exported_symbols_list=yes
+! else case e in #(
+! e) lt_cv_ld_exported_symbols_list=no ;;
+! esac
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam \
+ conftest$ac_exeext conftest.$ac_ext
+ LDFLAGS=$save_LDFLAGS
+! ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
+! printf "%s\n" "$lt_cv_ld_exported_symbols_list" >&6; }
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
+! printf %s "checking for -force_load linker flag... " >&6; }
+! if test ${lt_cv_ld_force_load+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) lt_cv_ld_force_load=no
+ cat > conftest.c << _LT_EOF
+ int forced_loaded() { return 2;}
+ _LT_EOF
+ echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
+ $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
+! echo "$AR $AR_FLAGS libconftest.a conftest.o" >&5
+! $AR $AR_FLAGS libconftest.a conftest.o 2>&5
+ echo "$RANLIB libconftest.a" >&5
+ $RANLIB libconftest.a 2>&5
+ cat > conftest.c << _LT_EOF
+! int main(void) { return 0;}
+ _LT_EOF
+ echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
+ $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
+***************
+*** 15232,15263 ****
+ fi
+ rm -f conftest.err libconftest.a conftest conftest.c
+ rm -rf conftest.dSYM
+!
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
+! $as_echo "$lt_cv_ld_force_load" >&6; }
+ case $host_os in
+ rhapsody* | darwin1.[012])
+ _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
+ darwin1.*)
+ _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
+! darwin*) # darwin 5.x on
+! # if running on 10.5 or later, the deployment target defaults
+! # to the OS version, if on x86, and 10.4, the deployment
+! # target defaults to 10.4. Don't you love it?
+! case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
+! 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
+! _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
+! 10.[012][,.]*)
+! _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
+! 10.*)
+! _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
+ esac
+ ;;
+ esac
+ if test yes = "$lt_cv_apple_cc_single_mod"; then
+ _lt_dar_single_mod='$single_module'
+ fi
+ if test yes = "$lt_cv_ld_exported_symbols_list"; then
+ _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
+ else
+--- 16904,16950 ----
+ fi
+ rm -f conftest.err libconftest.a conftest conftest.c
+ rm -rf conftest.dSYM
+! ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
+! printf "%s\n" "$lt_cv_ld_force_load" >&6; }
+ case $host_os in
+ rhapsody* | darwin1.[012])
+ _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
+ darwin1.*)
+ _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
+! darwin*)
+! case $MACOSX_DEPLOYMENT_TARGET,$host in
+! 10.[012],*|,*powerpc*-darwin[5-8]*)
+! _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
+! *)
+! _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup'
+! if test yes = "$lt_cv_support_no_fixup_chains"; then
+! as_fn_append _lt_dar_allow_undefined ' $wl-no_fixup_chains'
+! fi
+! ;;
+ esac
+ ;;
+ esac
+ if test yes = "$lt_cv_apple_cc_single_mod"; then
+ _lt_dar_single_mod='$single_module'
+ fi
++ _lt_dar_needs_single_mod=no
++ case $host_os in
++ rhapsody* | darwin1.*)
++ _lt_dar_needs_single_mod=yes ;;
++ darwin*)
++ # When targeting Mac OS X 10.4 (darwin 8) or later,
++ # -single_module is the default and -multi_module is unsupported.
++ # The toolchain on macOS 10.14 (darwin 18) and later cannot
++ # target any OS version that needs -single_module.
++ case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
++ 10.0,*-darwin[567].*|10.[0-3],*-darwin[5-9].*|10.[0-3],*-darwin1[0-7].*)
++ _lt_dar_needs_single_mod=yes ;;
++ esac
++ ;;
++ esac
+ if test yes = "$lt_cv_ld_exported_symbols_list"; then
+ _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
+ else
+***************
+*** 15306,15453 ****
+ esac
+ }
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
+! $as_echo_n "checking for ANSI C header files... " >&6; }
+! if ${ac_cv_header_stdc+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+! /* end confdefs.h. */
+! #include
+! #include
+! #include
+! #include
+!
+! int
+! main ()
+! {
+!
+! ;
+! return 0;
+! }
+! _ACEOF
+! if ac_fn_c_try_compile "$LINENO"; then :
+! ac_cv_header_stdc=yes
+! else
+! ac_cv_header_stdc=no
+! fi
+! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+!
+! if test $ac_cv_header_stdc = yes; then
+! # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
+! cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+! /* end confdefs.h. */
+! #include
+!
+! _ACEOF
+! if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+! $EGREP "memchr" >/dev/null 2>&1; then :
+!
+! else
+! ac_cv_header_stdc=no
+! fi
+! rm -f conftest*
+!
+! fi
+!
+! if test $ac_cv_header_stdc = yes; then
+! # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
+! cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+! /* end confdefs.h. */
+! #include
+!
+! _ACEOF
+! if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+! $EGREP "free" >/dev/null 2>&1; then :
+
+- else
+- ac_cv_header_stdc=no
+- fi
+- rm -f conftest*
+
+- fi
+
+- if test $ac_cv_header_stdc = yes; then
+- # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
+- if test "$cross_compiling" = yes; then :
+- :
+- else
+- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+- /* end confdefs.h. */
+- #include
+- #include
+- #if ((' ' & 0x0FF) == 0x020)
+- # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
+- # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
+- #else
+- # define ISLOWER(c) \
+- (('a' <= (c) && (c) <= 'i') \
+- || ('j' <= (c) && (c) <= 'r') \
+- || ('s' <= (c) && (c) <= 'z'))
+- # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
+- #endif
+
+- #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
+- int
+- main ()
+- {
+- int i;
+- for (i = 0; i < 256; i++)
+- if (XOR (islower (i), ISLOWER (i))
+- || toupper (i) != TOUPPER (i))
+- return 2;
+- return 0;
+- }
+- _ACEOF
+- if ac_fn_c_try_run "$LINENO"; then :
+
+- else
+- ac_cv_header_stdc=no
+- fi
+- rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+- conftest.$ac_objext conftest.beam conftest.$ac_ext
+- fi
+
+- fi
+- fi
+- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
+- $as_echo "$ac_cv_header_stdc" >&6; }
+- if test $ac_cv_header_stdc = yes; then
+
+- $as_echo "#define STDC_HEADERS 1" >>confdefs.h
+
+! fi
+
+! # On IRIX 5.3, sys/types and inttypes.h are conflicting.
+! for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
+! inttypes.h stdint.h unistd.h
+! do :
+! as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+! ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
+! "
+! if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+! cat >>confdefs.h <<_ACEOF
+! #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+! _ACEOF
+
+ fi
+!
+! done
+!
+!
+! for ac_header in dlfcn.h
+! do :
+! ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
+ "
+! if test "x$ac_cv_header_dlfcn_h" = xyes; then :
+! cat >>confdefs.h <<_ACEOF
+! #define HAVE_DLFCN_H 1
+! _ACEOF
+
+ fi
+
+- done
+-
+
+
+
+--- 16993,17035 ----
+ esac
+ }
+
+! ac_header= ac_cache=
+! for ac_item in $ac_header_c_list
+! do
+! if test $ac_cache; then
+! ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default"
+! if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then
+! printf "%s\n" "#define $ac_item 1" >> confdefs.h
+! fi
+! ac_header= ac_cache=
+! elif test $ac_header; then
+! ac_cache=$ac_item
+! else
+! ac_header=$ac_item
+! fi
+! done
+
+
+
+
+
+
+
+
+! if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes
+! then :
+
+! printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h
+
+ fi
+! ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
+ "
+! if test "x$ac_cv_header_dlfcn_h" = xyes
+! then :
+! printf "%s\n" "#define HAVE_DLFCN_H 1" >>confdefs.h
+
+ fi
+
+
+
+
+***************
+*** 15472,15478 ****
+
+
+ # Check whether --enable-shared was given.
+! if test "${enable_shared+set}" = set; then :
+ enableval=$enable_shared; p=${PACKAGE-default}
+ case $enableval in
+ yes) enable_shared=yes ;;
+--- 17054,17061 ----
+
+
+ # Check whether --enable-shared was given.
+! if test ${enable_shared+y}
+! then :
+ enableval=$enable_shared; p=${PACKAGE-default}
+ case $enableval in
+ yes) enable_shared=yes ;;
+***************
+*** 15490,15497 ****
+ IFS=$lt_save_ifs
+ ;;
+ esac
+! else
+! enable_shared=yes
+ fi
+
+
+--- 17073,17081 ----
+ IFS=$lt_save_ifs
+ ;;
+ esac
+! else case e in #(
+! e) enable_shared=yes ;;
+! esac
+ fi
+
+
+***************
+*** 15503,15509 ****
+
+
+ # Check whether --enable-static was given.
+! if test "${enable_static+set}" = set; then :
+ enableval=$enable_static; p=${PACKAGE-default}
+ case $enableval in
+ yes) enable_static=yes ;;
+--- 17087,17094 ----
+
+
+ # Check whether --enable-static was given.
+! if test ${enable_static+y}
+! then :
+ enableval=$enable_static; p=${PACKAGE-default}
+ case $enableval in
+ yes) enable_static=yes ;;
+***************
+*** 15521,15528 ****
+ IFS=$lt_save_ifs
+ ;;
+ esac
+! else
+! enable_static=yes
+ fi
+
+
+--- 17106,17114 ----
+ IFS=$lt_save_ifs
+ ;;
+ esac
+! else case e in #(
+! e) enable_static=yes ;;
+! esac
+ fi
+
+
+***************
+*** 15533,15559 ****
+
+
+
+!
+! # Check whether --with-pic was given.
+! if test "${with_pic+set}" = set; then :
+ withval=$with_pic; lt_p=${PACKAGE-default}
+! case $withval in
+! yes|no) pic_mode=$withval ;;
+ *)
+! pic_mode=default
+ # Look at the argument we got. We use all the common list separators.
+ lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
+! for lt_pkg in $withval; do
+ IFS=$lt_save_ifs
+! if test "X$lt_pkg" = "X$lt_p"; then
+! pic_mode=yes
+ fi
+ done
+ IFS=$lt_save_ifs
+ ;;
+ esac
+! else
+! pic_mode=default
+ fi
+
+
+--- 17119,17208 ----
+
+
+
+! # Check whether --enable-pic was given.
+! if test ${enable_pic+y}
+! then :
+! enableval=$enable_pic; lt_p=${PACKAGE-default}
+! case $enableval in
+! yes|no) pic_mode=$enableval ;;
+! *)
+! pic_mode=default
+! # Look at the argument we got. We use all the common list separators.
+! lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
+! for lt_pkg in $enableval; do
+! IFS=$lt_save_ifs
+! if test "X$lt_pkg" = "X$lt_p"; then
+! pic_mode=yes
+! fi
+! done
+! IFS=$lt_save_ifs
+! ;;
+! esac
+! else case e in #(
+! e) # Check whether --with-pic was given.
+! if test ${with_pic+y}
+! then :
+ withval=$with_pic; lt_p=${PACKAGE-default}
+! case $withval in
+! yes|no) pic_mode=$withval ;;
+! *)
+! pic_mode=default
+! # Look at the argument we got. We use all the common list separators.
+! lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
+! for lt_pkg in $withval; do
+! IFS=$lt_save_ifs
+! if test "X$lt_pkg" = "X$lt_p"; then
+! pic_mode=yes
+! fi
+! done
+! IFS=$lt_save_ifs
+! ;;
+! esac
+! else case e in #(
+! e) pic_mode=default ;;
+! esac
+! fi
+!
+! ;;
+! esac
+! fi
+!
+!
+!
+!
+!
+!
+!
+!
+! stdlibflag=-nostdlib
+! # Check whether --enable-cxx-stdlib was given.
+! if test ${enable_cxx_stdlib+y}
+! then :
+! enableval=$enable_cxx_stdlib; p=${PACKAGE-default}
+! case $enableval in
+! yes) enable_cxx_stdlib=yes ;;
+! no) enable_cxx_stdlib=no ;;
+ *)
+! enable_cxx_stdlib=no
+ # Look at the argument we got. We use all the common list separators.
+ lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
+! for pkg in $enableval; do
+ IFS=$lt_save_ifs
+! if test "X$pkg" = "X$p"; then
+! enable_cxx_stdlib=yes
+ fi
+ done
+ IFS=$lt_save_ifs
+ ;;
+ esac
+! else case e in #(
+! e) enable_cxx_stdlib=no ;;
+! esac
+! fi
+!
+!
+! if test yes = "$enable_cxx_stdlib"; then
+! stdlibflag=
+ fi
+
+
+***************
+*** 15563,15570 ****
+
+
+
+ # Check whether --enable-fast-install was given.
+! if test "${enable_fast_install+set}" = set; then :
+ enableval=$enable_fast_install; p=${PACKAGE-default}
+ case $enableval in
+ yes) enable_fast_install=yes ;;
+--- 17212,17223 ----
+
+
+
++
++
++
+ # Check whether --enable-fast-install was given.
+! if test ${enable_fast_install+y}
+! then :
+ enableval=$enable_fast_install; p=${PACKAGE-default}
+ case $enableval in
+ yes) enable_fast_install=yes ;;
+***************
+*** 15582,15589 ****
+ IFS=$lt_save_ifs
+ ;;
+ esac
+! else
+! enable_fast_install=yes
+ fi
+
+
+--- 17235,17243 ----
+ IFS=$lt_save_ifs
+ ;;
+ esac
+! else case e in #(
+! e) enable_fast_install=yes ;;
+! esac
+ fi
+
+
+***************
+*** 15596,15626 ****
+ shared_archive_member_spec=
+ case $host,$enable_shared in
+ power*-*-aix[5-9]*,yes)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5
+! $as_echo_n "checking which variant of shared library versioning to provide... " >&6; }
+!
+! # Check whether --with-aix-soname was given.
+! if test "${with_aix_soname+set}" = set; then :
+ withval=$with_aix_soname; case $withval in
+! aix|svr4|both)
+! ;;
+! *)
+! as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5
+! ;;
+! esac
+! lt_cv_with_aix_soname=$with_aix_soname
+! else
+! if ${lt_cv_with_aix_soname+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! lt_cv_with_aix_soname=aix
+ fi
+
+! with_aix_soname=$lt_cv_with_aix_soname
+ fi
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5
+! $as_echo "$with_aix_soname" >&6; }
+ if test aix != "$with_aix_soname"; then
+ # For the AIX way of multilib, we name the shared archive member
+ # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
+--- 17250,17299 ----
+ shared_archive_member_spec=
+ case $host,$enable_shared in
+ power*-*-aix[5-9]*,yes)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5
+! printf %s "checking which variant of shared library versioning to provide... " >&6; }
+! # Check whether --enable-aix-soname was given.
+! if test ${enable_aix_soname+y}
+! then :
+! enableval=$enable_aix_soname; case $enableval in
+! aix|svr4|both)
+! ;;
+! *)
+! as_fn_error $? "Unknown argument to --enable-aix-soname" "$LINENO" 5
+! ;;
+! esac
+! lt_cv_with_aix_soname=$enable_aix_soname
+! else case e in #(
+! e) # Check whether --with-aix-soname was given.
+! if test ${with_aix_soname+y}
+! then :
+ withval=$with_aix_soname; case $withval in
+! aix|svr4|both)
+! ;;
+! *)
+! as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5
+! ;;
+! esac
+! lt_cv_with_aix_soname=$with_aix_soname
+! else case e in #(
+! e) if test ${lt_cv_with_aix_soname+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) lt_cv_with_aix_soname=aix ;;
+! esac
+! fi
+! ;;
+! esac
+ fi
+
+! enable_aix_soname=$lt_cv_with_aix_soname ;;
+! esac
+ fi
+
+! with_aix_soname=$enable_aix_soname
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5
+! printf "%s\n" "$with_aix_soname" >&6; }
+ if test aix != "$with_aix_soname"; then
+ # For the AIX way of multilib, we name the shared archive member
+ # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
+***************
+*** 15634,15641 ****
+--- 17307,17327 ----
+ fi
+ fi
+ ;;
++ power*-*-aix[5-9]*,'')
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: for $host, specify if building shared libraries for versioning (svr4|both)" >&5
++ printf "%s\n" "$as_me: WARNING: for $host, specify if building shared libraries for versioning (svr4|both)" >&2;}
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5
++ printf %s "checking which variant of shared library versioning to provide... " >&6; }
++ with_aix_soname=aix
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: (default) $with_aix_soname" >&5
++ printf "%s\n" "(default) $with_aix_soname" >&6; }
++ ;;
+ *)
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5
++ printf %s "checking which variant of shared library versioning to provide... " >&6; }
+ with_aix_soname=aix
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: (default) $with_aix_soname" >&5
++ printf "%s\n" "(default) $with_aix_soname" >&6; }
+ ;;
+ esac
+
+***************
+*** 15702,15713 ****
+ setopt NO_GLOB_SUBST
+ fi
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
+! $as_echo_n "checking for objdir... " >&6; }
+! if ${lt_cv_objdir+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! rm -f .libs 2>/dev/null
+ mkdir .libs 2>/dev/null
+ if test -d .libs; then
+ lt_cv_objdir=.libs
+--- 17388,17400 ----
+ setopt NO_GLOB_SUBST
+ fi
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
+! printf %s "checking for objdir... " >&6; }
+! if test ${lt_cv_objdir+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) rm -f .libs 2>/dev/null
+ mkdir .libs 2>/dev/null
+ if test -d .libs; then
+ lt_cv_objdir=.libs
+***************
+*** 15715,15733 ****
+ # MS-DOS does not allow filenames that begin with a dot.
+ lt_cv_objdir=_libs
+ fi
+! rmdir .libs 2>/dev/null
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
+! $as_echo "$lt_cv_objdir" >&6; }
+ objdir=$lt_cv_objdir
+
+
+
+
+
+! cat >>confdefs.h <<_ACEOF
+! #define LT_OBJDIR "$lt_cv_objdir/"
+! _ACEOF
+
+
+
+--- 17402,17419 ----
+ # MS-DOS does not allow filenames that begin with a dot.
+ lt_cv_objdir=_libs
+ fi
+! rmdir .libs 2>/dev/null ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
+! printf "%s\n" "$lt_cv_objdir" >&6; }
+ objdir=$lt_cv_objdir
+
+
+
+
+
+! printf "%s\n" "#define LT_OBJDIR \"$lt_cv_objdir/\"" >>confdefs.h
+
+
+
+***************
+*** 15748,15755 ****
+ ofile=libtool
+ can_build_shared=yes
+
+! # All known linkers require a '.a' archive for static linking (except MSVC,
+! # which needs '.lib').
+ libext=a
+
+ with_gnu_ld=$lt_cv_prog_gnu_ld
+--- 17434,17441 ----
+ ofile=libtool
+ can_build_shared=yes
+
+! # All known linkers require a '.a' archive for static linking (except MSVC and
+! # ICC, which need '.lib').
+ libext=a
+
+ with_gnu_ld=$lt_cv_prog_gnu_ld
+***************
+*** 15773,15784 ****
+ case $deplibs_check_method in
+ file_magic*)
+ if test "$file_magic_cmd" = '$MAGIC_CMD'; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
+! $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
+! if ${lt_cv_path_MAGIC_CMD+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! case $MAGIC_CMD in
+ [\\/*] | ?:[\\/]*)
+ lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
+ ;;
+--- 17459,17471 ----
+ case $deplibs_check_method in
+ file_magic*)
+ if test "$file_magic_cmd" = '$MAGIC_CMD'; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
+! printf %s "checking for ${ac_tool_prefix}file... " >&6; }
+! if test ${lt_cv_path_MAGIC_CMD+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) case $MAGIC_CMD in
+ [\\/*] | ?:[\\/]*)
+ lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
+ ;;
+***************
+*** 15821,15836 ****
+ IFS=$lt_save_ifs
+ MAGIC_CMD=$lt_save_MAGIC_CMD
+ ;;
+ esac
+ fi
+
+ MAGIC_CMD=$lt_cv_path_MAGIC_CMD
+ if test -n "$MAGIC_CMD"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
+! $as_echo "$MAGIC_CMD" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 17508,17524 ----
+ IFS=$lt_save_ifs
+ MAGIC_CMD=$lt_save_MAGIC_CMD
+ ;;
++ esac ;;
+ esac
+ fi
+
+ MAGIC_CMD=$lt_cv_path_MAGIC_CMD
+ if test -n "$MAGIC_CMD"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
+! printf "%s\n" "$MAGIC_CMD" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 15839,15850 ****
+
+ if test -z "$lt_cv_path_MAGIC_CMD"; then
+ if test -n "$ac_tool_prefix"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
+! $as_echo_n "checking for file... " >&6; }
+! if ${lt_cv_path_MAGIC_CMD+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! case $MAGIC_CMD in
+ [\\/*] | ?:[\\/]*)
+ lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
+ ;;
+--- 17527,17539 ----
+
+ if test -z "$lt_cv_path_MAGIC_CMD"; then
+ if test -n "$ac_tool_prefix"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for file" >&5
+! printf %s "checking for file... " >&6; }
+! if test ${lt_cv_path_MAGIC_CMD+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) case $MAGIC_CMD in
+ [\\/*] | ?:[\\/]*)
+ lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
+ ;;
+***************
+*** 15887,15902 ****
+ IFS=$lt_save_ifs
+ MAGIC_CMD=$lt_save_MAGIC_CMD
+ ;;
+ esac
+ fi
+
+ MAGIC_CMD=$lt_cv_path_MAGIC_CMD
+ if test -n "$MAGIC_CMD"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
+! $as_echo "$MAGIC_CMD" >&6; }
+ else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+ fi
+
+
+--- 17576,17592 ----
+ IFS=$lt_save_ifs
+ MAGIC_CMD=$lt_save_MAGIC_CMD
+ ;;
++ esac ;;
+ esac
+ fi
+
+ MAGIC_CMD=$lt_cv_path_MAGIC_CMD
+ if test -n "$MAGIC_CMD"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
+! printf "%s\n" "$MAGIC_CMD" >&6; }
+ else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+ fi
+
+
+***************
+*** 15930,15936 ****
+ lt_simple_compile_test_code="int some_variable = 0;"
+
+ # Code to be used in simple link tests
+! lt_simple_link_test_code='int main(){return(0);}'
+
+
+
+--- 17620,17626 ----
+ lt_simple_compile_test_code="int some_variable = 0;"
+
+ # Code to be used in simple link tests
+! lt_simple_link_test_code='int main(void){return(0);}'
+
+
+
+***************
+*** 15977,15988 ****
+ lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
+ esac
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
+! $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
+! if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! lt_cv_prog_compiler_rtti_exceptions=no
+ ac_outfile=conftest.$ac_objext
+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+ lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment
+--- 17667,17679 ----
+ lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
+ esac
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
+! printf %s "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
+! if test ${lt_cv_prog_compiler_rtti_exceptions+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) lt_cv_prog_compiler_rtti_exceptions=no
+ ac_outfile=conftest.$ac_objext
+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+ lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment
+***************
+*** 16010,16019 ****
+ fi
+ fi
+ $RM conftest*
+!
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
+! $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
+
+ if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then
+ lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
+--- 17701,17711 ----
+ fi
+ fi
+ $RM conftest*
+! ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
+! printf "%s\n" "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
+
+ if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then
+ lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
+***************
+*** 16066,16072 ****
+ # PIC is the default for these OSes.
+ ;;
+
+! mingw* | cygwin* | pw32* | os2* | cegcc*)
+ # This hack is so that the source file can tell whether it is being
+ # built for inclusion in a dll (and should export symbols for example).
+ # Although the cygwin gcc ignores -fPIC, still need this for old-style
+--- 17758,17764 ----
+ # PIC is the default for these OSes.
+ ;;
+
+! mingw* | windows* | cygwin* | pw32* | os2* | cegcc*)
+ # This hack is so that the source file can tell whether it is being
+ # built for inclusion in a dll (and should export symbols for example).
+ # Although the cygwin gcc ignores -fPIC, still need this for old-style
+***************
+*** 16169,16175 ****
+ esac
+ ;;
+
+! mingw* | cygwin* | pw32* | os2* | cegcc*)
+ # This hack is so that the source file can tell whether it is being
+ # built for inclusion in a dll (and should export symbols for example).
+ lt_prog_compiler_pic='-DDLL_EXPORT'
+--- 17861,17867 ----
+ esac
+ ;;
+
+! mingw* | windows* | cygwin* | pw32* | os2* | cegcc*)
+ # This hack is so that the source file can tell whether it is being
+ # built for inclusion in a dll (and should export symbols for example).
+ lt_prog_compiler_pic='-DDLL_EXPORT'
+***************
+*** 16210,16215 ****
+--- 17902,17913 ----
+ lt_prog_compiler_pic='-KPIC'
+ lt_prog_compiler_static='-static'
+ ;;
++ *flang* | ftn | f18* | f95*)
++ # Flang compiler.
++ lt_prog_compiler_wl='-Wl,'
++ lt_prog_compiler_pic='-fPIC'
++ lt_prog_compiler_static='-static'
++ ;;
+ # icc used to be incompatible with GCC.
+ # ICC 10 doesn't accept -KPIC any more.
+ icc* | ifort*)
+***************
+*** 16254,16260 ****
+ lt_prog_compiler_static='-qstaticlink'
+ ;;
+ *)
+! case `$CC -V 2>&1 | sed 5q` in
+ *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
+ # Sun Fortran 8.3 passes all unrecognized flags to the linker
+ lt_prog_compiler_pic='-KPIC'
+--- 17952,17958 ----
+ lt_prog_compiler_static='-qstaticlink'
+ ;;
+ *)
+! case `$CC -V 2>&1 | $SED 5q` in
+ *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
+ # Sun Fortran 8.3 passes all unrecognized flags to the linker
+ lt_prog_compiler_pic='-KPIC'
+***************
+*** 16292,16297 ****
+--- 17990,18001 ----
+ lt_prog_compiler_static='-Bstatic'
+ ;;
+
++ *-mlibc)
++ lt_prog_compiler_wl='-Wl,'
++ lt_prog_compiler_pic='-fPIC'
++ lt_prog_compiler_static='-static'
++ ;;
++
+ *nto* | *qnx*)
+ # QNX uses GNU C++, but need to define -shared option too, otherwise
+ # it will coredump.
+***************
+*** 16308,16313 ****
+--- 18012,18020 ----
+ lt_prog_compiler_static='-non_shared'
+ ;;
+
++ serenity*)
++ ;;
++
+ solaris*)
+ lt_prog_compiler_pic='-KPIC'
+ lt_prog_compiler_static='-Bstatic'
+***************
+*** 16370,16396 ****
+ ;;
+ esac
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
+! $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
+! if ${lt_cv_prog_compiler_pic+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
+! $as_echo "$lt_cv_prog_compiler_pic" >&6; }
+ lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
+
+ #
+ # Check to make sure the PIC flag actually works.
+ #
+ if test -n "$lt_prog_compiler_pic"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
+! $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
+! if ${lt_cv_prog_compiler_pic_works+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! lt_cv_prog_compiler_pic_works=no
+ ac_outfile=conftest.$ac_objext
+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+ lt_compiler_flag="$lt_prog_compiler_pic -DPIC" ## exclude from sc_useless_quotes_in_assignment
+--- 18077,18106 ----
+ ;;
+ esac
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
+! printf %s "checking for $compiler option to produce PIC... " >&6; }
+! if test ${lt_cv_prog_compiler_pic+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) lt_cv_prog_compiler_pic=$lt_prog_compiler_pic ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
+! printf "%s\n" "$lt_cv_prog_compiler_pic" >&6; }
+ lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
+
+ #
+ # Check to make sure the PIC flag actually works.
+ #
+ if test -n "$lt_prog_compiler_pic"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
+! printf %s "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
+! if test ${lt_cv_prog_compiler_pic_works+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) lt_cv_prog_compiler_pic_works=no
+ ac_outfile=conftest.$ac_objext
+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+ lt_compiler_flag="$lt_prog_compiler_pic -DPIC" ## exclude from sc_useless_quotes_in_assignment
+***************
+*** 16418,16427 ****
+ fi
+ fi
+ $RM conftest*
+!
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
+! $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
+
+ if test yes = "$lt_cv_prog_compiler_pic_works"; then
+ case $lt_prog_compiler_pic in
+--- 18128,18138 ----
+ fi
+ fi
+ $RM conftest*
+! ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
+! printf "%s\n" "$lt_cv_prog_compiler_pic_works" >&6; }
+
+ if test yes = "$lt_cv_prog_compiler_pic_works"; then
+ case $lt_prog_compiler_pic in
+***************
+*** 16449,16460 ****
+ # Check to make sure the static flag actually works.
+ #
+ wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
+! $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
+! if ${lt_cv_prog_compiler_static_works+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! lt_cv_prog_compiler_static_works=no
+ save_LDFLAGS=$LDFLAGS
+ LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
+ echo "$lt_simple_link_test_code" > conftest.$ac_ext
+--- 18160,18172 ----
+ # Check to make sure the static flag actually works.
+ #
+ wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
+! printf %s "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
+! if test ${lt_cv_prog_compiler_static_works+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) lt_cv_prog_compiler_static_works=no
+ save_LDFLAGS=$LDFLAGS
+ LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
+ echo "$lt_simple_link_test_code" > conftest.$ac_ext
+***************
+*** 16475,16484 ****
+ fi
+ $RM -r conftest*
+ LDFLAGS=$save_LDFLAGS
+!
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
+! $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
+
+ if test yes = "$lt_cv_prog_compiler_static_works"; then
+ :
+--- 18187,18197 ----
+ fi
+ $RM -r conftest*
+ LDFLAGS=$save_LDFLAGS
+! ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
+! printf "%s\n" "$lt_cv_prog_compiler_static_works" >&6; }
+
+ if test yes = "$lt_cv_prog_compiler_static_works"; then
+ :
+***************
+*** 16492,16503 ****
+
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
+! $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
+! if ${lt_cv_prog_compiler_c_o+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! lt_cv_prog_compiler_c_o=no
+ $RM -r conftest 2>/dev/null
+ mkdir conftest
+ cd conftest
+--- 18205,18217 ----
+
+
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
+! printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
+! if test ${lt_cv_prog_compiler_c_o+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) lt_cv_prog_compiler_c_o=no
+ $RM -r conftest 2>/dev/null
+ mkdir conftest
+ cd conftest
+***************
+*** 16537,16558 ****
+ cd ..
+ $RM -r conftest
+ $RM conftest*
+!
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
+! $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
+
+
+
+
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
+! $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
+! if ${lt_cv_prog_compiler_c_o+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! lt_cv_prog_compiler_c_o=no
+ $RM -r conftest 2>/dev/null
+ mkdir conftest
+ cd conftest
+--- 18251,18274 ----
+ cd ..
+ $RM -r conftest
+ $RM conftest*
+! ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
+! printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; }
+
+
+
+
+
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
+! printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
+! if test ${lt_cv_prog_compiler_c_o+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) lt_cv_prog_compiler_c_o=no
+ $RM -r conftest 2>/dev/null
+ mkdir conftest
+ cd conftest
+***************
+*** 16592,16601 ****
+ cd ..
+ $RM -r conftest
+ $RM conftest*
+!
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
+! $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
+
+
+
+--- 18308,18318 ----
+ cd ..
+ $RM -r conftest
+ $RM conftest*
+! ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
+! printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; }
+
+
+
+***************
+*** 16603,16621 ****
+ hard_links=nottested
+ if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then
+ # do not overwrite the value of need_locks provided by the user
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
+! $as_echo_n "checking if we can lock with hard links... " >&6; }
+ hard_links=yes
+ $RM conftest*
+ ln conftest.a conftest.b 2>/dev/null && hard_links=no
+ touch conftest.a
+ ln conftest.a conftest.b 2>&5 || hard_links=no
+ ln conftest.a conftest.b 2>/dev/null && hard_links=no
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
+! $as_echo "$hard_links" >&6; }
+ if test no = "$hard_links"; then
+! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5
+! $as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;}
+ need_locks=warn
+ fi
+ else
+--- 18320,18338 ----
+ hard_links=nottested
+ if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then
+ # do not overwrite the value of need_locks provided by the user
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
+! printf %s "checking if we can lock with hard links... " >&6; }
+ hard_links=yes
+ $RM conftest*
+ ln conftest.a conftest.b 2>/dev/null && hard_links=no
+ touch conftest.a
+ ln conftest.a conftest.b 2>&5 || hard_links=no
+ ln conftest.a conftest.b 2>/dev/null && hard_links=no
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
+! printf "%s\n" "$hard_links" >&6; }
+ if test no = "$hard_links"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5
+! printf "%s\n" "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;}
+ need_locks=warn
+ fi
+ else
+***************
+*** 16627,16634 ****
+
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
+! $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
+
+ runpath_var=
+ allow_undefined_flag=
+--- 18344,18351 ----
+
+
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
+! printf %s "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
+
+ runpath_var=
+ allow_undefined_flag=
+***************
+*** 16671,16691 ****
+ extract_expsyms_cmds=
+
+ case $host_os in
+! cygwin* | mingw* | pw32* | cegcc*)
+! # FIXME: the MSVC++ port hasn't been tested in a loooong time
+ # When not using gcc, we currently assume that we are using
+! # Microsoft Visual C++.
+ if test yes != "$GCC"; then
+ with_gnu_ld=no
+ fi
+ ;;
+ interix*)
+! # we just hope/assume this is gcc and not c89 (= MSVC++)
+ with_gnu_ld=yes
+ ;;
+- openbsd* | bitrig*)
+- with_gnu_ld=no
+- ;;
+ esac
+
+ ld_shlibs=yes
+--- 18388,18405 ----
+ extract_expsyms_cmds=
+
+ case $host_os in
+! cygwin* | mingw* | windows* | pw32* | cegcc*)
+! # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time
+ # When not using gcc, we currently assume that we are using
+! # Microsoft Visual C++ or Intel C++ Compiler.
+ if test yes != "$GCC"; then
+ with_gnu_ld=no
+ fi
+ ;;
+ interix*)
+! # we just hope/assume this is gcc and not c89 (= MSVC++ or ICC)
+ with_gnu_ld=yes
+ ;;
+ esac
+
+ ld_shlibs=yes
+***************
+*** 16732,16738 ****
+ whole_archive_flag_spec=
+ fi
+ supports_anon_versioning=no
+! case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
+ *GNU\ gold*) supports_anon_versioning=yes ;;
+ *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
+ *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
+--- 18446,18452 ----
+ whole_archive_flag_spec=
+ fi
+ supports_anon_versioning=no
+! case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
+ *GNU\ gold*) supports_anon_versioning=yes ;;
+ *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
+ *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
+***************
+*** 16786,16792 ****
+ fi
+ ;;
+
+! cygwin* | mingw* | pw32* | cegcc*)
+ # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
+ # as there is no search path for DLLs.
+ hardcode_libdir_flag_spec='-L$libdir'
+--- 18500,18506 ----
+ fi
+ ;;
+
+! cygwin* | mingw* | windows* | pw32* | cegcc*)
+ # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
+ # as there is no search path for DLLs.
+ hardcode_libdir_flag_spec='-L$libdir'
+***************
+*** 16796,16801 ****
+--- 18510,18516 ----
+ enable_shared_with_static_runtimes=yes
+ export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
+ exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
++ file_list_spec='@'
+
+ if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+***************
+*** 16815,16821 ****
+
+ haiku*)
+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+! link_all_deplibs=yes
+ ;;
+
+ os2*)
+--- 18530,18536 ----
+
+ haiku*)
+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+! link_all_deplibs=no
+ ;;
+
+ os2*)
+***************
+*** 16842,16849 ****
+ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
+ emximp -o $lib $output_objdir/$libname.def'
+! old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
+ enable_shared_with_static_runtimes=yes
+ ;;
+
+ interix[3-9]*)
+--- 18557,18565 ----
+ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
+ emximp -o $lib $output_objdir/$libname.def'
+! old_archive_from_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
+ enable_shared_with_static_runtimes=yes
++ file_list_spec='@'
+ ;;
+
+ interix[3-9]*)
+***************
+*** 16858,16864 ****
+ # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
+ # time. Moving up from 0x10000000 also allows more sbrk(2) space.
+ archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+! 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'
+ ;;
+
+ gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
+--- 18574,18580 ----
+ # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
+ # time. Moving up from 0x10000000 also allows more sbrk(2) space.
+ archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+! 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'
+ ;;
+
+ gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
+***************
+*** 16901,16907 ****
+ compiler_needs_object=yes
+ ;;
+ esac
+! case `$CC -V 2>&1 | sed 5q` in
+ *Sun\ C*) # Sun C 5.9
+ 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'
+ compiler_needs_object=yes
+--- 18617,18623 ----
+ compiler_needs_object=yes
+ ;;
+ esac
+! case `$CC -V 2>&1 | $SED 5q` in
+ *Sun\ C*) # Sun C 5.9
+ 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'
+ compiler_needs_object=yes
+***************
+*** 16913,16925 ****
+
+ if test yes = "$supports_anon_versioning"; then
+ archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
+! cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+ echo "local: *; };" >> $output_objdir/$libname.ver~
+ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
+ fi
+
+ case $cc_basename in
+ tcc*)
+ export_dynamic_flag_spec='-rdynamic'
+ ;;
+ xlf* | bgf* | bgxlf* | mpixlf*)
+--- 18629,18642 ----
+
+ if test yes = "$supports_anon_versioning"; then
+ archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
+! cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+ echo "local: *; };" >> $output_objdir/$libname.ver~
+ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
+ fi
+
+ case $cc_basename in
+ tcc*)
++ hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
+ export_dynamic_flag_spec='-rdynamic'
+ ;;
+ xlf* | bgf* | bgxlf* | mpixlf*)
+***************
+*** 16929,16935 ****
+ archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
+ if test yes = "$supports_anon_versioning"; then
+ archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
+! cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+ echo "local: *; };" >> $output_objdir/$libname.ver~
+ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
+ fi
+--- 18646,18652 ----
+ archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
+ if test yes = "$supports_anon_versioning"; then
+ archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
+! cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+ echo "local: *; };" >> $output_objdir/$libname.ver~
+ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
+ fi
+***************
+*** 16940,16946 ****
+ fi
+ ;;
+
+! netbsd*)
+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+ archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
+ wlarc=
+--- 18657,18668 ----
+ fi
+ ;;
+
+! *-mlibc)
+! archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+! archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+! ;;
+!
+! netbsd* | netbsdelf*-gnu)
+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+ archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
+ wlarc=
+***************
+*** 17061,17067 ****
+ if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
+ 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'
+ else
+! 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'
+ fi
+ aix_use_runtimelinking=no
+
+--- 18783,18789 ----
+ if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
+ 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'
+ else
+! 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'
+ fi
+ aix_use_runtimelinking=no
+
+***************
+*** 17183,17203 ****
+ if test set = "${lt_cv_aix_libpath+set}"; then
+ aix_libpath=$lt_cv_aix_libpath
+ else
+! if ${lt_cv_aix_libpath_+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ int
+! main ()
+ {
+
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_link "$LINENO"; then :
+
+ lt_aix_libpath_sed='
+ /Import File Strings/,/^$/ {
+--- 18905,18927 ----
+ if test set = "${lt_cv_aix_libpath+set}"; then
+ aix_libpath=$lt_cv_aix_libpath
+ else
+! if test ${lt_cv_aix_libpath_+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ int
+! main (void)
+ {
+
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_link "$LINENO"
+! then :
+
+ lt_aix_libpath_sed='
+ /Import File Strings/,/^$/ {
+***************
+*** 17212,17223 ****
+ lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+ fi
+ fi
+! rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ if test -z "$lt_cv_aix_libpath_"; then
+ lt_cv_aix_libpath_=/usr/lib:/lib
+ fi
+!
+ fi
+
+ aix_libpath=$lt_cv_aix_libpath_
+--- 18936,18948 ----
+ lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+ fi
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam \
+ conftest$ac_exeext conftest.$ac_ext
+ if test -z "$lt_cv_aix_libpath_"; then
+ lt_cv_aix_libpath_=/usr/lib:/lib
+ fi
+! ;;
+! esac
+ fi
+
+ aix_libpath=$lt_cv_aix_libpath_
+***************
+*** 17236,17256 ****
+ if test set = "${lt_cv_aix_libpath+set}"; then
+ aix_libpath=$lt_cv_aix_libpath
+ else
+! if ${lt_cv_aix_libpath_+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ int
+! main ()
+ {
+
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_link "$LINENO"; then :
+
+ lt_aix_libpath_sed='
+ /Import File Strings/,/^$/ {
+--- 18961,18983 ----
+ if test set = "${lt_cv_aix_libpath+set}"; then
+ aix_libpath=$lt_cv_aix_libpath
+ else
+! if test ${lt_cv_aix_libpath_+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ int
+! main (void)
+ {
+
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_link "$LINENO"
+! then :
+
+ lt_aix_libpath_sed='
+ /Import File Strings/,/^$/ {
+***************
+*** 17265,17276 ****
+ lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+ fi
+ fi
+! rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ if test -z "$lt_cv_aix_libpath_"; then
+ lt_cv_aix_libpath_=/usr/lib:/lib
+ fi
+!
+ fi
+
+ aix_libpath=$lt_cv_aix_libpath_
+--- 18992,19004 ----
+ lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+ fi
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam \
+ conftest$ac_exeext conftest.$ac_ext
+ if test -z "$lt_cv_aix_libpath_"; then
+ lt_cv_aix_libpath_=/usr/lib:/lib
+ fi
+! ;;
+! esac
+ fi
+
+ aix_libpath=$lt_cv_aix_libpath_
+***************
+*** 17326,17339 ****
+ export_dynamic_flag_spec=-rdynamic
+ ;;
+
+! cygwin* | mingw* | pw32* | cegcc*)
+ # When not using gcc, we currently assume that we are using
+! # Microsoft Visual C++.
+ # hardcode_libdir_flag_spec is actually meaningless, as there is
+ # no search path for DLLs.
+ case $cc_basename in
+! cl*)
+! # Native MSVC
+ hardcode_libdir_flag_spec=' '
+ allow_undefined_flag=unsupported
+ always_export_symbols=yes
+--- 19054,19067 ----
+ export_dynamic_flag_spec=-rdynamic
+ ;;
+
+! cygwin* | mingw* | windows* | pw32* | cegcc*)
+ # When not using gcc, we currently assume that we are using
+! # Microsoft Visual C++ or Intel C++ Compiler.
+ # hardcode_libdir_flag_spec is actually meaningless, as there is
+ # no search path for DLLs.
+ case $cc_basename in
+! cl* | icl*)
+! # Native MSVC or ICC
+ hardcode_libdir_flag_spec=' '
+ allow_undefined_flag=unsupported
+ always_export_symbols=yes
+***************
+*** 17343,17356 ****
+ # Tell ltmain to make .dll files, not .so files.
+ shrext_cmds=.dll
+ # FIXME: Setting linknames here is a bad hack.
+! archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
+ archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then
+ cp "$export_symbols" "$output_objdir/$soname.def";
+ echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
+ else
+ $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
+ fi~
+! $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
+ linknames='
+ # The linker will not automatically build a static lib if we build a DLL.
+ # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
+--- 19071,19084 ----
+ # Tell ltmain to make .dll files, not .so files.
+ shrext_cmds=.dll
+ # FIXME: Setting linknames here is a bad hack.
+! archive_cmds='$CC -Fe$output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
+ archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then
+ cp "$export_symbols" "$output_objdir/$soname.def";
+ echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
+ else
+ $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
+ fi~
+! $CC -Fe$tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
+ linknames='
+ # The linker will not automatically build a static lib if we build a DLL.
+ # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
+***************
+*** 17374,17380 ****
+ fi'
+ ;;
+ *)
+! # Assume MSVC wrapper
+ hardcode_libdir_flag_spec=' '
+ allow_undefined_flag=unsupported
+ # Tell ltmain to make .lib files, not .a files.
+--- 19102,19108 ----
+ fi'
+ ;;
+ *)
+! # Assume MSVC and ICC wrapper
+ hardcode_libdir_flag_spec=' '
+ allow_undefined_flag=unsupported
+ # Tell ltmain to make .lib files, not .a files.
+***************
+*** 17415,17422 ****
+ output_verbose_link_cmd=func_echo_all
+ archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
+ module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
+! 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"
+! 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"
+
+ else
+ ld_shlibs=no
+--- 19143,19150 ----
+ output_verbose_link_cmd=func_echo_all
+ archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
+ module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
+! 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"
+! 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"
+
+ else
+ ld_shlibs=no
+***************
+*** 17450,17456 ****
+ ;;
+
+ # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+! freebsd* | dragonfly*)
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec='-R$libdir'
+ hardcode_direct=yes
+--- 19178,19184 ----
+ ;;
+
+ # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+! freebsd* | dragonfly* | midnightbsd*)
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec='-R$libdir'
+ hardcode_direct=yes
+***************
+*** 17516,17527 ****
+
+ # Older versions of the 11.00 compiler do not understand -b yet
+ # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
+! $as_echo_n "checking if $CC understands -b... " >&6; }
+! if ${lt_cv_prog_compiler__b+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! lt_cv_prog_compiler__b=no
+ save_LDFLAGS=$LDFLAGS
+ LDFLAGS="$LDFLAGS -b"
+ echo "$lt_simple_link_test_code" > conftest.$ac_ext
+--- 19244,19256 ----
+
+ # Older versions of the 11.00 compiler do not understand -b yet
+ # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
+! printf %s "checking if $CC understands -b... " >&6; }
+! if test ${lt_cv_prog_compiler__b+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) lt_cv_prog_compiler__b=no
+ save_LDFLAGS=$LDFLAGS
+ LDFLAGS="$LDFLAGS -b"
+ echo "$lt_simple_link_test_code" > conftest.$ac_ext
+***************
+*** 17542,17551 ****
+ fi
+ $RM -r conftest*
+ LDFLAGS=$save_LDFLAGS
+!
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
+! $as_echo "$lt_cv_prog_compiler__b" >&6; }
+
+ if test yes = "$lt_cv_prog_compiler__b"; then
+ archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+--- 19271,19281 ----
+ fi
+ $RM -r conftest*
+ LDFLAGS=$save_LDFLAGS
+! ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
+! printf "%s\n" "$lt_cv_prog_compiler__b" >&6; }
+
+ if test yes = "$lt_cv_prog_compiler__b"; then
+ archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+***************
+*** 17585,17612 ****
+ # work, assume that -exports_file does not work either and
+ # implicitly export all symbols.
+ # This should be the same for all languages, so no per-tag cache variable.
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
+! $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
+! if ${lt_cv_irix_exported_symbol+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! save_LDFLAGS=$LDFLAGS
+ LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ int foo (void) { return 0; }
+ _ACEOF
+! if ac_fn_c_try_link "$LINENO"; then :
+ lt_cv_irix_exported_symbol=yes
+! else
+! lt_cv_irix_exported_symbol=no
+ fi
+! rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+! LDFLAGS=$save_LDFLAGS
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
+! $as_echo "$lt_cv_irix_exported_symbol" >&6; }
+ if test yes = "$lt_cv_irix_exported_symbol"; then
+ archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
+ fi
+--- 19315,19346 ----
+ # work, assume that -exports_file does not work either and
+ # implicitly export all symbols.
+ # This should be the same for all languages, so no per-tag cache variable.
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
+! printf %s "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
+! if test ${lt_cv_irix_exported_symbol+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) save_LDFLAGS=$LDFLAGS
+ LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ int foo (void) { return 0; }
+ _ACEOF
+! if ac_fn_c_try_link "$LINENO"
+! then :
+ lt_cv_irix_exported_symbol=yes
+! else case e in #(
+! e) lt_cv_irix_exported_symbol=no ;;
+! esac
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam \
+ conftest$ac_exeext conftest.$ac_ext
+! LDFLAGS=$save_LDFLAGS ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
+! printf "%s\n" "$lt_cv_irix_exported_symbol" >&6; }
+ if test yes = "$lt_cv_irix_exported_symbol"; then
+ archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
+ fi
+***************
+*** 17627,17637 ****
+ # Fabrice Bellard et al's Tiny C Compiler
+ ld_shlibs=yes
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ ;;
+ esac
+ ;;
+
+! netbsd*)
+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+ archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
+ else
+--- 19361,19375 ----
+ # Fabrice Bellard et al's Tiny C Compiler
+ ld_shlibs=yes
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
++ hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
+ ;;
+ esac
+ ;;
+
+! *-mlibc)
+! ;;
+!
+! netbsd* | netbsdelf*-gnu)
+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+ archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
+ else
+***************
+*** 17653,17659 ****
+ *nto* | *qnx*)
+ ;;
+
+! openbsd* | bitrig*)
+ if test -f /usr/libexec/ld.so; then
+ hardcode_direct=yes
+ hardcode_shlibpath_var=no
+--- 19391,19397 ----
+ *nto* | *qnx*)
+ ;;
+
+! openbsd*)
+ if test -f /usr/libexec/ld.so; then
+ hardcode_direct=yes
+ hardcode_shlibpath_var=no
+***************
+*** 17696,17703 ****
+ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
+ emximp -o $lib $output_objdir/$libname.def'
+! old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
+ enable_shared_with_static_runtimes=yes
+ ;;
+
+ osf3*)
+--- 19434,19442 ----
+ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
+ emximp -o $lib $output_objdir/$libname.def'
+! old_archive_from_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
+ enable_shared_with_static_runtimes=yes
++ file_list_spec='@'
+ ;;
+
+ osf3*)
+***************
+*** 17731,17736 ****
+--- 19470,19478 ----
+ hardcode_libdir_separator=:
+ ;;
+
++ serenity*)
++ ;;
++
+ solaris*)
+ no_undefined_flag=' -z defs'
+ if test yes = "$GCC"; then
+***************
+*** 17886,17893 ****
+ fi
+ fi
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
+! $as_echo "$ld_shlibs" >&6; }
+ test no = "$ld_shlibs" && can_build_shared=no
+
+ with_gnu_ld=$with_gnu_ld
+--- 19628,19635 ----
+ fi
+ fi
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
+! printf "%s\n" "$ld_shlibs" >&6; }
+ test no = "$ld_shlibs" && can_build_shared=no
+
+ with_gnu_ld=$with_gnu_ld
+***************
+*** 17923,17940 ****
+ # Test whether the compiler implicitly links with -lc since on some
+ # systems, -lgcc has to come before -lc. If gcc already passes -lc
+ # to ld, don't add -lc before -lgcc.
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
+! $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
+! if ${lt_cv_archive_cmds_need_lc+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! $RM conftest*
+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } 2>conftest.err; then
+ soname=conftest
+ lib=conftest
+--- 19665,19683 ----
+ # Test whether the compiler implicitly links with -lc since on some
+ # systems, -lgcc has to come before -lc. If gcc already passes -lc
+ # to ld, don't add -lc before -lgcc.
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
+! printf %s "checking whether -lc should be explicitly linked in... " >&6; }
+! if test ${lt_cv_archive_cmds_need_lc+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) $RM conftest*
+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } 2>conftest.err; then
+ soname=conftest
+ lib=conftest
+***************
+*** 17952,17958 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
+ (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }
+ then
+ lt_cv_archive_cmds_need_lc=no
+--- 19695,19701 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
+ (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }
+ then
+ lt_cv_archive_cmds_need_lc=no
+***************
+*** 17964,17973 ****
+ cat conftest.err 1>&5
+ fi
+ $RM conftest*
+!
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
+! $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
+ archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
+ ;;
+ esac
+--- 19707,19717 ----
+ cat conftest.err 1>&5
+ fi
+ $RM conftest*
+! ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
+! printf "%s\n" "$lt_cv_archive_cmds_need_lc" >&6; }
+ archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
+ ;;
+ esac
+***************
+*** 18126,18133 ****
+
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
+! $as_echo_n "checking dynamic linker characteristics... " >&6; }
+
+ if test yes = "$GCC"; then
+ case $host_os in
+--- 19870,19877 ----
+
+
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
+! printf %s "checking dynamic linker characteristics... " >&6; }
+
+ if test yes = "$GCC"; then
+ case $host_os in
+***************
+*** 18135,18141 ****
+ *) lt_awk_arg='/^libraries:/' ;;
+ esac
+ case $host_os in
+! mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;;
+ *) lt_sed_strip_eq='s|=/|/|g' ;;
+ esac
+ lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
+--- 19879,19885 ----
+ *) lt_awk_arg='/^libraries:/' ;;
+ esac
+ case $host_os in
+! mingw* | windows* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;;
+ *) lt_sed_strip_eq='s|=/|/|g' ;;
+ esac
+ lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
+***************
+*** 18193,18199 ****
+ # AWK program above erroneously prepends '/' to C:/dos/paths
+ # for these hosts.
+ case $host_os in
+! mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
+ $SED 's|/\([A-Za-z]:\)|\1|g'` ;;
+ esac
+ sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
+--- 19937,19943 ----
+ # AWK program above erroneously prepends '/' to C:/dos/paths
+ # for these hosts.
+ case $host_os in
+! mingw* | windows* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
+ $SED 's|/\([A-Za-z]:\)|\1|g'` ;;
+ esac
+ sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
+***************
+*** 18267,18273 ****
+ # Unfortunately, runtime linking may impact performance, so we do
+ # not want this to be the default eventually. Also, we use the
+ # versioned .so libs for executables only if there is the -brtl
+! # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
+ # To allow for filename-based versioning support, we need to create
+ # libNAME.so.V as an archive file, containing:
+ # *) an Import File, referring to the versioned filename of the
+--- 20011,20017 ----
+ # Unfortunately, runtime linking may impact performance, so we do
+ # not want this to be the default eventually. Also, we use the
+ # versioned .so libs for executables only if there is the -brtl
+! # linker flag in LDFLAGS as well, or --enable-aix-soname=svr4 only.
+ # To allow for filename-based versioning support, we need to create
+ # libNAME.so.V as an archive file, containing:
+ # *) an Import File, referring to the versioned filename of the
+***************
+*** 18361,18367 ****
+ # libtool to hard-code these into programs
+ ;;
+
+! cygwin* | mingw* | pw32* | cegcc*)
+ version_type=windows
+ shrext_cmds=.dll
+ need_version=no
+--- 20105,20111 ----
+ # libtool to hard-code these into programs
+ ;;
+
+! cygwin* | mingw* | windows* | pw32* | cegcc*)
+ version_type=windows
+ shrext_cmds=.dll
+ need_version=no
+***************
+*** 18372,18386 ****
+ # gcc
+ library_names_spec='$libname.dll.a'
+ # DLL is installed to $(libdir)/../bin by postinstall_cmds
+! postinstall_cmds='base_file=`basename \$file`~
+! dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
+! dldir=$destdir/`dirname \$dlpath`~
+! test -d \$dldir || mkdir -p \$dldir~
+! $install_prog $dir/$dlname \$dldir/$dlname~
+! chmod a+x \$dldir/$dlname~
+! if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
+! eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
+! fi'
+ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+ dlpath=$dir/\$dldll~
+ $RM \$dlpath'
+--- 20116,20144 ----
+ # gcc
+ library_names_spec='$libname.dll.a'
+ # DLL is installed to $(libdir)/../bin by postinstall_cmds
+! # If user builds GCC with multilib enabled,
+! # it should just install on $(libdir)
+! # not on $(libdir)/../bin or 32 bits dlls would override 64 bit ones.
+! if test xyes = x"$multilib"; then
+! postinstall_cmds='base_file=`basename \$file`~
+! dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
+! dldir=$destdir/`dirname \$dlpath`~
+! $install_prog $dir/$dlname $destdir/$dlname~
+! chmod a+x $destdir/$dlname~
+! if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
+! eval '\''$striplib $destdir/$dlname'\'' || exit \$?;
+! fi'
+! else
+! postinstall_cmds='base_file=`basename \$file`~
+! dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
+! dldir=$destdir/`dirname \$dlpath`~
+! test -d \$dldir || mkdir -p \$dldir~
+! $install_prog $dir/$dlname \$dldir/$dlname~
+! chmod a+x \$dldir/$dlname~
+! if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
+! eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
+! fi'
+! fi
+ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+ dlpath=$dir/\$dldll~
+ $RM \$dlpath'
+***************
+*** 18389,18418 ****
+ case $host_os in
+ cygwin*)
+ # Cygwin DLLs use 'cyg' prefix rather than 'lib'
+! soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
+
+ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
+ ;;
+! mingw* | cegcc*)
+ # MinGW DLLs use traditional 'lib' prefix
+ soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
+ ;;
+ pw32*)
+ # pw32 DLLs use 'pw' prefix rather than 'lib'
+! library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
+ ;;
+ esac
+ dynamic_linker='Win32 ld.exe'
+ ;;
+
+! *,cl*)
+! # Native MSVC
+ libname_spec='$name'
+ soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
+ library_names_spec='$libname.dll.lib'
+
+ case $build_os in
+! mingw*)
+ sys_lib_search_path_spec=
+ lt_save_ifs=$IFS
+ IFS=';'
+--- 20147,20176 ----
+ case $host_os in
+ cygwin*)
+ # Cygwin DLLs use 'cyg' prefix rather than 'lib'
+! soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
+
+ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
+ ;;
+! mingw* | windows* | cegcc*)
+ # MinGW DLLs use traditional 'lib' prefix
+ soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
+ ;;
+ pw32*)
+ # pw32 DLLs use 'pw' prefix rather than 'lib'
+! library_names_spec='`echo $libname | $SED -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
+ ;;
+ esac
+ dynamic_linker='Win32 ld.exe'
+ ;;
+
+! *,cl* | *,icl*)
+! # Native MSVC or ICC
+ libname_spec='$name'
+ soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
+ library_names_spec='$libname.dll.lib'
+
+ case $build_os in
+! mingw* | windows*)
+ sys_lib_search_path_spec=
+ lt_save_ifs=$IFS
+ IFS=';'
+***************
+*** 18425,18431 ****
+ done
+ IFS=$lt_save_ifs
+ # Convert to MSYS style.
+! sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
+ ;;
+ cygwin*)
+ # Convert to unix form, then to dos form, then back to unix form
+--- 20183,20189 ----
+ done
+ IFS=$lt_save_ifs
+ # Convert to MSYS style.
+! sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
+ ;;
+ cygwin*)
+ # Convert to unix form, then to dos form, then back to unix form
+***************
+*** 18462,18468 ****
+ ;;
+
+ *)
+! # Assume MSVC wrapper
+ library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
+ dynamic_linker='Win32 ld.exe'
+ ;;
+--- 20220,20226 ----
+ ;;
+
+ *)
+! # Assume MSVC and ICC wrapper
+ library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
+ dynamic_linker='Win32 ld.exe'
+ ;;
+***************
+*** 18495,18501 ****
+ shlibpath_var=LD_LIBRARY_PATH
+ ;;
+
+! freebsd* | dragonfly*)
+ # DragonFly does not have aout. When/if they implement a new
+ # versioning mechanism, adjust this.
+ if test -x /usr/bin/objformat; then
+--- 20253,20259 ----
+ shlibpath_var=LD_LIBRARY_PATH
+ ;;
+
+! freebsd* | dragonfly* | midnightbsd*)
+ # DragonFly does not have aout. When/if they implement a new
+ # versioning mechanism, adjust this.
+ if test -x /usr/bin/objformat; then
+***************
+*** 18519,18525 ****
+--- 20277,20304 ----
+ need_version=yes
+ ;;
+ esac
++ case $host_cpu in
++ powerpc64)
++ # On FreeBSD bi-arch platforms, a different variable is used for 32-bit
++ # binaries. See .
++ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++ /* end confdefs.h. */
++ int test_pointer_size[sizeof (void *) - 5];
++
++ _ACEOF
++ if ac_fn_c_try_compile "$LINENO"
++ then :
+ shlibpath_var=LD_LIBRARY_PATH
++ else case e in #(
++ e) shlibpath_var=LD_32_LIBRARY_PATH ;;
++ esac
++ fi
++ rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
++ ;;
++ *)
++ shlibpath_var=LD_LIBRARY_PATH
++ ;;
++ esac
+ case $host_os in
+ freebsd2.*)
+ shlibpath_overrides_runpath=yes
+***************
+*** 18549,18556 ****
+ soname_spec='$libname$release$shared_ext$major'
+ shlibpath_var=LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+! sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
+! hardcode_into_libs=yes
+ ;;
+
+ hpux9* | hpux10* | hpux11*)
+--- 20328,20336 ----
+ soname_spec='$libname$release$shared_ext$major'
+ shlibpath_var=LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+! sys_lib_search_path_spec='/boot/system/non-packaged/develop/lib /boot/system/develop/lib'
+! sys_lib_dlsearch_path_spec='/boot/home/config/non-packaged/lib /boot/home/config/lib /boot/system/non-packaged/lib /boot/system/lib'
+! hardcode_into_libs=no
+ ;;
+
+ hpux9* | hpux10* | hpux11*)
+***************
+*** 18660,18666 ****
+ version_type=none # Android doesn't support versioned libraries.
+ need_lib_prefix=no
+ need_version=no
+! library_names_spec='$libname$release$shared_ext'
+ soname_spec='$libname$release$shared_ext'
+ finish_cmds=
+ shlibpath_var=LD_LIBRARY_PATH
+--- 20440,20446 ----
+ version_type=none # Android doesn't support versioned libraries.
+ need_lib_prefix=no
+ need_version=no
+! library_names_spec='$libname$release$shared_ext $libname$shared_ext'
+ soname_spec='$libname$release$shared_ext'
+ finish_cmds=
+ shlibpath_var=LD_LIBRARY_PATH
+***************
+*** 18672,18679 ****
+ hardcode_into_libs=yes
+
+ dynamic_linker='Android linker'
+! # Don't embed -rpath directories since the linker doesn't support them.
+! hardcode_libdir_flag_spec='-L$libdir'
+ ;;
+
+ # This must be glibc/ELF.
+--- 20452,20460 ----
+ hardcode_into_libs=yes
+
+ dynamic_linker='Android linker'
+! # -rpath works at least for libraries that are not overridden by
+! # libraries installed in system locations.
+! hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
+ ;;
+
+ # This must be glibc/ELF.
+***************
+*** 18688,18697 ****
+ shlibpath_overrides_runpath=no
+
+ # Some binutils ld are patched to set DT_RUNPATH
+! if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! lt_cv_shlibpath_overrides_runpath=no
+ save_LDFLAGS=$LDFLAGS
+ save_libdir=$libdir
+ eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
+--- 20469,20479 ----
+ shlibpath_overrides_runpath=no
+
+ # Some binutils ld are patched to set DT_RUNPATH
+! if test ${lt_cv_shlibpath_overrides_runpath+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) lt_cv_shlibpath_overrides_runpath=no
+ save_LDFLAGS=$LDFLAGS
+ save_libdir=$libdir
+ eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
+***************
+*** 18700,18722 ****
+ /* end confdefs.h. */
+
+ int
+! main ()
+ {
+
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_link "$LINENO"; then :
+! if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
+ lt_cv_shlibpath_overrides_runpath=yes
+ fi
+ fi
+! rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LDFLAGS=$save_LDFLAGS
+ libdir=$save_libdir
+!
+ fi
+
+ shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
+--- 20482,20507 ----
+ /* end confdefs.h. */
+
+ int
+! main (void)
+ {
+
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_link "$LINENO"
+! then :
+! if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null
+! then :
+ lt_cv_shlibpath_overrides_runpath=yes
+ fi
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam \
+ conftest$ac_exeext conftest.$ac_ext
+ LDFLAGS=$save_LDFLAGS
+ libdir=$save_libdir
+! ;;
+! esac
+ fi
+
+ shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
+***************
+*** 18726,18732 ****
+ # before this can be enabled.
+ hardcode_into_libs=yes
+
+! # Ideally, we could use ldconfig to report *all* directores which are
+ # searched for libraries, however this is still not possible. Aside from not
+ # being certain /sbin/ldconfig is available, command
+ # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
+--- 20511,20517 ----
+ # before this can be enabled.
+ hardcode_into_libs=yes
+
+! # Ideally, we could use ldconfig to report *all* directories which are
+ # searched for libraries, however this is still not possible. Aside from not
+ # being certain /sbin/ldconfig is available, command
+ # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
+***************
+*** 18746,18751 ****
+--- 20531,20550 ----
+ dynamic_linker='GNU/Linux ld.so'
+ ;;
+
++ netbsdelf*-gnu)
++ version_type=linux
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
++ soname_spec='$libname$release$shared_ext$major'
++ shlibpath_var=LD_LIBRARY_PATH
++ shlibpath_overrides_runpath=no
++ hardcode_into_libs=yes
++ dynamic_linker='NetBSD ld.elf_so'
++ enable_cxx_stdlib=yes
++ stdlibflag=
++ ;;
++
+ netbsd*)
+ version_type=sunos
+ need_lib_prefix=no
+***************
+*** 18762,18767 ****
+--- 20561,20580 ----
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=yes
+ hardcode_into_libs=yes
++ enable_cxx_stdlib=yes
++ stdlibflag=
++ ;;
++
++ *-mlibc)
++ version_type=linux # correct to gnu/linux during the next big refactor
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
++ soname_spec='$libname$release$shared_ext$major'
++ dynamic_linker='mlibc ld.so'
++ shlibpath_var=LD_LIBRARY_PATH
++ shlibpath_overrides_runpath=no
++ hardcode_into_libs=yes
+ ;;
+
+ newsos6)
+***************
+*** 18783,18789 ****
+ dynamic_linker='ldqnx.so'
+ ;;
+
+! openbsd* | bitrig*)
+ version_type=sunos
+ sys_lib_dlsearch_path_spec=/usr/lib
+ need_lib_prefix=no
+--- 20596,20602 ----
+ dynamic_linker='ldqnx.so'
+ ;;
+
+! openbsd*)
+ version_type=sunos
+ sys_lib_dlsearch_path_spec=/usr/lib
+ need_lib_prefix=no
+***************
+*** 18843,18848 ****
+--- 20656,20672 ----
+ dynamic_linker=no
+ ;;
+
++ serenity*)
++ version_type=linux # correct to gnu/linux during the next big refactor
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
++ soname_spec='$libname$release$shared_ext$major'
++ shlibpath_var=LD_LIBRARY_PATH
++ shlibpath_overrides_runpath=no
++ dynamic_linker='SerenityOS LibELF'
++ ;;
++
+ solaris*)
+ version_type=linux # correct to gnu/linux during the next big refactor
+ need_lib_prefix=no
+***************
+*** 18940,18951 ****
+ shlibpath_var=LD_LIBRARY_PATH
+ ;;
+
+ *)
+ dynamic_linker=no
+ ;;
+ esac
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
+! $as_echo "$dynamic_linker" >&6; }
+ test no = "$dynamic_linker" && can_build_shared=no
+
+ variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
+--- 20764,21265 ----
+ shlibpath_var=LD_LIBRARY_PATH
+ ;;
+
++ emscripten*)
++ version_type=none
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='$libname$release$shared_ext'
++ soname_spec='$libname$release$shared_ext'
++ finish_cmds=
++ dynamic_linker="Emscripten linker"
++ lt_prog_compiler_wl=
++ lt_prog_compiler_pic=
++ lt_prog_compiler_static=
++
++
++ if test yes = "$GCC"; then
++ lt_prog_compiler_wl='-Wl,'
++ lt_prog_compiler_static='-static'
++
++ case $host_os in
++ aix*)
++ # All AIX code is PIC.
++ if test ia64 = "$host_cpu"; then
++ # AIX 5 now supports IA64 processor
++ lt_prog_compiler_static='-Bstatic'
++ fi
++ lt_prog_compiler_pic='-fPIC'
++ ;;
++
++ amigaos*)
++ case $host_cpu in
++ powerpc)
++ # see comment about AmigaOS4 .so support
++ lt_prog_compiler_pic='-fPIC'
++ ;;
++ m68k)
++ # FIXME: we need at least 68020 code to build shared libraries, but
++ # adding the '-m68020' flag to GCC prevents building anything better,
++ # like '-m68040'.
++ lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
++ ;;
++ esac
++ ;;
++
++ beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
++ # PIC is the default for these OSes.
++ ;;
++
++ mingw* | windows* | cygwin* | pw32* | os2* | cegcc*)
++ # This hack is so that the source file can tell whether it is being
++ # built for inclusion in a dll (and should export symbols for example).
++ # Although the cygwin gcc ignores -fPIC, still need this for old-style
++ # (--disable-auto-import) libraries
++ lt_prog_compiler_pic='-DDLL_EXPORT'
++ case $host_os in
++ os2*)
++ lt_prog_compiler_static='$wl-static'
++ ;;
++ esac
++ ;;
++
++ darwin* | rhapsody*)
++ # PIC is the default on this platform
++ # Common symbols not allowed in MH_DYLIB files
++ lt_prog_compiler_pic='-fno-common'
++ ;;
++
++ haiku*)
++ # PIC is the default for Haiku.
++ # The "-static" flag exists, but is broken.
++ lt_prog_compiler_static=
++ ;;
++
++ hpux*)
++ # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
++ # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
++ # sets the default TLS model and affects inlining.
++ case $host_cpu in
++ hppa*64*)
++ # +Z the default
++ ;;
++ *)
++ lt_prog_compiler_pic='-fPIC'
++ ;;
++ esac
++ ;;
++
++ interix[3-9]*)
++ # Interix 3.x gcc -fpic/-fPIC options generate broken code.
++ # Instead, we relocate shared libraries at runtime.
++ ;;
++
++ msdosdjgpp*)
++ # Just because we use GCC doesn't mean we suddenly get shared libraries
++ # on systems that don't support them.
++ lt_prog_compiler_can_build_shared=no
++ enable_shared=no
++ ;;
++
++ *nto* | *qnx*)
++ # QNX uses GNU C++, but need to define -shared option too, otherwise
++ # it will coredump.
++ lt_prog_compiler_pic='-fPIC -shared'
++ ;;
++
++ sysv4*MP*)
++ if test -d /usr/nec; then
++ lt_prog_compiler_pic=-Kconform_pic
++ fi
++ ;;
++
++ *)
++ lt_prog_compiler_pic='-fPIC'
++ ;;
++ esac
++
++ case $cc_basename in
++ nvcc*) # Cuda Compiler Driver 2.2
++ lt_prog_compiler_wl='-Xlinker '
++ if test -n "$lt_prog_compiler_pic"; then
++ lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
++ fi
++ ;;
++ esac
++ else
++ # PORTME Check for flag to pass linker flags through the system compiler.
++ case $host_os in
++ aix*)
++ lt_prog_compiler_wl='-Wl,'
++ if test ia64 = "$host_cpu"; then
++ # AIX 5 now supports IA64 processor
++ lt_prog_compiler_static='-Bstatic'
++ else
++ lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
++ fi
++ ;;
++
++ darwin* | rhapsody*)
++ # PIC is the default on this platform
++ # Common symbols not allowed in MH_DYLIB files
++ lt_prog_compiler_pic='-fno-common'
++ case $cc_basename in
++ nagfor*)
++ # NAG Fortran compiler
++ lt_prog_compiler_wl='-Wl,-Wl,,'
++ lt_prog_compiler_pic='-PIC'
++ lt_prog_compiler_static='-Bstatic'
++ ;;
++ esac
++ ;;
++
++ mingw* | windows* | cygwin* | pw32* | os2* | cegcc*)
++ # This hack is so that the source file can tell whether it is being
++ # built for inclusion in a dll (and should export symbols for example).
++ lt_prog_compiler_pic='-DDLL_EXPORT'
++ case $host_os in
++ os2*)
++ lt_prog_compiler_static='$wl-static'
++ ;;
++ esac
++ ;;
++
++ hpux9* | hpux10* | hpux11*)
++ lt_prog_compiler_wl='-Wl,'
++ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
++ # not for PA HP-UX.
++ case $host_cpu in
++ hppa*64*|ia64*)
++ # +Z the default
++ ;;
++ *)
++ lt_prog_compiler_pic='+Z'
++ ;;
++ esac
++ # Is there a better lt_prog_compiler_static that works with the bundled CC?
++ lt_prog_compiler_static='$wl-a ${wl}archive'
++ ;;
++
++ irix5* | irix6* | nonstopux*)
++ lt_prog_compiler_wl='-Wl,'
++ # PIC (with -KPIC) is the default.
++ lt_prog_compiler_static='-non_shared'
++ ;;
++
++ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
++ case $cc_basename in
++ # old Intel for x86_64, which still supported -KPIC.
++ ecc*)
++ lt_prog_compiler_wl='-Wl,'
++ lt_prog_compiler_pic='-KPIC'
++ lt_prog_compiler_static='-static'
++ ;;
++ *flang* | ftn | f18* | f95*)
++ # Flang compiler.
++ lt_prog_compiler_wl='-Wl,'
++ lt_prog_compiler_pic='-fPIC'
++ lt_prog_compiler_static='-static'
++ ;;
++ # icc used to be incompatible with GCC.
++ # ICC 10 doesn't accept -KPIC any more.
++ icc* | ifort*)
++ lt_prog_compiler_wl='-Wl,'
++ lt_prog_compiler_pic='-fPIC'
++ lt_prog_compiler_static='-static'
++ ;;
++ # Lahey Fortran 8.1.
++ lf95*)
++ lt_prog_compiler_wl='-Wl,'
++ lt_prog_compiler_pic='--shared'
++ lt_prog_compiler_static='--static'
++ ;;
++ nagfor*)
++ # NAG Fortran compiler
++ lt_prog_compiler_wl='-Wl,-Wl,,'
++ lt_prog_compiler_pic='-PIC'
++ lt_prog_compiler_static='-Bstatic'
++ ;;
++ tcc*)
++ # Fabrice Bellard et al's Tiny C Compiler
++ lt_prog_compiler_wl='-Wl,'
++ lt_prog_compiler_pic='-fPIC'
++ lt_prog_compiler_static='-static'
++ ;;
++ pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
++ # Portland Group compilers (*not* the Pentium gcc compiler,
++ # which looks to be a dead project)
++ lt_prog_compiler_wl='-Wl,'
++ lt_prog_compiler_pic='-fpic'
++ lt_prog_compiler_static='-Bstatic'
++ ;;
++ ccc*)
++ lt_prog_compiler_wl='-Wl,'
++ # All Alpha code is PIC.
++ lt_prog_compiler_static='-non_shared'
++ ;;
++ xl* | bgxl* | bgf* | mpixl*)
++ # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
++ lt_prog_compiler_wl='-Wl,'
++ lt_prog_compiler_pic='-qpic'
++ lt_prog_compiler_static='-qstaticlink'
++ ;;
++ *)
++ case `$CC -V 2>&1 | $SED 5q` in
++ *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
++ # Sun Fortran 8.3 passes all unrecognized flags to the linker
++ lt_prog_compiler_pic='-KPIC'
++ lt_prog_compiler_static='-Bstatic'
++ lt_prog_compiler_wl=''
++ ;;
++ *Sun\ F* | *Sun*Fortran*)
++ lt_prog_compiler_pic='-KPIC'
++ lt_prog_compiler_static='-Bstatic'
++ lt_prog_compiler_wl='-Qoption ld '
++ ;;
++ *Sun\ C*)
++ # Sun C 5.9
++ lt_prog_compiler_pic='-KPIC'
++ lt_prog_compiler_static='-Bstatic'
++ lt_prog_compiler_wl='-Wl,'
++ ;;
++ *Intel*\ [CF]*Compiler*)
++ lt_prog_compiler_wl='-Wl,'
++ lt_prog_compiler_pic='-fPIC'
++ lt_prog_compiler_static='-static'
++ ;;
++ *Portland\ Group*)
++ lt_prog_compiler_wl='-Wl,'
++ lt_prog_compiler_pic='-fpic'
++ lt_prog_compiler_static='-Bstatic'
++ ;;
++ esac
++ ;;
++ esac
++ ;;
++
++ newsos6)
++ lt_prog_compiler_pic='-KPIC'
++ lt_prog_compiler_static='-Bstatic'
++ ;;
++
++ *-mlibc)
++ lt_prog_compiler_wl='-Wl,'
++ lt_prog_compiler_pic='-fPIC'
++ lt_prog_compiler_static='-static'
++ ;;
++
++ *nto* | *qnx*)
++ # QNX uses GNU C++, but need to define -shared option too, otherwise
++ # it will coredump.
++ lt_prog_compiler_pic='-fPIC -shared'
++ ;;
++
++ osf3* | osf4* | osf5*)
++ lt_prog_compiler_wl='-Wl,'
++ # All OSF/1 code is PIC.
++ lt_prog_compiler_static='-non_shared'
++ ;;
++
++ rdos*)
++ lt_prog_compiler_static='-non_shared'
++ ;;
++
++ serenity*)
++ ;;
++
++ solaris*)
++ lt_prog_compiler_pic='-KPIC'
++ lt_prog_compiler_static='-Bstatic'
++ case $cc_basename in
++ f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
++ lt_prog_compiler_wl='-Qoption ld ';;
++ *)
++ lt_prog_compiler_wl='-Wl,';;
++ esac
++ ;;
++
++ sunos4*)
++ lt_prog_compiler_wl='-Qoption ld '
++ lt_prog_compiler_pic='-PIC'
++ lt_prog_compiler_static='-Bstatic'
++ ;;
++
++ sysv4 | sysv4.2uw2* | sysv4.3*)
++ lt_prog_compiler_wl='-Wl,'
++ lt_prog_compiler_pic='-KPIC'
++ lt_prog_compiler_static='-Bstatic'
++ ;;
++
++ sysv4*MP*)
++ if test -d /usr/nec; then
++ lt_prog_compiler_pic='-Kconform_pic'
++ lt_prog_compiler_static='-Bstatic'
++ fi
++ ;;
++
++ sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
++ lt_prog_compiler_wl='-Wl,'
++ lt_prog_compiler_pic='-KPIC'
++ lt_prog_compiler_static='-Bstatic'
++ ;;
++
++ unicos*)
++ lt_prog_compiler_wl='-Wl,'
++ lt_prog_compiler_can_build_shared=no
++ ;;
++
++ uts4*)
++ lt_prog_compiler_pic='-pic'
++ lt_prog_compiler_static='-Bstatic'
++ ;;
++
++ *)
++ lt_prog_compiler_can_build_shared=no
++ ;;
++ esac
++ fi
++
++ case $host_os in
++ # For platforms that do not support PIC, -DPIC is meaningless:
++ *djgpp*)
++ lt_prog_compiler_pic=
++ ;;
++ *)
++ lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
++ ;;
++ esac
++
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
++ printf %s "checking for $compiler option to produce PIC... " >&6; }
++ if test ${lt_cv_prog_compiler_pic+y}
++ then :
++ printf %s "(cached) " >&6
++ else case e in #(
++ e) lt_cv_prog_compiler_pic=$lt_prog_compiler_pic ;;
++ esac
++ fi
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
++ printf "%s\n" "$lt_cv_prog_compiler_pic" >&6; }
++ lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
++
++ #
++ # Check to make sure the PIC flag actually works.
++ #
++ if test -n "$lt_prog_compiler_pic"; then
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
++ printf %s "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
++ if test ${lt_cv_prog_compiler_pic_works+y}
++ then :
++ printf %s "(cached) " >&6
++ else case e in #(
++ e) lt_cv_prog_compiler_pic_works=no
++ ac_outfile=conftest.$ac_objext
++ echo "$lt_simple_compile_test_code" > conftest.$ac_ext
++ lt_compiler_flag="$lt_prog_compiler_pic -DPIC" ## exclude from sc_useless_quotes_in_assignment
++ # Insert the option either (1) after the last *FLAGS variable, or
++ # (2) before a word containing "conftest.", or (3) at the end.
++ # Note that $ac_compile itself does not contain backslashes and begins
++ # with a dollar sign (not a hyphen), so the echo should work correctly.
++ # The option is referenced via a variable to avoid confusing sed.
++ lt_compile=`echo "$ac_compile" | $SED \
++ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++ -e 's:$: $lt_compiler_flag:'`
++ (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
++ (eval "$lt_compile" 2>conftest.err)
++ ac_status=$?
++ cat conftest.err >&5
++ echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ if (exit $ac_status) && test -s "$ac_outfile"; then
++ # The compiler can only warn and ignore the option if not recognized
++ # So say no if there are warnings other than the usual output.
++ $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
++ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
++ if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
++ lt_cv_prog_compiler_pic_works=yes
++ fi
++ fi
++ $RM conftest*
++ ;;
++ esac
++ fi
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
++ printf "%s\n" "$lt_cv_prog_compiler_pic_works" >&6; }
++
++ if test yes = "$lt_cv_prog_compiler_pic_works"; then
++ case $lt_prog_compiler_pic in
++ "" | " "*) ;;
++ *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
++ esac
++ else
++ lt_prog_compiler_pic=
++ lt_prog_compiler_can_build_shared=no
++ fi
++
++ fi
++
++
++
++
++
++ #
++ # Check to make sure the static flag actually works.
++ #
++ wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
++ printf %s "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
++ if test ${lt_cv_prog_compiler_static_works+y}
++ then :
++ printf %s "(cached) " >&6
++ else case e in #(
++ e) lt_cv_prog_compiler_static_works=no
++ save_LDFLAGS=$LDFLAGS
++ LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
++ echo "$lt_simple_link_test_code" > conftest.$ac_ext
++ if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
++ # The linker can only warn and ignore the option if not recognized
++ # So say no if there are warnings
++ if test -s conftest.err; then
++ # Append any errors to the config.log.
++ cat conftest.err 1>&5
++ $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
++ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
++ if diff conftest.exp conftest.er2 >/dev/null; then
++ lt_cv_prog_compiler_static_works=yes
++ fi
++ else
++ lt_cv_prog_compiler_static_works=yes
++ fi
++ fi
++ $RM -r conftest*
++ LDFLAGS=$save_LDFLAGS
++ ;;
++ esac
++ fi
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
++ printf "%s\n" "$lt_cv_prog_compiler_static_works" >&6; }
++
++ if test yes = "$lt_cv_prog_compiler_static_works"; then
++ :
++ else
++ lt_prog_compiler_static=
++ fi
++
++
++
++ ='-fPIC'
++ archive_cmds='$CC -sSIDE_MODULE=2 -shared $libobjs $deplibs $compiler_flags -o $lib'
++ archive_expsym_cmds='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -sSIDE_MODULE=2 -shared $libobjs $deplibs $compiler_flags -o $lib -s EXPORTED_FUNCTIONS=@$output_objdir/$soname.expsym'
++ archive_cmds_need_lc=no
++ no_undefined_flag=
++ ;;
++
+ *)
+ dynamic_linker=no
+ ;;
+ esac
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
+! printf "%s\n" "$dynamic_linker" >&6; }
+ test no = "$dynamic_linker" && can_build_shared=no
+
+ variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
+***************
+*** 19066,19073 ****
+
+
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
+! $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
+ hardcode_action=
+ if test -n "$hardcode_libdir_flag_spec" ||
+ test -n "$runpath_var" ||
+--- 21380,21387 ----
+
+
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
+! printf %s "checking how to hardcode library paths into programs... " >&6; }
+ hardcode_action=
+ if test -n "$hardcode_libdir_flag_spec" ||
+ test -n "$runpath_var" ||
+***************
+*** 19091,19098 ****
+ # directories.
+ hardcode_action=unsupported
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
+! $as_echo "$hardcode_action" >&6; }
+
+ if test relink = "$hardcode_action" ||
+ test yes = "$inherit_rpath"; then
+--- 21405,21412 ----
+ # directories.
+ hardcode_action=unsupported
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
+! printf "%s\n" "$hardcode_action" >&6; }
+
+ if test relink = "$hardcode_action" ||
+ test yes = "$inherit_rpath"; then
+***************
+*** 19124,19130 ****
+ lt_cv_dlopen_self=yes
+ ;;
+
+! mingw* | pw32* | cegcc*)
+ lt_cv_dlopen=LoadLibrary
+ lt_cv_dlopen_libs=
+ ;;
+--- 21438,21444 ----
+ lt_cv_dlopen_self=yes
+ ;;
+
+! mingw* | windows* | pw32* | cegcc*)
+ lt_cv_dlopen=LoadLibrary
+ lt_cv_dlopen_libs=
+ ;;
+***************
+*** 19136,19185 ****
+
+ darwin*)
+ # if libdl is installed we need to link against it
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
+! $as_echo_n "checking for dlopen in -ldl... " >&6; }
+! if ${ac_cv_lib_dl_dlopen+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! ac_check_lib_save_LIBS=$LIBS
+ LIBS="-ldl $LIBS"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ /* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+! builtin and then its argument prototype would still apply. */
+ #ifdef __cplusplus
+ extern "C"
+ #endif
+! char dlopen ();
+ int
+! main ()
+ {
+ return dlopen ();
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_link "$LINENO"; then :
+ ac_cv_lib_dl_dlopen=yes
+! else
+! ac_cv_lib_dl_dlopen=no
+ fi
+! rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+! LIBS=$ac_check_lib_save_LIBS
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
+! $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
+! if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
+ lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
+! else
+!
+ lt_cv_dlopen=dyld
+ lt_cv_dlopen_libs=
+ lt_cv_dlopen_self=yes
+!
+ fi
+
+ ;;
+--- 21450,21508 ----
+
+ darwin*)
+ # if libdl is installed we need to link against it
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
+! printf %s "checking for dlopen in -ldl... " >&6; }
+! if test ${ac_cv_lib_dl_dlopen+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) ac_check_lib_save_LIBS=$LIBS
+ LIBS="-ldl $LIBS"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ /* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+! builtin and then its argument prototype would still apply.
+! The 'extern "C"' is for builds by C++ compilers;
+! although this is not generally supported in C code supporting it here
+! has little cost and some practical benefit (sr 110532). */
+ #ifdef __cplusplus
+ extern "C"
+ #endif
+! char dlopen (void);
+ int
+! main (void)
+ {
+ return dlopen ();
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_link "$LINENO"
+! then :
+ ac_cv_lib_dl_dlopen=yes
+! else case e in #(
+! e) ac_cv_lib_dl_dlopen=no ;;
+! esac
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam \
+ conftest$ac_exeext conftest.$ac_ext
+! LIBS=$ac_check_lib_save_LIBS ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
+! printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; }
+! if test "x$ac_cv_lib_dl_dlopen" = xyes
+! then :
+ lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
+! else case e in #(
+! e)
+ lt_cv_dlopen=dyld
+ lt_cv_dlopen_libs=
+ lt_cv_dlopen_self=yes
+! ;;
+! esac
+ fi
+
+ ;;
+***************
+*** 19194,19376 ****
+
+ *)
+ ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
+! if test "x$ac_cv_func_shl_load" = xyes; then :
+ lt_cv_dlopen=shl_load
+! else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
+! $as_echo_n "checking for shl_load in -ldld... " >&6; }
+! if ${ac_cv_lib_dld_shl_load+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! ac_check_lib_save_LIBS=$LIBS
+ LIBS="-ldld $LIBS"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ /* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+! builtin and then its argument prototype would still apply. */
+ #ifdef __cplusplus
+ extern "C"
+ #endif
+! char shl_load ();
+ int
+! main ()
+ {
+ return shl_load ();
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_link "$LINENO"; then :
+ ac_cv_lib_dld_shl_load=yes
+! else
+! ac_cv_lib_dld_shl_load=no
+ fi
+! rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+! LIBS=$ac_check_lib_save_LIBS
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
+! $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
+! if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
+ lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld
+! else
+! ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
+! if test "x$ac_cv_func_dlopen" = xyes; then :
+ lt_cv_dlopen=dlopen
+! else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
+! $as_echo_n "checking for dlopen in -ldl... " >&6; }
+! if ${ac_cv_lib_dl_dlopen+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! ac_check_lib_save_LIBS=$LIBS
+ LIBS="-ldl $LIBS"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ /* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+! builtin and then its argument prototype would still apply. */
+ #ifdef __cplusplus
+ extern "C"
+ #endif
+! char dlopen ();
+ int
+! main ()
+ {
+ return dlopen ();
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_link "$LINENO"; then :
+ ac_cv_lib_dl_dlopen=yes
+! else
+! ac_cv_lib_dl_dlopen=no
+ fi
+! rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+! LIBS=$ac_check_lib_save_LIBS
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
+! $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
+! if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
+ lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
+! else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
+! $as_echo_n "checking for dlopen in -lsvld... " >&6; }
+! if ${ac_cv_lib_svld_dlopen+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! ac_check_lib_save_LIBS=$LIBS
+ LIBS="-lsvld $LIBS"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ /* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+! builtin and then its argument prototype would still apply. */
+ #ifdef __cplusplus
+ extern "C"
+ #endif
+! char dlopen ();
+ int
+! main ()
+ {
+ return dlopen ();
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_link "$LINENO"; then :
+ ac_cv_lib_svld_dlopen=yes
+! else
+! ac_cv_lib_svld_dlopen=no
+ fi
+! rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+! LIBS=$ac_check_lib_save_LIBS
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
+! $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
+! if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
+ lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld
+! else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
+! $as_echo_n "checking for dld_link in -ldld... " >&6; }
+! if ${ac_cv_lib_dld_dld_link+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! ac_check_lib_save_LIBS=$LIBS
+ LIBS="-ldld $LIBS"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ /* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+! builtin and then its argument prototype would still apply. */
+ #ifdef __cplusplus
+ extern "C"
+ #endif
+! char dld_link ();
+ int
+! main ()
+ {
+ return dld_link ();
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_link "$LINENO"; then :
+ ac_cv_lib_dld_dld_link=yes
+! else
+! ac_cv_lib_dld_dld_link=no
+ fi
+! rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+! LIBS=$ac_check_lib_save_LIBS
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
+! $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
+! if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
+ lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld
+ fi
+
+!
+ fi
+
+!
+ fi
+
+!
+ fi
+
+!
+ fi
+
+!
+ fi
+
+ ;;
+--- 21517,21738 ----
+
+ *)
+ ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
+! if test "x$ac_cv_func_shl_load" = xyes
+! then :
+ lt_cv_dlopen=shl_load
+! else case e in #(
+! e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
+! printf %s "checking for shl_load in -ldld... " >&6; }
+! if test ${ac_cv_lib_dld_shl_load+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) ac_check_lib_save_LIBS=$LIBS
+ LIBS="-ldld $LIBS"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ /* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+! builtin and then its argument prototype would still apply.
+! The 'extern "C"' is for builds by C++ compilers;
+! although this is not generally supported in C code supporting it here
+! has little cost and some practical benefit (sr 110532). */
+ #ifdef __cplusplus
+ extern "C"
+ #endif
+! char shl_load (void);
+ int
+! main (void)
+ {
+ return shl_load ();
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_link "$LINENO"
+! then :
+ ac_cv_lib_dld_shl_load=yes
+! else case e in #(
+! e) ac_cv_lib_dld_shl_load=no ;;
+! esac
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam \
+ conftest$ac_exeext conftest.$ac_ext
+! LIBS=$ac_check_lib_save_LIBS ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
+! printf "%s\n" "$ac_cv_lib_dld_shl_load" >&6; }
+! if test "x$ac_cv_lib_dld_shl_load" = xyes
+! then :
+ lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld
+! else case e in #(
+! e) ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
+! if test "x$ac_cv_func_dlopen" = xyes
+! then :
+ lt_cv_dlopen=dlopen
+! else case e in #(
+! e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
+! printf %s "checking for dlopen in -ldl... " >&6; }
+! if test ${ac_cv_lib_dl_dlopen+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) ac_check_lib_save_LIBS=$LIBS
+ LIBS="-ldl $LIBS"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ /* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+! builtin and then its argument prototype would still apply.
+! The 'extern "C"' is for builds by C++ compilers;
+! although this is not generally supported in C code supporting it here
+! has little cost and some practical benefit (sr 110532). */
+ #ifdef __cplusplus
+ extern "C"
+ #endif
+! char dlopen (void);
+ int
+! main (void)
+ {
+ return dlopen ();
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_link "$LINENO"
+! then :
+ ac_cv_lib_dl_dlopen=yes
+! else case e in #(
+! e) ac_cv_lib_dl_dlopen=no ;;
+! esac
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam \
+ conftest$ac_exeext conftest.$ac_ext
+! LIBS=$ac_check_lib_save_LIBS ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
+! printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; }
+! if test "x$ac_cv_lib_dl_dlopen" = xyes
+! then :
+ lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
+! else case e in #(
+! e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
+! printf %s "checking for dlopen in -lsvld... " >&6; }
+! if test ${ac_cv_lib_svld_dlopen+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) ac_check_lib_save_LIBS=$LIBS
+ LIBS="-lsvld $LIBS"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ /* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+! builtin and then its argument prototype would still apply.
+! The 'extern "C"' is for builds by C++ compilers;
+! although this is not generally supported in C code supporting it here
+! has little cost and some practical benefit (sr 110532). */
+ #ifdef __cplusplus
+ extern "C"
+ #endif
+! char dlopen (void);
+ int
+! main (void)
+ {
+ return dlopen ();
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_link "$LINENO"
+! then :
+ ac_cv_lib_svld_dlopen=yes
+! else case e in #(
+! e) ac_cv_lib_svld_dlopen=no ;;
+! esac
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam \
+ conftest$ac_exeext conftest.$ac_ext
+! LIBS=$ac_check_lib_save_LIBS ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
+! printf "%s\n" "$ac_cv_lib_svld_dlopen" >&6; }
+! if test "x$ac_cv_lib_svld_dlopen" = xyes
+! then :
+ lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld
+! else case e in #(
+! e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
+! printf %s "checking for dld_link in -ldld... " >&6; }
+! if test ${ac_cv_lib_dld_dld_link+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) ac_check_lib_save_LIBS=$LIBS
+ LIBS="-ldld $LIBS"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+ /* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+! builtin and then its argument prototype would still apply.
+! The 'extern "C"' is for builds by C++ compilers;
+! although this is not generally supported in C code supporting it here
+! has little cost and some practical benefit (sr 110532). */
+ #ifdef __cplusplus
+ extern "C"
+ #endif
+! char dld_link (void);
+ int
+! main (void)
+ {
+ return dld_link ();
+ ;
+ return 0;
+ }
+ _ACEOF
+! if ac_fn_c_try_link "$LINENO"
+! then :
+ ac_cv_lib_dld_dld_link=yes
+! else case e in #(
+! e) ac_cv_lib_dld_dld_link=no ;;
+! esac
+ fi
+! rm -f core conftest.err conftest.$ac_objext conftest.beam \
+ conftest$ac_exeext conftest.$ac_ext
+! LIBS=$ac_check_lib_save_LIBS ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
+! printf "%s\n" "$ac_cv_lib_dld_dld_link" >&6; }
+! if test "x$ac_cv_lib_dld_dld_link" = xyes
+! then :
+ lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld
+ fi
+
+! ;;
+! esac
+ fi
+
+! ;;
+! esac
+ fi
+
+! ;;
+! esac
+ fi
+
+! ;;
+! esac
+ fi
+
+! ;;
+! esac
+ fi
+
+ ;;
+***************
+*** 19393,19404 ****
+ save_LIBS=$LIBS
+ LIBS="$lt_cv_dlopen_libs $LIBS"
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
+! $as_echo_n "checking whether a program can dlopen itself... " >&6; }
+! if ${lt_cv_dlopen_self+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test yes = "$cross_compiling"; then :
+ lt_cv_dlopen_self=cross
+ else
+ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+--- 21755,21767 ----
+ save_LIBS=$LIBS
+ LIBS="$lt_cv_dlopen_libs $LIBS"
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
+! printf %s "checking whether a program can dlopen itself... " >&6; }
+! if test ${lt_cv_dlopen_self+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test yes = "$cross_compiling"; then :
+ lt_cv_dlopen_self=cross
+ else
+ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+***************
+*** 19448,19458 ****
+ /* When -fvisibility=hidden is used, assume the code has been annotated
+ correspondingly for the symbols needed. */
+ #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
+! int fnord () __attribute__((visibility("default")));
+ #endif
+
+! int fnord () { return 42; }
+! int main ()
+ {
+ void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
+ int status = $lt_dlunknown;
+--- 21811,21821 ----
+ /* When -fvisibility=hidden is used, assume the code has been annotated
+ correspondingly for the symbols needed. */
+ #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
+! int fnord (void) __attribute__((visibility("default")));
+ #endif
+
+! int fnord (void) { return 42; }
+! int main (void)
+ {
+ void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
+ int status = $lt_dlunknown;
+***************
+*** 19476,19482 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
+ (./conftest; exit; ) >&5 2>/dev/null
+ lt_status=$?
+--- 21839,21845 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
+ (./conftest; exit; ) >&5 2>/dev/null
+ lt_status=$?
+***************
+*** 19492,19510 ****
+ fi
+ rm -fr conftest*
+
+!
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
+! $as_echo "$lt_cv_dlopen_self" >&6; }
+
+ if test yes = "$lt_cv_dlopen_self"; then
+ wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
+! $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
+! if ${lt_cv_dlopen_self_static+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! if test yes = "$cross_compiling"; then :
+ lt_cv_dlopen_self_static=cross
+ else
+ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+--- 21855,21875 ----
+ fi
+ rm -fr conftest*
+
+! ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
+! printf "%s\n" "$lt_cv_dlopen_self" >&6; }
+
+ if test yes = "$lt_cv_dlopen_self"; then
+ wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
+! printf %s "checking whether a statically linked program can dlopen itself... " >&6; }
+! if test ${lt_cv_dlopen_self_static+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) if test yes = "$cross_compiling"; then :
+ lt_cv_dlopen_self_static=cross
+ else
+ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+***************
+*** 19554,19564 ****
+ /* When -fvisibility=hidden is used, assume the code has been annotated
+ correspondingly for the symbols needed. */
+ #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
+! int fnord () __attribute__((visibility("default")));
+ #endif
+
+! int fnord () { return 42; }
+! int main ()
+ {
+ void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
+ int status = $lt_dlunknown;
+--- 21919,21929 ----
+ /* When -fvisibility=hidden is used, assume the code has been annotated
+ correspondingly for the symbols needed. */
+ #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
+! int fnord (void) __attribute__((visibility("default")));
+ #endif
+
+! int fnord (void) { return 42; }
+! int main (void)
+ {
+ void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
+ int status = $lt_dlunknown;
+***************
+*** 19582,19588 ****
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
+ (./conftest; exit; ) >&5 2>/dev/null
+ lt_status=$?
+--- 21947,21953 ----
+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
+ (./conftest; exit; ) >&5 2>/dev/null
+ lt_status=$?
+***************
+*** 19598,19607 ****
+ fi
+ rm -fr conftest*
+
+!
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
+! $as_echo "$lt_cv_dlopen_self_static" >&6; }
+ fi
+
+ CPPFLAGS=$save_CPPFLAGS
+--- 21963,21973 ----
+ fi
+ rm -fr conftest*
+
+! ;;
+! esac
+ fi
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
+! printf "%s\n" "$lt_cv_dlopen_self_static" >&6; }
+ fi
+
+ CPPFLAGS=$save_CPPFLAGS
+***************
+*** 19639,19670 ****
+
+ striplib=
+ old_striplib=
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
+! $as_echo_n "checking whether stripping libraries is possible... " >&6; }
+! if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
+! test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
+! test -z "$striplib" && striplib="$STRIP --strip-unneeded"
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+! $as_echo "yes" >&6; }
+! else
+! # FIXME - insert some real tests, host_os isn't really good enough
+! case $host_os in
+! darwin*)
+! if test -n "$STRIP"; then
+ striplib="$STRIP -x"
+ old_striplib="$STRIP -S"
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+! $as_echo "yes" >&6; }
+! else
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+! fi
+! ;;
+! *)
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! $as_echo "no" >&6; }
+! ;;
+! esac
+ fi
+
+
+--- 22005,22047 ----
+
+ striplib=
+ old_striplib=
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
+! printf %s "checking whether stripping libraries is possible... " >&6; }
+! if test -z "$STRIP"; then
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+! else
+! if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
+! old_striplib="$STRIP --strip-debug"
+! striplib="$STRIP --strip-unneeded"
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+! printf "%s\n" "yes" >&6; }
+! else
+! case $host_os in
+! darwin*)
+! # FIXME - insert some real tests, host_os isn't really good enough
+ striplib="$STRIP -x"
+ old_striplib="$STRIP -S"
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+! printf "%s\n" "yes" >&6; }
+! ;;
+! freebsd*)
+! if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then
+! old_striplib="$STRIP --strip-debug"
+! striplib="$STRIP --strip-unneeded"
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+! printf "%s\n" "yes" >&6; }
+! else
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+! fi
+! ;;
+! *)
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+! printf "%s\n" "no" >&6; }
+! ;;
+! esac
+! fi
+ fi
+
+
+***************
+*** 19679,19691 ****
+
+
+ # Report what library types will actually be built
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
+! $as_echo_n "checking if libtool supports shared libraries... " >&6; }
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
+! $as_echo "$can_build_shared" >&6; }
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
+! $as_echo_n "checking whether to build shared libraries... " >&6; }
+ test no = "$can_build_shared" && enable_shared=no
+
+ # On AIX, shared libraries and static libraries use the same namespace, and
+--- 22056,22068 ----
+
+
+ # Report what library types will actually be built
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
+! printf %s "checking if libtool supports shared libraries... " >&6; }
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
+! printf "%s\n" "$can_build_shared" >&6; }
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
+! printf %s "checking whether to build shared libraries... " >&6; }
+ test no = "$can_build_shared" && enable_shared=no
+
+ # On AIX, shared libraries and static libraries use the same namespace, and
+***************
+*** 19709,19723 ****
+ fi
+ ;;
+ esac
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
+! $as_echo "$enable_shared" >&6; }
+
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
+! $as_echo_n "checking whether to build static libraries... " >&6; }
+ # Make sure either enable_shared or enable_static is yes.
+ test yes = "$enable_shared" || enable_static=yes
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
+! $as_echo "$enable_static" >&6; }
+
+
+
+--- 22086,22100 ----
+ fi
+ ;;
+ esac
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
+! printf "%s\n" "$enable_shared" >&6; }
+
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
+! printf %s "checking whether to build static libraries... " >&6; }
+ # Make sure either enable_shared or enable_static is yes.
+ test yes = "$enable_shared" || enable_static=yes
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
+! printf "%s\n" "$enable_static" >&6; }
+
+
+
+***************
+*** 19739,19776 ****
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+! { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
+! $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
+ if test -z "$CXXCPP"; then
+! if ${ac_cv_prog_CXXCPP+:} false; then :
+! $as_echo_n "(cached) " >&6
+! else
+! # Double quotes because CXXCPP needs to be expanded
+! for CXXCPP in "$CXX -E" "/lib/cpp"
+ do
+ ac_preproc_ok=false
+ for ac_cxx_preproc_warn_flag in '' yes
+ do
+ # Use a header file that comes with gcc, so configuring glibc
+ # with a fresh cross-compiler works.
+- # Prefer to if __STDC__ is defined, since
+- # exists even on freestanding compilers.
+ # On the NeXT, cc -E runs the code through the compiler's parser,
+ # not just through cpp. "Syntax error" is here to catch this case.
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+! #ifdef __STDC__
+! # include
+! #else
+! # include
+! #endif
+ Syntax error
+ _ACEOF
+! if ac_fn_cxx_try_cpp "$LINENO"; then :
+
+! else
+! # Broken: fails on valid input.
+! continue
+ fi
+ rm -f conftest.err conftest.i conftest.$ac_ext
+
+--- 22116,22150 ----
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
+! printf %s "checking how to run the C++ preprocessor... " >&6; }
+ if test -z "$CXXCPP"; then
+! if test ${ac_cv_prog_CXXCPP+y}
+! then :
+! printf %s "(cached) " >&6
+! else case e in #(
+! e) # Double quotes because $CXX needs to be expanded
+! for CXXCPP in "$CXX -E" cpp /lib/cpp
+ do
+ ac_preproc_ok=false
+ for ac_cxx_preproc_warn_flag in '' yes
+ do
+ # Use a header file that comes with gcc, so configuring glibc
+ # with a fresh cross-compiler works.
+ # On the NeXT, cc -E runs the code through the compiler's parser,
+ # not just through cpp. "Syntax error" is here to catch this case.
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+! #include
+ Syntax error
+ _ACEOF
+! if ac_fn_cxx_try_cpp "$LINENO"
+! then :
+
+! else case e in #(
+! e) # Broken: fails on valid input.
+! continue ;;
+! esac
+ fi
+ rm -f conftest.err conftest.i conftest.$ac_ext
+
+***************
+*** 19780,19835 ****
+ /* end confdefs.h. */
+ #include
+ _ACEOF
+! if ac_fn_cxx_try_cpp "$LINENO"; then :
+ # Broken: success on invalid input.
+ continue
+! else
+! # Passes both tests.
+ ac_preproc_ok=:
+! break
+ fi
+ rm -f conftest.err conftest.i conftest.$ac_ext
+
+ done
+! # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+ rm -f conftest.i conftest.err conftest.$ac_ext
+! if $ac_preproc_ok; then :
+ break
+ fi
+
+ done
+ ac_cv_prog_CXXCPP=$CXXCPP
+!
+ fi
+ CXXCPP=$ac_cv_prog_CXXCPP
+ else
+ ac_cv_prog_CXXCPP=$CXXCPP
+ fi
+! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
+! $as_echo "$CXXCPP" >&6; }
+ ac_preproc_ok=false
+ for ac_cxx_preproc_warn_flag in '' yes
+ do
+ # Use a header file that comes with gcc, so configuring glibc
+ # with a fresh cross-compiler works.
+- # Prefer to if __STDC__ is defined, since
+- # exists even on freestanding compilers.
+ # On the NeXT, cc -E runs the code through the compiler's parser,
+ # not just through cpp. "Syntax error" is here to catch this case.
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+! #ifdef __STDC__
+! # include
+! #else
+! # include