diff -u openmpi-1.1/debian/changelog openmpi-1.1/debian/changelog --- openmpi-1.1/debian/changelog +++ openmpi-1.1/debian/changelog @@ -1,3 +1,12 @@ +openmpi (1.1-2.5ubuntu1) gutsy; urgency=low + + * package builds incorrectly because of 99_autoconf patch + * 99_autoconf patch removed from debian/patches (LP: #152273) + * Modify Maintainer value to match the DebianMaintainerField + specification. + + -- Koen Beek Wed, 19 Dec 2007 13:54:29 +0100 + openmpi (1.1-2.5) unstable; urgency=high * Non-maintainer upload. diff -u openmpi-1.1/debian/patches/00list openmpi-1.1/debian/patches/00list --- openmpi-1.1/debian/patches/00list +++ openmpi-1.1/debian/patches/00list @@ -4 +3,0 @@ -99_autoconf reverted: --- openmpi-1.1/debian/patches/99_autoconf.dpatch +++ openmpi-1.1.orig/debian/patches/99_autoconf.dpatch @@ -1,94474 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 99_autoconf.dpatch by Steve Langasek -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: diff of autogenerated autotools files - -@DPATCH@ - ---- openmpi-1.1.orig/aclocal.m4 -+++ openmpi-1.1/aclocal.m4 -@@ -13,7 +13,7 @@ - - # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- - --# serial 48 AC_PROG_LIBTOOL -+# serial 48 Debian 1.5.22-4 AC_PROG_LIBTOOL - - - # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED) -@@ -1397,18 +1397,6 @@ - dynamic_linker=no - ;; - --kfreebsd*-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='GNU ld.so' -- ;; -- - freebsd* | dragonfly*) - # DragonFly does not have aout. When/if they implement a new - # versioning mechanism, adjust this. -@@ -1564,7 +1552,7 @@ - ;; - - # This must be Linux ELF. --linux*) -+linux* | k*bsd*-gnu) - version_type=linux - need_lib_prefix=no - need_version=no -@@ -1593,7 +1581,7 @@ - dynamic_linker='GNU/Linux ld.so' - ;; - --knetbsd*-gnu) -+netbsdelf*-gnu) - version_type=linux - need_lib_prefix=no - need_version=no -@@ -1602,7 +1590,7 @@ - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes -- dynamic_linker='GNU ld.so' -+ dynamic_linker='NetBSD ld.elf_so' - ;; - - netbsd*) -@@ -2310,7 +2298,7 @@ - lt_cv_deplibs_check_method=pass_all - ;; - --freebsd* | kfreebsd*-gnu | dragonfly*) -+freebsd* | dragonfly*) - if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then - case $host_cpu in - i*86 ) -@@ -2364,11 +2352,11 @@ - ;; - - # This must be Linux ELF. --linux*) -+linux* | k*bsd*-gnu) - lt_cv_deplibs_check_method=pass_all - ;; - --netbsd*) -+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 -@@ -3116,7 +3104,7 @@ - freebsd-elf*) - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no - ;; -- freebsd* | kfreebsd*-gnu | dragonfly*) -+ freebsd* | dragonfly*) - # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF - # conventions - _LT_AC_TAGVAR(ld_shlibs, $1)=yes -@@ -3275,7 +3263,7 @@ - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: - ;; -- linux*) -+ linux* | k*bsd*-gnu) - case $cc_basename in - KCC*) - # Kuck and Associates, Inc. (KAI) C++ Compiler -@@ -3377,7 +3365,7 @@ - ;; - esac - ;; -- netbsd*) -+ netbsd* | netbsdelf*-gnu) - if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' - wlarc= -@@ -4642,7 +4630,7 @@ - lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" - lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" - ;; --linux*) -+linux* | k*bsd*-gnu) - if test "$host_cpu" = ia64; then - symcode='[[ABCDGIRSTW]]' - lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" -@@ -4915,7 +4903,7 @@ - ;; - esac - ;; -- freebsd* | kfreebsd*-gnu | dragonfly*) -+ freebsd* | dragonfly*) - # FreeBSD uses GNU C++ - ;; - hpux9* | hpux10* | hpux11*) -@@ -4958,7 +4946,7 @@ - ;; - esac - ;; -- linux*) -+ linux* | k*bsd*-gnu) - case $cc_basename in - KCC*) - # KAI C++ Compiler -@@ -5001,7 +4989,7 @@ - ;; - esac - ;; -- netbsd*) -+ netbsd* | netbsdelf*-gnu) - ;; - osf3* | osf4* | osf5*) - case $cc_basename in -@@ -5212,7 +5200,7 @@ - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - -- linux*) -+ linux* | k*bsd*-gnu) - case $cc_basename in - icc* | ecc*) - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -@@ -5353,6 +5341,9 @@ - cygwin* | mingw*) - _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([[^ ]]*\) [[^ ]]*/\1 DATA/;/^I /d;/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols' - ;; -+ linux* | k*bsd*-gnu) -+ _LT_AC_TAGVAR(link_all_deplibs, $1)=no -+ ;; - *) - _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' - ;; -@@ -5523,7 +5514,7 @@ - _LT_AC_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' - ;; - -- linux*) -+ linux* | k*bsd*-gnu) - if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then - tmp_addflag= - case $cc_basename,$host_cpu in -@@ -5549,12 +5540,13 @@ - $echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' - fi -+ _LT_AC_TAGVAR(link_all_deplibs, $1)=no - else - _LT_AC_TAGVAR(ld_shlibs, $1)=no - fi - ;; - -- netbsd*) -+ netbsd* | netbsdelf*-gnu) - if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' - wlarc= -@@ -5884,7 +5876,7 @@ - ;; - - # FreeBSD 3 and greater uses gcc -shared to do shared libraries. -- freebsd* | kfreebsd*-gnu | dragonfly*) -+ freebsd* | dragonfly*) - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_AC_TAGVAR(hardcode_direct, $1)=yes -@@ -5986,7 +5978,7 @@ - _LT_AC_TAGVAR(link_all_deplibs, $1)=yes - ;; - -- netbsd*) -+ netbsd* | netbsdelf*-gnu) - if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out - else ---- openmpi-1.1.orig/configure -+++ openmpi-1.1/configure -@@ -1,27 +1,56 @@ - #! /bin/sh - # Guess values for system-dependent variables and create Makefiles. --# Generated by GNU Autoconf 2.59 for Open MPI 1.1. -+# Generated by GNU Autoconf 2.61 for Open MPI 1.1. - # - # Report bugs to . - # --# Copyright (C) 2003 Free Software Foundation, Inc. -+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -+# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. - # This configure script is free software; the Free Software Foundation - # gives unlimited permission to copy, distribute and modify it. - ## --------------------- ## - ## M4sh Initialization. ## - ## --------------------- ## - --# Be Bourne compatible -+# 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=: - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' --elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then -- set -o posix -+ setopt NO_GLOB_SUBST -+else -+ case `(set -o) 2>/dev/null` in -+ *posix*) set -o posix ;; -+esac -+ -+fi -+ -+ -+ -+ -+# PATH needs CR -+# Avoid depending upon Character Ranges. -+as_cr_letters='abcdefghijklmnopqrstuvwxyz' -+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' -+as_cr_Letters=$as_cr_letters$as_cr_LETTERS -+as_cr_digits='0123456789' -+as_cr_alnum=$as_cr_Letters$as_cr_digits -+ -+# The user is always right. -+if test "${PATH_SEPARATOR+set}" != set; then -+ echo "#! /bin/sh" >conf$$.sh -+ echo "exit 0" >>conf$$.sh -+ chmod +x conf$$.sh -+ if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then -+ PATH_SEPARATOR=';' -+ else -+ PATH_SEPARATOR=: -+ fi -+ rm -f conf$$.sh - fi --DUALCASE=1; export DUALCASE # for MKS sh - - # Support unset when possible. - if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then -@@ -31,8 +60,43 @@ - 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.) -+as_nl=' -+' -+IFS=" "" $as_nl" -+ -+# Find who we are. Look in the path if we contain no directory separator. -+case $0 in -+ *[\\/]* ) as_myself=$0 ;; -+ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+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 -+ echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 -+ { (exit 1); exit 1; } -+fi -+ - # Work around bugs in pre-3.0 UWIN ksh. --$as_unset ENV MAIL MAILPATH -+for as_var in ENV MAIL MAILPATH -+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var -+done - PS1='$ ' - PS2='> ' - PS4='+ ' -@@ -46,18 +110,19 @@ - if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then - eval $as_var=C; export $as_var - else -- $as_unset $as_var -+ ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var - fi - done - - # Required to use basename. --if expr a : '\(a\)' >/dev/null 2>&1; then -+if expr a : '\(a\)' >/dev/null 2>&1 && -+ test "X`expr 00001 : '.*\(...\)'`" = X001; then - as_expr=expr - else - as_expr=false - fi - --if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then -+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then - as_basename=basename - else - as_basename=false -@@ -65,157 +130,388 @@ - - - # Name of the executable. --as_me=`$as_basename "$0" || -+as_me=`$as_basename -- "$0" || - $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ - X"$0" : 'X\(//\)$' \| \ -- X"$0" : 'X\(/\)$' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$0" : 'X\(/\)' \| . 2>/dev/null || - echo X/"$0" | -- sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } -- /^X\/\(\/\/\)$/{ s//\1/; q; } -- /^X\/\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -+ sed '/^.*\/\([^/][^/]*\)\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\/\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\/\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` - -+# CDPATH. -+$as_unset CDPATH - --# PATH needs CR, and LINENO needs CR and PATH. --# Avoid depending upon Character Ranges. --as_cr_letters='abcdefghijklmnopqrstuvwxyz' --as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' --as_cr_Letters=$as_cr_letters$as_cr_LETTERS --as_cr_digits='0123456789' --as_cr_alnum=$as_cr_Letters$as_cr_digits - --# The user is always right. --if test "${PATH_SEPARATOR+set}" != set; then -- echo "#! /bin/sh" >conf$$.sh -- echo "exit 0" >>conf$$.sh -- chmod +x conf$$.sh -- if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then -- PATH_SEPARATOR=';' -- else -- PATH_SEPARATOR=: -- fi -- rm -f conf$$.sh -+if test "x$CONFIG_SHELL" = x; then -+ if (eval ":") 2>/dev/null; then -+ as_have_required=yes -+else -+ as_have_required=no - fi - -+ if test $as_have_required = yes && (eval ": -+(as_func_return () { -+ (exit \$1) -+} -+as_func_success () { -+ as_func_return 0 -+} -+as_func_failure () { -+ as_func_return 1 -+} -+as_func_ret_success () { -+ return 0 -+} -+as_func_ret_failure () { -+ return 1 -+} - -- as_lineno_1=$LINENO -- as_lineno_2=$LINENO -- as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` -- test "x$as_lineno_1" != "x$as_lineno_2" && -- test "x$as_lineno_3" = "x$as_lineno_2" || { -- # Find who we are. Look in the path if we contain no path at all -- # relative or not. -- case $0 in -- *[\\/]* ) as_myself=$0 ;; -- *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR --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 -+exitcode=0 -+if as_func_success; then -+ : -+else -+ exitcode=1 -+ echo as_func_success failed. -+fi - -- ;; -- 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 -- { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 -- { (exit 1); exit 1; }; } -- fi -- case $CONFIG_SHELL in -- '') -+if as_func_failure; then -+ exitcode=1 -+ echo as_func_failure succeeded. -+fi -+ -+if as_func_ret_success; then -+ : -+else -+ exitcode=1 -+ echo as_func_ret_success failed. -+fi -+ -+if as_func_ret_failure; then -+ exitcode=1 -+ echo as_func_ret_failure succeeded. -+fi -+ -+if ( set x; as_func_ret_success y && test x = \"\$1\" ); then -+ : -+else -+ exitcode=1 -+ echo positional parameters were not saved. -+fi -+ -+test \$exitcode = 0) || { (exit 1); exit 1; } -+ -+( -+ as_lineno_1=\$LINENO -+ as_lineno_2=\$LINENO -+ test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && -+ test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } -+") 2> /dev/null; then -+ : -+else -+ as_candidate_shells= - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR - for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH - do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. -- for as_base in sh bash ksh sh5; do -- case $as_dir in -+ case $as_dir in - /*) -- if ("$as_dir/$as_base" -c ' -+ for as_base in sh bash ksh sh5; do -+ as_candidate_shells="$as_candidate_shells $as_dir/$as_base" -+ done;; -+ esac -+done -+IFS=$as_save_IFS -+ -+ -+ for as_shell in $as_candidate_shells $SHELL; do -+ # Try only shells that exist, to save several forks. -+ if { test -f "$as_shell" || test -f "$as_shell.exe"; } && -+ { ("$as_shell") 2> /dev/null <<\_ASEOF -+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then -+ emulate sh -+ NULLCMD=: -+ # Zsh 3.x and 4.x performs 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 -+ -+ -+: -+_ASEOF -+}; then -+ CONFIG_SHELL=$as_shell -+ as_have_required=yes -+ if { "$as_shell" 2> /dev/null <<\_ASEOF -+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then -+ emulate sh -+ NULLCMD=: -+ # Zsh 3.x and 4.x performs 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_func_return () { -+ (exit $1) -+} -+as_func_success () { -+ as_func_return 0 -+} -+as_func_failure () { -+ as_func_return 1 -+} -+as_func_ret_success () { -+ return 0 -+} -+as_func_ret_failure () { -+ return 1 -+} -+ -+exitcode=0 -+if as_func_success; then -+ : -+else -+ exitcode=1 -+ echo as_func_success failed. -+fi -+ -+if as_func_failure; then -+ exitcode=1 -+ echo as_func_failure succeeded. -+fi -+ -+if as_func_ret_success; then -+ : -+else -+ exitcode=1 -+ echo as_func_ret_success failed. -+fi -+ -+if as_func_ret_failure; then -+ exitcode=1 -+ echo as_func_ret_failure succeeded. -+fi -+ -+if ( set x; as_func_ret_success y && test x = "$1" ); then -+ : -+else -+ exitcode=1 -+ echo positional parameters were not saved. -+fi -+ -+test $exitcode = 0) || { (exit 1); exit 1; } -+ -+( - as_lineno_1=$LINENO - as_lineno_2=$LINENO -- as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` - test "x$as_lineno_1" != "x$as_lineno_2" && -- test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then -- $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } -- $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } -- CONFIG_SHELL=$as_dir/$as_base -- export CONFIG_SHELL -- exec "$CONFIG_SHELL" "$0" ${1+"$@"} -- fi;; -- esac -- done --done --;; -- esac -+ test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } -+ -+_ASEOF -+}; then -+ break -+fi -+ -+fi -+ -+ done -+ -+ if test "x$CONFIG_SHELL" != x; then -+ for as_var in BASH_ENV ENV -+ do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var -+ done -+ export CONFIG_SHELL -+ exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} -+fi -+ -+ -+ if test $as_have_required = no; then -+ echo This script requires a shell more modern than all the -+ echo shells that I found on your system. Please install a -+ echo modern shell, or manually run the script under such a -+ echo shell if you do have one. -+ { (exit 1); exit 1; } -+fi -+ -+ -+fi -+ -+fi -+ -+ -+ -+(eval "as_func_return () { -+ (exit \$1) -+} -+as_func_success () { -+ as_func_return 0 -+} -+as_func_failure () { -+ as_func_return 1 -+} -+as_func_ret_success () { -+ return 0 -+} -+as_func_ret_failure () { -+ return 1 -+} -+ -+exitcode=0 -+if as_func_success; then -+ : -+else -+ exitcode=1 -+ echo as_func_success failed. -+fi -+ -+if as_func_failure; then -+ exitcode=1 -+ echo as_func_failure succeeded. -+fi -+ -+if as_func_ret_success; then -+ : -+else -+ exitcode=1 -+ echo as_func_ret_success failed. -+fi -+ -+if as_func_ret_failure; then -+ exitcode=1 -+ echo as_func_ret_failure succeeded. -+fi -+ -+if ( set x; as_func_ret_success y && test x = \"\$1\" ); then -+ : -+else -+ exitcode=1 -+ echo positional parameters were not saved. -+fi -+ -+test \$exitcode = 0") || { -+ echo No shell found that supports shell functions. -+ echo Please tell autoconf@gnu.org about your system, -+ echo including any error possibly output before this -+ echo message -+} -+ -+ -+ -+ as_lineno_1=$LINENO -+ as_lineno_2=$LINENO -+ test "x$as_lineno_1" != "x$as_lineno_2" && -+ test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { - - # Create $as_me.lineno as a copy of $as_myself, but with $LINENO - # uniformly replaced by the line number. The first 'sed' inserts a -- # line-number line before each line; the second 'sed' does the real -- # work. The second script uses 'N' to pair each line-number line -- # with the numbered line, and appends trailing '-' during -- # substitution so that $LINENO is not a special case at line end. -+ # line-number line after each line using $LINENO; the second 'sed' -+ # does the real work. The second script uses 'N' to pair each -+ # line-number line with the line containing $LINENO, and appends -+ # trailing '-' during substitution so that $LINENO is not a special -+ # case at line end. - # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the -- # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) -- sed '=' <$as_myself | -+ # scripts with optimization help from Paolo Bonzini. Blame Lee -+ # E. McMahon (1931-1989) for sed's syntax. :-) -+ sed -n ' -+ p -+ /[$]LINENO/= -+ ' <$as_myself | - sed ' -+ s/[$]LINENO.*/&-/ -+ t lineno -+ b -+ :lineno - N -- s,$,-, -- : loop -- s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, -+ :loop -+ s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ - t loop -- s,-$,, -- s,^['$as_cr_digits']*\n,, -+ s/-\n.*// - ' >$as_me.lineno && -- chmod +x $as_me.lineno || -+ chmod +x "$as_me.lineno" || - { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 - { (exit 1); exit 1; }; } - - # Don't try to exec as it changes $[0], causing all sort of problems - # (the dirname of $[0] is not the place where we might find the -- # original and so on. Autoconf is especially sensible to this). -- . ./$as_me.lineno -+ # original and so on. Autoconf is especially sensitive to this). -+ . "./$as_me.lineno" - # Exit status is that of the last command. - exit - } - - --case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in -- *c*,-n*) ECHO_N= ECHO_C=' --' ECHO_T=' ' ;; -- *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; -- *) ECHO_N= ECHO_C='\c' ECHO_T= ;; -+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then -+ as_dirname=dirname -+else -+ as_dirname=false -+fi -+ -+ECHO_C= ECHO_N= ECHO_T= -+case `echo -n x` in -+-n*) -+ case `echo 'x\c'` in -+ *c*) ECHO_T=' ';; # ECHO_T is single tab character. -+ *) ECHO_C='\c';; -+ esac;; -+*) -+ ECHO_N='-n';; - esac - --if expr a : '\(a\)' >/dev/null 2>&1; then -+if expr a : '\(a\)' >/dev/null 2>&1 && -+ test "X`expr 00001 : '.*\(...\)'`" = X001; then - as_expr=expr - else - as_expr=false - fi - - rm -f conf$$ conf$$.exe conf$$.file -+if test -d conf$$.dir; then -+ rm -f conf$$.dir/conf$$.file -+else -+ rm -f conf$$.dir -+ mkdir conf$$.dir -+fi - echo >conf$$.file - if ln -s conf$$.file conf$$ 2>/dev/null; then -- # We could just check for DJGPP; but this test a) works b) is more generic -- # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). -- if test -f conf$$.exe; then -- # Don't use ln at all; we don't have any links -+ 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 -p'. -+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || - as_ln_s='cp -p' -- else -- as_ln_s='ln -s' -- fi - elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln - else - as_ln_s='cp -p' - fi --rm -f conf$$ conf$$.exe conf$$.file -+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file -+rmdir conf$$.dir 2>/dev/null - - if mkdir -p . 2>/dev/null; then - as_mkdir_p=: -@@ -224,7 +520,28 @@ - as_mkdir_p=false - fi - --as_executable_p="test -f" -+if test -x / >/dev/null 2>&1; then -+ as_test_x='test -x' -+else -+ if ls -dL / >/dev/null 2>&1; then -+ as_ls_L_option=L -+ else -+ as_ls_L_option= -+ fi -+ as_test_x=' -+ eval sh -c '\'' -+ if test -d "$1"; then -+ test -d "$1/."; -+ else -+ case $1 in -+ -*)set "./$1";; -+ esac; -+ case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in -+ ???[sx]*):;;*)false;;esac;fi -+ '\'' sh -+ ' -+fi -+as_executable_p=$as_test_x - - # 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'" -@@ -233,15 +550,6 @@ - as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" - - --# IFS --# We need space, tab and new line, in precisely that order. --as_nl=' --' --IFS=" $as_nl" -- --# CDPATH. --$as_unset CDPATH -- - - - # Check that we are running under the correct shell. -@@ -397,29 +705,26 @@ - - tagnames=${tagnames+${tagnames},}F77 - -+exec 7<&0 &1 -+ - # Name of the host. - # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, - # so uname gets run too. - ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` - --exec 6>&1 -- - # - # Initializations. - # - ac_default_prefix=/usr/local -+ac_clean_files= - ac_config_libobj_dir=. -+LIBOBJS= - cross_compiling=no - subdirs= - MFLAGS= - MAKEFLAGS= - SHELL=${CONFIG_SHELL-/bin/sh} - --# Maximum number of lines to put in a shell here document. --# This variable seems obsolete. It should probably be removed, and --# only ac_max_sed_lines should be used. --: ${ac_max_here_lines=38} -- - # Identity of this package. - PACKAGE_NAME='Open MPI' - PACKAGE_TARNAME='openmpi' -@@ -430,42 +735,823 @@ - # Factoring default headers for most tests. - ac_includes_default="\ - #include --#if HAVE_SYS_TYPES_H -+#ifdef HAVE_SYS_TYPES_H - # include - #endif --#if HAVE_SYS_STAT_H -+#ifdef HAVE_SYS_STAT_H - # include - #endif --#if STDC_HEADERS -+#ifdef STDC_HEADERS - # include - # include - #else --# if HAVE_STDLIB_H -+# ifdef HAVE_STDLIB_H - # include - # endif - #endif --#if HAVE_STRING_H --# if !STDC_HEADERS && HAVE_MEMORY_H -+#ifdef HAVE_STRING_H -+# if !defined STDC_HEADERS && defined HAVE_MEMORY_H - # include - # endif - # include - #endif --#if HAVE_STRINGS_H -+#ifdef HAVE_STRINGS_H - # include - #endif --#if HAVE_INTTYPES_H -+#ifdef HAVE_INTTYPES_H - # include --#else --# if HAVE_STDINT_H --# include --# endif - #endif --#if HAVE_UNISTD_H -+#ifdef HAVE_STDINT_H -+# include -+#endif -+#ifdef HAVE_UNISTD_H - # include - #endif" - --ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CONFIGURE_DEPENDENCIES OMPI_CONFIGURE_USER OMPI_CONFIGURE_HOST OMPI_CONFIGURE_DATE OMPI_MAJOR_VERSION OMPI_MINOR_VERSION OMPI_RELEASE_VERSION OMPI_GREEK_VERSION OMPI_WANT_SVN OMPI_SVN_R OMPI_VERSION ORTE_MAJOR_VERSION ORTE_MINOR_VERSION ORTE_RELEASE_VERSION ORTE_GREEK_VERSION ORTE_WANT_SVN ORTE_SVN_R ORTE_VERSION OPAL_MAJOR_VERSION OPAL_MINOR_VERSION OPAL_RELEASE_VERSION OPAL_GREEK_VERSION OPAL_WANT_SVN OPAL_SVN_R OPAL_VERSION OMPI_TOP_BUILDDIR OMPI_TOP_SRCDIR CLEANFILES build build_cpu build_vendor build_os host host_cpu host_vendor host_os ac_prefix_program top_ompi_srcdir top_ompi_builddir OMPI_WANT_BUILD_F90_TRIVIAL_TRUE OMPI_WANT_BUILD_F90_TRIVIAL_FALSE OMPI_WANT_BUILD_F90_SMALL_TRUE OMPI_WANT_BUILD_F90_SMALL_FALSE OMPI_WANT_BUILD_F90_MEDIUM_TRUE OMPI_WANT_BUILD_F90_MEDIUM_FALSE OMPI_WANT_BUILD_F90_LARGE_TRUE OMPI_WANT_BUILD_F90_LARGE_FALSE OMPI_F90_BUILD_SIZE MPIF_H_PMPI_W_FUNCS WANT_INSTALL_HEADERS_TRUE WANT_INSTALL_HEADERS_FALSE WANT_DEPRECATED_EXECUTABLE_NAMES_TRUE WANT_DEPRECATED_EXECUTABLE_NAMES_FALSE WANT_PERUSE_TRUE WANT_PERUSE_FALSE OMPI_FORTRAN_MAX_ARRAY_RANK CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE OMPI_CC_ABSOLUTE OMPI_NEED_WINDOWS_REPLACEMENTS_TRUE OMPI_NEED_WINDOWS_REPLACEMENTS_FALSE CPP EGREP WANT_MPI_BINDINGS_LAYER_TRUE WANT_MPI_BINDINGS_LAYER_FALSE WANT_PMPI_BINDINGS_LAYER_TRUE WANT_PMPI_BINDINGS_LAYER_FALSE COMPILE_PROFILING_SEPARATELY_TRUE COMPILE_PROFILING_SEPARATELY_FALSE CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP OMPI_CXX_ABSOLUTE WANT_MPI_CXX_BINDINGS_TRUE WANT_MPI_CXX_BINDINGS_FALSE CCAS CCASFLAGS OMPI_ASM_TEXT OMPI_AS_GLOBAL OBJDUMP OMPI_AS_LABEL_SUFFIX OMPI_ASM_GSYM OMPI_ASM_LSYM OMPI_ASM_TYPE OMPI_ASM_SUPPORT_64BIT OMPI_ASSEMBLY_FORMAT OMPI_ASSEMBLY_ARCH FGREP PERL OMPI_HAVE_ASM_FILE_TRUE OMPI_HAVE_ASM_FILE_FALSE OMPI_ASM_FILE F77 FFLAGS ac_ct_F77 OMPI_WANT_F77_BINDINGS_TRUE OMPI_WANT_F77_BINDINGS_FALSE OMPI_F77_ABSOLUTE WANT_MPI_F77_BINDINGS_LAYER_TRUE WANT_MPI_F77_BINDINGS_LAYER_FALSE WANT_PMPI_F77_BINDINGS_LAYER_TRUE WANT_PMPI_F77_BINDINGS_LAYER_FALSE FC FCFLAGS ac_ct_FC FCFLAGS_f FCFLAGS_f90 OMPI_WANT_F90_BINDINGS_TRUE OMPI_WANT_F90_BINDINGS_FALSE OMPI_F90_ABSOLUTE OMPI_FC_MODULE_FLAG OMPI_SIZEOF_F90_LOGICAL OMPI_SIZEOF_F90_INTEGER OMPI_SIZEOF_F90_INTEGER1 OMPI_SIZEOF_F90_INTEGER2 OMPI_SIZEOF_F90_INTEGER4 OMPI_SIZEOF_F90_INTEGER8 OMPI_SIZEOF_F90_INTEGER16 OMPI_SIZEOF_F90_REAL OMPI_SIZEOF_F90_REAL4 OMPI_SIZEOF_F90_REAL8 OMPI_SIZEOF_F90_REAL16 OMPI_SIZEOF_F90_DOUBLE_PRECISION OMPI_SIZEOF_F90_COMPLEX OMPI_SIZEOF_F90_COMPLEX8 OMPI_SIZEOF_F90_COMPLEX16 OMPI_SIZEOF_F90_COMPLEX32 OMPI_SIZEOF_F90_DOUBLE_COMPLEX OMPI_F90_IKINDS OMPI_F90_RKINDS OMPI_F90_CKINDS OMPI_MPI_INTEGER_KIND OMPI_MPI_ADDRESS_KIND OMPI_MPI_OFFSET_KIND OMPI_HAVE_POSIX_THREADS_TRUE OMPI_HAVE_POSIX_THREADS_FALSE OMPI_HAVE_SOLARIS_THREADS_TRUE OMPI_HAVE_SOLARIS_THREADS_FALSE LN_S LEX LEXLIB LEX_OUTPUT_ROOT CASE_SENSITIVE_FS_TRUE CASE_SENSITIVE_FS_FALSE OMPI_BUILD_maffinity_first_use_DSO_TRUE OMPI_BUILD_maffinity_first_use_DSO_FALSE maffinity_libnuma_CPPFLAGS maffinity_libnuma_LDFLAGS maffinity_libnuma_LIBS OMPI_BUILD_maffinity_libnuma_DSO_TRUE OMPI_BUILD_maffinity_libnuma_DSO_FALSE MCA_maffinity_ALL_COMPONENTS MCA_maffinity_STATIC_COMPONENTS MCA_maffinity_DSO_COMPONENTS MCA_maffinity_STATIC_LTLIBS MCA_maffinity_ALL_SUBDIRS MCA_maffinity_STATIC_SUBDIRS MCA_maffinity_DSO_SUBDIRS MCA_memcpy_ALL_COMPONENTS MCA_memcpy_STATIC_COMPONENTS MCA_memcpy_DSO_COMPONENTS MCA_memcpy_STATIC_LTLIBS MCA_memcpy_ALL_SUBDIRS MCA_memcpy_STATIC_SUBDIRS MCA_memcpy_DSO_SUBDIRS OMPI_BUILD_memory_darwin_DSO_TRUE OMPI_BUILD_memory_darwin_DSO_FALSE memory_ptmalloc2_LIBS OMPI_BUILD_memory_ptmalloc2_DSO_TRUE OMPI_BUILD_memory_ptmalloc2_DSO_FALSE memory_malloc_hooks_LIBS OMPI_BUILD_memory_malloc_hooks_DSO_TRUE OMPI_BUILD_memory_malloc_hooks_DSO_FALSE MCA_memory_ALL_COMPONENTS MCA_memory_STATIC_COMPONENTS MCA_memory_DSO_COMPONENTS MCA_memory_STATIC_LTLIBS MCA_memory_ALL_SUBDIRS MCA_memory_STATIC_SUBDIRS MCA_memory_DSO_SUBDIRS OMPI_BUILD_paffinity_linux_DSO_TRUE OMPI_BUILD_paffinity_linux_DSO_FALSE OMPI_BUILD_paffinity_solaris_DSO_TRUE OMPI_BUILD_paffinity_solaris_DSO_FALSE OMPI_BUILD_paffinity_windows_DSO_TRUE OMPI_BUILD_paffinity_windows_DSO_FALSE MCA_paffinity_ALL_COMPONENTS MCA_paffinity_STATIC_COMPONENTS MCA_paffinity_DSO_COMPONENTS MCA_paffinity_STATIC_LTLIBS MCA_paffinity_ALL_SUBDIRS MCA_paffinity_STATIC_SUBDIRS MCA_paffinity_DSO_SUBDIRS timer_aix_LIBS OMPI_BUILD_timer_aix_DSO_TRUE OMPI_BUILD_timer_aix_DSO_FALSE OMPI_BUILD_timer_altix_DSO_TRUE OMPI_BUILD_timer_altix_DSO_FALSE OMPI_BUILD_timer_darwin_DSO_TRUE OMPI_BUILD_timer_darwin_DSO_FALSE OMPI_BUILD_timer_solaris_DSO_TRUE OMPI_BUILD_timer_solaris_DSO_FALSE OMPI_BUILD_timer_windows_DSO_TRUE OMPI_BUILD_timer_windows_DSO_FALSE OMPI_BUILD_timer_linux_DSO_TRUE OMPI_BUILD_timer_linux_DSO_FALSE MCA_timer_ALL_COMPONENTS MCA_timer_STATIC_COMPONENTS MCA_timer_DSO_COMPONENTS MCA_timer_STATIC_LTLIBS MCA_timer_ALL_SUBDIRS MCA_timer_STATIC_SUBDIRS MCA_timer_DSO_SUBDIRS MCA_opal_FRAMEWORKS MCA_opal_FRAMEWORKS_SUBDIRS MCA_opal_FRAMEWORK_COMPONENT_ALL_SUBDIRS MCA_opal_FRAMEWORK_COMPONENT_DSO_SUBDIRS MCA_opal_FRAMEWORK_COMPONENT_STATIC_SUBDIRS MCA_opal_FRAMEWORK_LIBS MCA_errmgr_ALL_COMPONENTS MCA_errmgr_STATIC_COMPONENTS MCA_errmgr_DSO_COMPONENTS MCA_errmgr_STATIC_LTLIBS MCA_errmgr_ALL_SUBDIRS MCA_errmgr_STATIC_SUBDIRS MCA_errmgr_DSO_SUBDIRS OMPI_BUILD_gpr_null_DSO_TRUE OMPI_BUILD_gpr_null_DSO_FALSE OMPI_BUILD_gpr_proxy_DSO_TRUE OMPI_BUILD_gpr_proxy_DSO_FALSE OMPI_BUILD_gpr_replica_DSO_TRUE OMPI_BUILD_gpr_replica_DSO_FALSE MCA_gpr_ALL_COMPONENTS MCA_gpr_STATIC_COMPONENTS MCA_gpr_DSO_COMPONENTS MCA_gpr_STATIC_LTLIBS MCA_gpr_ALL_SUBDIRS MCA_gpr_STATIC_SUBDIRS MCA_gpr_DSO_SUBDIRS OMPI_BUILD_iof_proxy_DSO_TRUE OMPI_BUILD_iof_proxy_DSO_FALSE OMPI_BUILD_iof_svc_DSO_TRUE OMPI_BUILD_iof_svc_DSO_FALSE MCA_iof_ALL_COMPONENTS MCA_iof_STATIC_COMPONENTS MCA_iof_DSO_COMPONENTS MCA_iof_STATIC_LTLIBS MCA_iof_ALL_SUBDIRS MCA_iof_STATIC_SUBDIRS MCA_iof_DSO_SUBDIRS OMPI_BUILD_ns_proxy_DSO_TRUE OMPI_BUILD_ns_proxy_DSO_FALSE OMPI_BUILD_ns_replica_DSO_TRUE OMPI_BUILD_ns_replica_DSO_FALSE MCA_ns_ALL_COMPONENTS MCA_ns_STATIC_COMPONENTS MCA_ns_DSO_COMPONENTS MCA_ns_STATIC_LTLIBS MCA_ns_ALL_SUBDIRS MCA_ns_STATIC_SUBDIRS MCA_ns_DSO_SUBDIRS OMPI_BUILD_oob_tcp_DSO_TRUE OMPI_BUILD_oob_tcp_DSO_FALSE MCA_oob_ALL_COMPONENTS MCA_oob_STATIC_COMPONENTS MCA_oob_DSO_COMPONENTS MCA_oob_STATIC_LTLIBS MCA_oob_ALL_SUBDIRS MCA_oob_STATIC_SUBDIRS MCA_oob_DSO_SUBDIRS pls_bproc_CPPFLAGS pls_bproc_LDFLAGS pls_bproc_LIBS OMPI_BUILD_pls_bproc_DSO_TRUE OMPI_BUILD_pls_bproc_DSO_FALSE pls_bproc_orted_CPPFLAGS pls_bproc_orted_LDFLAGS pls_bproc_orted_LIBS OMPI_BUILD_pls_bproc_orted_DSO_TRUE OMPI_BUILD_pls_bproc_orted_DSO_FALSE pls_bproc_seed_CPPFLAGS pls_bproc_seed_LDFLAGS pls_bproc_seed_LIBS OMPI_BUILD_pls_bproc_seed_DSO_TRUE OMPI_BUILD_pls_bproc_seed_DSO_FALSE OMPI_BUILD_pls_fork_DSO_TRUE OMPI_BUILD_pls_fork_DSO_FALSE OMPI_BUILD_pls_poe_DSO_TRUE OMPI_BUILD_pls_poe_DSO_FALSE OMPI_BUILD_pls_rsh_DSO_TRUE OMPI_BUILD_pls_rsh_DSO_FALSE pls_slurm_CPPFLAGS pls_slurm_LDFLAGS pls_slurm_LIBS OMPI_BUILD_pls_slurm_DSO_TRUE OMPI_BUILD_pls_slurm_DSO_FALSE pls_tm_CPPFLAGS pls_tm_LDFLAGS pls_tm_LIBS OMPI_BUILD_pls_tm_DSO_TRUE OMPI_BUILD_pls_tm_DSO_FALSE OBJC OBJCFLAGS ac_ct_OBJC OBJCDEPMODE am__fastdepOBJC_TRUE am__fastdepOBJC_FALSE pls_xgrid_OBJCFLAGS pls_xgrid_LDFLAGS OMPI_BUILD_pls_xgrid_DSO_TRUE OMPI_BUILD_pls_xgrid_DSO_FALSE MCA_pls_ALL_COMPONENTS MCA_pls_STATIC_COMPONENTS MCA_pls_DSO_COMPONENTS MCA_pls_STATIC_LTLIBS MCA_pls_ALL_SUBDIRS MCA_pls_STATIC_SUBDIRS MCA_pls_DSO_SUBDIRS OMPI_BUILD_ras_dash_host_DSO_TRUE OMPI_BUILD_ras_dash_host_DSO_FALSE OMPI_BUILD_ras_hostfile_DSO_TRUE OMPI_BUILD_ras_hostfile_DSO_FALSE OMPI_BUILD_ras_localhost_DSO_TRUE OMPI_BUILD_ras_localhost_DSO_FALSE ras_bjs_CPPFLAGS ras_bjs_LDFLAGS ras_bjs_LIBS OMPI_BUILD_ras_bjs_DSO_TRUE OMPI_BUILD_ras_bjs_DSO_FALSE ras_lsf_bproc_CPPFLAGS ras_lsf_bproc_LDFLAGS ras_lsf_bproc_LIBS OMPI_BUILD_ras_lsf_bproc_DSO_TRUE OMPI_BUILD_ras_lsf_bproc_DSO_FALSE OMPI_BUILD_ras_poe_DSO_TRUE OMPI_BUILD_ras_poe_DSO_FALSE ras_slurm_CPPFLAGS ras_slurm_LDFLAGS ras_slurm_LIBS OMPI_BUILD_ras_slurm_DSO_TRUE OMPI_BUILD_ras_slurm_DSO_FALSE ras_tm_CPPFLAGS ras_tm_LDFLAGS ras_tm_LIBS OMPI_BUILD_ras_tm_DSO_TRUE OMPI_BUILD_ras_tm_DSO_FALSE OMPI_BUILD_ras_xgrid_DSO_TRUE OMPI_BUILD_ras_xgrid_DSO_FALSE MCA_ras_ALL_COMPONENTS MCA_ras_STATIC_COMPONENTS MCA_ras_DSO_COMPONENTS MCA_ras_STATIC_LTLIBS MCA_ras_ALL_SUBDIRS MCA_ras_STATIC_SUBDIRS MCA_ras_DSO_SUBDIRS OMPI_BUILD_rds_hostfile_DSO_TRUE OMPI_BUILD_rds_hostfile_DSO_FALSE OMPI_BUILD_rds_resfile_DSO_TRUE OMPI_BUILD_rds_resfile_DSO_FALSE MCA_rds_ALL_COMPONENTS MCA_rds_STATIC_COMPONENTS MCA_rds_DSO_COMPONENTS MCA_rds_STATIC_LTLIBS MCA_rds_ALL_SUBDIRS MCA_rds_STATIC_SUBDIRS MCA_rds_DSO_SUBDIRS OMPI_BUILD_rmaps_round_robin_DSO_TRUE OMPI_BUILD_rmaps_round_robin_DSO_FALSE MCA_rmaps_ALL_COMPONENTS MCA_rmaps_STATIC_COMPONENTS MCA_rmaps_DSO_COMPONENTS MCA_rmaps_STATIC_LTLIBS MCA_rmaps_ALL_SUBDIRS MCA_rmaps_STATIC_SUBDIRS MCA_rmaps_DSO_SUBDIRS OMPI_BUILD_rmgr_proxy_DSO_TRUE OMPI_BUILD_rmgr_proxy_DSO_FALSE OMPI_BUILD_rmgr_urm_DSO_TRUE OMPI_BUILD_rmgr_urm_DSO_FALSE OMPI_BUILD_rmgr_cnos_DSO_TRUE OMPI_BUILD_rmgr_cnos_DSO_FALSE MCA_rmgr_ALL_COMPONENTS MCA_rmgr_STATIC_COMPONENTS MCA_rmgr_DSO_COMPONENTS MCA_rmgr_STATIC_LTLIBS MCA_rmgr_ALL_SUBDIRS MCA_rmgr_STATIC_SUBDIRS MCA_rmgr_DSO_SUBDIRS OMPI_BUILD_rml_oob_DSO_TRUE OMPI_BUILD_rml_oob_DSO_FALSE OMPI_BUILD_rml_cnos_DSO_TRUE OMPI_BUILD_rml_cnos_DSO_FALSE MCA_rml_ALL_COMPONENTS MCA_rml_STATIC_COMPONENTS MCA_rml_DSO_COMPONENTS MCA_rml_STATIC_LTLIBS MCA_rml_ALL_SUBDIRS MCA_rml_STATIC_SUBDIRS MCA_rml_DSO_SUBDIRS MCA_schema_ALL_COMPONENTS MCA_schema_STATIC_COMPONENTS MCA_schema_DSO_COMPONENTS MCA_schema_STATIC_LTLIBS MCA_schema_ALL_SUBDIRS MCA_schema_STATIC_SUBDIRS MCA_schema_DSO_SUBDIRS OMPI_BUILD_sds_env_DSO_TRUE OMPI_BUILD_sds_env_DSO_FALSE OMPI_BUILD_sds_seed_DSO_TRUE OMPI_BUILD_sds_seed_DSO_FALSE OMPI_BUILD_sds_singleton_DSO_TRUE OMPI_BUILD_sds_singleton_DSO_FALSE sds_bproc_CPPFLAGS sds_bproc_LDFLAGS sds_bproc_LIBS OMPI_BUILD_sds_bproc_DSO_TRUE OMPI_BUILD_sds_bproc_DSO_FALSE OMPI_BUILD_sds_cnos_DSO_TRUE OMPI_BUILD_sds_cnos_DSO_FALSE OMPI_BUILD_sds_pipe_DSO_TRUE OMPI_BUILD_sds_pipe_DSO_FALSE sds_portals_utcp_CPPFLAGS sds_portals_utcp_LDFLAGS sds_portals_utcp_LIBS OMPI_BUILD_sds_portals_utcp_DSO_TRUE OMPI_BUILD_sds_portals_utcp_DSO_FALSE sds_slurm_CPPFLAGS sds_slurm_LDFLAGS sds_slurm_LIBS OMPI_BUILD_sds_slurm_DSO_TRUE OMPI_BUILD_sds_slurm_DSO_FALSE MCA_sds_ALL_COMPONENTS MCA_sds_STATIC_COMPONENTS MCA_sds_DSO_COMPONENTS MCA_sds_STATIC_LTLIBS MCA_sds_ALL_SUBDIRS MCA_sds_STATIC_SUBDIRS MCA_sds_DSO_SUBDIRS soh_bproc_CPPFLAGS soh_bproc_LDFLAGS soh_bproc_LIBS OMPI_BUILD_soh_bproc_DSO_TRUE OMPI_BUILD_soh_bproc_DSO_FALSE MCA_soh_ALL_COMPONENTS MCA_soh_STATIC_COMPONENTS MCA_soh_DSO_COMPONENTS MCA_soh_STATIC_LTLIBS MCA_soh_ALL_SUBDIRS MCA_soh_STATIC_SUBDIRS MCA_soh_DSO_SUBDIRS MCA_orte_FRAMEWORKS MCA_orte_FRAMEWORKS_SUBDIRS MCA_orte_FRAMEWORK_COMPONENT_ALL_SUBDIRS MCA_orte_FRAMEWORK_COMPONENT_DSO_SUBDIRS MCA_orte_FRAMEWORK_COMPONENT_STATIC_SUBDIRS MCA_orte_FRAMEWORK_LIBS OMPI_BUILD_allocator_basic_DSO_TRUE OMPI_BUILD_allocator_basic_DSO_FALSE OMPI_BUILD_allocator_bucket_DSO_TRUE OMPI_BUILD_allocator_bucket_DSO_FALSE MCA_allocator_ALL_COMPONENTS MCA_allocator_STATIC_COMPONENTS MCA_allocator_DSO_COMPONENTS MCA_allocator_STATIC_LTLIBS MCA_allocator_ALL_SUBDIRS MCA_allocator_STATIC_SUBDIRS MCA_allocator_DSO_SUBDIRS OMPI_BUILD_bml_r2_DSO_TRUE OMPI_BUILD_bml_r2_DSO_FALSE MCA_bml_ALL_COMPONENTS MCA_bml_STATIC_COMPONENTS MCA_bml_DSO_COMPONENTS MCA_bml_STATIC_LTLIBS MCA_bml_ALL_SUBDIRS MCA_bml_STATIC_SUBDIRS MCA_bml_DSO_SUBDIRS OMPI_BUILD_btl_self_DSO_TRUE OMPI_BUILD_btl_self_DSO_FALSE OMPI_BUILD_btl_sm_DSO_TRUE OMPI_BUILD_btl_sm_DSO_FALSE btl_gm_CFLAGS btl_gm_CPPFLAGS btl_gm_LDFLAGS btl_gm_LIBS OMPI_BUILD_btl_gm_DSO_TRUE OMPI_BUILD_btl_gm_DSO_FALSE btl_mvapi_CFLAGS btl_mvapi_CPPFLAGS btl_mvapi_LDFLAGS btl_mvapi_LIBS OMPI_BUILD_btl_mvapi_DSO_TRUE OMPI_BUILD_btl_mvapi_DSO_FALSE btl_mx_CFLAGS btl_mx_CPPFLAGS btl_mx_LDFLAGS btl_mx_LIBS OMPI_BUILD_btl_mx_DSO_TRUE OMPI_BUILD_btl_mx_DSO_FALSE btl_openib_CFLAGS btl_openib_CPPFLAGS btl_openib_LDFLAGS btl_openib_LIBS OMPI_BUILD_btl_openib_DSO_TRUE OMPI_BUILD_btl_openib_DSO_FALSE btl_portals_CPPFLAGS btl_portals_LDFLAGS btl_portals_LIBS OMPI_BUILD_btl_portals_DSO_TRUE OMPI_BUILD_btl_portals_DSO_FALSE OMPI_BUILD_btl_tcp_DSO_TRUE OMPI_BUILD_btl_tcp_DSO_FALSE MCA_btl_ALL_COMPONENTS MCA_btl_STATIC_COMPONENTS MCA_btl_DSO_COMPONENTS MCA_btl_STATIC_LTLIBS MCA_btl_ALL_SUBDIRS MCA_btl_STATIC_SUBDIRS MCA_btl_DSO_SUBDIRS OMPI_BUILD_coll_basic_DSO_TRUE OMPI_BUILD_coll_basic_DSO_FALSE OMPI_BUILD_coll_hierarch_DSO_TRUE OMPI_BUILD_coll_hierarch_DSO_FALSE OMPI_BUILD_coll_self_DSO_TRUE OMPI_BUILD_coll_self_DSO_FALSE OMPI_BUILD_coll_sm_DSO_TRUE OMPI_BUILD_coll_sm_DSO_FALSE OMPI_BUILD_coll_tuned_DSO_TRUE OMPI_BUILD_coll_tuned_DSO_FALSE MCA_coll_ALL_COMPONENTS MCA_coll_STATIC_COMPONENTS MCA_coll_DSO_COMPONENTS MCA_coll_STATIC_LTLIBS MCA_coll_ALL_SUBDIRS MCA_coll_STATIC_SUBDIRS MCA_coll_DSO_SUBDIRS OMPI_BUILD_common_sm_DSO_TRUE OMPI_BUILD_common_sm_DSO_FALSE MCA_common_ALL_COMPONENTS MCA_common_STATIC_COMPONENTS MCA_common_DSO_COMPONENTS MCA_common_STATIC_LTLIBS MCA_common_ALL_SUBDIRS MCA_common_STATIC_SUBDIRS MCA_common_DSO_SUBDIRS OMPI_BUILD_io_romio_DSO_TRUE OMPI_BUILD_io_romio_DSO_FALSE MCA_io_ALL_COMPONENTS MCA_io_STATIC_COMPONENTS MCA_io_DSO_COMPONENTS MCA_io_STATIC_LTLIBS MCA_io_ALL_SUBDIRS MCA_io_STATIC_SUBDIRS MCA_io_DSO_SUBDIRS OMPI_BUILD_mpool_sm_DSO_TRUE OMPI_BUILD_mpool_sm_DSO_FALSE mpool_gm_CFLAGS mpool_gm_CPPFLAGS mpool_gm_LDFLAGS mpool_gm_LIBS OMPI_BUILD_mpool_gm_DSO_TRUE OMPI_BUILD_mpool_gm_DSO_FALSE mpool_mvapi_CFLAGS mpool_mvapi_CPPFLAGS mpool_mvapi_LDFLAGS mpool_mvapi_LIBS OMPI_BUILD_mpool_mvapi_DSO_TRUE OMPI_BUILD_mpool_mvapi_DSO_FALSE mpool_openib_CFLAGS mpool_openib_CPPFLAGS mpool_openib_LDFLAGS mpool_openib_LIBS OMPI_BUILD_mpool_openib_DSO_TRUE OMPI_BUILD_mpool_openib_DSO_FALSE MCA_mpool_ALL_COMPONENTS MCA_mpool_STATIC_COMPONENTS MCA_mpool_DSO_COMPONENTS MCA_mpool_STATIC_LTLIBS MCA_mpool_ALL_SUBDIRS MCA_mpool_STATIC_SUBDIRS MCA_mpool_DSO_SUBDIRS OMPI_BUILD_osc_pt2pt_DSO_TRUE OMPI_BUILD_osc_pt2pt_DSO_FALSE MCA_osc_ALL_COMPONENTS MCA_osc_STATIC_COMPONENTS MCA_osc_DSO_COMPONENTS MCA_osc_STATIC_LTLIBS MCA_osc_ALL_SUBDIRS MCA_osc_STATIC_SUBDIRS MCA_osc_DSO_SUBDIRS OMPI_BUILD_pml_ob1_DSO_TRUE OMPI_BUILD_pml_ob1_DSO_FALSE MCA_pml_ALL_COMPONENTS MCA_pml_STATIC_COMPONENTS MCA_pml_DSO_COMPONENTS MCA_pml_STATIC_LTLIBS MCA_pml_ALL_SUBDIRS MCA_pml_STATIC_SUBDIRS MCA_pml_DSO_SUBDIRS OMPI_BUILD_rcache_rb_DSO_TRUE OMPI_BUILD_rcache_rb_DSO_FALSE MCA_rcache_ALL_COMPONENTS MCA_rcache_STATIC_COMPONENTS MCA_rcache_DSO_COMPONENTS MCA_rcache_STATIC_LTLIBS MCA_rcache_ALL_SUBDIRS MCA_rcache_STATIC_SUBDIRS MCA_rcache_DSO_SUBDIRS OMPI_BUILD_topo_unity_DSO_TRUE OMPI_BUILD_topo_unity_DSO_FALSE MCA_topo_ALL_COMPONENTS MCA_topo_STATIC_COMPONENTS MCA_topo_DSO_COMPONENTS MCA_topo_STATIC_LTLIBS MCA_topo_ALL_SUBDIRS MCA_topo_STATIC_SUBDIRS MCA_topo_DSO_SUBDIRS MCA_ompi_FRAMEWORKS MCA_ompi_FRAMEWORKS_SUBDIRS MCA_ompi_FRAMEWORK_COMPONENT_ALL_SUBDIRS MCA_ompi_FRAMEWORK_COMPONENT_DSO_SUBDIRS MCA_ompi_FRAMEWORK_COMPONENT_STATIC_SUBDIRS MCA_ompi_FRAMEWORK_LIBS MCA_pml_DIRECT_CALL_HEADER MCA_PROJECT_SUBDIRS OMPI_LIBEVENT_SOURCES LTDLINCL LIBLTDL ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB LIBTOOL LIBLTDL_SUBDIR LIBLTDL_LTLIB OPAL_LTDL_CPPFLAGS WANT_LIBLTDL_TRUE WANT_LIBLTDL_FALSE CFLAGS_WITHOUT_OPTFLAGS TOTALVIEW_DEBUG_FLAGS CXXCPPFLAGS OPAL_WRAPPER_EXTRA_CPPFLAGS OPAL_WRAPPER_EXTRA_CFLAGS OPAL_WRAPPER_EXTRA_CXXFLAGS OPAL_WRAPPER_EXTRA_LDFLAGS OPAL_WRAPPER_EXTRA_LIBS OPAL_WRAPPER_EXTRA_INCLUDES ORTE_WRAPPER_EXTRA_CPPFLAGS ORTE_WRAPPER_EXTRA_CFLAGS ORTE_WRAPPER_EXTRA_CXXFLAGS ORTE_WRAPPER_EXTRA_LDFLAGS ORTE_WRAPPER_EXTRA_LIBS ORTE_WRAPPER_EXTRA_INCLUDES OMPI_WRAPPER_EXTRA_CPPFLAGS OMPI_WRAPPER_EXTRA_CFLAGS OMPI_WRAPPER_EXTRA_CXXFLAGS OMPI_WRAPPER_EXTRA_FFLAGS OMPI_WRAPPER_EXTRA_FCFLAGS OMPI_WRAPPER_EXTRA_LDFLAGS OMPI_WRAPPER_EXTRA_LIBS OMPI_WRAPPER_EXTRA_INCLUDES OMPI_WRAPPER_CXX_LIB OMPI_WRAPPER_CXX_REQUIRED_FILE OMPI_WRAPPER_F77_REQUIRED_FILE OMPI_WRAPPER_F90_REQUIRED_FILE WRAPPER_EXTRA_CFLAGS WRAPPER_EXTRA_CXXFLAGS WRAPPER_EXTRA_FFLAGS WRAPPER_EXTRA_FCFLAGS WRAPPER_EXTRA_LDFLAGS WRAPPER_EXTRA_LIBS OPAL_PREFIX OPAL_EXEC_PREFIX OPAL_BINDIR OPAL_SBINDIR OPAL_LIBEXECDIR OPAL_DATADIR OPAL_SYSCONFDIR OPAL_SHAREDSTATEDIR OPAL_LOCALSTATEDIR OPAL_LIBDIR OPAL_INCLUDEDIR OPAL_INFODIR OPAL_MANDIR LIBOBJS LTLIBOBJS' -+ac_subst_vars='SHELL -+PATH_SEPARATOR -+PACKAGE_NAME -+PACKAGE_TARNAME -+PACKAGE_VERSION -+PACKAGE_STRING -+PACKAGE_BUGREPORT -+exec_prefix -+prefix -+program_transform_name -+bindir -+sbindir -+libexecdir -+datarootdir -+datadir -+sysconfdir -+sharedstatedir -+localstatedir -+includedir -+oldincludedir -+docdir -+infodir -+htmldir -+dvidir -+pdfdir -+psdir -+libdir -+localedir -+mandir -+DEFS -+ECHO_C -+ECHO_N -+ECHO_T -+LIBS -+build_alias -+host_alias -+target_alias -+INSTALL_PROGRAM -+INSTALL_SCRIPT -+INSTALL_DATA -+CYGPATH_W -+PACKAGE -+VERSION -+ACLOCAL -+AUTOCONF -+AUTOMAKE -+AUTOHEADER -+MAKEINFO -+install_sh -+STRIP -+INSTALL_STRIP_PROGRAM -+mkdir_p -+AWK -+SET_MAKE -+am__leading_dot -+AMTAR -+am__tar -+am__untar -+CONFIGURE_DEPENDENCIES -+OMPI_CONFIGURE_USER -+OMPI_CONFIGURE_HOST -+OMPI_CONFIGURE_DATE -+OMPI_MAJOR_VERSION -+OMPI_MINOR_VERSION -+OMPI_RELEASE_VERSION -+OMPI_GREEK_VERSION -+OMPI_WANT_SVN -+OMPI_SVN_R -+OMPI_VERSION -+ORTE_MAJOR_VERSION -+ORTE_MINOR_VERSION -+ORTE_RELEASE_VERSION -+ORTE_GREEK_VERSION -+ORTE_WANT_SVN -+ORTE_SVN_R -+ORTE_VERSION -+OPAL_MAJOR_VERSION -+OPAL_MINOR_VERSION -+OPAL_RELEASE_VERSION -+OPAL_GREEK_VERSION -+OPAL_WANT_SVN -+OPAL_SVN_R -+OPAL_VERSION -+OMPI_TOP_BUILDDIR -+OMPI_TOP_SRCDIR -+CLEANFILES -+build -+build_cpu -+build_vendor -+build_os -+host -+host_cpu -+host_vendor -+host_os -+ac_prefix_program -+top_ompi_srcdir -+top_ompi_builddir -+OMPI_WANT_BUILD_F90_TRIVIAL_TRUE -+OMPI_WANT_BUILD_F90_TRIVIAL_FALSE -+OMPI_WANT_BUILD_F90_SMALL_TRUE -+OMPI_WANT_BUILD_F90_SMALL_FALSE -+OMPI_WANT_BUILD_F90_MEDIUM_TRUE -+OMPI_WANT_BUILD_F90_MEDIUM_FALSE -+OMPI_WANT_BUILD_F90_LARGE_TRUE -+OMPI_WANT_BUILD_F90_LARGE_FALSE -+OMPI_F90_BUILD_SIZE -+MPIF_H_PMPI_W_FUNCS -+WANT_INSTALL_HEADERS_TRUE -+WANT_INSTALL_HEADERS_FALSE -+WANT_DEPRECATED_EXECUTABLE_NAMES_TRUE -+WANT_DEPRECATED_EXECUTABLE_NAMES_FALSE -+WANT_PERUSE_TRUE -+WANT_PERUSE_FALSE -+OMPI_FORTRAN_MAX_ARRAY_RANK -+CC -+CFLAGS -+LDFLAGS -+CPPFLAGS -+ac_ct_CC -+EXEEXT -+OBJEXT -+DEPDIR -+am__include -+am__quote -+AMDEP_TRUE -+AMDEP_FALSE -+AMDEPBACKSLASH -+CCDEPMODE -+am__fastdepCC_TRUE -+am__fastdepCC_FALSE -+OMPI_CC_ABSOLUTE -+OMPI_NEED_WINDOWS_REPLACEMENTS_TRUE -+OMPI_NEED_WINDOWS_REPLACEMENTS_FALSE -+CPP -+GREP -+EGREP -+WANT_MPI_BINDINGS_LAYER_TRUE -+WANT_MPI_BINDINGS_LAYER_FALSE -+WANT_PMPI_BINDINGS_LAYER_TRUE -+WANT_PMPI_BINDINGS_LAYER_FALSE -+COMPILE_PROFILING_SEPARATELY_TRUE -+COMPILE_PROFILING_SEPARATELY_FALSE -+CXX -+CXXFLAGS -+ac_ct_CXX -+CXXDEPMODE -+am__fastdepCXX_TRUE -+am__fastdepCXX_FALSE -+CXXCPP -+OMPI_CXX_ABSOLUTE -+WANT_MPI_CXX_BINDINGS_TRUE -+WANT_MPI_CXX_BINDINGS_FALSE -+CCAS -+CCASFLAGS -+OMPI_ASM_TEXT -+OMPI_AS_GLOBAL -+OBJDUMP -+OMPI_AS_LABEL_SUFFIX -+OMPI_ASM_GSYM -+OMPI_ASM_LSYM -+OMPI_ASM_TYPE -+OMPI_ASM_SUPPORT_64BIT -+OMPI_ASSEMBLY_FORMAT -+OMPI_ASSEMBLY_ARCH -+FGREP -+PERL -+OMPI_HAVE_ASM_FILE_TRUE -+OMPI_HAVE_ASM_FILE_FALSE -+OMPI_ASM_FILE -+F77 -+FFLAGS -+ac_ct_F77 -+OMPI_WANT_F77_BINDINGS_TRUE -+OMPI_WANT_F77_BINDINGS_FALSE -+OMPI_F77_ABSOLUTE -+WANT_MPI_F77_BINDINGS_LAYER_TRUE -+WANT_MPI_F77_BINDINGS_LAYER_FALSE -+WANT_PMPI_F77_BINDINGS_LAYER_TRUE -+WANT_PMPI_F77_BINDINGS_LAYER_FALSE -+FC -+FCFLAGS -+ac_ct_FC -+FCFLAGS_f -+FCFLAGS_f90 -+OMPI_WANT_F90_BINDINGS_TRUE -+OMPI_WANT_F90_BINDINGS_FALSE -+OMPI_F90_ABSOLUTE -+OMPI_FC_MODULE_FLAG -+OMPI_SIZEOF_F90_LOGICAL -+OMPI_SIZEOF_F90_INTEGER -+OMPI_SIZEOF_F90_INTEGER1 -+OMPI_SIZEOF_F90_INTEGER2 -+OMPI_SIZEOF_F90_INTEGER4 -+OMPI_SIZEOF_F90_INTEGER8 -+OMPI_SIZEOF_F90_INTEGER16 -+OMPI_SIZEOF_F90_REAL -+OMPI_SIZEOF_F90_REAL4 -+OMPI_SIZEOF_F90_REAL8 -+OMPI_SIZEOF_F90_REAL16 -+OMPI_SIZEOF_F90_DOUBLE_PRECISION -+OMPI_SIZEOF_F90_COMPLEX -+OMPI_SIZEOF_F90_COMPLEX8 -+OMPI_SIZEOF_F90_COMPLEX16 -+OMPI_SIZEOF_F90_COMPLEX32 -+OMPI_SIZEOF_F90_DOUBLE_COMPLEX -+OMPI_F90_IKINDS -+OMPI_F90_RKINDS -+OMPI_F90_CKINDS -+OMPI_MPI_INTEGER_KIND -+OMPI_MPI_ADDRESS_KIND -+OMPI_MPI_OFFSET_KIND -+OMPI_HAVE_POSIX_THREADS_TRUE -+OMPI_HAVE_POSIX_THREADS_FALSE -+OMPI_HAVE_SOLARIS_THREADS_TRUE -+OMPI_HAVE_SOLARIS_THREADS_FALSE -+LN_S -+LEX -+LEX_OUTPUT_ROOT -+LEXLIB -+CASE_SENSITIVE_FS_TRUE -+CASE_SENSITIVE_FS_FALSE -+OMPI_BUILD_maffinity_first_use_DSO_TRUE -+OMPI_BUILD_maffinity_first_use_DSO_FALSE -+maffinity_libnuma_CPPFLAGS -+maffinity_libnuma_LDFLAGS -+maffinity_libnuma_LIBS -+OMPI_BUILD_maffinity_libnuma_DSO_TRUE -+OMPI_BUILD_maffinity_libnuma_DSO_FALSE -+MCA_maffinity_ALL_COMPONENTS -+MCA_maffinity_STATIC_COMPONENTS -+MCA_maffinity_DSO_COMPONENTS -+MCA_maffinity_STATIC_LTLIBS -+MCA_maffinity_ALL_SUBDIRS -+MCA_maffinity_STATIC_SUBDIRS -+MCA_maffinity_DSO_SUBDIRS -+MCA_memcpy_ALL_COMPONENTS -+MCA_memcpy_STATIC_COMPONENTS -+MCA_memcpy_DSO_COMPONENTS -+MCA_memcpy_STATIC_LTLIBS -+MCA_memcpy_ALL_SUBDIRS -+MCA_memcpy_STATIC_SUBDIRS -+MCA_memcpy_DSO_SUBDIRS -+OMPI_BUILD_memory_darwin_DSO_TRUE -+OMPI_BUILD_memory_darwin_DSO_FALSE -+memory_ptmalloc2_LIBS -+OMPI_BUILD_memory_ptmalloc2_DSO_TRUE -+OMPI_BUILD_memory_ptmalloc2_DSO_FALSE -+memory_malloc_hooks_LIBS -+OMPI_BUILD_memory_malloc_hooks_DSO_TRUE -+OMPI_BUILD_memory_malloc_hooks_DSO_FALSE -+MCA_memory_ALL_COMPONENTS -+MCA_memory_STATIC_COMPONENTS -+MCA_memory_DSO_COMPONENTS -+MCA_memory_STATIC_LTLIBS -+MCA_memory_ALL_SUBDIRS -+MCA_memory_STATIC_SUBDIRS -+MCA_memory_DSO_SUBDIRS -+OMPI_BUILD_paffinity_linux_DSO_TRUE -+OMPI_BUILD_paffinity_linux_DSO_FALSE -+OMPI_BUILD_paffinity_solaris_DSO_TRUE -+OMPI_BUILD_paffinity_solaris_DSO_FALSE -+OMPI_BUILD_paffinity_windows_DSO_TRUE -+OMPI_BUILD_paffinity_windows_DSO_FALSE -+MCA_paffinity_ALL_COMPONENTS -+MCA_paffinity_STATIC_COMPONENTS -+MCA_paffinity_DSO_COMPONENTS -+MCA_paffinity_STATIC_LTLIBS -+MCA_paffinity_ALL_SUBDIRS -+MCA_paffinity_STATIC_SUBDIRS -+MCA_paffinity_DSO_SUBDIRS -+timer_aix_LIBS -+OMPI_BUILD_timer_aix_DSO_TRUE -+OMPI_BUILD_timer_aix_DSO_FALSE -+OMPI_BUILD_timer_altix_DSO_TRUE -+OMPI_BUILD_timer_altix_DSO_FALSE -+OMPI_BUILD_timer_darwin_DSO_TRUE -+OMPI_BUILD_timer_darwin_DSO_FALSE -+OMPI_BUILD_timer_solaris_DSO_TRUE -+OMPI_BUILD_timer_solaris_DSO_FALSE -+OMPI_BUILD_timer_windows_DSO_TRUE -+OMPI_BUILD_timer_windows_DSO_FALSE -+OMPI_BUILD_timer_linux_DSO_TRUE -+OMPI_BUILD_timer_linux_DSO_FALSE -+MCA_timer_ALL_COMPONENTS -+MCA_timer_STATIC_COMPONENTS -+MCA_timer_DSO_COMPONENTS -+MCA_timer_STATIC_LTLIBS -+MCA_timer_ALL_SUBDIRS -+MCA_timer_STATIC_SUBDIRS -+MCA_timer_DSO_SUBDIRS -+MCA_opal_FRAMEWORKS -+MCA_opal_FRAMEWORKS_SUBDIRS -+MCA_opal_FRAMEWORK_COMPONENT_ALL_SUBDIRS -+MCA_opal_FRAMEWORK_COMPONENT_DSO_SUBDIRS -+MCA_opal_FRAMEWORK_COMPONENT_STATIC_SUBDIRS -+MCA_opal_FRAMEWORK_LIBS -+MCA_errmgr_ALL_COMPONENTS -+MCA_errmgr_STATIC_COMPONENTS -+MCA_errmgr_DSO_COMPONENTS -+MCA_errmgr_STATIC_LTLIBS -+MCA_errmgr_ALL_SUBDIRS -+MCA_errmgr_STATIC_SUBDIRS -+MCA_errmgr_DSO_SUBDIRS -+OMPI_BUILD_gpr_null_DSO_TRUE -+OMPI_BUILD_gpr_null_DSO_FALSE -+OMPI_BUILD_gpr_proxy_DSO_TRUE -+OMPI_BUILD_gpr_proxy_DSO_FALSE -+OMPI_BUILD_gpr_replica_DSO_TRUE -+OMPI_BUILD_gpr_replica_DSO_FALSE -+MCA_gpr_ALL_COMPONENTS -+MCA_gpr_STATIC_COMPONENTS -+MCA_gpr_DSO_COMPONENTS -+MCA_gpr_STATIC_LTLIBS -+MCA_gpr_ALL_SUBDIRS -+MCA_gpr_STATIC_SUBDIRS -+MCA_gpr_DSO_SUBDIRS -+OMPI_BUILD_iof_proxy_DSO_TRUE -+OMPI_BUILD_iof_proxy_DSO_FALSE -+OMPI_BUILD_iof_svc_DSO_TRUE -+OMPI_BUILD_iof_svc_DSO_FALSE -+MCA_iof_ALL_COMPONENTS -+MCA_iof_STATIC_COMPONENTS -+MCA_iof_DSO_COMPONENTS -+MCA_iof_STATIC_LTLIBS -+MCA_iof_ALL_SUBDIRS -+MCA_iof_STATIC_SUBDIRS -+MCA_iof_DSO_SUBDIRS -+OMPI_BUILD_ns_proxy_DSO_TRUE -+OMPI_BUILD_ns_proxy_DSO_FALSE -+OMPI_BUILD_ns_replica_DSO_TRUE -+OMPI_BUILD_ns_replica_DSO_FALSE -+MCA_ns_ALL_COMPONENTS -+MCA_ns_STATIC_COMPONENTS -+MCA_ns_DSO_COMPONENTS -+MCA_ns_STATIC_LTLIBS -+MCA_ns_ALL_SUBDIRS -+MCA_ns_STATIC_SUBDIRS -+MCA_ns_DSO_SUBDIRS -+OMPI_BUILD_oob_tcp_DSO_TRUE -+OMPI_BUILD_oob_tcp_DSO_FALSE -+MCA_oob_ALL_COMPONENTS -+MCA_oob_STATIC_COMPONENTS -+MCA_oob_DSO_COMPONENTS -+MCA_oob_STATIC_LTLIBS -+MCA_oob_ALL_SUBDIRS -+MCA_oob_STATIC_SUBDIRS -+MCA_oob_DSO_SUBDIRS -+pls_bproc_CPPFLAGS -+pls_bproc_LDFLAGS -+pls_bproc_LIBS -+OMPI_BUILD_pls_bproc_DSO_TRUE -+OMPI_BUILD_pls_bproc_DSO_FALSE -+pls_bproc_orted_CPPFLAGS -+pls_bproc_orted_LDFLAGS -+pls_bproc_orted_LIBS -+OMPI_BUILD_pls_bproc_orted_DSO_TRUE -+OMPI_BUILD_pls_bproc_orted_DSO_FALSE -+pls_bproc_seed_CPPFLAGS -+pls_bproc_seed_LDFLAGS -+pls_bproc_seed_LIBS -+OMPI_BUILD_pls_bproc_seed_DSO_TRUE -+OMPI_BUILD_pls_bproc_seed_DSO_FALSE -+OMPI_BUILD_pls_fork_DSO_TRUE -+OMPI_BUILD_pls_fork_DSO_FALSE -+OMPI_BUILD_pls_poe_DSO_TRUE -+OMPI_BUILD_pls_poe_DSO_FALSE -+OMPI_BUILD_pls_rsh_DSO_TRUE -+OMPI_BUILD_pls_rsh_DSO_FALSE -+pls_slurm_CPPFLAGS -+pls_slurm_LDFLAGS -+pls_slurm_LIBS -+OMPI_BUILD_pls_slurm_DSO_TRUE -+OMPI_BUILD_pls_slurm_DSO_FALSE -+pls_tm_CPPFLAGS -+pls_tm_LDFLAGS -+pls_tm_LIBS -+OMPI_BUILD_pls_tm_DSO_TRUE -+OMPI_BUILD_pls_tm_DSO_FALSE -+OBJC -+OBJCFLAGS -+ac_ct_OBJC -+OBJCDEPMODE -+am__fastdepOBJC_TRUE -+am__fastdepOBJC_FALSE -+pls_xgrid_OBJCFLAGS -+pls_xgrid_LDFLAGS -+OMPI_BUILD_pls_xgrid_DSO_TRUE -+OMPI_BUILD_pls_xgrid_DSO_FALSE -+MCA_pls_ALL_COMPONENTS -+MCA_pls_STATIC_COMPONENTS -+MCA_pls_DSO_COMPONENTS -+MCA_pls_STATIC_LTLIBS -+MCA_pls_ALL_SUBDIRS -+MCA_pls_STATIC_SUBDIRS -+MCA_pls_DSO_SUBDIRS -+OMPI_BUILD_ras_dash_host_DSO_TRUE -+OMPI_BUILD_ras_dash_host_DSO_FALSE -+OMPI_BUILD_ras_hostfile_DSO_TRUE -+OMPI_BUILD_ras_hostfile_DSO_FALSE -+OMPI_BUILD_ras_localhost_DSO_TRUE -+OMPI_BUILD_ras_localhost_DSO_FALSE -+ras_bjs_CPPFLAGS -+ras_bjs_LDFLAGS -+ras_bjs_LIBS -+OMPI_BUILD_ras_bjs_DSO_TRUE -+OMPI_BUILD_ras_bjs_DSO_FALSE -+ras_lsf_bproc_CPPFLAGS -+ras_lsf_bproc_LDFLAGS -+ras_lsf_bproc_LIBS -+OMPI_BUILD_ras_lsf_bproc_DSO_TRUE -+OMPI_BUILD_ras_lsf_bproc_DSO_FALSE -+OMPI_BUILD_ras_poe_DSO_TRUE -+OMPI_BUILD_ras_poe_DSO_FALSE -+ras_slurm_CPPFLAGS -+ras_slurm_LDFLAGS -+ras_slurm_LIBS -+OMPI_BUILD_ras_slurm_DSO_TRUE -+OMPI_BUILD_ras_slurm_DSO_FALSE -+ras_tm_CPPFLAGS -+ras_tm_LDFLAGS -+ras_tm_LIBS -+OMPI_BUILD_ras_tm_DSO_TRUE -+OMPI_BUILD_ras_tm_DSO_FALSE -+OMPI_BUILD_ras_xgrid_DSO_TRUE -+OMPI_BUILD_ras_xgrid_DSO_FALSE -+MCA_ras_ALL_COMPONENTS -+MCA_ras_STATIC_COMPONENTS -+MCA_ras_DSO_COMPONENTS -+MCA_ras_STATIC_LTLIBS -+MCA_ras_ALL_SUBDIRS -+MCA_ras_STATIC_SUBDIRS -+MCA_ras_DSO_SUBDIRS -+OMPI_BUILD_rds_hostfile_DSO_TRUE -+OMPI_BUILD_rds_hostfile_DSO_FALSE -+OMPI_BUILD_rds_resfile_DSO_TRUE -+OMPI_BUILD_rds_resfile_DSO_FALSE -+MCA_rds_ALL_COMPONENTS -+MCA_rds_STATIC_COMPONENTS -+MCA_rds_DSO_COMPONENTS -+MCA_rds_STATIC_LTLIBS -+MCA_rds_ALL_SUBDIRS -+MCA_rds_STATIC_SUBDIRS -+MCA_rds_DSO_SUBDIRS -+OMPI_BUILD_rmaps_round_robin_DSO_TRUE -+OMPI_BUILD_rmaps_round_robin_DSO_FALSE -+MCA_rmaps_ALL_COMPONENTS -+MCA_rmaps_STATIC_COMPONENTS -+MCA_rmaps_DSO_COMPONENTS -+MCA_rmaps_STATIC_LTLIBS -+MCA_rmaps_ALL_SUBDIRS -+MCA_rmaps_STATIC_SUBDIRS -+MCA_rmaps_DSO_SUBDIRS -+OMPI_BUILD_rmgr_proxy_DSO_TRUE -+OMPI_BUILD_rmgr_proxy_DSO_FALSE -+OMPI_BUILD_rmgr_urm_DSO_TRUE -+OMPI_BUILD_rmgr_urm_DSO_FALSE -+OMPI_BUILD_rmgr_cnos_DSO_TRUE -+OMPI_BUILD_rmgr_cnos_DSO_FALSE -+MCA_rmgr_ALL_COMPONENTS -+MCA_rmgr_STATIC_COMPONENTS -+MCA_rmgr_DSO_COMPONENTS -+MCA_rmgr_STATIC_LTLIBS -+MCA_rmgr_ALL_SUBDIRS -+MCA_rmgr_STATIC_SUBDIRS -+MCA_rmgr_DSO_SUBDIRS -+OMPI_BUILD_rml_oob_DSO_TRUE -+OMPI_BUILD_rml_oob_DSO_FALSE -+OMPI_BUILD_rml_cnos_DSO_TRUE -+OMPI_BUILD_rml_cnos_DSO_FALSE -+MCA_rml_ALL_COMPONENTS -+MCA_rml_STATIC_COMPONENTS -+MCA_rml_DSO_COMPONENTS -+MCA_rml_STATIC_LTLIBS -+MCA_rml_ALL_SUBDIRS -+MCA_rml_STATIC_SUBDIRS -+MCA_rml_DSO_SUBDIRS -+MCA_schema_ALL_COMPONENTS -+MCA_schema_STATIC_COMPONENTS -+MCA_schema_DSO_COMPONENTS -+MCA_schema_STATIC_LTLIBS -+MCA_schema_ALL_SUBDIRS -+MCA_schema_STATIC_SUBDIRS -+MCA_schema_DSO_SUBDIRS -+OMPI_BUILD_sds_env_DSO_TRUE -+OMPI_BUILD_sds_env_DSO_FALSE -+OMPI_BUILD_sds_seed_DSO_TRUE -+OMPI_BUILD_sds_seed_DSO_FALSE -+OMPI_BUILD_sds_singleton_DSO_TRUE -+OMPI_BUILD_sds_singleton_DSO_FALSE -+sds_bproc_CPPFLAGS -+sds_bproc_LDFLAGS -+sds_bproc_LIBS -+OMPI_BUILD_sds_bproc_DSO_TRUE -+OMPI_BUILD_sds_bproc_DSO_FALSE -+OMPI_BUILD_sds_cnos_DSO_TRUE -+OMPI_BUILD_sds_cnos_DSO_FALSE -+OMPI_BUILD_sds_pipe_DSO_TRUE -+OMPI_BUILD_sds_pipe_DSO_FALSE -+sds_portals_utcp_CPPFLAGS -+sds_portals_utcp_LDFLAGS -+sds_portals_utcp_LIBS -+OMPI_BUILD_sds_portals_utcp_DSO_TRUE -+OMPI_BUILD_sds_portals_utcp_DSO_FALSE -+sds_slurm_CPPFLAGS -+sds_slurm_LDFLAGS -+sds_slurm_LIBS -+OMPI_BUILD_sds_slurm_DSO_TRUE -+OMPI_BUILD_sds_slurm_DSO_FALSE -+MCA_sds_ALL_COMPONENTS -+MCA_sds_STATIC_COMPONENTS -+MCA_sds_DSO_COMPONENTS -+MCA_sds_STATIC_LTLIBS -+MCA_sds_ALL_SUBDIRS -+MCA_sds_STATIC_SUBDIRS -+MCA_sds_DSO_SUBDIRS -+soh_bproc_CPPFLAGS -+soh_bproc_LDFLAGS -+soh_bproc_LIBS -+OMPI_BUILD_soh_bproc_DSO_TRUE -+OMPI_BUILD_soh_bproc_DSO_FALSE -+MCA_soh_ALL_COMPONENTS -+MCA_soh_STATIC_COMPONENTS -+MCA_soh_DSO_COMPONENTS -+MCA_soh_STATIC_LTLIBS -+MCA_soh_ALL_SUBDIRS -+MCA_soh_STATIC_SUBDIRS -+MCA_soh_DSO_SUBDIRS -+MCA_orte_FRAMEWORKS -+MCA_orte_FRAMEWORKS_SUBDIRS -+MCA_orte_FRAMEWORK_COMPONENT_ALL_SUBDIRS -+MCA_orte_FRAMEWORK_COMPONENT_DSO_SUBDIRS -+MCA_orte_FRAMEWORK_COMPONENT_STATIC_SUBDIRS -+MCA_orte_FRAMEWORK_LIBS -+OMPI_BUILD_allocator_basic_DSO_TRUE -+OMPI_BUILD_allocator_basic_DSO_FALSE -+OMPI_BUILD_allocator_bucket_DSO_TRUE -+OMPI_BUILD_allocator_bucket_DSO_FALSE -+MCA_allocator_ALL_COMPONENTS -+MCA_allocator_STATIC_COMPONENTS -+MCA_allocator_DSO_COMPONENTS -+MCA_allocator_STATIC_LTLIBS -+MCA_allocator_ALL_SUBDIRS -+MCA_allocator_STATIC_SUBDIRS -+MCA_allocator_DSO_SUBDIRS -+OMPI_BUILD_bml_r2_DSO_TRUE -+OMPI_BUILD_bml_r2_DSO_FALSE -+MCA_bml_ALL_COMPONENTS -+MCA_bml_STATIC_COMPONENTS -+MCA_bml_DSO_COMPONENTS -+MCA_bml_STATIC_LTLIBS -+MCA_bml_ALL_SUBDIRS -+MCA_bml_STATIC_SUBDIRS -+MCA_bml_DSO_SUBDIRS -+OMPI_BUILD_btl_self_DSO_TRUE -+OMPI_BUILD_btl_self_DSO_FALSE -+OMPI_BUILD_btl_sm_DSO_TRUE -+OMPI_BUILD_btl_sm_DSO_FALSE -+btl_gm_CFLAGS -+btl_gm_CPPFLAGS -+btl_gm_LDFLAGS -+btl_gm_LIBS -+OMPI_BUILD_btl_gm_DSO_TRUE -+OMPI_BUILD_btl_gm_DSO_FALSE -+btl_mvapi_CFLAGS -+btl_mvapi_CPPFLAGS -+btl_mvapi_LDFLAGS -+btl_mvapi_LIBS -+OMPI_BUILD_btl_mvapi_DSO_TRUE -+OMPI_BUILD_btl_mvapi_DSO_FALSE -+btl_mx_CFLAGS -+btl_mx_CPPFLAGS -+btl_mx_LDFLAGS -+btl_mx_LIBS -+OMPI_BUILD_btl_mx_DSO_TRUE -+OMPI_BUILD_btl_mx_DSO_FALSE -+btl_openib_CFLAGS -+btl_openib_CPPFLAGS -+btl_openib_LDFLAGS -+btl_openib_LIBS -+OMPI_BUILD_btl_openib_DSO_TRUE -+OMPI_BUILD_btl_openib_DSO_FALSE -+btl_portals_CPPFLAGS -+btl_portals_LDFLAGS -+btl_portals_LIBS -+OMPI_BUILD_btl_portals_DSO_TRUE -+OMPI_BUILD_btl_portals_DSO_FALSE -+OMPI_BUILD_btl_tcp_DSO_TRUE -+OMPI_BUILD_btl_tcp_DSO_FALSE -+MCA_btl_ALL_COMPONENTS -+MCA_btl_STATIC_COMPONENTS -+MCA_btl_DSO_COMPONENTS -+MCA_btl_STATIC_LTLIBS -+MCA_btl_ALL_SUBDIRS -+MCA_btl_STATIC_SUBDIRS -+MCA_btl_DSO_SUBDIRS -+OMPI_BUILD_coll_basic_DSO_TRUE -+OMPI_BUILD_coll_basic_DSO_FALSE -+OMPI_BUILD_coll_hierarch_DSO_TRUE -+OMPI_BUILD_coll_hierarch_DSO_FALSE -+OMPI_BUILD_coll_self_DSO_TRUE -+OMPI_BUILD_coll_self_DSO_FALSE -+OMPI_BUILD_coll_sm_DSO_TRUE -+OMPI_BUILD_coll_sm_DSO_FALSE -+OMPI_BUILD_coll_tuned_DSO_TRUE -+OMPI_BUILD_coll_tuned_DSO_FALSE -+MCA_coll_ALL_COMPONENTS -+MCA_coll_STATIC_COMPONENTS -+MCA_coll_DSO_COMPONENTS -+MCA_coll_STATIC_LTLIBS -+MCA_coll_ALL_SUBDIRS -+MCA_coll_STATIC_SUBDIRS -+MCA_coll_DSO_SUBDIRS -+OMPI_BUILD_common_sm_DSO_TRUE -+OMPI_BUILD_common_sm_DSO_FALSE -+MCA_common_ALL_COMPONENTS -+MCA_common_STATIC_COMPONENTS -+MCA_common_DSO_COMPONENTS -+MCA_common_STATIC_LTLIBS -+MCA_common_ALL_SUBDIRS -+MCA_common_STATIC_SUBDIRS -+MCA_common_DSO_SUBDIRS -+OMPI_BUILD_io_romio_DSO_TRUE -+OMPI_BUILD_io_romio_DSO_FALSE -+MCA_io_ALL_COMPONENTS -+MCA_io_STATIC_COMPONENTS -+MCA_io_DSO_COMPONENTS -+MCA_io_STATIC_LTLIBS -+MCA_io_ALL_SUBDIRS -+MCA_io_STATIC_SUBDIRS -+MCA_io_DSO_SUBDIRS -+OMPI_BUILD_mpool_sm_DSO_TRUE -+OMPI_BUILD_mpool_sm_DSO_FALSE -+mpool_gm_CFLAGS -+mpool_gm_CPPFLAGS -+mpool_gm_LDFLAGS -+mpool_gm_LIBS -+OMPI_BUILD_mpool_gm_DSO_TRUE -+OMPI_BUILD_mpool_gm_DSO_FALSE -+mpool_mvapi_CFLAGS -+mpool_mvapi_CPPFLAGS -+mpool_mvapi_LDFLAGS -+mpool_mvapi_LIBS -+OMPI_BUILD_mpool_mvapi_DSO_TRUE -+OMPI_BUILD_mpool_mvapi_DSO_FALSE -+mpool_openib_CFLAGS -+mpool_openib_CPPFLAGS -+mpool_openib_LDFLAGS -+mpool_openib_LIBS -+OMPI_BUILD_mpool_openib_DSO_TRUE -+OMPI_BUILD_mpool_openib_DSO_FALSE -+MCA_mpool_ALL_COMPONENTS -+MCA_mpool_STATIC_COMPONENTS -+MCA_mpool_DSO_COMPONENTS -+MCA_mpool_STATIC_LTLIBS -+MCA_mpool_ALL_SUBDIRS -+MCA_mpool_STATIC_SUBDIRS -+MCA_mpool_DSO_SUBDIRS -+OMPI_BUILD_osc_pt2pt_DSO_TRUE -+OMPI_BUILD_osc_pt2pt_DSO_FALSE -+MCA_osc_ALL_COMPONENTS -+MCA_osc_STATIC_COMPONENTS -+MCA_osc_DSO_COMPONENTS -+MCA_osc_STATIC_LTLIBS -+MCA_osc_ALL_SUBDIRS -+MCA_osc_STATIC_SUBDIRS -+MCA_osc_DSO_SUBDIRS -+OMPI_BUILD_pml_ob1_DSO_TRUE -+OMPI_BUILD_pml_ob1_DSO_FALSE -+MCA_pml_ALL_COMPONENTS -+MCA_pml_STATIC_COMPONENTS -+MCA_pml_DSO_COMPONENTS -+MCA_pml_STATIC_LTLIBS -+MCA_pml_ALL_SUBDIRS -+MCA_pml_STATIC_SUBDIRS -+MCA_pml_DSO_SUBDIRS -+OMPI_BUILD_rcache_rb_DSO_TRUE -+OMPI_BUILD_rcache_rb_DSO_FALSE -+MCA_rcache_ALL_COMPONENTS -+MCA_rcache_STATIC_COMPONENTS -+MCA_rcache_DSO_COMPONENTS -+MCA_rcache_STATIC_LTLIBS -+MCA_rcache_ALL_SUBDIRS -+MCA_rcache_STATIC_SUBDIRS -+MCA_rcache_DSO_SUBDIRS -+OMPI_BUILD_topo_unity_DSO_TRUE -+OMPI_BUILD_topo_unity_DSO_FALSE -+MCA_topo_ALL_COMPONENTS -+MCA_topo_STATIC_COMPONENTS -+MCA_topo_DSO_COMPONENTS -+MCA_topo_STATIC_LTLIBS -+MCA_topo_ALL_SUBDIRS -+MCA_topo_STATIC_SUBDIRS -+MCA_topo_DSO_SUBDIRS -+MCA_ompi_FRAMEWORKS -+MCA_ompi_FRAMEWORKS_SUBDIRS -+MCA_ompi_FRAMEWORK_COMPONENT_ALL_SUBDIRS -+MCA_ompi_FRAMEWORK_COMPONENT_DSO_SUBDIRS -+MCA_ompi_FRAMEWORK_COMPONENT_STATIC_SUBDIRS -+MCA_ompi_FRAMEWORK_LIBS -+MCA_pml_DIRECT_CALL_HEADER -+MCA_PROJECT_SUBDIRS -+OMPI_LIBEVENT_SOURCES -+LTDLINCL -+LIBLTDL -+ECHO -+AR -+RANLIB -+LIBTOOL -+LIBLTDL_SUBDIR -+LIBLTDL_LTLIB -+OPAL_LTDL_CPPFLAGS -+WANT_LIBLTDL_TRUE -+WANT_LIBLTDL_FALSE -+CFLAGS_WITHOUT_OPTFLAGS -+TOTALVIEW_DEBUG_FLAGS -+CXXCPPFLAGS -+OPAL_WRAPPER_EXTRA_CPPFLAGS -+OPAL_WRAPPER_EXTRA_CFLAGS -+OPAL_WRAPPER_EXTRA_CXXFLAGS -+OPAL_WRAPPER_EXTRA_LDFLAGS -+OPAL_WRAPPER_EXTRA_LIBS -+OPAL_WRAPPER_EXTRA_INCLUDES -+ORTE_WRAPPER_EXTRA_CPPFLAGS -+ORTE_WRAPPER_EXTRA_CFLAGS -+ORTE_WRAPPER_EXTRA_CXXFLAGS -+ORTE_WRAPPER_EXTRA_LDFLAGS -+ORTE_WRAPPER_EXTRA_LIBS -+ORTE_WRAPPER_EXTRA_INCLUDES -+OMPI_WRAPPER_EXTRA_CPPFLAGS -+OMPI_WRAPPER_EXTRA_CFLAGS -+OMPI_WRAPPER_EXTRA_CXXFLAGS -+OMPI_WRAPPER_EXTRA_FFLAGS -+OMPI_WRAPPER_EXTRA_FCFLAGS -+OMPI_WRAPPER_EXTRA_LDFLAGS -+OMPI_WRAPPER_EXTRA_LIBS -+OMPI_WRAPPER_EXTRA_INCLUDES -+OMPI_WRAPPER_CXX_LIB -+OMPI_WRAPPER_CXX_REQUIRED_FILE -+OMPI_WRAPPER_F77_REQUIRED_FILE -+OMPI_WRAPPER_F90_REQUIRED_FILE -+WRAPPER_EXTRA_CFLAGS -+WRAPPER_EXTRA_CXXFLAGS -+WRAPPER_EXTRA_FFLAGS -+WRAPPER_EXTRA_FCFLAGS -+WRAPPER_EXTRA_LDFLAGS -+WRAPPER_EXTRA_LIBS -+OPAL_PREFIX -+OPAL_EXEC_PREFIX -+OPAL_BINDIR -+OPAL_SBINDIR -+OPAL_LIBEXECDIR -+OPAL_DATADIR -+OPAL_SYSCONFDIR -+OPAL_SHAREDSTATEDIR -+OPAL_LOCALSTATEDIR -+OPAL_LIBDIR -+OPAL_INCLUDEDIR -+OPAL_INFODIR -+OPAL_MANDIR -+LIBOBJS -+LTLIBOBJS' - ac_subst_files='' -+ ac_precious_vars='build_alias -+host_alias -+target_alias -+CC -+CFLAGS -+LDFLAGS -+LIBS -+CPPFLAGS -+CPP -+CXX -+CXXFLAGS -+CCC -+CXXCPP -+CCAS -+CCASFLAGS -+F77 -+FFLAGS -+FC -+FCFLAGS -+OBJC -+OBJCFLAGS' -+ - - # Initialize some variables set by options. - ac_init_help= -@@ -492,34 +1578,48 @@ - # and all the variables that are supposed to be based on exec_prefix - # by default will actually change. - # Use braces instead of parens because sh, perl, etc. also accept them. -+# (The list follows the same order as the GNU Coding Standards.) - bindir='${exec_prefix}/bin' - sbindir='${exec_prefix}/sbin' - libexecdir='${exec_prefix}/libexec' --datadir='${prefix}/share' -+datarootdir='${prefix}/share' -+datadir='${datarootdir}' - sysconfdir='${prefix}/etc' - sharedstatedir='${prefix}/com' - localstatedir='${prefix}/var' --libdir='${exec_prefix}/lib' - includedir='${prefix}/include' - oldincludedir='/usr/include' --infodir='${prefix}/info' --mandir='${prefix}/man' -+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' -+infodir='${datarootdir}/info' -+htmldir='${docdir}' -+dvidir='${docdir}' -+pdfdir='${docdir}' -+psdir='${docdir}' -+libdir='${exec_prefix}/lib' -+localedir='${datarootdir}/locale' -+mandir='${datarootdir}/man' - - ac_prev= -+ac_dashdash= - for ac_option - do - # If the previous option needs an argument, assign it. - if test -n "$ac_prev"; then -- eval "$ac_prev=\$ac_option" -+ eval $ac_prev=\$ac_option - ac_prev= - continue - fi - -- ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` -+ case $ac_option in -+ *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; -+ *) ac_optarg=yes ;; -+ esac - - # Accept the important Cygnus configure options, so we can diagnose typos. - -- case $ac_option in -+ case $ac_dashdash$ac_option in -+ --) -+ ac_dashdash=yes ;; - - -bindir | --bindir | --bindi | --bind | --bin | --bi) - ac_prev=bindir ;; -@@ -541,33 +1641,45 @@ - --config-cache | -C) - cache_file=config.cache ;; - -- -datadir | --datadir | --datadi | --datad | --data | --dat | --da) -+ -datadir | --datadir | --datadi | --datad) - ac_prev=datadir ;; -- -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ -- | --da=*) -+ -datadir=* | --datadir=* | --datadi=* | --datad=*) - datadir=$ac_optarg ;; - -+ -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ -+ | --dataroo | --dataro | --datar) -+ ac_prev=datarootdir ;; -+ -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ -+ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) -+ datarootdir=$ac_optarg ;; -+ - -disable-* | --disable-*) - ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` - # Reject names that are not valid shell variable names. -- expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && -+ expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid feature name: $ac_feature" >&2 - { (exit 1); exit 1; }; } -- ac_feature=`echo $ac_feature | sed 's/-/_/g'` -- eval "enable_$ac_feature=no" ;; -+ ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` -+ eval enable_$ac_feature=no ;; -+ -+ -docdir | --docdir | --docdi | --doc | --do) -+ ac_prev=docdir ;; -+ -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) -+ docdir=$ac_optarg ;; -+ -+ -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) -+ ac_prev=dvidir ;; -+ -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) -+ dvidir=$ac_optarg ;; - - -enable-* | --enable-*) - ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` - # Reject names that are not valid shell variable names. -- expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && -+ expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid feature name: $ac_feature" >&2 - { (exit 1); exit 1; }; } -- ac_feature=`echo $ac_feature | sed 's/-/_/g'` -- case $ac_option in -- *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; -- *) ac_optarg=yes ;; -- esac -- eval "enable_$ac_feature='$ac_optarg'" ;; -+ ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` -+ eval enable_$ac_feature=\$ac_optarg ;; - - -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ - | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ -@@ -594,6 +1706,12 @@ - -host=* | --host=* | --hos=* | --ho=*) - host_alias=$ac_optarg ;; - -+ -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) -+ ac_prev=htmldir ;; -+ -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ -+ | --ht=*) -+ htmldir=$ac_optarg ;; -+ - -includedir | --includedir | --includedi | --included | --include \ - | --includ | --inclu | --incl | --inc) - ac_prev=includedir ;; -@@ -618,13 +1736,16 @@ - | --libexe=* | --libex=* | --libe=*) - libexecdir=$ac_optarg ;; - -+ -localedir | --localedir | --localedi | --localed | --locale) -+ ac_prev=localedir ;; -+ -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) -+ localedir=$ac_optarg ;; -+ - -localstatedir | --localstatedir | --localstatedi | --localstated \ -- | --localstate | --localstat | --localsta | --localst \ -- | --locals | --local | --loca | --loc | --lo) -+ | --localstate | --localstat | --localsta | --localst | --locals) - ac_prev=localstatedir ;; - -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ -- | --localstate=* | --localstat=* | --localsta=* | --localst=* \ -- | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) -+ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) - localstatedir=$ac_optarg ;; - - -mandir | --mandir | --mandi | --mand | --man | --ma | --m) -@@ -689,6 +1810,16 @@ - | --progr-tra=* | --program-tr=* | --program-t=*) - program_transform_name=$ac_optarg ;; - -+ -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) -+ ac_prev=pdfdir ;; -+ -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) -+ pdfdir=$ac_optarg ;; -+ -+ -psdir | --psdir | --psdi | --psd | --ps) -+ ac_prev=psdir ;; -+ -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) -+ psdir=$ac_optarg ;; -+ - -q | -quiet | --quiet | --quie | --qui | --qu | --q \ - | -silent | --silent | --silen | --sile | --sil) - silent=yes ;; -@@ -741,24 +1872,20 @@ - -with-* | --with-*) - ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` - # Reject names that are not valid shell variable names. -- expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && -+ expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid package name: $ac_package" >&2 - { (exit 1); exit 1; }; } -- ac_package=`echo $ac_package| sed 's/-/_/g'` -- case $ac_option in -- *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; -- *) ac_optarg=yes ;; -- esac -- eval "with_$ac_package='$ac_optarg'" ;; -+ ac_package=`echo $ac_package | sed 's/[-.]/_/g'` -+ eval with_$ac_package=\$ac_optarg ;; - - -without-* | --without-*) - ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` - # Reject names that are not valid shell variable names. -- expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && -+ expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid package name: $ac_package" >&2 - { (exit 1); exit 1; }; } -- ac_package=`echo $ac_package | sed 's/-/_/g'` -- eval "with_$ac_package=no" ;; -+ ac_package=`echo $ac_package | sed 's/[-.]/_/g'` -+ eval with_$ac_package=no ;; - - --x) - # Obsolete; use --with-x. -@@ -789,8 +1916,7 @@ - expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 - { (exit 1); exit 1; }; } -- ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` -- eval "$ac_envvar='$ac_optarg'" -+ eval $ac_envvar=\$ac_optarg - export $ac_envvar ;; - - *) -@@ -810,27 +1936,19 @@ - { (exit 1); exit 1; }; } - fi - --# Be sure to have absolute paths. --for ac_var in exec_prefix prefix --do -- eval ac_val=$`echo $ac_var` -- case $ac_val in -- [\\/$]* | ?:[\\/]* | NONE | '' ) ;; -- *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 -- { (exit 1); exit 1; }; };; -- esac --done -- --# Be sure to have absolute paths. --for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ -- localstatedir libdir includedir oldincludedir infodir mandir -+# Be sure to have absolute directory names. -+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=$`echo $ac_var` -+ eval ac_val=\$$ac_var - case $ac_val in -- [\\/$]* | ?:[\\/]* ) ;; -- *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 -- { (exit 1); exit 1; }; };; -+ [\\/$]* | ?:[\\/]* ) continue;; -+ NONE | '' ) case $ac_var in *prefix ) continue;; esac;; - esac -+ { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 -+ { (exit 1); exit 1; }; } - done - - # There might be people who depend on the old broken behavior: `$host' -@@ -857,118 +1975,76 @@ - test "$silent" = yes && exec 6>/dev/null - - -+ac_pwd=`pwd` && test -n "$ac_pwd" && -+ac_ls_di=`ls -di .` && -+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || -+ { echo "$as_me: error: Working directory cannot be determined" >&2 -+ { (exit 1); exit 1; }; } -+test "X$ac_ls_di" = "X$ac_pwd_ls_di" || -+ { echo "$as_me: error: pwd does not report name of working directory" >&2 -+ { (exit 1); exit 1; }; } -+ -+ - # Find the source files, if location was not specified. - if test -z "$srcdir"; then - ac_srcdir_defaulted=yes -- # Try the directory containing this script, then its parent. -- ac_confdir=`(dirname "$0") 2>/dev/null || -+ # Try the directory containing this script, then the parent directory. -+ ac_confdir=`$as_dirname -- "$0" || - $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$0" : 'X\(//\)[^/]' \| \ - X"$0" : 'X\(//\)$' \| \ -- X"$0" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$0" : 'X\(/\)' \| . 2>/dev/null || - echo X"$0" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` - srcdir=$ac_confdir -- if test ! -r $srcdir/$ac_unique_file; then -+ if test ! -r "$srcdir/$ac_unique_file"; then - srcdir=.. - fi - else - ac_srcdir_defaulted=no - fi --if test ! -r $srcdir/$ac_unique_file; then -- if test "$ac_srcdir_defaulted" = yes; then -- { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 -- { (exit 1); exit 1; }; } -- else -- { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 -- { (exit 1); exit 1; }; } -- fi --fi --(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || -- { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 -- { (exit 1); exit 1; }; } --srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` --ac_env_build_alias_set=${build_alias+set} --ac_env_build_alias_value=$build_alias --ac_cv_env_build_alias_set=${build_alias+set} --ac_cv_env_build_alias_value=$build_alias --ac_env_host_alias_set=${host_alias+set} --ac_env_host_alias_value=$host_alias --ac_cv_env_host_alias_set=${host_alias+set} --ac_cv_env_host_alias_value=$host_alias --ac_env_target_alias_set=${target_alias+set} --ac_env_target_alias_value=$target_alias --ac_cv_env_target_alias_set=${target_alias+set} --ac_cv_env_target_alias_value=$target_alias --ac_env_CC_set=${CC+set} --ac_env_CC_value=$CC --ac_cv_env_CC_set=${CC+set} --ac_cv_env_CC_value=$CC --ac_env_CFLAGS_set=${CFLAGS+set} --ac_env_CFLAGS_value=$CFLAGS --ac_cv_env_CFLAGS_set=${CFLAGS+set} --ac_cv_env_CFLAGS_value=$CFLAGS --ac_env_LDFLAGS_set=${LDFLAGS+set} --ac_env_LDFLAGS_value=$LDFLAGS --ac_cv_env_LDFLAGS_set=${LDFLAGS+set} --ac_cv_env_LDFLAGS_value=$LDFLAGS --ac_env_CPPFLAGS_set=${CPPFLAGS+set} --ac_env_CPPFLAGS_value=$CPPFLAGS --ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} --ac_cv_env_CPPFLAGS_value=$CPPFLAGS --ac_env_CPP_set=${CPP+set} --ac_env_CPP_value=$CPP --ac_cv_env_CPP_set=${CPP+set} --ac_cv_env_CPP_value=$CPP --ac_env_CXX_set=${CXX+set} --ac_env_CXX_value=$CXX --ac_cv_env_CXX_set=${CXX+set} --ac_cv_env_CXX_value=$CXX --ac_env_CXXFLAGS_set=${CXXFLAGS+set} --ac_env_CXXFLAGS_value=$CXXFLAGS --ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set} --ac_cv_env_CXXFLAGS_value=$CXXFLAGS --ac_env_CXXCPP_set=${CXXCPP+set} --ac_env_CXXCPP_value=$CXXCPP --ac_cv_env_CXXCPP_set=${CXXCPP+set} --ac_cv_env_CXXCPP_value=$CXXCPP --ac_env_CCAS_set=${CCAS+set} --ac_env_CCAS_value=$CCAS --ac_cv_env_CCAS_set=${CCAS+set} --ac_cv_env_CCAS_value=$CCAS --ac_env_CCASFLAGS_set=${CCASFLAGS+set} --ac_env_CCASFLAGS_value=$CCASFLAGS --ac_cv_env_CCASFLAGS_set=${CCASFLAGS+set} --ac_cv_env_CCASFLAGS_value=$CCASFLAGS --ac_env_F77_set=${F77+set} --ac_env_F77_value=$F77 --ac_cv_env_F77_set=${F77+set} --ac_cv_env_F77_value=$F77 --ac_env_FFLAGS_set=${FFLAGS+set} --ac_env_FFLAGS_value=$FFLAGS --ac_cv_env_FFLAGS_set=${FFLAGS+set} --ac_cv_env_FFLAGS_value=$FFLAGS --ac_env_FC_set=${FC+set} --ac_env_FC_value=$FC --ac_cv_env_FC_set=${FC+set} --ac_cv_env_FC_value=$FC --ac_env_FCFLAGS_set=${FCFLAGS+set} --ac_env_FCFLAGS_value=$FCFLAGS --ac_cv_env_FCFLAGS_set=${FCFLAGS+set} --ac_cv_env_FCFLAGS_value=$FCFLAGS --ac_env_OBJC_set=${OBJC+set} --ac_env_OBJC_value=$OBJC --ac_cv_env_OBJC_set=${OBJC+set} --ac_cv_env_OBJC_value=$OBJC --ac_env_OBJCFLAGS_set=${OBJCFLAGS+set} --ac_env_OBJCFLAGS_value=$OBJCFLAGS --ac_cv_env_OBJCFLAGS_set=${OBJCFLAGS+set} --ac_cv_env_OBJCFLAGS_value=$OBJCFLAGS -+if test ! -r "$srcdir/$ac_unique_file"; then -+ test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." -+ { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 -+ { (exit 1); exit 1; }; } -+fi -+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" -+ac_abs_confdir=`( -+ cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 -+ { (exit 1); exit 1; }; } -+ pwd)` -+# When building in place, set srcdir=. -+if test "$ac_abs_confdir" = "$ac_pwd"; then -+ srcdir=. -+fi -+# Remove unnecessary trailing slashes from srcdir. -+# Double slashes in file names in object file debugging info -+# mess up M-x gdb in Emacs. -+case $srcdir in -+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; -+esac -+for ac_var in $ac_precious_vars; do -+ eval ac_env_${ac_var}_set=\${${ac_var}+set} -+ eval ac_env_${ac_var}_value=\$${ac_var} -+ eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} -+ eval ac_cv_env_${ac_var}_value=\$${ac_var} -+done - - # - # Report the --help message. -@@ -997,9 +2073,6 @@ - -n, --no-create do not create output files - --srcdir=DIR find the sources in DIR [configure dir or \`..'] - --_ACEOF -- -- cat <<_ACEOF - Installation directories: - --prefix=PREFIX install architecture-independent files in PREFIX - [$ac_default_prefix] -@@ -1017,15 +2090,22 @@ - --bindir=DIR user executables [EPREFIX/bin] - --sbindir=DIR system admin executables [EPREFIX/sbin] - --libexecdir=DIR program executables [EPREFIX/libexec] -- --datadir=DIR read-only architecture-independent data [PREFIX/share] - --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] - --libdir=DIR object code libraries [EPREFIX/lib] - --includedir=DIR C header files [PREFIX/include] - --oldincludedir=DIR C header files for non-gcc [/usr/include] -- --infodir=DIR info documentation [PREFIX/info] -- --mandir=DIR man documentation [PREFIX/man] -+ --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] -+ --datadir=DIR read-only architecture-independent data [DATAROOTDIR] -+ --infodir=DIR info documentation [DATAROOTDIR/info] -+ --localedir=DIR locale-dependent data [DATAROOTDIR/locale] -+ --mandir=DIR man documentation [DATAROOTDIR/man] -+ --docdir=DIR documentation root [DATAROOTDIR/doc/openmpi] -+ --htmldir=DIR html documentation [DOCDIR] -+ --dvidir=DIR dvi documentation [DOCDIR] -+ --pdfdir=DIR pdf documentation [DOCDIR] -+ --psdir=DIR ps documentation [DOCDIR] - _ACEOF - - cat <<\_ACEOF -@@ -1083,10 +2163,8 @@ - --enable-trace Enable internal tracing of OMPI/ORTE/OPAL calls -- - used only for developer debugging, not tracing of - MPI applications (default: disabled) -- --enable-shared[=PKGS] -- build shared libraries [default=yes] -- --enable-static[=PKGS] -- build static libraries [default=no] -+ --enable-shared[=PKGS] build shared libraries [default=yes] -+ --enable-static[=PKGS] build static libraries [default=no] - --disable-dependency-tracking speeds up one-time build - --enable-dependency-tracking do not reject slow dependency extractors - --enable-cxx-exceptions enable support for C++ exceptions -@@ -1216,16 +2294,16 @@ - --with-gnu-ld assume the C compiler uses GNU ld [default=no] - --with-pic try to use only PIC/non-PIC objects [default=use - both] -- --with-tags[=TAGS] -- include additional configurations [automatic] -+ --with-tags[=TAGS] include additional configurations [automatic] - - Some influential environment variables: - CC C compiler command - CFLAGS C compiler flags - LDFLAGS linker flags, e.g. -L if you have libraries in a - nonstandard directory -- CPPFLAGS C/C++ preprocessor flags, e.g. -I if you have -- headers in a nonstandard directory -+ LIBS libraries to pass to the linker, e.g. -l -+ CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I if -+ you have headers in a nonstandard directory - CPP C preprocessor - CXX C++ compiler command - CXXFLAGS C++ compiler flags -@@ -1244,120 +2322,86 @@ - - Report bugs to . - _ACEOF -+ac_status=$? - fi - - if test "$ac_init_help" = "recursive"; then - # If there are subdirs, report their specific --help. -- ac_popdir=`pwd` - for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue -- test -d $ac_dir || continue -+ test -d "$ac_dir" || continue - ac_builddir=. - --if test "$ac_dir" != .; then -+case "$ac_dir" in -+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; -+*) - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` -- # A "../" for each directory in $ac_dir_suffix. -- ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` --else -- ac_dir_suffix= ac_top_builddir= --fi -+ # A ".." for each directory in $ac_dir_suffix. -+ ac_top_builddir_sub=`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/ ;; -+ esac ;; -+esac -+ac_abs_top_builddir=$ac_pwd -+ac_abs_builddir=$ac_pwd$ac_dir_suffix -+# for backward compatibility: -+ac_top_builddir=$ac_top_build_prefix - - case $srcdir in -- .) # No --srcdir option. We are building in place. -+ .) # We are building in place. - ac_srcdir=. -- if test -z "$ac_top_builddir"; then -- ac_top_srcdir=. -- else -- ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` -- fi ;; -- [\\/]* | ?:[\\/]* ) # Absolute path. -+ ac_top_srcdir=$ac_top_builddir_sub -+ ac_abs_top_srcdir=$ac_pwd ;; -+ [\\/]* | ?:[\\/]* ) # Absolute name. - ac_srcdir=$srcdir$ac_dir_suffix; -- ac_top_srcdir=$srcdir ;; -- *) # Relative path. -- ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix -- ac_top_srcdir=$ac_top_builddir$srcdir ;; --esac -- --# Do not use `cd foo && pwd` to compute absolute paths, because --# the directories may not exist. --case `pwd` in --.) ac_abs_builddir="$ac_dir";; --*) -- case "$ac_dir" in -- .) ac_abs_builddir=`pwd`;; -- [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; -- *) ac_abs_builddir=`pwd`/"$ac_dir";; -- esac;; --esac --case $ac_abs_builddir in --.) ac_abs_top_builddir=${ac_top_builddir}.;; --*) -- case ${ac_top_builddir}. in -- .) ac_abs_top_builddir=$ac_abs_builddir;; -- [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; -- *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; -- esac;; --esac --case $ac_abs_builddir in --.) ac_abs_srcdir=$ac_srcdir;; --*) -- case $ac_srcdir in -- .) ac_abs_srcdir=$ac_abs_builddir;; -- [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; -- *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; -- esac;; --esac --case $ac_abs_builddir in --.) ac_abs_top_srcdir=$ac_top_srcdir;; --*) -- case $ac_top_srcdir in -- .) ac_abs_top_srcdir=$ac_abs_builddir;; -- [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; -- *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; -- esac;; -+ ac_top_srcdir=$srcdir -+ ac_abs_top_srcdir=$srcdir ;; -+ *) # Relative name. -+ ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix -+ ac_top_srcdir=$ac_top_build_prefix$srcdir -+ ac_abs_top_srcdir=$ac_pwd/$srcdir ;; - esac -+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix - -- cd $ac_dir -- # Check for guested configure; otherwise get Cygnus style configure. -- if test -f $ac_srcdir/configure.gnu; then -- echo -- $SHELL $ac_srcdir/configure.gnu --help=recursive -- elif test -f $ac_srcdir/configure; then -- echo -- $SHELL $ac_srcdir/configure --help=recursive -- elif test -f $ac_srcdir/configure.ac || -- test -f $ac_srcdir/configure.in; then -- echo -- $ac_configure --help -+ 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 -+ elif test -f "$ac_srcdir/configure"; then -+ echo && -+ $SHELL "$ac_srcdir/configure" --help=recursive - else - echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 -- fi -- cd $ac_popdir -+ fi || ac_status=$? -+ cd "$ac_pwd" || { ac_status=$?; break; } - done - fi - --test -n "$ac_init_help" && exit 0 -+test -n "$ac_init_help" && exit $ac_status - if $ac_init_version; then - cat <<\_ACEOF - Open MPI configure 1.1 --generated by GNU Autoconf 2.59 -+generated by GNU Autoconf 2.61 - --Copyright (C) 2003 Free Software Foundation, Inc. -+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -+2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. - This configure script is free software; the Free Software Foundation - gives unlimited permission to copy, distribute and modify it. - _ACEOF -- exit 0 -+ exit - fi --exec 5>config.log --cat >&5 <<_ACEOF -+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 Open MPI $as_me 1.1, which was --generated by GNU Autoconf 2.59. Invocation command line was -+generated by GNU Autoconf 2.61. Invocation command line was - - $ $0 $@ - - _ACEOF -+exec 5>>config.log - { - cat <<_ASUNAME - ## --------- ## -@@ -1376,7 +2420,7 @@ - /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` - /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` - /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` --hostinfo = `(hostinfo) 2>/dev/null || echo unknown` -+/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` - /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` - /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` - /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` -@@ -1390,6 +2434,7 @@ - test -z "$as_dir" && as_dir=. - echo "PATH: $as_dir" - done -+IFS=$as_save_IFS - - } >&5 - -@@ -1411,7 +2456,6 @@ - ac_configure_args= - ac_configure_args0= - ac_configure_args1= --ac_sep= - ac_must_keep_next=false - for ac_pass in 1 2 - do -@@ -1422,7 +2466,7 @@ - -q | -quiet | --quiet | --quie | --qui | --qu | --q \ - | -silent | --silent | --silen | --sile | --sil) - continue ;; -- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) -+ *\'*) - ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; - esac - case $ac_pass in -@@ -1444,9 +2488,7 @@ - -* ) ac_must_keep_next=true ;; - esac - fi -- ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" -- # Get rid of the leading space. -- ac_sep=" " -+ ac_configure_args="$ac_configure_args '$ac_arg'" - ;; - esac - done -@@ -1457,8 +2499,8 @@ - # When interrupted or exit'd, cleanup temporary files, and complete - # config.log. We remove comments because anyway the quotes in there - # would cause problems or look ugly. --# WARNING: Be sure not to use single quotes in there, as some shells, --# such as our DU 5.0 friend, will then `close' the trap. -+# 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. - { -@@ -1471,20 +2513,34 @@ - _ASBOX - echo - # The following way of writing the cache mishandles newlines in values, --{ -+( -+ for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do -+ eval ac_val=\$$ac_var -+ case $ac_val in #( -+ *${as_nl}*) -+ case $ac_var in #( -+ *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 -+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; -+ esac -+ case $ac_var in #( -+ _ | IFS | as_nl) ;; #( -+ *) $as_unset $ac_var ;; -+ esac ;; -+ esac -+ done - (set) 2>&1 | -- case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in -- *ac_space=\ *) -+ case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( -+ *${as_nl}ac_space=\ *) - sed -n \ -- "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; -- s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" -- ;; -+ "s/'\''/'\''\\\\'\'''\''/g; -+ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" -+ ;; #( - *) -- sed -n \ -- "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" -+ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" - ;; -- esac; --} -+ esac | -+ sort -+) - echo - - cat <<\_ASBOX -@@ -1495,22 +2551,28 @@ - echo - for ac_var in $ac_subst_vars - do -- eval ac_val=$`echo $ac_var` -- echo "$ac_var='"'"'$ac_val'"'"'" -+ eval ac_val=\$$ac_var -+ case $ac_val in -+ *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; -+ esac -+ echo "$ac_var='\''$ac_val'\''" - done | sort - echo - - if test -n "$ac_subst_files"; then - cat <<\_ASBOX --## ------------- ## --## Output files. ## --## ------------- ## -+## ------------------- ## -+## File substitutions. ## -+## ------------------- ## - _ASBOX - echo - for ac_var in $ac_subst_files - do -- eval ac_val=$`echo $ac_var` -- echo "$ac_var='"'"'$ac_val'"'"'" -+ eval ac_val=\$$ac_var -+ case $ac_val in -+ *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; -+ esac -+ echo "$ac_var='\''$ac_val'\''" - done | sort - echo - fi -@@ -1522,26 +2584,24 @@ - ## ----------- ## - _ASBOX - echo -- sed "/^$/d" confdefs.h | sort -+ cat confdefs.h - echo - fi - test "$ac_signal" != 0 && - echo "$as_me: caught signal $ac_signal" - echo "$as_me: exit $exit_status" - } >&5 -- rm -f core *.core && -- rm -rf conftest* confdefs* conf$$* $ac_clean_files && -+ rm -f core *.core core.conftest.* && -+ rm -f -r conftest* confdefs* conf$$* $ac_clean_files && - exit $exit_status -- ' 0 -+' 0 - for ac_signal in 1 2 13 15; do - trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal - done - ac_signal=0 - - # confdefs.h avoids OS command line length limits that DEFS can exceed. --rm -rf conftest* confdefs.h --# AIX cpp loses on an empty file, so make sure it contains at least a newline. --echo >confdefs.h -+rm -f -r conftest* confdefs.h - - # Predefined preprocessor variables. - -@@ -1572,14 +2632,17 @@ - - # Let the site file select an alternate cache file if it wants to. - # Prefer explicitly selected file to automatically selected ones. --if test -z "$CONFIG_SITE"; then -- if test "x$prefix" != xNONE; then -- CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" -- else -- CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" -- fi -+if test -n "$CONFIG_SITE"; then -+ set x "$CONFIG_SITE" -+elif test "x$prefix" != xNONE; then -+ set x "$prefix/share/config.site" "$prefix/etc/config.site" -+else -+ set x "$ac_default_prefix/share/config.site" \ -+ "$ac_default_prefix/etc/config.site" - fi --for ac_site_file in $CONFIG_SITE; do -+shift -+for ac_site_file -+do - if test -r "$ac_site_file"; then - { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 - echo "$as_me: loading site script $ac_site_file" >&6;} -@@ -1595,8 +2658,8 @@ - { echo "$as_me:$LINENO: loading cache $cache_file" >&5 - echo "$as_me: loading cache $cache_file" >&6;} - case $cache_file in -- [\\/]* | ?:[\\/]* ) . $cache_file;; -- *) . ./$cache_file;; -+ [\\/]* | ?:[\\/]* ) . "$cache_file";; -+ *) . "./$cache_file";; - esac - fi - else -@@ -1608,12 +2671,11 @@ - # Check that the precious variables saved in the cache have kept the same - # value. - ac_cache_corrupted=false --for ac_var in `(set) 2>&1 | -- sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do -+for ac_var in $ac_precious_vars; do - eval ac_old_set=\$ac_cv_env_${ac_var}_set - eval ac_new_set=\$ac_env_${ac_var}_set -- eval ac_old_val="\$ac_cv_env_${ac_var}_value" -- eval ac_new_val="\$ac_env_${ac_var}_value" -+ eval ac_old_val=\$ac_cv_env_${ac_var}_value -+ eval ac_new_val=\$ac_env_${ac_var}_value - case $ac_old_set,$ac_new_set in - set,) - { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 -@@ -1638,8 +2700,7 @@ - # Pass precious variables to config.status. - if test "$ac_new_set" = set; then - case $ac_new_val in -- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) -- ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; -+ *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; - *) ac_arg=$ac_var=$ac_new_val ;; - esac - case " $ac_configure_args " in -@@ -1656,12 +2717,6 @@ - { (exit 1); exit 1; }; } - 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 -- - - - -@@ -1686,55 +2741,56 @@ - - - -+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 - - - - ac_aux_dir= --for ac_dir in ./config $srcdir/./config; do -- if test -f $ac_dir/install-sh; then -+for ac_dir in ./config "$srcdir"/./config; 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 -+ 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 -+ 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 -- { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ./config $srcdir/./config" >&5 --echo "$as_me: error: cannot find install-sh or install.sh in ./config $srcdir/./config" >&2;} -+ { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ./config \"$srcdir\"/./config" >&5 -+echo "$as_me: error: cannot find install-sh or install.sh in ./config \"$srcdir\"/./config" >&2;} - { (exit 1); exit 1; }; } - fi --ac_config_guess="$SHELL $ac_aux_dir/config.guess" --ac_config_sub="$SHELL $ac_aux_dir/config.sub" --ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. - --case ./config in -- [\\/]* | ?:[\\/]* ) ac_macro_dir=./config ;; -- *) ac_macro_dir=$srcdir/./config ;; --esac --if test -d "$ac_macro_dir"; then : --else -- { { echo "$as_me:$LINENO: error: cannot find macro directory \`./config'" >&5 --echo "$as_me: error: cannot find macro directory \`./config'" >&2;} -- { (exit 1); exit 1; }; } --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. -+ -+ - - - # Get our platform support file. This has to be done very, very early - # because it twiddles random bits of autoconf - - --# Check whether --with-platform or --without-platform was given. -+# Check whether --with-platform was given. - if test "${with_platform+set}" = set; then -- withval="$with_platform" -+ withval=$with_platform; -+fi - --fi; - if test "$with_platform" = "yes" ; then - { { echo "$as_me:$LINENO: error: --with-platform argument must include FILE option" >&5 - echo "$as_me: error: --with-platform argument must include FILE option" >&2;} -@@ -1763,7 +2819,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n ""; then -- echo "configure:1766: Loading environment file $with_platform, with contents below" >&5 -+ echo "configure:2822: Loading environment file $with_platform, with contents below" >&5 - else - echo Loading environment file $with_platform, with contents below >&5 - fi -@@ -1785,7 +2841,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n ""; then -- echo "configure:1788: Loaded platform arguments for $platform_loaded" >&5 -+ echo "configure:2844: Loaded platform arguments for $platform_loaded" >&5 - else - echo Loaded platform arguments for $platform_loaded >&5 - fi -@@ -1810,8 +2866,8 @@ - # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" - # OS/2's system install, which has a completely different semantic - # ./install, which can be erroneously created by make from ./install.sh. --echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 --echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 -+echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } - if test -z "$INSTALL"; then - if test "${ac_cv_path_install+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -@@ -1833,7 +2889,7 @@ - # by default. - for ac_prog in ginstall scoinst install; do - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$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. -@@ -1852,21 +2908,22 @@ - ;; - esac - done -+IFS=$as_save_IFS - - - 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. We don't cache a -- # path for INSTALL within a source directory, because that will -+ # As a last resort, use the slow shell script. Don't cache a -+ # value for INSTALL within a source directory, because that will - # break other packages using the cache if that directory is -- # removed, or if the path is relative. -+ # removed, or if the value is a relative name. - INSTALL=$ac_install_sh - fi - fi --echo "$as_me:$LINENO: result: $INSTALL" >&5 --echo "${ECHO_T}$INSTALL" >&6 -+{ echo "$as_me:$LINENO: result: $INSTALL" >&5 -+echo "${ECHO_T}$INSTALL" >&6; } - - # Use test -z because SunOS4 sh mishandles braces in ${var-val}. - # It thinks the first close brace ends the variable substitution. -@@ -1876,8 +2933,8 @@ - - test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' - --echo "$as_me:$LINENO: checking whether build environment is sane" >&5 --echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5 -+echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } - # Just in case - sleep 1 - echo timestamp > conftest.file -@@ -1919,20 +2976,20 @@ - Check your system clock" >&2;} - { (exit 1); exit 1; }; } - fi --echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+{ echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - test "$program_prefix" != NONE && -- program_transform_name="s,^,$program_prefix,;$program_transform_name" -+ program_transform_name="s&^&$program_prefix&;$program_transform_name" - # Use a double $ so make ignores it. - test "$program_suffix" != NONE && -- program_transform_name="s,\$,$program_suffix,;$program_transform_name" -+ program_transform_name="s&\$&$program_suffix&;$program_transform_name" - # Double any \ or $. echo might interpret backslashes. - # By default was `s,x,x', remove it if useless. - cat <<\_ACEOF >conftest.sed - s/[\\$]/&&/g;s/;s,x,x,$// - _ACEOF - program_transform_name=`echo $program_transform_name | sed -f conftest.sed` --rm conftest.sed -+rm -f conftest.sed - - # expand $ac_aux_dir to an absolute path - am_aux_dir=`cd $ac_aux_dir && pwd` -@@ -1984,8 +3041,8 @@ - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_AWK+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -1998,54 +3055,57 @@ - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_AWK="$ac_prog" - echo "$as_me:$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 -- echo "$as_me:$LINENO: result: $AWK" >&5 --echo "${ECHO_T}$AWK" >&6 -+ { echo "$as_me:$LINENO: result: $AWK" >&5 -+echo "${ECHO_T}$AWK" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - -+ - test -n "$AWK" && break - done - --echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 --echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 --set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` --if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 -+echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } -+set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` -+if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.make <<\_ACEOF -+SHELL = /bin/sh - all: -- @echo 'ac_maketemp="$(MAKE)"' -+ @echo '@@@%%%=$(MAKE)=@@@%%%' - _ACEOF - # GNU make sometimes prints "make[1]: Entering...", which would confuse us. --eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` --if test -n "$ac_maketemp"; then -- eval ac_cv_prog_make_${ac_make}_set=yes --else -- eval ac_cv_prog_make_${ac_make}_set=no --fi -+case `${MAKE-make} -f conftest.make 2>/dev/null` in -+ *@@@%%%=?*=@@@%%%*) -+ eval ac_cv_prog_make_${ac_make}_set=yes;; -+ *) -+ eval ac_cv_prog_make_${ac_make}_set=no;; -+esac - rm -f conftest.make - fi --if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - SET_MAKE= - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - SET_MAKE="MAKE=${MAKE-make}" - fi - -@@ -2107,8 +3167,8 @@ - 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 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_STRIP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -2121,32 +3181,34 @@ - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_STRIP="${ac_tool_prefix}strip" - echo "$as_me:$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 -- echo "$as_me:$LINENO: result: $STRIP" >&5 --echo "${ECHO_T}$STRIP" >&6 -+ { echo "$as_me:$LINENO: result: $STRIP" >&5 -+echo "${ECHO_T}$STRIP" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - -+ - fi - if test -z "$ac_cv_prog_STRIP"; then - 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 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -2159,27 +3221,41 @@ - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_STRIP="strip" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done - done -+IFS=$as_save_IFS - -- test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":" - fi - fi - ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP - if test -n "$ac_ct_STRIP"; then -- echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 --echo "${ECHO_T}$ac_ct_STRIP" >&6 -+ { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 -+echo "${ECHO_T}$ac_ct_STRIP" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - -- STRIP=$ac_ct_STRIP -+ if test "x$ac_ct_STRIP" = x; then -+ STRIP=":" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+whose name does not start with the host triplet. If you think this -+configuration is useful to you, please write to autoconf@gnu.org." >&5 -+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+whose name does not start with the host triplet. If you think this -+configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+ac_tool_warned=yes ;; -+esac -+ STRIP=$ac_ct_STRIP -+ fi - else - STRIP="$ac_cv_prog_STRIP" - fi -@@ -2301,8 +3377,8 @@ - OMPI_SVN_R=$svnversion_result - fi - if test "$OMPI_SVN_R" = "-1" ; then -- echo "$as_me:$LINENO: checking for SVN version" >&5 --echo $ECHO_N "checking for SVN version... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for SVN version" >&5 -+echo $ECHO_N "checking for SVN version... $ECHO_C" >&6; } - if test -d "$srcdir/.svn" ; then - OMPI_SVN_R=r`svnversion "$srcdir"` - # make sure svnversion worked -@@ -2313,8 +3389,8 @@ - else - OMPI_SVN_R=svn`date '+%m%d%Y'` - fi -- echo "$as_me:$LINENO: result: done" >&5 --echo "${ECHO_T}done" >&6 -+ { echo "$as_me:$LINENO: result: done" >&5 -+echo "${ECHO_T}done" >&6; } - fi - OMPI_VERSION="${OMPI_VERSION}${OMPI_SVN_R}" - fi -@@ -2329,14 +3405,14 @@ - - - -- echo "$as_me:$LINENO: checking Open MPI version" >&5 --echo $ECHO_N "checking Open MPI version... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: $OMPI_VERSION" >&5 --echo "${ECHO_T}$OMPI_VERSION" >&6 -- echo "$as_me:$LINENO: checking Open MPI Subversion repository version" >&5 --echo $ECHO_N "checking Open MPI Subversion repository version... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: $OMPI_SVN_R" >&5 --echo "${ECHO_T}$OMPI_SVN_R" >&6 -+ { echo "$as_me:$LINENO: checking Open MPI version" >&5 -+echo $ECHO_N "checking Open MPI version... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: $OMPI_VERSION" >&5 -+echo "${ECHO_T}$OMPI_VERSION" >&6; } -+ { echo "$as_me:$LINENO: checking Open MPI Subversion repository version" >&5 -+echo $ECHO_N "checking Open MPI Subversion repository version... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: $OMPI_SVN_R" >&5 -+echo "${ECHO_T}$OMPI_SVN_R" >&6; } - - - cat >>confdefs.h <<_ACEOF -@@ -2364,7 +3440,7 @@ - _ACEOF - - -- ac_config_files="$ac_config_files ompi/include/ompi/version.h" -+ ac_config_files="$ac_config_files ompi/include/ompi/version.h" - - - -@@ -2403,8 +3479,8 @@ - ORTE_SVN_R=$svnversion_result - fi - if test "$ORTE_SVN_R" = "-1" ; then -- echo "$as_me:$LINENO: checking for SVN version" >&5 --echo $ECHO_N "checking for SVN version... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for SVN version" >&5 -+echo $ECHO_N "checking for SVN version... $ECHO_C" >&6; } - if test -d "$srcdir/.svn" ; then - ORTE_SVN_R=r`svnversion "$srcdir"` - # make sure svnversion worked -@@ -2415,8 +3491,8 @@ - else - ORTE_SVN_R=svn`date '+%m%d%Y'` - fi -- echo "$as_me:$LINENO: result: done" >&5 --echo "${ECHO_T}done" >&6 -+ { echo "$as_me:$LINENO: result: done" >&5 -+echo "${ECHO_T}done" >&6; } - fi - ORTE_VERSION="${ORTE_VERSION}${ORTE_SVN_R}" - fi -@@ -2431,14 +3507,14 @@ - - - -- echo "$as_me:$LINENO: checking Open Run-Time Environment version" >&5 --echo $ECHO_N "checking Open Run-Time Environment version... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: $ORTE_VERSION" >&5 --echo "${ECHO_T}$ORTE_VERSION" >&6 -- echo "$as_me:$LINENO: checking Open Run-Time Environment Subversion repository version" >&5 --echo $ECHO_N "checking Open Run-Time Environment Subversion repository version... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: $ORTE_SVN_R" >&5 --echo "${ECHO_T}$ORTE_SVN_R" >&6 -+ { echo "$as_me:$LINENO: checking Open Run-Time Environment version" >&5 -+echo $ECHO_N "checking Open Run-Time Environment version... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: $ORTE_VERSION" >&5 -+echo "${ECHO_T}$ORTE_VERSION" >&6; } -+ { echo "$as_me:$LINENO: checking Open Run-Time Environment Subversion repository version" >&5 -+echo $ECHO_N "checking Open Run-Time Environment Subversion repository version... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: $ORTE_SVN_R" >&5 -+echo "${ECHO_T}$ORTE_SVN_R" >&6; } - - - cat >>confdefs.h <<_ACEOF -@@ -2466,7 +3542,7 @@ - _ACEOF - - -- ac_config_files="$ac_config_files orte/include/orte/version.h" -+ ac_config_files="$ac_config_files orte/include/orte/version.h" - - - -@@ -2505,8 +3581,8 @@ - OPAL_SVN_R=$svnversion_result - fi - if test "$OPAL_SVN_R" = "-1" ; then -- echo "$as_me:$LINENO: checking for SVN version" >&5 --echo $ECHO_N "checking for SVN version... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for SVN version" >&5 -+echo $ECHO_N "checking for SVN version... $ECHO_C" >&6; } - if test -d "$srcdir/.svn" ; then - OPAL_SVN_R=r`svnversion "$srcdir"` - # make sure svnversion worked -@@ -2517,8 +3593,8 @@ - else - OPAL_SVN_R=svn`date '+%m%d%Y'` - fi -- echo "$as_me:$LINENO: result: done" >&5 --echo "${ECHO_T}done" >&6 -+ { echo "$as_me:$LINENO: result: done" >&5 -+echo "${ECHO_T}done" >&6; } - fi - OPAL_VERSION="${OPAL_VERSION}${OPAL_SVN_R}" - fi -@@ -2533,14 +3609,14 @@ - - - -- echo "$as_me:$LINENO: checking Open Portable Access Layer version" >&5 --echo $ECHO_N "checking Open Portable Access Layer version... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: $OPAL_VERSION" >&5 --echo "${ECHO_T}$OPAL_VERSION" >&6 -- echo "$as_me:$LINENO: checking Open Portable Access Layer Subversion repository version" >&5 --echo $ECHO_N "checking Open Portable Access Layer Subversion repository version... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: $OPAL_SVN_R" >&5 --echo "${ECHO_T}$OPAL_SVN_R" >&6 -+ { echo "$as_me:$LINENO: checking Open Portable Access Layer version" >&5 -+echo $ECHO_N "checking Open Portable Access Layer version... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: $OPAL_VERSION" >&5 -+echo "${ECHO_T}$OPAL_VERSION" >&6; } -+ { echo "$as_me:$LINENO: checking Open Portable Access Layer Subversion repository version" >&5 -+echo $ECHO_N "checking Open Portable Access Layer Subversion repository version... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: $OPAL_SVN_R" >&5 -+echo "${ECHO_T}$OPAL_SVN_R" >&6; } - - - cat >>confdefs.h <<_ACEOF -@@ -2568,7 +3644,7 @@ - _ACEOF - - -- ac_config_files="$ac_config_files opal/include/opal/version.h" -+ ac_config_files="$ac_config_files opal/include/opal/version.h" - - - -@@ -2626,35 +3702,49 @@ - # Other basic setup stuff (shared with components) - - # Make sure we can run config.sub. --$ac_config_sub sun4 >/dev/null 2>&1 || -- { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 --echo "$as_me: error: cannot run $ac_config_sub" >&2;} -+$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || -+ { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 -+echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} - { (exit 1); exit 1; }; } - --echo "$as_me:$LINENO: checking build system type" >&5 --echo $ECHO_N "checking build system type... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking build system type" >&5 -+echo $ECHO_N "checking build system type... $ECHO_C" >&6; } - if test "${ac_cv_build+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- ac_cv_build_alias=$build_alias --test -z "$ac_cv_build_alias" && -- ac_cv_build_alias=`$ac_config_guess` --test -z "$ac_cv_build_alias" && -+ 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 && - { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 - echo "$as_me: error: cannot guess build type; you must specify one" >&2;} - { (exit 1); exit 1; }; } --ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || -- { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 --echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;} -+ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || -+ { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 -+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} - { (exit 1); exit 1; }; } - - fi --echo "$as_me:$LINENO: result: $ac_cv_build" >&5 --echo "${ECHO_T}$ac_cv_build" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5 -+echo "${ECHO_T}$ac_cv_build" >&6; } -+case $ac_cv_build in -+*-*-*) ;; -+*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 -+echo "$as_me: error: invalid value of canonical build" >&2;} -+ { (exit 1); exit 1; }; };; -+esac - build=$ac_cv_build --build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` --build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` --build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` -+ac_save_IFS=$IFS; IFS='-' -+set x $ac_cv_build -+shift -+build_cpu=$1 -+build_vendor=$2 -+shift; shift -+# Remember, the first character of IFS is used to create $*, -+# except with old shells: -+build_os=$* -+IFS=$ac_save_IFS -+case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac - - - -@@ -2677,26 +3767,41 @@ - # This is useful later (ompi_info, and therefore mpiexec) - # - --echo "$as_me:$LINENO: checking host system type" >&5 --echo $ECHO_N "checking host system type... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking host system type" >&5 -+echo $ECHO_N "checking host system type... $ECHO_C" >&6; } - if test "${ac_cv_host+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- ac_cv_host_alias=$host_alias --test -z "$ac_cv_host_alias" && -- ac_cv_host_alias=$ac_cv_build_alias --ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || -- { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 --echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} -+ 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` || -+ { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 -+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} - { (exit 1); exit 1; }; } -+fi - - fi --echo "$as_me:$LINENO: result: $ac_cv_host" >&5 --echo "${ECHO_T}$ac_cv_host" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5 -+echo "${ECHO_T}$ac_cv_host" >&6; } -+case $ac_cv_host in -+*-*-*) ;; -+*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 -+echo "$as_me: error: invalid value of canonical host" >&2;} -+ { (exit 1); exit 1; }; };; -+esac - host=$ac_cv_host --host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` --host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` --host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` -+ac_save_IFS=$IFS; IFS='-' -+set x $ac_cv_host -+shift -+host_cpu=$1 -+host_vendor=$2 -+shift; shift -+# Remember, the first character of IFS is used to create $*, -+# except with old shells: -+host_os=$* -+IFS=$ac_save_IFS -+case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac - - - -@@ -2718,8 +3823,8 @@ - echo $ECHO_N "checking for prefix by $ECHO_C" >&6 - # Extract the first word of "ompi_clean", so it can be a program name with args. - set dummy ompi_clean; ac_word=$2 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_path_ac_prefix_program+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -2734,52 +3839,75 @@ - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_ac_prefix_program="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done - done -+IFS=$as_save_IFS - - ;; - esac - fi - ac_prefix_program=$ac_cv_path_ac_prefix_program -- - if test -n "$ac_prefix_program"; then -- echo "$as_me:$LINENO: result: $ac_prefix_program" >&5 --echo "${ECHO_T}$ac_prefix_program" >&6 -+ { echo "$as_me:$LINENO: result: $ac_prefix_program" >&5 -+echo "${ECHO_T}$ac_prefix_program" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - -+ - if test -n "$ac_prefix_program"; then -- prefix=`(dirname "$ac_prefix_program") 2>/dev/null || -+ prefix=`$as_dirname -- "$ac_prefix_program" || - $as_expr X"$ac_prefix_program" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$ac_prefix_program" : 'X\(//\)[^/]' \| \ - X"$ac_prefix_program" : 'X\(//\)$' \| \ -- X"$ac_prefix_program" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$ac_prefix_program" : 'X\(/\)' \| . 2>/dev/null || - echo X"$ac_prefix_program" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- prefix=`(dirname "$prefix") 2>/dev/null || -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ prefix=`$as_dirname -- "$prefix" || - $as_expr X"$prefix" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$prefix" : 'X\(//\)[^/]' \| \ - X"$prefix" : 'X\(//\)$' \| \ -- X"$prefix" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$prefix" : 'X\(/\)' \| . 2>/dev/null || - echo X"$prefix" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` - fi - fi - -@@ -2815,13 +3943,13 @@ - - # Allow the --enable-dist flag to be passed in - --# Check whether --enable-dist or --disable-dist was given. -+# Check whether --enable-dist was given. - if test "${enable_dist+set}" = set; then -- enableval="$enable_dist" -- OMPI_WANT_DIST=yes -+ enableval=$enable_dist; OMPI_WANT_DIST=yes - else - OMPI_WANT_DIST=no --fi; -+fi -+ - - if test "$OMPI_WANT_DIST" = "yes"; then - { echo "$as_me:$LINENO: WARNING: Configuring in 'make dist' mode" >&5 -@@ -2845,13 +3973,13 @@ - # - # Code coverage options - # --echo "$as_me:$LINENO: checking Whether to run code coverage" >&5 --echo $ECHO_N "checking Whether to run code coverage... $ECHO_C" >&6 --# Check whether --enable-coverage or --disable-coverage was given. -+{ echo "$as_me:$LINENO: checking Whether to run code coverage" >&5 -+echo $ECHO_N "checking Whether to run code coverage... $ECHO_C" >&6; } -+# Check whether --enable-coverage was given. - if test "${enable_coverage+set}" = set; then -- enableval="$enable_coverage" -+ enableval=$enable_coverage; -+fi - --fi; - if test "$enable_coverage" = "yes"; then - if test "$enable_shared" = "yes"; then - { echo "$as_me:$LINENO: WARNING: Code coverage can run only with static libraries. Please -@@ -2868,12 +3996,12 @@ - echo "$as_me: error: Cannot continue processing" >&2;} - { (exit 1); exit 1; }; } - fi -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - WANT_COVERAGE=1 - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - WANT_COVERAGE=0 - fi - -@@ -2882,20 +4010,20 @@ - # Memory debugging - # - --echo "$as_me:$LINENO: checking whether to debug memory usage" >&5 --echo $ECHO_N "checking whether to debug memory usage... $ECHO_C" >&6 --# Check whether --enable-mem-debug or --disable-mem-debug was given. -+{ echo "$as_me:$LINENO: checking whether to debug memory usage" >&5 -+echo $ECHO_N "checking whether to debug memory usage... $ECHO_C" >&6; } -+# Check whether --enable-mem-debug was given. - if test "${enable_mem_debug+set}" = set; then -- enableval="$enable_mem_debug" -+ enableval=$enable_mem_debug; -+fi - --fi; - if test "$enable_mem_debug" = "yes"; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - WANT_MEM_DEBUG=1 - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - WANT_MEM_DEBUG=0 - fi - #################### Early development override #################### -@@ -2914,20 +4042,20 @@ - # Memory profiling - # - --echo "$as_me:$LINENO: checking whether to profile memory usage" >&5 --echo $ECHO_N "checking whether to profile memory usage... $ECHO_C" >&6 --# Check whether --enable-mem-profile or --disable-mem-profile was given. -+{ echo "$as_me:$LINENO: checking whether to profile memory usage" >&5 -+echo $ECHO_N "checking whether to profile memory usage... $ECHO_C" >&6; } -+# Check whether --enable-mem-profile was given. - if test "${enable_mem_profile+set}" = set; then -- enableval="$enable_mem_profile" -+ enableval=$enable_mem_profile; -+fi - --fi; - if test "$enable_mem_profile" = "yes"; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - WANT_MEM_PROFILE=1 - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - WANT_MEM_PROFILE=0 - fi - #################### Early development override #################### -@@ -2946,20 +4074,20 @@ - # Developer picky compiler options - # - --echo "$as_me:$LINENO: checking if want developer-level compiler pickyness" >&5 --echo $ECHO_N "checking if want developer-level compiler pickyness... $ECHO_C" >&6 --# Check whether --enable-picky or --disable-picky was given. -+{ echo "$as_me:$LINENO: checking if want developer-level compiler pickyness" >&5 -+echo $ECHO_N "checking if want developer-level compiler pickyness... $ECHO_C" >&6; } -+# Check whether --enable-picky was given. - if test "${enable_picky+set}" = set; then -- enableval="$enable_picky" -+ enableval=$enable_picky; -+fi - --fi; - if test "$enable_picky" = "yes"; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - WANT_PICKY_COMPILER=1 - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - WANT_PICKY_COMPILER=0 - fi - #################### Early development override #################### -@@ -2973,20 +4101,20 @@ - # Developer debugging - # - --echo "$as_me:$LINENO: checking if want developer-level debugging code" >&5 --echo $ECHO_N "checking if want developer-level debugging code... $ECHO_C" >&6 --# Check whether --enable-debug or --disable-debug was given. -+{ echo "$as_me:$LINENO: checking if want developer-level debugging code" >&5 -+echo $ECHO_N "checking if want developer-level debugging code... $ECHO_C" >&6; } -+# Check whether --enable-debug was given. - if test "${enable_debug+set}" = set; then -- enableval="$enable_debug" -+ enableval=$enable_debug; -+fi - --fi; - if test "$enable_debug" = "yes"; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - WANT_DEBUG=1 - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - WANT_DEBUG=0 - fi - #################### Early development override #################### -@@ -3010,20 +4138,20 @@ - # Fortran 77 - # - --echo "$as_me:$LINENO: checking if want Fortran 77 bindings" >&5 --echo $ECHO_N "checking if want Fortran 77 bindings... $ECHO_C" >&6 --# Check whether --enable-mpi-f77 or --disable-mpi-f77 was given. -+{ echo "$as_me:$LINENO: checking if want Fortran 77 bindings" >&5 -+echo $ECHO_N "checking if want Fortran 77 bindings... $ECHO_C" >&6; } -+# Check whether --enable-mpi-f77 was given. - if test "${enable_mpi_f77+set}" = set; then -- enableval="$enable_mpi_f77" -+ enableval=$enable_mpi_f77; -+fi - --fi; - if test "$enable_mpi_f77" != "no"; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - OMPI_WANT_F77_BINDINGS=1 - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - OMPI_WANT_F77_BINDINGS=0 - fi - -@@ -3032,39 +4160,39 @@ - # Fortran 90 - # - --echo "$as_me:$LINENO: checking if want Fortran 90 bindings" >&5 --echo $ECHO_N "checking if want Fortran 90 bindings... $ECHO_C" >&6 --# Check whether --enable-mpi-f90 or --disable-mpi-f90 was given. -+{ echo "$as_me:$LINENO: checking if want Fortran 90 bindings" >&5 -+echo $ECHO_N "checking if want Fortran 90 bindings... $ECHO_C" >&6; } -+# Check whether --enable-mpi-f90 was given. - if test "${enable_mpi_f90+set}" = set; then -- enableval="$enable_mpi_f90" -+ enableval=$enable_mpi_f90; -+fi - --fi; - if test "$enable_mpi_f90" != "no"; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - OMPI_WANT_F90_BINDINGS=1 - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - OMPI_WANT_F90_BINDINGS=0 - fi - --echo "$as_me:$LINENO: checking desired Fortran 90 bindings \"size\"" >&5 --echo $ECHO_N "checking desired Fortran 90 bindings \"size\"... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking desired Fortran 90 bindings \"size\"" >&5 -+echo $ECHO_N "checking desired Fortran 90 bindings \"size\"... $ECHO_C" >&6; } - --# Check whether --with-mpi-f90-size or --without-mpi-f90-size was given. -+# Check whether --with-mpi-f90-size was given. - if test "${with_mpi_f90_size+set}" = set; then -- withval="$with_mpi_f90_size" -+ withval=$with_mpi_f90_size; -+fi - --fi; - - if test "$OMPI_WANT_F90_BINDINGS" = "0"; then -- echo "$as_me:$LINENO: result: disabled (Fortran 90 bindings disabled)" >&5 --echo "${ECHO_T}disabled (Fortran 90 bindings disabled)" >&6 -+ { echo "$as_me:$LINENO: result: disabled (Fortran 90 bindings disabled)" >&5 -+echo "${ECHO_T}disabled (Fortran 90 bindings disabled)" >&6; } - elif test "$with_mpi_f90_size" = "no"; then - OMPI_WANT_F90_BINDINGS=0 -- echo "$as_me:$LINENO: result: disabling F90 MPI module (used specified)" >&5 --echo "${ECHO_T}disabling F90 MPI module (used specified)" >&6 -+ { echo "$as_me:$LINENO: result: disabling F90 MPI module (used specified)" >&5 -+echo "${ECHO_T}disabling F90 MPI module (used specified)" >&6; } - else - # Default value - if test "$with_mpi_f90_size" = ""; then -@@ -3079,8 +4207,8 @@ - elif test "$with_mpi_f90_size" = "medium"; then - OMPI_F90_BUILD_SIZE=medium - else -- echo "$as_me:$LINENO: result: Unrecognized size: $with_mpi_f90_size" >&5 --echo "${ECHO_T}Unrecognized size: $with_mpi_f90_size" >&6 -+ { echo "$as_me:$LINENO: result: Unrecognized size: $with_mpi_f90_size" >&5 -+echo "${ECHO_T}Unrecognized size: $with_mpi_f90_size" >&6; } - { { echo "$as_me:$LINENO: error: Cannot continue" >&5 - echo "$as_me: error: Cannot continue" >&2;} - { (exit 1); exit 1; }; } -@@ -3131,28 +4259,28 @@ - - - --echo "$as_me:$LINENO: result: $OMPI_F90_BUILD_SIZE" >&5 --echo "${ECHO_T}$OMPI_F90_BUILD_SIZE" >&6 -+{ echo "$as_me:$LINENO: result: $OMPI_F90_BUILD_SIZE" >&5 -+echo "${ECHO_T}$OMPI_F90_BUILD_SIZE" >&6; } - - # - # MPI profiling - # - --echo "$as_me:$LINENO: checking whether to enable PMPI" >&5 --echo $ECHO_N "checking whether to enable PMPI... $ECHO_C" >&6 --# Check whether --enable-mpi-profile or --disable-mpi-profile was given. -+{ echo "$as_me:$LINENO: checking whether to enable PMPI" >&5 -+echo $ECHO_N "checking whether to enable PMPI... $ECHO_C" >&6; } -+# Check whether --enable-mpi-profile was given. - if test "${enable_mpi_profile+set}" = set; then -- enableval="$enable_mpi_profile" -+ enableval=$enable_mpi_profile; -+fi - --fi; - if test "$enable_mpi_profile" != "no"; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - WANT_MPI_PROFILING=1 - MPIF_H_PMPI_W_FUNCS=", PMPI_WTICK, PMPI_WTIME" - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - WANT_MPI_PROFILING=0 - MPIF_H_PMPI_W_FUNCS= - fi -@@ -3163,20 +4291,20 @@ - # C++ - # - --echo "$as_me:$LINENO: checking if want C++ bindings" >&5 --echo $ECHO_N "checking if want C++ bindings... $ECHO_C" >&6 --# Check whether --enable-mpi-cxx or --disable-mpi-cxx was given. -+{ echo "$as_me:$LINENO: checking if want C++ bindings" >&5 -+echo $ECHO_N "checking if want C++ bindings... $ECHO_C" >&6; } -+# Check whether --enable-mpi-cxx was given. - if test "${enable_mpi_cxx+set}" = set; then -- enableval="$enable_mpi_cxx" -+ enableval=$enable_mpi_cxx; -+fi - --fi; - if test "$enable_mpi_cxx" != "no"; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - WANT_MPI_CXX_SUPPORT=1 - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - WANT_MPI_CXX_SUPPORT=0 - fi - -@@ -3185,20 +4313,20 @@ - # Do we want to disable weak symbols for some reason? - # - --echo "$as_me:$LINENO: checking if want to enable weak symbol support" >&5 --echo $ECHO_N "checking if want to enable weak symbol support... $ECHO_C" >&6 --# Check whether --enable-weak-symbols or --disable-weak-symbols was given. -+{ echo "$as_me:$LINENO: checking if want to enable weak symbol support" >&5 -+echo $ECHO_N "checking if want to enable weak symbol support... $ECHO_C" >&6; } -+# Check whether --enable-weak-symbols was given. - if test "${enable_weak_symbols+set}" = set; then -- enableval="$enable_weak_symbols" -+ enableval=$enable_weak_symbols; -+fi - --fi; - if test "$enable_weak_symbols" != "no"; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - WANT_WEAK_SYMBOLS=1 - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - WANT_WEAK_SYMBOLS=0 - fi - -@@ -3206,32 +4334,32 @@ - # Do we want to disable MPI parameter checking at run-time? - # - --echo "$as_me:$LINENO: checking if want run-time MPI parameter checking" >&5 --echo $ECHO_N "checking if want run-time MPI parameter checking... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking if want run-time MPI parameter checking" >&5 -+echo $ECHO_N "checking if want run-time MPI parameter checking... $ECHO_C" >&6; } - --# Check whether --with-mpi-param-check or --without-mpi-param-check was given. -+# Check whether --with-mpi-param-check was given. - if test "${with_mpi_param_check+set}" = set; then -- withval="$with_mpi_param_check" -+ withval=$with_mpi_param_check; -+fi - --fi; - mpi_param_check=ompi_mpi_param_check - if test "$with_mpi_param_check" = "no" -o \ - "$with_mpi_param_check" = "never"; then - mpi_param_check=0 -- echo "$as_me:$LINENO: result: never" >&5 --echo "${ECHO_T}never" >&6 -+ { echo "$as_me:$LINENO: result: never" >&5 -+echo "${ECHO_T}never" >&6; } - elif test "$with_mpi_param_check" = "yes" -o \ - "$with_mpi_param_check" = "always"; then - mpi_param_check=1 -- echo "$as_me:$LINENO: result: always" >&5 --echo "${ECHO_T}always" >&6 -+ { echo "$as_me:$LINENO: result: always" >&5 -+echo "${ECHO_T}always" >&6; } - elif test "$with_mpi_param_check" = "runtime" -o \ - -z "$with_mpi_params_check"; then -- echo "$as_me:$LINENO: result: runtime" >&5 --echo "${ECHO_T}runtime" >&6 -+ { echo "$as_me:$LINENO: result: runtime" >&5 -+echo "${ECHO_T}runtime" >&6; } - else -- echo "$as_me:$LINENO: result: unknown" >&5 --echo "${ECHO_T}unknown" >&6 -+ { echo "$as_me:$LINENO: result: unknown" >&5 -+echo "${ECHO_T}unknown" >&6; } - { echo "$as_me:$LINENO: WARNING: *** Unrecognized --with-mpi-param-check value" >&5 - echo "$as_me: WARNING: *** Unrecognized --with-mpi-param-check value" >&2;} - { echo "$as_me:$LINENO: WARNING: *** See \"configure --help\" output" >&5 -@@ -3250,21 +4378,21 @@ - # Do we want to install all of OMPI's header files? - # - --echo "$as_me:$LINENO: checking if want to install OMPI header files" >&5 --echo $ECHO_N "checking if want to install OMPI header files... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking if want to install OMPI header files" >&5 -+echo $ECHO_N "checking if want to install OMPI header files... $ECHO_C" >&6; } - --# Check whether --with-devel-headers or --without-devel-headers was given. -+# Check whether --with-devel-headers was given. - if test "${with_devel_headers+set}" = set; then -- withval="$with_devel_headers" -+ withval=$with_devel_headers; -+fi - --fi; - if test "$with_devel_headers" = "yes"; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - WANT_INSTALL_HEADERS=1 - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - WANT_INSTALL_HEADERS=0 - fi - -@@ -3281,20 +4409,20 @@ - # - # Do we want the pretty-print stack trace feature? - # --echo "$as_me:$LINENO: checking if want pretty-print stacktrace" >&5 --echo $ECHO_N "checking if want pretty-print stacktrace... $ECHO_C" >&6 --# Check whether --enable-pretty-print-stacktrace or --disable-pretty-print-stacktrace was given. -+{ echo "$as_me:$LINENO: checking if want pretty-print stacktrace" >&5 -+echo $ECHO_N "checking if want pretty-print stacktrace... $ECHO_C" >&6; } -+# Check whether --enable-pretty-print-stacktrace was given. - if test "${enable_pretty_print_stacktrace+set}" = set; then -- enableval="$enable_pretty_print_stacktrace" -+ enableval=$enable_pretty_print_stacktrace; -+fi - --fi; - if test "$enable_pretty_print_stacktrace" = "no" ; then -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - WANT_PRETTY_PRINT_STACKTRACE=0 - else -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - WANT_PRETTY_PRINT_STACKTRACE=1 - fi - -@@ -3306,20 +4434,20 @@ - # - # Do we want deprecated executable names ? - # --echo "$as_me:$LINENO: checking if want deprecated executable names" >&5 --echo $ECHO_N "checking if want deprecated executable names... $ECHO_C" >&6 --# Check whether --enable-deprecated-executable-names or --disable-deprecated-executable-names was given. -+{ echo "$as_me:$LINENO: checking if want deprecated executable names" >&5 -+echo $ECHO_N "checking if want deprecated executable names... $ECHO_C" >&6; } -+# Check whether --enable-deprecated-executable-names was given. - if test "${enable_deprecated_executable_names+set}" = set; then -- enableval="$enable_deprecated_executable_names" -+ enableval=$enable_deprecated_executable_names; -+fi - --fi; - if test "$enable_deprecated_executable_names" = "yes"; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - WANT_DEN=1 - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - WANT_DEN=0 - fi - -@@ -3338,20 +4466,20 @@ - # Do we want to enable peruse interface? - # - --echo "$as_me:$LINENO: checking if peruse support is required" >&5 --echo $ECHO_N "checking if peruse support is required... $ECHO_C" >&6 --# Check whether --enable-peruse or --disable-peruse was given. -+{ echo "$as_me:$LINENO: checking if peruse support is required" >&5 -+echo $ECHO_N "checking if peruse support is required... $ECHO_C" >&6; } -+# Check whether --enable-peruse was given. - if test "${enable_peruse+set}" = set; then -- enableval="$enable_peruse" -+ enableval=$enable_peruse; -+fi - --fi; - if test "$enable_peruse" == "yes"; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - WANT_PERUSE=1 - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - WANT_PERUSE=0 - fi - -@@ -3375,14 +4503,14 @@ - # - - OMPI_FORTRAN_MAX_ARRAY_RANK=4 --echo "$as_me:$LINENO: checking max supported array dimension in F90 MPI bindings" >&5 --echo $ECHO_N "checking max supported array dimension in F90 MPI bindings... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking max supported array dimension in F90 MPI bindings" >&5 -+echo $ECHO_N "checking max supported array dimension in F90 MPI bindings... $ECHO_C" >&6; } - --# Check whether --with-f90-max-array-dim or --without-f90-max-array-dim was given. -+# Check whether --with-f90-max-array-dim was given. - if test "${with_f90_max_array_dim+set}" = set; then -- withval="$with_f90_max_array_dim" -+ withval=$with_f90_max_array_dim; -+fi - --fi; - if test ! -z "$with_f90_max_array_dim" -a "$with_f90_max_array_dim" != "no"; then - # Ensure it's a number; hopefully a integer... - expr $with_f90_max_array_dim + 1 > /dev/null 2> /dev/null -@@ -3390,25 +4518,25 @@ - OMPI_FORTRAN_MAX_ARRAY_RANK="$with_f90_max_array_dim" - fi - fi --echo "$as_me:$LINENO: result: $OMPI_FORTRAN_MAX_ARRAY_RANK" >&5 --echo "${ECHO_T}$OMPI_FORTRAN_MAX_ARRAY_RANK" >&6 -+{ echo "$as_me:$LINENO: result: $OMPI_FORTRAN_MAX_ARRAY_RANK" >&5 -+echo "${ECHO_T}$OMPI_FORTRAN_MAX_ARRAY_RANK" >&6; } - - - # do we want PTY support? --echo "$as_me:$LINENO: checking if pty support should be enabled" >&5 --echo $ECHO_N "checking if pty support should be enabled... $ECHO_C" >&6 --# Check whether --enable-pty-support or --disable-pty-support was given. -+{ echo "$as_me:$LINENO: checking if pty support should be enabled" >&5 -+echo $ECHO_N "checking if pty support should be enabled... $ECHO_C" >&6; } -+# Check whether --enable-pty-support was given. - if test "${enable_pty_support+set}" = set; then -- enableval="$enable_pty_support" -+ enableval=$enable_pty_support; -+fi - --fi; - if test "$enable_pty_support" = "no" ; then -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - OMPI_ENABLE_PTY_SUPPORT=0 - else -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - OMPI_ENABLE_PTY_SUPPORT=1 - fi - -@@ -3420,43 +4548,43 @@ - # - # Do we want to allow DLOPEN? - # --echo "$as_me:$LINENO: checking if user wants dlopen support" >&5 --echo $ECHO_N "checking if user wants dlopen support... $ECHO_C" >&6 --# Check whether --enable-dlopen or --disable-dlopen was given. -+{ echo "$as_me:$LINENO: checking if user wants dlopen support" >&5 -+echo $ECHO_N "checking if user wants dlopen support... $ECHO_C" >&6; } -+# Check whether --enable-dlopen was given. - if test "${enable_dlopen+set}" = set; then -- enableval="$enable_dlopen" -+ enableval=$enable_dlopen; -+fi - --fi; - if test "$enable_dlopen" = "no" ; then - enable_mca_dso="no" - enable_mca_static="yes" - OMPI_ENABLE_DLOPEN_SUPPORT=0 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - else - OMPI_ENABLE_DLOPEN_SUPPORT=1 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - fi - - # - # Heterogeneous support - # - --echo "$as_me:$LINENO: checking if heterogeneous support should be enabled" >&5 --echo $ECHO_N "checking if heterogeneous support should be enabled... $ECHO_C" >&6 --# Check whether --enable-heterogeneous or --disable-heterogeneous was given. -+{ echo "$as_me:$LINENO: checking if heterogeneous support should be enabled" >&5 -+echo $ECHO_N "checking if heterogeneous support should be enabled... $ECHO_C" >&6; } -+# Check whether --enable-heterogeneous was given. - if test "${enable_heterogeneous+set}" = set; then -- enableval="$enable_heterogeneous" -+ enableval=$enable_heterogeneous; -+fi - --fi; - if test "$enable_heterogeneous" = "no" ; then -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - ompi_want_heterogeneous=0 - else -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - ompi_want_heterogeneous=1 - fi - -@@ -3469,20 +4597,20 @@ - # Internal trace file logging (debugging) - # - --echo "$as_me:$LINENO: checking if want trace file debugging" >&5 --echo $ECHO_N "checking if want trace file debugging... $ECHO_C" >&6 --# Check whether --enable-trace or --disable-trace was given. -+{ echo "$as_me:$LINENO: checking if want trace file debugging" >&5 -+echo $ECHO_N "checking if want trace file debugging... $ECHO_C" >&6; } -+# Check whether --enable-trace was given. - if test "${enable_trace+set}" = set; then -- enableval="$enable_trace" -+ enableval=$enable_trace; -+fi - --fi; - if test "$enable_trace" = "yes"; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - opal_want_trace=1 - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - opal_want_trace=0 - fi - -@@ -3496,11 +4624,11 @@ - # Cross-compile data - # - --# Check whether --with-cross or --without-cross was given. -+# Check whether --with-cross was given. - if test "${with_cross+set}" = set; then -- withval="$with_cross" -+ withval=$with_cross; -+fi - --fi; - if test "$with_cross" = "yes" ; then - { { echo "$as_me:$LINENO: error: --with-cross argument must include FILE option" >&5 - echo "$as_me: error: --with-cross argument must include FILE option" >&2;} -@@ -3521,7 +4649,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n ""; then -- echo "configure:3524: Loading cross-compile file $with_cross, with contents below" >&5 -+ echo "configure:4652: Loading cross-compile file $with_cross, with contents below" >&5 - else - echo Loading cross-compile file $with_cross, with contents below >&5 - fi -@@ -3551,10 +4679,9 @@ - - ompi_enable_shared="$enable_shared" - ompi_enable_static="$enable_static" --# Check whether --enable-shared or --disable-shared was given. -+# Check whether --enable-shared was given. - if test "${enable_shared+set}" = set; then -- enableval="$enable_shared" -- p=${PACKAGE-default} -+ enableval=$enable_shared; p=${PACKAGE-default} - case $enableval in - yes) enable_shared=yes ;; - no) enable_shared=no ;; -@@ -3573,12 +4700,12 @@ - esac - else - enable_shared=yes --fi; -+fi - --# Check whether --enable-static or --disable-static was given. -+ -+# Check whether --enable-static was given. - if test "${enable_static+set}" = set; then -- enableval="$enable_static" -- p=${PACKAGE-default} -+ enableval=$enable_static; p=${PACKAGE-default} - case $enableval in - yes) enable_static=yes ;; - no) enable_static=no ;; -@@ -3597,7 +4724,8 @@ - esac - else - enable_static=no --fi; -+fi -+ - - - -@@ -3618,11 +4746,11 @@ - USER_WRAPPER_EXTRA_LIBS= - - --# Check whether --with-wrapper-cflags or --without-wrapper-cflags was given. -+# Check whether --with-wrapper-cflags was given. - if test "${with_wrapper_cflags+set}" = set; then -- withval="$with_wrapper_cflags" -+ withval=$with_wrapper_cflags; -+fi - --fi; - if test "$with_wrapper_cflags" = "yes" -o "$with_wrapper_cflags" = "no"; then - { { echo "$as_me:$LINENO: error: --with-wrapper-cflags must have an argument. Aborting" >&5 - echo "$as_me: error: --with-wrapper-cflags must have an argument. Aborting" >&2;} -@@ -3632,11 +4760,11 @@ - fi - - --# Check whether --with-wrapper-cxxflags or --without-wrapper-cxxflags was given. -+# Check whether --with-wrapper-cxxflags was given. - if test "${with_wrapper_cxxflags+set}" = set; then -- withval="$with_wrapper_cxxflags" -+ withval=$with_wrapper_cxxflags; -+fi - --fi; - if test "$with_wrapper_cxxflags" = "yes" -o "$with_wrapper_cxxflags" = "no"; then - { { echo "$as_me:$LINENO: error: --with-wrapper-cxxflags must have an argument. Aborting" >&5 - echo "$as_me: error: --with-wrapper-cxxflags must have an argument. Aborting" >&2;} -@@ -3646,11 +4774,11 @@ - fi - - --# Check whether --with-wrapper-fflags or --without-wrapper-fflags was given. -+# Check whether --with-wrapper-fflags was given. - if test "${with_wrapper_fflags+set}" = set; then -- withval="$with_wrapper_fflags" -+ withval=$with_wrapper_fflags; -+fi - --fi; - if test "$with_wrapper_fflags" = "yes" -o "$with_wrapper_fflags" = "no"; then - { { echo "$as_me:$LINENO: error: --with-wrapper-fflags must have an argument. Aborting" >&5 - echo "$as_me: error: --with-wrapper-fflags must have an argument. Aborting" >&2;} -@@ -3660,11 +4788,11 @@ - fi - - --# Check whether --with-wrapper-fcflags or --without-wrapper-fcflags was given. -+# Check whether --with-wrapper-fcflags was given. - if test "${with_wrapper_fcflags+set}" = set; then -- withval="$with_wrapper_fcflags" -+ withval=$with_wrapper_fcflags; -+fi - --fi; - if test "$with_wrapper_fcflags" = "yes" -o "$with_wrapper_fcflags" = "no"; then - { { echo "$as_me:$LINENO: error: --with-wrapper-fcflags must have an argument. Aborting" >&5 - echo "$as_me: error: --with-wrapper-fcflags must have an argument. Aborting" >&2;} -@@ -3674,11 +4802,11 @@ - fi - - --# Check whether --with-wrapper-ldflags or --without-wrapper-ldflags was given. -+# Check whether --with-wrapper-ldflags was given. - if test "${with_wrapper_ldflags+set}" = set; then -- withval="$with_wrapper_ldflags" -+ withval=$with_wrapper_ldflags; -+fi - --fi; - if test "$with_wrapper_ldflags" = "yes" -o "$with_wrapper_ldflags" = "no"; then - { { echo "$as_me:$LINENO: error: --with-wrapper-ldflags must have an argument. Aborting" >&5 - echo "$as_me: error: --with-wrapper-ldflags must have an argument. Aborting" >&2;} -@@ -3688,11 +4816,11 @@ - fi - - --# Check whether --with-wrapper-libs or --without-wrapper-libs was given. -+# Check whether --with-wrapper-libs was given. - if test "${with_wrapper_libs+set}" = set; then -- withval="$with_wrapper_libs" -+ withval=$with_wrapper_libs; -+fi - --fi; - if test "$with_wrapper_libs" = "yes" -o "$with_wrapper_libs" = "no"; then - { { echo "$as_me:$LINENO: error: --with-wrapper-libs must have an argument. Aborting" >&5 - echo "$as_me: error: --with-wrapper-libs must have an argument. Aborting" >&2;} -@@ -3720,7 +4848,7 @@ - - DEPDIR="${am__leading_dot}deps" - -- ac_config_commands="$ac_config_commands depfiles" -+ac_config_commands="$ac_config_commands depfiles" - - - am_make=${MAKE-make} -@@ -3730,8 +4858,8 @@ - .PHONY: am__doit - END - # If we don't find an include directive, just comment out the code. --echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 --echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 -+echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; } - am__include="#" - am__quote= - _am_result=none -@@ -3758,15 +4886,15 @@ - fi - - --echo "$as_me:$LINENO: result: $_am_result" >&5 --echo "${ECHO_T}$_am_result" >&6 -+{ echo "$as_me:$LINENO: result: $_am_result" >&5 -+echo "${ECHO_T}$_am_result" >&6; } - rm -f confinc confmf - --# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given. -+# Check whether --enable-dependency-tracking was given. - if test "${enable_dependency_tracking+set}" = set; then -- enableval="$enable_dependency_tracking" -+ enableval=$enable_dependency_tracking; -+fi - --fi; - if test "x$enable_dependency_tracking" != xno; then - am_depcomp="$ac_aux_dir/depcomp" - AMDEPBACKSLASH='\' -@@ -3796,8 +4924,8 @@ - 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 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -3810,32 +4938,34 @@ - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="${ac_tool_prefix}gcc" - echo "$as_me:$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 -- echo "$as_me:$LINENO: result: $CC" >&5 --echo "${ECHO_T}$CC" >&6 -+ { echo "$as_me:$LINENO: result: $CC" >&5 -+echo "${ECHO_T}$CC" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - -+ - fi - if test -z "$ac_cv_prog_CC"; then - 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 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_ac_ct_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -3848,36 +4978,51 @@ - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CC="gcc" - echo "$as_me:$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 -- echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 --echo "${ECHO_T}$ac_ct_CC" >&6 -+ { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -+echo "${ECHO_T}$ac_ct_CC" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - -- CC=$ac_ct_CC -+ if test "x$ac_ct_CC" = x; then -+ CC="" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+whose name does not start with the host triplet. If you think this -+configuration is useful to you, please write to autoconf@gnu.org." >&5 -+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+whose name does not start with the host triplet. If you think this -+configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+ac_tool_warned=yes ;; -+esac -+ CC=$ac_ct_CC -+ fi - else - CC="$ac_cv_prog_CC" - fi - - if test -z "$CC"; then -- 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. -+ 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 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -3890,74 +5035,34 @@ - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="${ac_tool_prefix}cc" - echo "$as_me:$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 -- echo "$as_me:$LINENO: result: $CC" >&5 --echo "${ECHO_T}$CC" >&6 --else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 --fi -- --fi --if test -z "$ac_cv_prog_CC"; then -- ac_ct_CC=$CC -- # Extract the first word of "cc", so it can be a program name with args. --set dummy cc; ac_word=$2 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 --if test "${ac_cv_prog_ac_ct_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&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_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -- ac_cv_prog_ac_ct_CC="cc" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -- break 2 -- fi --done --done -- --fi --fi --ac_ct_CC=$ac_cv_prog_ac_ct_CC --if test -n "$ac_ct_CC"; then -- echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 --echo "${ECHO_T}$ac_ct_CC" >&6 -+ { echo "$as_me:$LINENO: result: $CC" >&5 -+echo "${ECHO_T}$CC" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - -- CC=$ac_ct_CC --else -- CC="$ac_cv_prog_CC" --fi - -+ fi - fi - 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 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -3971,7 +5076,7 @@ - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 -@@ -3982,6 +5087,7 @@ - fi - done - done -+IFS=$as_save_IFS - - if test $ac_prog_rejected = yes; then - # We found a bogon in the path, so make sure we never use it. -@@ -3999,22 +5105,23 @@ - fi - CC=$ac_cv_prog_CC - if test -n "$CC"; then -- echo "$as_me:$LINENO: result: $CC" >&5 --echo "${ECHO_T}$CC" >&6 -+ { echo "$as_me:$LINENO: result: $CC" >&5 -+echo "${ECHO_T}$CC" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - -+ - fi - if test -z "$CC"; then - if test -n "$ac_tool_prefix"; then -- for ac_prog in cl -+ for ac_prog in cl.exe - 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 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -4027,36 +5134,38 @@ - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="$ac_tool_prefix$ac_prog" - echo "$as_me:$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 -- echo "$as_me:$LINENO: result: $CC" >&5 --echo "${ECHO_T}$CC" >&6 -+ { echo "$as_me:$LINENO: result: $CC" >&5 -+echo "${ECHO_T}$CC" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - -+ - test -n "$CC" && break - done - fi - if test -z "$CC"; then - ac_ct_CC=$CC -- for ac_prog in cl -+ for ac_prog in cl.exe - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_ac_ct_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -4069,29 +5178,45 @@ - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CC="$ac_prog" - echo "$as_me:$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 -- echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 --echo "${ECHO_T}$ac_ct_CC" >&6 -+ { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -+echo "${ECHO_T}$ac_ct_CC" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - -+ - test -n "$ac_ct_CC" && break - done - -- CC=$ac_ct_CC -+ if test "x$ac_ct_CC" = x; then -+ CC="" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+whose name does not start with the host triplet. If you think this -+configuration is useful to you, please write to autoconf@gnu.org." >&5 -+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+whose name does not start with the host triplet. If you think this -+configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+ac_tool_warned=yes ;; -+esac -+ CC=$ac_ct_CC -+ fi - fi - - fi -@@ -4104,21 +5229,35 @@ - { (exit 1); exit 1; }; } - - # Provide some information about the compiler. --echo "$as_me:$LINENO:" \ -- "checking for C compiler version" >&5 -+echo "$as_me:$LINENO: checking for C compiler version" >&5 - ac_compiler=`set X $ac_compile; echo $2` --{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 -- (eval $ac_compiler --version &5) 2>&5 -+{ (ac_try="$ac_compiler --version >&5" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compiler --version >&5") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } --{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v &5\"") >&5 -- (eval $ac_compiler -v &5) 2>&5 -+{ (ac_try="$ac_compiler -v >&5" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compiler -v >&5") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } --{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V &5\"") >&5 -- (eval $ac_compiler -V &5) 2>&5 -+{ (ac_try="$ac_compiler -V >&5" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compiler -V >&5") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } -@@ -4143,47 +5282,77 @@ - # 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. --echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 --echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 -+echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } - ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` --if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 -- (eval $ac_link_default) 2>&5 -+# -+# List of possible output files, starting from the most likely. -+# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) -+# only as a last resort. b.out is created by i960 compilers. -+ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' -+# -+# The IRIX 6 linker writes into existing files which may not be -+# executable, retaining their permissions. Remove them first so a -+# subsequent execution test works. -+ac_rmfiles= -+for ac_file in $ac_files -+do -+ case $ac_file in -+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; -+ * ) ac_rmfiles="$ac_rmfiles $ac_file";; -+ esac -+done -+rm -f $ac_rmfiles -+ -+if { (ac_try="$ac_link_default" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link_default") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -- # Find the output, starting from the most likely. This scheme is --# not robust to junk in `.', hence go to wildcards (a.*) only as a last --# resort. -- --# Be careful to initialize this variable, since it used to be cached. --# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. --ac_cv_exeext= --# b.out is created by i960 compilers. --for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out -+ # 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. -+for ac_file in $ac_files '' - do - test -f "$ac_file" || continue - case $ac_file in -- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) -- ;; -- conftest.$ac_ext ) -- # This is the source file. -+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) - ;; - [ab].out ) - # We found the default executable, but exeext='' is most - # certainly right. - break;; - *.* ) -- ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` -- # FIXME: I believe we export ac_cv_exeext for Libtool, -- # but it would be cool to find out if it's true. Does anybody -- # maintain Libtool? --akim. -- export ac_cv_exeext -+ 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. - break;; - * ) - break;; - esac - done -+test "$ac_cv_exeext" = no && ac_cv_exeext= -+ - else -+ ac_file='' -+fi -+ -+{ echo "$as_me:$LINENO: result: $ac_file" >&5 -+echo "${ECHO_T}$ac_file" >&6; } -+if test -z "$ac_file"; then - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -@@ -4195,19 +5364,21 @@ - fi - - ac_exeext=$ac_cv_exeext --echo "$as_me:$LINENO: result: $ac_file" >&5 --echo "${ECHO_T}$ac_file" >&6 - --# Check the compiler produces executables we can run. If not, either -+# Check that the compiler produces executables we can run. If not, either - # the compiler is broken, or we cross compile. --echo "$as_me:$LINENO: checking whether the C compiler works" >&5 --echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5 -+echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } - # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 - # If not cross compiling, check that we can run a simple program. - if test "$cross_compiling" != yes; then - if { ac_try='./$ac_file' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -4226,22 +5397,27 @@ - fi - fi - fi --echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+{ echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - rm -f a.out a.exe conftest$ac_cv_exeext b.out - ac_clean_files=$ac_clean_files_save --# Check the compiler produces executables we can run. If not, either -+# Check that the compiler produces executables we can run. If not, either - # the compiler is broken, or we cross compile. --echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 --echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 --echo "$as_me:$LINENO: result: $cross_compiling" >&5 --echo "${ECHO_T}$cross_compiling" >&6 -- --echo "$as_me:$LINENO: checking for suffix of executables" >&5 --echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 -+echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } -+{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 -+echo "${ECHO_T}$cross_compiling" >&6; } -+ -+{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 -+echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -@@ -4252,9 +5428,8 @@ - for ac_file in conftest.exe conftest conftest.*; do - test -f "$ac_file" || continue - case $ac_file in -- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; -+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; - *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` -- export ac_cv_exeext - break;; - * ) break;; - esac -@@ -4268,14 +5443,14 @@ - fi - - rm -f conftest$ac_cv_exeext --echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 --echo "${ECHO_T}$ac_cv_exeext" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 -+echo "${ECHO_T}$ac_cv_exeext" >&6; } - - rm -f conftest.$ac_ext - EXEEXT=$ac_cv_exeext - ac_exeext=$EXEEXT --echo "$as_me:$LINENO: checking for suffix of object files" >&5 --echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 -+echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } - if test "${ac_cv_objext+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -4295,14 +5470,20 @@ - } - _ACEOF - rm -f conftest.o conftest.obj --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>&5 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -- for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do -+ for ac_file in conftest.o conftest.obj conftest.*; do -+ test -f "$ac_file" || continue; - case $ac_file in -- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; -+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; - *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` - break;; - esac -@@ -4320,12 +5501,12 @@ - - rm -f conftest.$ac_cv_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 --echo "${ECHO_T}$ac_cv_objext" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 -+echo "${ECHO_T}$ac_cv_objext" >&6; } - OBJEXT=$ac_cv_objext - ac_objext=$OBJEXT --echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 --echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 -+echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } - if test "${ac_cv_c_compiler_gnu+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -4348,50 +5529,49 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_compiler_gnu=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_compiler_gnu=no -+ ac_compiler_gnu=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_cv_c_compiler_gnu=$ac_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 --echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 -+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } - GCC=`test $ac_compiler_gnu = yes && echo yes` - ac_test_CFLAGS=${CFLAGS+set} - ac_save_CFLAGS=$CFLAGS --CFLAGS="-g" --echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 --echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 -+echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } - if test "${ac_cv_prog_cc_g+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- cat >conftest.$ac_ext <<_ACEOF -+ ac_save_c_werror_flag=$ac_c_werror_flag -+ ac_c_werror_flag=yes -+ ac_cv_prog_cc_g=no -+ CFLAGS="-g" -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext -@@ -4407,311 +5587,248 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_prog_cc_g=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_prog_cc_g=no --fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --fi --echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 --echo "${ECHO_T}$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 -- CFLAGS="-g -O2" -- else -- CFLAGS="-g" -- fi --else -- if test "$GCC" = yes; then -- CFLAGS="-O2" -- else -- CFLAGS= -- fi --fi --echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 --echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 --if test "${ac_cv_prog_cc_stdc+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 --else -- ac_cv_prog_cc_stdc=no --ac_save_CC=$CC --cat >conftest.$ac_ext <<_ACEOF -+ CFLAGS="" -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ --#include --#include --#include --#include --/* 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; -+ -+int -+main () - { -- 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 -std1 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 -std1. */ --int osf4_cc_array ['\x00' == 0 ? 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; -+ -+ ; -+ return 0; - } - _ACEOF --# Don't try gcc -ansi; that turns off useful extensions and --# breaks some systems' header files. --# AIX -qlanglvl=ansi --# Ultrix and OSF/1 -std1 --# HP-UX 10.20 and later -Ae --# HP-UX older versions -Aa -D_HPUX_SOURCE --# SVR4 -Xc -D__EXTENSIONS__ --for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" --do -- CC="$ac_save_CC $ac_arg" -- rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -- ac_cv_prog_cc_stdc=$ac_arg --break -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then -+ : - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --fi --rm -f conftest.err conftest.$ac_objext --done --rm -f conftest.$ac_ext conftest.$ac_objext --CC=$ac_save_CC -- --fi -- --case "x$ac_cv_prog_cc_stdc" in -- x|xno) -- echo "$as_me:$LINENO: result: none needed" >&5 --echo "${ECHO_T}none needed" >&6 ;; -- *) -- echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 --echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 -- CC="$CC $ac_cv_prog_cc_stdc" ;; --esac -- --# Some people use a C++ compiler to compile C. Since we use `exit', --# in C++ we need to declare it. In case someone uses the same compiler --# for both compiling C and C++ we need to have the C++ compiler decide --# the declaration of exit, since it's the most demanding environment. --cat >conftest.$ac_ext <<_ACEOF --#ifndef __cplusplus -- choke me --#endif --_ACEOF --rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -- ac_status=$? -- grep -v '^ *+' conftest.er1 >conftest.err -- rm -f conftest.er1 -- cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -- for ac_declaration in \ -- '' \ -- 'extern "C" void std::exit (int) throw (); using std::exit;' \ -- 'extern "C" void std::exit (int); using std::exit;' \ -- 'extern "C" void exit (int) throw ();' \ -- 'extern "C" void exit (int);' \ -- 'void exit (int);' --do -- cat >conftest.$ac_ext <<_ACEOF -+ ac_c_werror_flag=$ac_save_c_werror_flag -+ CFLAGS="-g" -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ --$ac_declaration --#include -+ - int - main () - { --exit (42); -+ - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -- : -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then -+ ac_cv_prog_cc_g=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --continue -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -- cat >conftest.$ac_ext <<_ACEOF -+ -+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 -+{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 -+echo "${ECHO_T}$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 -+ CFLAGS="-g -O2" -+ else -+ CFLAGS="-g" -+ fi -+else -+ if test "$GCC" = yes; then -+ CFLAGS="-O2" -+ else -+ CFLAGS= -+ fi -+fi -+{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 -+echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } -+if test "${ac_cv_prog_cc_c89+set}" = set; then -+ echo $ECHO_N "(cached) $ECHO_C" >&6 -+else -+ ac_cv_prog_cc_c89=no -+ac_save_CC=$CC -+cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ --$ac_declaration -+#include -+#include -+#include -+#include -+/* 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 () - { --exit (42); -+return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; - ; - return 0; - } - _ACEOF --rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -+ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" -+do -+ CC="$ac_save_CC $ac_arg" -+ 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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -- break -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then -+ ac_cv_prog_cc_c89=$ac_arg - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext -+ test "x$ac_cv_prog_cc_c89" != "xno" && break - done --rm -f conftest* --if test -n "$ac_declaration"; then -- echo '#ifdef __cplusplus' >>confdefs.h -- echo $ac_declaration >>confdefs.h -- echo '#endif' >>confdefs.h -+rm -f conftest.$ac_ext -+CC=$ac_save_CC -+ - fi -+# AC_CACHE_VAL -+case "x$ac_cv_prog_cc_c89" in -+ x) -+ { echo "$as_me:$LINENO: result: none needed" >&5 -+echo "${ECHO_T}none needed" >&6; } ;; -+ xno) -+ { echo "$as_me:$LINENO: result: unsupported" >&5 -+echo "${ECHO_T}unsupported" >&6; } ;; -+ *) -+ CC="$CC $ac_cv_prog_cc_c89" -+ { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 -+echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; -+esac - --else -- echo "$as_me: failed program was:" >&5 --sed 's/^/| /' conftest.$ac_ext >&5 - --fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -4720,8 +5837,8 @@ - - depcc="$CC" am_compiler_list= - --echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 --echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 -+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } - if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -4810,8 +5927,8 @@ - fi - - fi --echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 --echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6 -+{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 -+echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } - CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type - - -@@ -4838,15 +5955,15 @@ - - - if test "x$CC" != xcc; then -- echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5 --echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5 -+echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; } - else -- echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5 --echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5 -+echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; } - fi - set dummy $CC; ac_cc=`echo $2 | - sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` --if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\" = set"; then -+if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -4867,14 +5984,23 @@ - # Make sure it works both with $CC and with simple cc. - # We do the test twice because some compilers refuse to overwrite an - # existing .o file with -o, though they will create one. --ac_try='$CC -c conftest.$ac_ext -o conftest.$ac_objext >&5' --if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5' -+rm -f conftest2.* -+if { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && -- test -f conftest.$ac_objext && { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ test -f conftest2.$ac_objext && { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; -@@ -4883,19 +6009,32 @@ - if test "x$CC" != xcc; then - # Test first that cc exists at all. - if { ac_try='cc -c conftest.$ac_ext >&5' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -- ac_try='cc -c conftest.$ac_ext -o conftest.$ac_objext >&5' -- if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5' -+ rm -f conftest2.* -+ if { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && -- test -f conftest.$ac_objext && { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ test -f conftest2.$ac_objext && { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; -@@ -4911,15 +6050,15 @@ - else - eval ac_cv_prog_cc_${ac_cc}_c_o=no - fi --rm -f conftest* -+rm -f core conftest* - - fi --if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" = yes"; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - cat >>confdefs.h <<\_ACEOF - #define NO_MINUS_C_MINUS_O 1 -@@ -4953,8 +6092,8 @@ - - - -- echo "$as_me:$LINENO: checking for the C compiler vendor" >&5 --echo $ECHO_N "checking for the C compiler vendor... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for the C compiler vendor" >&5 -+echo $ECHO_N "checking for the C compiler vendor... $ECHO_C" >&6; } - if test "${ompi_cv_c_compiler_vendor+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -4981,34 +6120,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="intel" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -5022,34 +6158,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="gnu" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -5063,34 +6196,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="borland" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -5104,34 +6234,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="borland" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -5145,34 +6272,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="comeau" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -5186,27 +6310,22 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="compaq" - else - echo "$as_me: failed program was:" >&5 -@@ -5220,27 +6339,22 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="compaq" - else - echo "$as_me: failed program was:" >&5 -@@ -5254,38 +6368,37 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="compaq" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -5299,34 +6412,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="cray" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -5340,34 +6450,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="diab" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -5381,34 +6488,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="digital mars" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -5422,34 +6526,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="hp" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -5463,27 +6564,22 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="ibm" - else - echo "$as_me: failed program was:" >&5 -@@ -5497,36 +6593,34 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="ibm" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -5540,34 +6634,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="kai" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -5581,34 +6672,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="lcc" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -5622,34 +6710,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="metaware high" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -5663,34 +6748,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="metrowerks" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -5704,34 +6786,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="sgi" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -5745,34 +6824,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="mpw" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -5794,34 +6870,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="microsoft" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -5841,34 +6914,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="norcroft" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -5882,34 +6952,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="pelles" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -5923,34 +6990,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="portland group" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -5964,34 +7028,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="sas" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -6005,34 +7066,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="sun" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -6046,34 +7104,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="tendra" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -6087,34 +7142,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="tiny" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -6128,34 +7180,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="usl" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -6169,34 +7218,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="watcom" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -6210,8 +7256,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_c_compiler_vendor" >&5 --echo "${ECHO_T}$ompi_cv_c_compiler_vendor" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_c_compiler_vendor" >&5 -+echo "${ECHO_T}$ompi_cv_c_compiler_vendor" >&6; } - - ompi_c_vendor="$ompi_cv_c_compiler_vendor" - -@@ -6326,8 +7372,8 @@ - # see if -Wno-long-double works... - CFLAGS_orig="$CFLAGS" - CFLAGS="$CFLAGS -Wno-long-double" -- echo "$as_me:$LINENO: checking if $CC supports -Wno-long-double" >&5 --echo $ECHO_N "checking if $CC supports -Wno-long-double... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if $CC supports -Wno-long-double" >&5 -+echo $ECHO_N "checking if $CC supports -Wno-long-double... $ECHO_C" >&6; } - if test "${ompi_cv_cc_wno_long_double+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -6347,38 +7393,34 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_cc_wno_long_double="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_cc_wno_long_double="no" -+ ompi_cv_cc_wno_long_double="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ompi_cv_cc_wno_long_double" >&5 --echo "${ECHO_T}$ompi_cv_cc_wno_long_double" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_cc_wno_long_double" >&5 -+echo "${ECHO_T}$ompi_cv_cc_wno_long_double" >&6; } - - CFLAGS="$CFLAGS_orig" - if test "$ompi_cv_cc_wno_long_double" = "yes" ; then -@@ -6469,8 +7511,8 @@ - - CFLAGS="$CFLAGS_orig -finline-functions" - add= -- echo "$as_me:$LINENO: checking if $CC supports -finline-functions" >&5 --echo $ECHO_N "checking if $CC supports -finline-functions... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if $CC supports -finline-functions" >&5 -+echo $ECHO_N "checking if $CC supports -finline-functions... $ECHO_C" >&6; } - if test "${ompi_cv_cc_finline_functions+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -6490,38 +7532,34 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_cc_finline_functions="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_cc_finline_functions="no" -+ ompi_cv_cc_finline_functions="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ompi_cv_cc_finline_functions" >&5 --echo "${ECHO_T}$ompi_cv_cc_finline_functions" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_cc_finline_functions" >&5 -+echo "${ECHO_T}$ompi_cv_cc_finline_functions" >&6; } - if test "$ompi_cv_cc_finline_functions" = "yes" ; then - add=" -finline-functions" - fi -@@ -6529,8 +7567,8 @@ - - CFLAGS="$CFLAGS_orig -fno-strict-aliasing" - add= -- echo "$as_me:$LINENO: checking if $CC supports -fno-strict-aliasing" >&5 --echo $ECHO_N "checking if $CC supports -fno-strict-aliasing... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if $CC supports -fno-strict-aliasing" >&5 -+echo $ECHO_N "checking if $CC supports -fno-strict-aliasing... $ECHO_C" >&6; } - if test "${ompi_cv_cc_fno_strict_aliasing+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -6550,38 +7588,34 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_cc_fno_strict_aliasing="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_cc_fno_strict_aliasing="no" -+ ompi_cv_cc_fno_strict_aliasing="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ompi_cv_cc_fno_strict_aliasing" >&5 --echo "${ECHO_T}$ompi_cv_cc_fno_strict_aliasing" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_cc_fno_strict_aliasing" >&5 -+echo "${ECHO_T}$ompi_cv_cc_fno_strict_aliasing" >&6; } - if test "$ompi_cv_cc_fno_strict_aliasing" = "yes" ; then - add=" -fno-strict-aliasing" - fi -@@ -6675,8 +7709,8 @@ - CFLAGS_orig="$CFLAGS" - CFLAGS="$CFLAGS_orig $RESTRICT_CFLAGS" - add= -- echo "$as_me:$LINENO: checking if $CC supports $RESTRICT_CFLAGS" >&5 --echo $ECHO_N "checking if $CC supports $RESTRICT_CFLAGS... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if $CC supports $RESTRICT_CFLAGS" >&5 -+echo $ECHO_N "checking if $CC supports $RESTRICT_CFLAGS... $ECHO_C" >&6; } - if test "${ompi_cv_cc_restrict_cflags+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -6696,38 +7730,34 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_cc_restrict_cflags="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_cc_restrict_cflags="no" -+ ompi_cv_cc_restrict_cflags="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ompi_cv_cc_restrict_cflags" >&5 --echo "${ECHO_T}$ompi_cv_cc_restrict_cflags" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_cc_restrict_cflags" >&5 -+echo "${ECHO_T}$ompi_cv_cc_restrict_cflags" >&6; } - if test "ompi_cv_cc_restruct_cflags" = "yes" ; then - add="$RESTRUCT_CFLAGS" - fi -@@ -6887,8 +7917,8 @@ - - OMPI_CFLAGS_BEFORE_PICKY="$co_result" - -- echo "$as_me:$LINENO: checking for C optimization flags" >&5 --echo $ECHO_N "checking for C optimization flags... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for C optimization flags" >&5 -+echo $ECHO_N "checking for C optimization flags... $ECHO_C" >&6; } - - - # Modularize this setup so that sub-configure.in scripts can use this -@@ -6951,8 +7981,8 @@ - - unset co_found co_word co_arg - -- echo "$as_me:$LINENO: result: $co_result" >&5 --echo "${ECHO_T}$co_result" >&6 -+ { echo "$as_me:$LINENO: result: $co_result" >&5 -+echo "${ECHO_T}$co_result" >&6; } - CFLAGS="$co_result" - - -@@ -6978,8 +8008,8 @@ - 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 --echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 --echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 -+echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } - # On Suns, sometimes $CPP names a directory. - if test -n "$CPP" && test -d "$CPP"; then - CPP= -@@ -7013,24 +8043,22 @@ - #endif - Syntax error - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - : - else - echo "$as_me: failed program was:" >&5 -@@ -7039,9 +8067,10 @@ - # Broken: fails on valid input. - continue - fi -+ - rm -f conftest.err conftest.$ac_ext - -- # OK, works on sane cases. Now check whether non-existent headers -+ # OK, works on sane cases. Now check whether nonexistent headers - # can be detected and how. - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -7051,24 +8080,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - # Broken: success on invalid input. - continue - else -@@ -7079,6 +8106,7 @@ - ac_preproc_ok=: - break - fi -+ - rm -f conftest.err conftest.$ac_ext - - done -@@ -7096,8 +8124,8 @@ - else - ac_cv_prog_CPP=$CPP - fi --echo "$as_me:$LINENO: result: $CPP" >&5 --echo "${ECHO_T}$CPP" >&6 -+{ echo "$as_me:$LINENO: result: $CPP" >&5 -+echo "${ECHO_T}$CPP" >&6; } - ac_preproc_ok=false - for ac_c_preproc_warn_flag in '' yes - do -@@ -7120,24 +8148,22 @@ - #endif - Syntax error - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - : - else - echo "$as_me: failed program was:" >&5 -@@ -7146,9 +8172,10 @@ - # Broken: fails on valid input. - continue - fi -+ - rm -f conftest.err conftest.$ac_ext - -- # OK, works on sane cases. Now check whether non-existent headers -+ # OK, works on sane cases. Now check whether nonexistent headers - # can be detected and how. - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -7158,24 +8185,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - # Broken: success on invalid input. - continue - else -@@ -7186,6 +8211,7 @@ - ac_preproc_ok=: - break - fi -+ - rm -f conftest.err conftest.$ac_ext - - done -@@ -7208,23 +8234,170 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - --echo "$as_me:$LINENO: checking for egrep" >&5 --echo $ECHO_N "checking for egrep... $ECHO_C" >&6 --if test "${ac_cv_prog_egrep+set}" = set; then -+{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 -+echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } -+if test "${ac_cv_path_GREP+set}" = set; then -+ echo $ECHO_N "(cached) $ECHO_C" >&6 -+else -+ # Extract the first word of "grep ggrep" to use in msg output -+if test -z "$GREP"; then -+set dummy grep ggrep; ac_prog_name=$2 -+if test "${ac_cv_path_GREP+set}" = set; then -+ echo $ECHO_N "(cached) $ECHO_C" >&6 -+else -+ 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" -+ { test -f "$ac_path_GREP" && $as_test_x "$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 -+ echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" -+ while : -+ do -+ cat "conftest.in" "conftest.in" >"conftest.tmp" -+ mv "conftest.tmp" "conftest.in" -+ cp "conftest.in" "conftest.nl" -+ 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 -+ ac_count=`expr $ac_count + 1` -+ 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 -+ -+ -+fi -+ -+GREP="$ac_cv_path_GREP" -+if test -z "$GREP"; then -+ { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 -+echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} -+ { (exit 1); exit 1; }; } -+fi -+ -+else -+ ac_cv_path_GREP=$GREP -+fi -+ -+ -+fi -+{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 -+echo "${ECHO_T}$ac_cv_path_GREP" >&6; } -+ GREP="$ac_cv_path_GREP" -+ -+ -+{ echo "$as_me:$LINENO: checking for egrep" >&5 -+echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } -+if test "${ac_cv_path_EGREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- if echo a | (grep -E '(a|b)') >/dev/null 2>&1 -- then ac_cv_prog_egrep='grep -E' -- else ac_cv_prog_egrep='egrep' -+ if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 -+ then ac_cv_path_EGREP="$GREP -E" -+ else -+ # Extract the first word of "egrep" to use in msg output -+if test -z "$EGREP"; then -+set dummy egrep; ac_prog_name=$2 -+if test "${ac_cv_path_EGREP+set}" = set; then -+ echo $ECHO_N "(cached) $ECHO_C" >&6 -+else -+ 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" -+ { test -f "$ac_path_EGREP" && $as_test_x "$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 -+ echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" -+ while : -+ do -+ cat "conftest.in" "conftest.in" >"conftest.tmp" -+ mv "conftest.tmp" "conftest.in" -+ cp "conftest.in" "conftest.nl" -+ 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 -+ ac_count=`expr $ac_count + 1` -+ 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 -+ -+ -+fi -+ -+EGREP="$ac_cv_path_EGREP" -+if test -z "$EGREP"; then -+ { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 -+echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} -+ { (exit 1); exit 1; }; } -+fi -+ -+else -+ ac_cv_path_EGREP=$EGREP -+fi -+ -+ -+ fi - fi --echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 --echo "${ECHO_T}$ac_cv_prog_egrep" >&6 -- EGREP=$ac_cv_prog_egrep -+{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 -+echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } -+ EGREP="$ac_cv_path_EGREP" - - --echo "$as_me:$LINENO: checking for ANSI C header files" >&5 --echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 -+echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } - if test "${ac_cv_header_stdc+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -7248,35 +8421,31 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_header_stdc=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_header_stdc=no -+ ac_cv_header_stdc=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+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. -@@ -7332,6 +8501,7 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - #include -+#include - #if ((' ' & 0x0FF) == 0x020) - # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') - # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) -@@ -7351,18 +8521,27 @@ - for (i = 0; i < 256; i++) - if (XOR (islower (i), ISLOWER (i)) - || toupper (i) != TOUPPER (i)) -- exit(2); -- exit (0); -+ return 2; -+ return 0; - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -7375,12 +8554,14 @@ - ( exit $ac_status ) - ac_cv_header_stdc=no - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi -+ -+ - fi - fi --echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 --echo "${ECHO_T}$ac_cv_header_stdc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 -+echo "${ECHO_T}$ac_cv_header_stdc" >&6; } - if test $ac_cv_header_stdc = yes; then - - cat >>confdefs.h <<\_ACEOF -@@ -7403,9 +8584,9 @@ - inttypes.h stdint.h unistd.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -7419,38 +8600,35 @@ - #include <$ac_header> - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - eval "$as_ac_Header=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_Header=no" -+ eval "$as_ac_Header=no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_Header'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -@@ -7461,8 +8639,8 @@ - done - - --echo "$as_me:$LINENO: checking for long long" >&5 --echo $ECHO_N "checking for long long... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for long long" >&5 -+echo $ECHO_N "checking for long long... $ECHO_C" >&6; } - if test "${ac_cv_type_long_long+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -7473,50 +8651,47 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef long long ac__type_new_; - int - main () - { --if ((long long *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (long long)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_long_long=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_long_long=no -+ ac_cv_type_long_long=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 --echo "${ECHO_T}$ac_cv_type_long_long" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 -+echo "${ECHO_T}$ac_cv_type_long_long" >&6; } - if test $ac_cv_type_long_long = yes; then - - cat >>confdefs.h <<_ACEOF -@@ -7526,8 +8701,8 @@ - - fi - --echo "$as_me:$LINENO: checking for long double" >&5 --echo $ECHO_N "checking for long double... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for long double" >&5 -+echo $ECHO_N "checking for long double... $ECHO_C" >&6; } - if test "${ac_cv_type_long_double+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -7538,50 +8713,47 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef long double ac__type_new_; - int - main () - { --if ((long double *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (long double)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_long_double=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_long_double=no -+ ac_cv_type_long_double=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_long_double" >&5 --echo "${ECHO_T}$ac_cv_type_long_double" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_long_double" >&5 -+echo "${ECHO_T}$ac_cv_type_long_double" >&6; } - if test $ac_cv_type_long_double = yes; then - - cat >>confdefs.h <<_ACEOF -@@ -7591,8 +8763,8 @@ - - fi - --echo "$as_me:$LINENO: checking for int8_t" >&5 --echo $ECHO_N "checking for int8_t... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for int8_t" >&5 -+echo $ECHO_N "checking for int8_t... $ECHO_C" >&6; } - if test "${ac_cv_type_int8_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -7603,50 +8775,47 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef int8_t ac__type_new_; - int - main () - { --if ((int8_t *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (int8_t)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_int8_t=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_int8_t=no -+ ac_cv_type_int8_t=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_int8_t" >&5 --echo "${ECHO_T}$ac_cv_type_int8_t" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_int8_t" >&5 -+echo "${ECHO_T}$ac_cv_type_int8_t" >&6; } - if test $ac_cv_type_int8_t = yes; then - - cat >>confdefs.h <<_ACEOF -@@ -7656,8 +8825,8 @@ - - fi - --echo "$as_me:$LINENO: checking for uint8_t" >&5 --echo $ECHO_N "checking for uint8_t... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for uint8_t" >&5 -+echo $ECHO_N "checking for uint8_t... $ECHO_C" >&6; } - if test "${ac_cv_type_uint8_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -7668,50 +8837,47 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef uint8_t ac__type_new_; - int - main () - { --if ((uint8_t *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (uint8_t)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_uint8_t=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_uint8_t=no -+ ac_cv_type_uint8_t=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_uint8_t" >&5 --echo "${ECHO_T}$ac_cv_type_uint8_t" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_uint8_t" >&5 -+echo "${ECHO_T}$ac_cv_type_uint8_t" >&6; } - if test $ac_cv_type_uint8_t = yes; then - - cat >>confdefs.h <<_ACEOF -@@ -7721,8 +8887,8 @@ - - fi - --echo "$as_me:$LINENO: checking for int16_t" >&5 --echo $ECHO_N "checking for int16_t... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for int16_t" >&5 -+echo $ECHO_N "checking for int16_t... $ECHO_C" >&6; } - if test "${ac_cv_type_int16_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -7733,50 +8899,47 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef int16_t ac__type_new_; - int - main () - { --if ((int16_t *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (int16_t)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_int16_t=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_int16_t=no -+ ac_cv_type_int16_t=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_int16_t" >&5 --echo "${ECHO_T}$ac_cv_type_int16_t" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_int16_t" >&5 -+echo "${ECHO_T}$ac_cv_type_int16_t" >&6; } - if test $ac_cv_type_int16_t = yes; then - - cat >>confdefs.h <<_ACEOF -@@ -7786,8 +8949,8 @@ - - fi - --echo "$as_me:$LINENO: checking for uint16_t" >&5 --echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for uint16_t" >&5 -+echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6; } - if test "${ac_cv_type_uint16_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -7798,50 +8961,47 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef uint16_t ac__type_new_; - int - main () - { --if ((uint16_t *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (uint16_t)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_uint16_t=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_uint16_t=no -+ ac_cv_type_uint16_t=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_uint16_t" >&5 --echo "${ECHO_T}$ac_cv_type_uint16_t" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_uint16_t" >&5 -+echo "${ECHO_T}$ac_cv_type_uint16_t" >&6; } - if test $ac_cv_type_uint16_t = yes; then - - cat >>confdefs.h <<_ACEOF -@@ -7851,8 +9011,8 @@ - - fi - --echo "$as_me:$LINENO: checking for int32_t" >&5 --echo $ECHO_N "checking for int32_t... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for int32_t" >&5 -+echo $ECHO_N "checking for int32_t... $ECHO_C" >&6; } - if test "${ac_cv_type_int32_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -7863,50 +9023,47 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef int32_t ac__type_new_; - int - main () - { --if ((int32_t *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (int32_t)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_int32_t=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_int32_t=no -+ ac_cv_type_int32_t=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_int32_t" >&5 --echo "${ECHO_T}$ac_cv_type_int32_t" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_int32_t" >&5 -+echo "${ECHO_T}$ac_cv_type_int32_t" >&6; } - if test $ac_cv_type_int32_t = yes; then - - cat >>confdefs.h <<_ACEOF -@@ -7916,8 +9073,8 @@ - - fi - --echo "$as_me:$LINENO: checking for uint32_t" >&5 --echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for uint32_t" >&5 -+echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6; } - if test "${ac_cv_type_uint32_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -7928,50 +9085,47 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef uint32_t ac__type_new_; - int - main () - { --if ((uint32_t *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (uint32_t)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_uint32_t=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_uint32_t=no -+ ac_cv_type_uint32_t=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_uint32_t" >&5 --echo "${ECHO_T}$ac_cv_type_uint32_t" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_uint32_t" >&5 -+echo "${ECHO_T}$ac_cv_type_uint32_t" >&6; } - if test $ac_cv_type_uint32_t = yes; then - - cat >>confdefs.h <<_ACEOF -@@ -7981,8 +9135,8 @@ - - fi - --echo "$as_me:$LINENO: checking for int64_t" >&5 --echo $ECHO_N "checking for int64_t... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for int64_t" >&5 -+echo $ECHO_N "checking for int64_t... $ECHO_C" >&6; } - if test "${ac_cv_type_int64_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -7993,50 +9147,47 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef int64_t ac__type_new_; - int - main () - { --if ((int64_t *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (int64_t)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_int64_t=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_int64_t=no -+ ac_cv_type_int64_t=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_int64_t" >&5 --echo "${ECHO_T}$ac_cv_type_int64_t" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_int64_t" >&5 -+echo "${ECHO_T}$ac_cv_type_int64_t" >&6; } - if test $ac_cv_type_int64_t = yes; then - - cat >>confdefs.h <<_ACEOF -@@ -8046,8 +9197,8 @@ - - fi - --echo "$as_me:$LINENO: checking for uint64_t" >&5 --echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for uint64_t" >&5 -+echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6; } - if test "${ac_cv_type_uint64_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -8058,50 +9209,47 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef uint64_t ac__type_new_; - int - main () - { --if ((uint64_t *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (uint64_t)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_uint64_t=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_uint64_t=no -+ ac_cv_type_uint64_t=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_uint64_t" >&5 --echo "${ECHO_T}$ac_cv_type_uint64_t" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_uint64_t" >&5 -+echo "${ECHO_T}$ac_cv_type_uint64_t" >&6; } - if test $ac_cv_type_uint64_t = yes; then - - cat >>confdefs.h <<_ACEOF -@@ -8111,8 +9259,8 @@ - - fi - --echo "$as_me:$LINENO: checking for intptr_t" >&5 --echo $ECHO_N "checking for intptr_t... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for intptr_t" >&5 -+echo $ECHO_N "checking for intptr_t... $ECHO_C" >&6; } - if test "${ac_cv_type_intptr_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -8123,50 +9271,47 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef intptr_t ac__type_new_; - int - main () - { --if ((intptr_t *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (intptr_t)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_intptr_t=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_intptr_t=no -+ ac_cv_type_intptr_t=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_intptr_t" >&5 --echo "${ECHO_T}$ac_cv_type_intptr_t" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_intptr_t" >&5 -+echo "${ECHO_T}$ac_cv_type_intptr_t" >&6; } - if test $ac_cv_type_intptr_t = yes; then - - cat >>confdefs.h <<_ACEOF -@@ -8176,8 +9321,8 @@ - - fi - --echo "$as_me:$LINENO: checking for uintptr_t" >&5 --echo $ECHO_N "checking for uintptr_t... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for uintptr_t" >&5 -+echo $ECHO_N "checking for uintptr_t... $ECHO_C" >&6; } - if test "${ac_cv_type_uintptr_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -8188,50 +9333,47 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef uintptr_t ac__type_new_; - int - main () - { --if ((uintptr_t *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (uintptr_t)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_uintptr_t=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_uintptr_t=no -+ ac_cv_type_uintptr_t=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_uintptr_t" >&5 --echo "${ECHO_T}$ac_cv_type_uintptr_t" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_uintptr_t" >&5 -+echo "${ECHO_T}$ac_cv_type_uintptr_t" >&6; } - if test $ac_cv_type_uintptr_t = yes; then - - cat >>confdefs.h <<_ACEOF -@@ -8241,8 +9383,8 @@ - - fi - --echo "$as_me:$LINENO: checking for mode_t" >&5 --echo $ECHO_N "checking for mode_t... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for mode_t" >&5 -+echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; } - if test "${ac_cv_type_mode_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -8253,50 +9395,47 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef mode_t ac__type_new_; - int - main () - { --if ((mode_t *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (mode_t)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_mode_t=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_mode_t=no -+ ac_cv_type_mode_t=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5 --echo "${ECHO_T}$ac_cv_type_mode_t" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5 -+echo "${ECHO_T}$ac_cv_type_mode_t" >&6; } - if test $ac_cv_type_mode_t = yes; then - - cat >>confdefs.h <<_ACEOF -@@ -8312,8 +9451,8 @@ - # Check for type sizes - # - --echo "$as_me:$LINENO: checking for char" >&5 --echo $ECHO_N "checking for char... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for char" >&5 -+echo $ECHO_N "checking for char... $ECHO_C" >&6; } - if test "${ac_cv_type_char+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -8324,61 +9463,57 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef char ac__type_new_; - int - main () - { --if ((char *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (char)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_char=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_char=no -+ ac_cv_type_char=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5 --echo "${ECHO_T}$ac_cv_type_char" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5 -+echo "${ECHO_T}$ac_cv_type_char" >&6; } - --echo "$as_me:$LINENO: checking size of char" >&5 --echo $ECHO_N "checking size of char... $ECHO_C" >&6 -+# The cast to long int works around a bug in the HP C Compiler -+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects -+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. -+# This bug is HP SR number 8606223364. -+{ echo "$as_me:$LINENO: checking size of char" >&5 -+echo $ECHO_N "checking size of char... $ECHO_C" >&6; } - if test "${ac_cv_sizeof_char+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- if test "$ac_cv_type_char" = yes; then -- # The cast to unsigned long works around a bug in the HP C Compiler -- # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects -- # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. -- # This bug is HP SR number 8606223364. - if test "$cross_compiling" = yes; then - # Depending upon the size, compute the lo and hi bounds. - cat >conftest.$ac_ext <<_ACEOF -@@ -8388,10 +9523,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef char ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; - test_array [0] = 0 - - ; -@@ -8399,27 +9535,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=0 ac_mid=0 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -8429,10 +9560,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef char ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -8440,56 +9572,53 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr $ac_mid + 1` -- if test $ac_lo -le $ac_mid; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid + 1` -+ ac_lo=`expr $ac_mid + 1` -+ if test $ac_lo -le $ac_mid; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef char ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; - test_array [0] = 0 - - ; -@@ -8497,27 +9626,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=-1 ac_mid=-1 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -8527,10 +9651,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef char ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -8538,50 +9663,48 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_hi=`expr '(' $ac_mid ')' - 1` -- if test $ac_mid -le $ac_hi; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid` -+ ac_hi=`expr '(' $ac_mid ')' - 1` -+ if test $ac_mid -le $ac_hi; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo= ac_hi= -+ ac_lo= ac_hi= - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+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 - ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` -@@ -8592,10 +9715,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef char ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -8603,52 +9727,45 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr '(' $ac_mid ')' + 1` -+ ac_lo=`expr '(' $ac_mid ')' + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - case $ac_lo in - ?*) ac_cv_sizeof_char=$ac_lo;; --'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77 -+'') if test "$ac_cv_type_char" = yes; then -+ { { echo "$as_me:$LINENO: error: cannot compute sizeof (char) - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute sizeof (char), 77 -+echo "$as_me: error: cannot compute sizeof (char) - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } ;; -+ { (exit 77); exit 77; }; } -+ else -+ ac_cv_sizeof_char=0 -+ fi ;; - esac - else -- if test "$cross_compiling" = yes; then -- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling --See \`config.log' for more details." >&5 --echo "$as_me: error: cannot run test program while cross compiling --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -8656,8 +9773,9 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default --long longval () { return (long) (sizeof (char)); } --unsigned long ulongval () { return (long) (sizeof (char)); } -+ typedef char ac__type_sizeof_; -+static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -+static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } - #include - #include - int -@@ -8666,35 +9784,44 @@ - - FILE *f = fopen ("conftest.val", "w"); - if (! f) -- exit (1); -- if (((long) (sizeof (char))) < 0) -+ return 1; -+ if (((long int) (sizeof (ac__type_sizeof_))) < 0) - { -- long i = longval (); -- if (i != ((long) (sizeof (char)))) -- exit (1); -+ long int i = longval (); -+ if (i != ((long int) (sizeof (ac__type_sizeof_)))) -+ return 1; - fprintf (f, "%ld\n", i); - } - else - { -- unsigned long i = ulongval (); -- if (i != ((long) (sizeof (char)))) -- exit (1); -+ unsigned long int i = ulongval (); -+ if (i != ((long int) (sizeof (ac__type_sizeof_)))) -+ return 1; - fprintf (f, "%lu\n", i); - } -- exit (ferror (f) || fclose (f) != 0); -+ return ferror (f) || fclose (f) != 0; - - ; - return 0; - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -8705,29 +9832,32 @@ - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) --{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77 -+if test "$ac_cv_type_char" = yes; then -+ { { echo "$as_me:$LINENO: error: cannot compute sizeof (char) - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute sizeof (char), 77 -+echo "$as_me: error: cannot compute sizeof (char) - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+ { (exit 77); exit 77; }; } -+ else -+ ac_cv_sizeof_char=0 -+ fi - fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - rm -f conftest.val --else -- ac_cv_sizeof_char=0 --fi - fi --echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5 --echo "${ECHO_T}$ac_cv_sizeof_char" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5 -+echo "${ECHO_T}$ac_cv_sizeof_char" >&6; } -+ -+ -+ - cat >>confdefs.h <<_ACEOF - #define SIZEOF_CHAR $ac_cv_sizeof_char - _ACEOF - - --echo "$as_me:$LINENO: checking for short" >&5 --echo $ECHO_N "checking for short... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for short" >&5 -+echo $ECHO_N "checking for short... $ECHO_C" >&6; } - if test "${ac_cv_type_short+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -8738,61 +9868,57 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef short ac__type_new_; - int - main () - { --if ((short *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (short)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_short=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_short=no -+ ac_cv_type_short=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5 --echo "${ECHO_T}$ac_cv_type_short" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5 -+echo "${ECHO_T}$ac_cv_type_short" >&6; } - --echo "$as_me:$LINENO: checking size of short" >&5 --echo $ECHO_N "checking size of short... $ECHO_C" >&6 -+# The cast to long int works around a bug in the HP C Compiler -+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects -+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. -+# This bug is HP SR number 8606223364. -+{ echo "$as_me:$LINENO: checking size of short" >&5 -+echo $ECHO_N "checking size of short... $ECHO_C" >&6; } - if test "${ac_cv_sizeof_short+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- if test "$ac_cv_type_short" = yes; then -- # The cast to unsigned long works around a bug in the HP C Compiler -- # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects -- # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. -- # This bug is HP SR number 8606223364. - if test "$cross_compiling" = yes; then - # Depending upon the size, compute the lo and hi bounds. - cat >conftest.$ac_ext <<_ACEOF -@@ -8802,10 +9928,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef short ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; - test_array [0] = 0 - - ; -@@ -8813,27 +9940,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=0 ac_mid=0 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -8843,10 +9965,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef short ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -8854,56 +9977,53 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr $ac_mid + 1` -- if test $ac_lo -le $ac_mid; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid + 1` -+ ac_lo=`expr $ac_mid + 1` -+ if test $ac_lo -le $ac_mid; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef short ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; - test_array [0] = 0 - - ; -@@ -8911,27 +10031,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=-1 ac_mid=-1 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -8941,10 +10056,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef short ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -8952,50 +10068,48 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_hi=`expr '(' $ac_mid ')' - 1` -- if test $ac_mid -le $ac_hi; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid` -+ ac_hi=`expr '(' $ac_mid ')' - 1` -+ if test $ac_mid -le $ac_hi; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo= ac_hi= -+ ac_lo= ac_hi= - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+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 - ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` -@@ -9006,10 +10120,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef short ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -9017,52 +10132,45 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr '(' $ac_mid ')' + 1` -+ ac_lo=`expr '(' $ac_mid ')' + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - case $ac_lo in - ?*) ac_cv_sizeof_short=$ac_lo;; --'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77 -+'') if test "$ac_cv_type_short" = yes; then -+ { { echo "$as_me:$LINENO: error: cannot compute sizeof (short) - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute sizeof (short), 77 -+echo "$as_me: error: cannot compute sizeof (short) - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } ;; -+ { (exit 77); exit 77; }; } -+ else -+ ac_cv_sizeof_short=0 -+ fi ;; - esac - else -- if test "$cross_compiling" = yes; then -- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling --See \`config.log' for more details." >&5 --echo "$as_me: error: cannot run test program while cross compiling --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -9070,8 +10178,9 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default --long longval () { return (long) (sizeof (short)); } --unsigned long ulongval () { return (long) (sizeof (short)); } -+ typedef short ac__type_sizeof_; -+static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -+static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } - #include - #include - int -@@ -9080,35 +10189,44 @@ - - FILE *f = fopen ("conftest.val", "w"); - if (! f) -- exit (1); -- if (((long) (sizeof (short))) < 0) -+ return 1; -+ if (((long int) (sizeof (ac__type_sizeof_))) < 0) - { -- long i = longval (); -- if (i != ((long) (sizeof (short)))) -- exit (1); -+ long int i = longval (); -+ if (i != ((long int) (sizeof (ac__type_sizeof_)))) -+ return 1; - fprintf (f, "%ld\n", i); - } - else - { -- unsigned long i = ulongval (); -- if (i != ((long) (sizeof (short)))) -- exit (1); -+ unsigned long int i = ulongval (); -+ if (i != ((long int) (sizeof (ac__type_sizeof_)))) -+ return 1; - fprintf (f, "%lu\n", i); - } -- exit (ferror (f) || fclose (f) != 0); -+ return ferror (f) || fclose (f) != 0; - - ; - return 0; - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -9119,29 +10237,32 @@ - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) --{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77 -+if test "$ac_cv_type_short" = yes; then -+ { { echo "$as_me:$LINENO: error: cannot compute sizeof (short) - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute sizeof (short), 77 -+echo "$as_me: error: cannot compute sizeof (short) - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+ { (exit 77); exit 77; }; } -+ else -+ ac_cv_sizeof_short=0 -+ fi - fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - rm -f conftest.val --else -- ac_cv_sizeof_short=0 --fi - fi --echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5 --echo "${ECHO_T}$ac_cv_sizeof_short" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5 -+echo "${ECHO_T}$ac_cv_sizeof_short" >&6; } -+ -+ -+ - cat >>confdefs.h <<_ACEOF - #define SIZEOF_SHORT $ac_cv_sizeof_short - _ACEOF - - --echo "$as_me:$LINENO: checking for int" >&5 --echo $ECHO_N "checking for int... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for int" >&5 -+echo $ECHO_N "checking for int... $ECHO_C" >&6; } - if test "${ac_cv_type_int+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -9152,61 +10273,57 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef int ac__type_new_; - int - main () - { --if ((int *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (int)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_int=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_int=no -+ ac_cv_type_int=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5 --echo "${ECHO_T}$ac_cv_type_int" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5 -+echo "${ECHO_T}$ac_cv_type_int" >&6; } - --echo "$as_me:$LINENO: checking size of int" >&5 --echo $ECHO_N "checking size of int... $ECHO_C" >&6 -+# The cast to long int works around a bug in the HP C Compiler -+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects -+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. -+# This bug is HP SR number 8606223364. -+{ echo "$as_me:$LINENO: checking size of int" >&5 -+echo $ECHO_N "checking size of int... $ECHO_C" >&6; } - if test "${ac_cv_sizeof_int+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- if test "$ac_cv_type_int" = yes; then -- # The cast to unsigned long works around a bug in the HP C Compiler -- # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects -- # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. -- # This bug is HP SR number 8606223364. - if test "$cross_compiling" = yes; then - # Depending upon the size, compute the lo and hi bounds. - cat >conftest.$ac_ext <<_ACEOF -@@ -9216,10 +10333,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef int ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; - test_array [0] = 0 - - ; -@@ -9227,27 +10345,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=0 ac_mid=0 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -9257,10 +10370,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef int ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -9268,56 +10382,53 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr $ac_mid + 1` -- if test $ac_lo -le $ac_mid; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid + 1` -+ ac_lo=`expr $ac_mid + 1` -+ if test $ac_lo -le $ac_mid; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef int ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; - test_array [0] = 0 - - ; -@@ -9325,27 +10436,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=-1 ac_mid=-1 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -9355,10 +10461,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef int ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -9366,50 +10473,48 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_hi=`expr '(' $ac_mid ')' - 1` -- if test $ac_mid -le $ac_hi; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid` -+ ac_hi=`expr '(' $ac_mid ')' - 1` -+ if test $ac_mid -le $ac_hi; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo= ac_hi= -+ ac_lo= ac_hi= - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+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 - ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` -@@ -9420,10 +10525,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef int ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -9431,52 +10537,45 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr '(' $ac_mid ')' + 1` -+ ac_lo=`expr '(' $ac_mid ')' + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - case $ac_lo in - ?*) ac_cv_sizeof_int=$ac_lo;; --'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77 -+'') if test "$ac_cv_type_int" = yes; then -+ { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute sizeof (int), 77 -+echo "$as_me: error: cannot compute sizeof (int) - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } ;; -+ { (exit 77); exit 77; }; } -+ else -+ ac_cv_sizeof_int=0 -+ fi ;; - esac - else -- if test "$cross_compiling" = yes; then -- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling --See \`config.log' for more details." >&5 --echo "$as_me: error: cannot run test program while cross compiling --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -9484,8 +10583,9 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default --long longval () { return (long) (sizeof (int)); } --unsigned long ulongval () { return (long) (sizeof (int)); } -+ typedef int ac__type_sizeof_; -+static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -+static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } - #include - #include - int -@@ -9494,35 +10594,44 @@ - - FILE *f = fopen ("conftest.val", "w"); - if (! f) -- exit (1); -- if (((long) (sizeof (int))) < 0) -+ return 1; -+ if (((long int) (sizeof (ac__type_sizeof_))) < 0) - { -- long i = longval (); -- if (i != ((long) (sizeof (int)))) -- exit (1); -+ long int i = longval (); -+ if (i != ((long int) (sizeof (ac__type_sizeof_)))) -+ return 1; - fprintf (f, "%ld\n", i); - } - else - { -- unsigned long i = ulongval (); -- if (i != ((long) (sizeof (int)))) -- exit (1); -+ unsigned long int i = ulongval (); -+ if (i != ((long int) (sizeof (ac__type_sizeof_)))) -+ return 1; - fprintf (f, "%lu\n", i); - } -- exit (ferror (f) || fclose (f) != 0); -+ return ferror (f) || fclose (f) != 0; - - ; - return 0; - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -9533,29 +10642,32 @@ - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) --{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77 -+if test "$ac_cv_type_int" = yes; then -+ { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute sizeof (int), 77 -+echo "$as_me: error: cannot compute sizeof (int) - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+ { (exit 77); exit 77; }; } -+ else -+ ac_cv_sizeof_int=0 -+ fi - fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - rm -f conftest.val --else -- ac_cv_sizeof_int=0 --fi - fi --echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 --echo "${ECHO_T}$ac_cv_sizeof_int" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 -+echo "${ECHO_T}$ac_cv_sizeof_int" >&6; } -+ -+ -+ - cat >>confdefs.h <<_ACEOF - #define SIZEOF_INT $ac_cv_sizeof_int - _ACEOF - - --echo "$as_me:$LINENO: checking for long" >&5 --echo $ECHO_N "checking for long... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for long" >&5 -+echo $ECHO_N "checking for long... $ECHO_C" >&6; } - if test "${ac_cv_type_long+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -9566,61 +10678,57 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef long ac__type_new_; - int - main () - { --if ((long *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (long)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_long=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_long=no -+ ac_cv_type_long=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5 --echo "${ECHO_T}$ac_cv_type_long" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5 -+echo "${ECHO_T}$ac_cv_type_long" >&6; } - --echo "$as_me:$LINENO: checking size of long" >&5 --echo $ECHO_N "checking size of long... $ECHO_C" >&6 -+# The cast to long int works around a bug in the HP C Compiler -+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects -+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. -+# This bug is HP SR number 8606223364. -+{ echo "$as_me:$LINENO: checking size of long" >&5 -+echo $ECHO_N "checking size of long... $ECHO_C" >&6; } - if test "${ac_cv_sizeof_long+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- if test "$ac_cv_type_long" = yes; then -- # The cast to unsigned long works around a bug in the HP C Compiler -- # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects -- # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. -- # This bug is HP SR number 8606223364. - if test "$cross_compiling" = yes; then - # Depending upon the size, compute the lo and hi bounds. - cat >conftest.$ac_ext <<_ACEOF -@@ -9630,10 +10738,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef long ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; - test_array [0] = 0 - - ; -@@ -9641,27 +10750,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=0 ac_mid=0 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -9671,10 +10775,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef long ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -9682,56 +10787,53 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr $ac_mid + 1` -- if test $ac_lo -le $ac_mid; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid + 1` -+ ac_lo=`expr $ac_mid + 1` -+ if test $ac_lo -le $ac_mid; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef long ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; - test_array [0] = 0 - - ; -@@ -9739,27 +10841,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=-1 ac_mid=-1 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -9769,10 +10866,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef long ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -9780,50 +10878,48 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_hi=`expr '(' $ac_mid ')' - 1` -- if test $ac_mid -le $ac_hi; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid` -+ ac_hi=`expr '(' $ac_mid ')' - 1` -+ if test $ac_mid -le $ac_hi; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo= ac_hi= -+ ac_lo= ac_hi= - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+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 - ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` -@@ -9834,10 +10930,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef long ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -9845,52 +10942,45 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr '(' $ac_mid ')' + 1` -+ ac_lo=`expr '(' $ac_mid ')' + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - case $ac_lo in - ?*) ac_cv_sizeof_long=$ac_lo;; --'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77 -+'') if test "$ac_cv_type_long" = yes; then -+ { { echo "$as_me:$LINENO: error: cannot compute sizeof (long) - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute sizeof (long), 77 -+echo "$as_me: error: cannot compute sizeof (long) - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } ;; -+ { (exit 77); exit 77; }; } -+ else -+ ac_cv_sizeof_long=0 -+ fi ;; - esac - else -- if test "$cross_compiling" = yes; then -- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling --See \`config.log' for more details." >&5 --echo "$as_me: error: cannot run test program while cross compiling --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -9898,8 +10988,9 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default --long longval () { return (long) (sizeof (long)); } --unsigned long ulongval () { return (long) (sizeof (long)); } -+ typedef long ac__type_sizeof_; -+static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -+static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } - #include - #include - int -@@ -9908,35 +10999,44 @@ - - FILE *f = fopen ("conftest.val", "w"); - if (! f) -- exit (1); -- if (((long) (sizeof (long))) < 0) -+ return 1; -+ if (((long int) (sizeof (ac__type_sizeof_))) < 0) - { -- long i = longval (); -- if (i != ((long) (sizeof (long)))) -- exit (1); -+ long int i = longval (); -+ if (i != ((long int) (sizeof (ac__type_sizeof_)))) -+ return 1; - fprintf (f, "%ld\n", i); - } - else - { -- unsigned long i = ulongval (); -- if (i != ((long) (sizeof (long)))) -- exit (1); -+ unsigned long int i = ulongval (); -+ if (i != ((long int) (sizeof (ac__type_sizeof_)))) -+ return 1; - fprintf (f, "%lu\n", i); - } -- exit (ferror (f) || fclose (f) != 0); -+ return ferror (f) || fclose (f) != 0; - - ; - return 0; - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -9947,30 +11047,33 @@ - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) --{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77 -+if test "$ac_cv_type_long" = yes; then -+ { { echo "$as_me:$LINENO: error: cannot compute sizeof (long) - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute sizeof (long), 77 -+echo "$as_me: error: cannot compute sizeof (long) - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+ { (exit 77); exit 77; }; } -+ else -+ ac_cv_sizeof_long=0 -+ fi - fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - rm -f conftest.val --else -- ac_cv_sizeof_long=0 --fi - fi --echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5 --echo "${ECHO_T}$ac_cv_sizeof_long" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5 -+echo "${ECHO_T}$ac_cv_sizeof_long" >&6; } -+ -+ -+ - cat >>confdefs.h <<_ACEOF - #define SIZEOF_LONG $ac_cv_sizeof_long - _ACEOF - - - if test $ac_cv_type_long_long = yes; then -- echo "$as_me:$LINENO: checking for long long" >&5 --echo $ECHO_N "checking for long long... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for long long" >&5 -+echo $ECHO_N "checking for long long... $ECHO_C" >&6; } - if test "${ac_cv_type_long_long+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -9981,61 +11084,57 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef long long ac__type_new_; - int - main () - { --if ((long long *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (long long)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_long_long=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_long_long=no -+ ac_cv_type_long_long=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 --echo "${ECHO_T}$ac_cv_type_long_long" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 -+echo "${ECHO_T}$ac_cv_type_long_long" >&6; } - --echo "$as_me:$LINENO: checking size of long long" >&5 --echo $ECHO_N "checking size of long long... $ECHO_C" >&6 -+# The cast to long int works around a bug in the HP C Compiler -+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects -+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. -+# This bug is HP SR number 8606223364. -+{ echo "$as_me:$LINENO: checking size of long long" >&5 -+echo $ECHO_N "checking size of long long... $ECHO_C" >&6; } - if test "${ac_cv_sizeof_long_long+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- if test "$ac_cv_type_long_long" = yes; then -- # The cast to unsigned long works around a bug in the HP C Compiler -- # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects -- # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. -- # This bug is HP SR number 8606223364. - if test "$cross_compiling" = yes; then - # Depending upon the size, compute the lo and hi bounds. - cat >conftest.$ac_ext <<_ACEOF -@@ -10045,10 +11144,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef long long ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; - test_array [0] = 0 - - ; -@@ -10056,27 +11156,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=0 ac_mid=0 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -10086,10 +11181,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef long long ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -10097,56 +11193,53 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr $ac_mid + 1` -- if test $ac_lo -le $ac_mid; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid + 1` -+ ac_lo=`expr $ac_mid + 1` -+ if test $ac_lo -le $ac_mid; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef long long ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; - test_array [0] = 0 - - ; -@@ -10154,27 +11247,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=-1 ac_mid=-1 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -10184,10 +11272,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef long long ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -10195,50 +11284,48 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_hi=`expr '(' $ac_mid ')' - 1` -- if test $ac_mid -le $ac_hi; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid` -+ ac_hi=`expr '(' $ac_mid ')' - 1` -+ if test $ac_mid -le $ac_hi; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo= ac_hi= -+ ac_lo= ac_hi= - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+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 - ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` -@@ -10249,10 +11336,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef long long ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -10260,52 +11348,45 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr '(' $ac_mid ')' + 1` -+ ac_lo=`expr '(' $ac_mid ')' + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - case $ac_lo in - ?*) ac_cv_sizeof_long_long=$ac_lo;; --'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77 -+'') if test "$ac_cv_type_long_long" = yes; then -+ { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute sizeof (long long), 77 -+echo "$as_me: error: cannot compute sizeof (long long) - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } ;; -+ { (exit 77); exit 77; }; } -+ else -+ ac_cv_sizeof_long_long=0 -+ fi ;; - esac - else -- if test "$cross_compiling" = yes; then -- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling --See \`config.log' for more details." >&5 --echo "$as_me: error: cannot run test program while cross compiling --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -10313,8 +11394,9 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default --long longval () { return (long) (sizeof (long long)); } --unsigned long ulongval () { return (long) (sizeof (long long)); } -+ typedef long long ac__type_sizeof_; -+static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -+static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } - #include - #include - int -@@ -10323,35 +11405,44 @@ - - FILE *f = fopen ("conftest.val", "w"); - if (! f) -- exit (1); -- if (((long) (sizeof (long long))) < 0) -+ return 1; -+ if (((long int) (sizeof (ac__type_sizeof_))) < 0) - { -- long i = longval (); -- if (i != ((long) (sizeof (long long)))) -- exit (1); -+ long int i = longval (); -+ if (i != ((long int) (sizeof (ac__type_sizeof_)))) -+ return 1; - fprintf (f, "%ld\n", i); - } - else - { -- unsigned long i = ulongval (); -- if (i != ((long) (sizeof (long long)))) -- exit (1); -+ unsigned long int i = ulongval (); -+ if (i != ((long int) (sizeof (ac__type_sizeof_)))) -+ return 1; - fprintf (f, "%lu\n", i); - } -- exit (ferror (f) || fclose (f) != 0); -+ return ferror (f) || fclose (f) != 0; - - ; - return 0; - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -10362,22 +11453,25 @@ - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) --{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77 -+if test "$ac_cv_type_long_long" = yes; then -+ { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute sizeof (long long), 77 -+echo "$as_me: error: cannot compute sizeof (long long) - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+ { (exit 77); exit 77; }; } -+ else -+ ac_cv_sizeof_long_long=0 -+ fi - fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - rm -f conftest.val --else -- ac_cv_sizeof_long_long=0 --fi - fi --echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 --echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 -+echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; } -+ -+ -+ - cat >>confdefs.h <<_ACEOF - #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long - _ACEOF -@@ -10385,8 +11479,8 @@ - - fi - if test $ac_cv_type_long_double = yes; then -- echo "$as_me:$LINENO: checking for long double" >&5 --echo $ECHO_N "checking for long double... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for long double" >&5 -+echo $ECHO_N "checking for long double... $ECHO_C" >&6; } - if test "${ac_cv_type_long_double+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -10397,61 +11491,57 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef long double ac__type_new_; - int - main () - { --if ((long double *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (long double)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_long_double=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_long_double=no -+ ac_cv_type_long_double=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_long_double" >&5 --echo "${ECHO_T}$ac_cv_type_long_double" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_long_double" >&5 -+echo "${ECHO_T}$ac_cv_type_long_double" >&6; } - --echo "$as_me:$LINENO: checking size of long double" >&5 --echo $ECHO_N "checking size of long double... $ECHO_C" >&6 -+# The cast to long int works around a bug in the HP C Compiler -+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects -+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. -+# This bug is HP SR number 8606223364. -+{ echo "$as_me:$LINENO: checking size of long double" >&5 -+echo $ECHO_N "checking size of long double... $ECHO_C" >&6; } - if test "${ac_cv_sizeof_long_double+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- if test "$ac_cv_type_long_double" = yes; then -- # The cast to unsigned long works around a bug in the HP C Compiler -- # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects -- # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. -- # This bug is HP SR number 8606223364. - if test "$cross_compiling" = yes; then - # Depending upon the size, compute the lo and hi bounds. - cat >conftest.$ac_ext <<_ACEOF -@@ -10461,10 +11551,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef long double ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (long double))) >= 0)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; - test_array [0] = 0 - - ; -@@ -10472,27 +11563,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=0 ac_mid=0 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -10502,10 +11588,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef long double ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (long double))) <= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -10513,56 +11600,53 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr $ac_mid + 1` -- if test $ac_lo -le $ac_mid; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid + 1` -+ ac_lo=`expr $ac_mid + 1` -+ if test $ac_lo -le $ac_mid; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef long double ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (long double))) < 0)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; - test_array [0] = 0 - - ; -@@ -10570,27 +11654,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=-1 ac_mid=-1 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -10600,10 +11679,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef long double ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (long double))) >= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -10611,50 +11691,48 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_hi=`expr '(' $ac_mid ')' - 1` -- if test $ac_mid -le $ac_hi; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid` -+ ac_hi=`expr '(' $ac_mid ')' - 1` -+ if test $ac_mid -le $ac_hi; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo= ac_hi= -+ ac_lo= ac_hi= - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+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 - ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` -@@ -10665,10 +11743,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef long double ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (long double))) <= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -10676,52 +11755,45 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr '(' $ac_mid ')' + 1` -+ ac_lo=`expr '(' $ac_mid ')' + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - case $ac_lo in - ?*) ac_cv_sizeof_long_double=$ac_lo;; --'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long double), 77 -+'') if test "$ac_cv_type_long_double" = yes; then -+ { { echo "$as_me:$LINENO: error: cannot compute sizeof (long double) - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute sizeof (long double), 77 -+echo "$as_me: error: cannot compute sizeof (long double) - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } ;; -+ { (exit 77); exit 77; }; } -+ else -+ ac_cv_sizeof_long_double=0 -+ fi ;; - esac - else -- if test "$cross_compiling" = yes; then -- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling --See \`config.log' for more details." >&5 --echo "$as_me: error: cannot run test program while cross compiling --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -10729,8 +11801,9 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default --long longval () { return (long) (sizeof (long double)); } --unsigned long ulongval () { return (long) (sizeof (long double)); } -+ typedef long double ac__type_sizeof_; -+static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -+static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } - #include - #include - int -@@ -10739,35 +11812,44 @@ - - FILE *f = fopen ("conftest.val", "w"); - if (! f) -- exit (1); -- if (((long) (sizeof (long double))) < 0) -+ return 1; -+ if (((long int) (sizeof (ac__type_sizeof_))) < 0) - { -- long i = longval (); -- if (i != ((long) (sizeof (long double)))) -- exit (1); -+ long int i = longval (); -+ if (i != ((long int) (sizeof (ac__type_sizeof_)))) -+ return 1; - fprintf (f, "%ld\n", i); - } - else - { -- unsigned long i = ulongval (); -- if (i != ((long) (sizeof (long double)))) -- exit (1); -+ unsigned long int i = ulongval (); -+ if (i != ((long int) (sizeof (ac__type_sizeof_)))) -+ return 1; - fprintf (f, "%lu\n", i); - } -- exit (ferror (f) || fclose (f) != 0); -+ return ferror (f) || fclose (f) != 0; - - ; - return 0; - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -10778,30 +11860,33 @@ - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) --{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long double), 77 -+if test "$ac_cv_type_long_double" = yes; then -+ { { echo "$as_me:$LINENO: error: cannot compute sizeof (long double) - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute sizeof (long double), 77 -+echo "$as_me: error: cannot compute sizeof (long double) - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+ { (exit 77); exit 77; }; } -+ else -+ ac_cv_sizeof_long_double=0 -+ fi - fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - rm -f conftest.val --else -- ac_cv_sizeof_long_double=0 --fi - fi --echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_double" >&5 --echo "${ECHO_T}$ac_cv_sizeof_long_double" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_double" >&5 -+echo "${ECHO_T}$ac_cv_sizeof_long_double" >&6; } -+ -+ -+ - cat >>confdefs.h <<_ACEOF - #define SIZEOF_LONG_DOUBLE $ac_cv_sizeof_long_double - _ACEOF - - - fi --echo "$as_me:$LINENO: checking for float" >&5 --echo $ECHO_N "checking for float... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for float" >&5 -+echo $ECHO_N "checking for float... $ECHO_C" >&6; } - if test "${ac_cv_type_float+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -10812,61 +11897,57 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef float ac__type_new_; - int - main () - { --if ((float *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (float)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_float=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_float=no -+ ac_cv_type_float=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_float" >&5 --echo "${ECHO_T}$ac_cv_type_float" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_float" >&5 -+echo "${ECHO_T}$ac_cv_type_float" >&6; } - --echo "$as_me:$LINENO: checking size of float" >&5 --echo $ECHO_N "checking size of float... $ECHO_C" >&6 -+# The cast to long int works around a bug in the HP C Compiler -+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects -+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. -+# This bug is HP SR number 8606223364. -+{ echo "$as_me:$LINENO: checking size of float" >&5 -+echo $ECHO_N "checking size of float... $ECHO_C" >&6; } - if test "${ac_cv_sizeof_float+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- if test "$ac_cv_type_float" = yes; then -- # The cast to unsigned long works around a bug in the HP C Compiler -- # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects -- # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. -- # This bug is HP SR number 8606223364. - if test "$cross_compiling" = yes; then - # Depending upon the size, compute the lo and hi bounds. - cat >conftest.$ac_ext <<_ACEOF -@@ -10876,10 +11957,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef float ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (float))) >= 0)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; - test_array [0] = 0 - - ; -@@ -10887,27 +11969,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=0 ac_mid=0 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -10917,10 +11994,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef float ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (float))) <= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -10928,56 +12006,53 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr $ac_mid + 1` -- if test $ac_lo -le $ac_mid; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid + 1` -+ ac_lo=`expr $ac_mid + 1` -+ if test $ac_lo -le $ac_mid; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef float ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (float))) < 0)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; - test_array [0] = 0 - - ; -@@ -10985,27 +12060,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=-1 ac_mid=-1 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -11015,10 +12085,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef float ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (float))) >= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -11026,50 +12097,48 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_hi=`expr '(' $ac_mid ')' - 1` -- if test $ac_mid -le $ac_hi; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid` -+ ac_hi=`expr '(' $ac_mid ')' - 1` -+ if test $ac_mid -le $ac_hi; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo= ac_hi= -+ ac_lo= ac_hi= - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+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 - ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` -@@ -11080,10 +12149,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef float ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (float))) <= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -11091,52 +12161,45 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr '(' $ac_mid ')' + 1` -+ ac_lo=`expr '(' $ac_mid ')' + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - case $ac_lo in - ?*) ac_cv_sizeof_float=$ac_lo;; --'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (float), 77 -+'') if test "$ac_cv_type_float" = yes; then -+ { { echo "$as_me:$LINENO: error: cannot compute sizeof (float) - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute sizeof (float), 77 -+echo "$as_me: error: cannot compute sizeof (float) - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } ;; -+ { (exit 77); exit 77; }; } -+ else -+ ac_cv_sizeof_float=0 -+ fi ;; - esac - else -- if test "$cross_compiling" = yes; then -- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling --See \`config.log' for more details." >&5 --echo "$as_me: error: cannot run test program while cross compiling --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -11144,8 +12207,9 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default --long longval () { return (long) (sizeof (float)); } --unsigned long ulongval () { return (long) (sizeof (float)); } -+ typedef float ac__type_sizeof_; -+static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -+static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } - #include - #include - int -@@ -11154,35 +12218,44 @@ - - FILE *f = fopen ("conftest.val", "w"); - if (! f) -- exit (1); -- if (((long) (sizeof (float))) < 0) -+ return 1; -+ if (((long int) (sizeof (ac__type_sizeof_))) < 0) - { -- long i = longval (); -- if (i != ((long) (sizeof (float)))) -- exit (1); -+ long int i = longval (); -+ if (i != ((long int) (sizeof (ac__type_sizeof_)))) -+ return 1; - fprintf (f, "%ld\n", i); - } - else - { -- unsigned long i = ulongval (); -- if (i != ((long) (sizeof (float)))) -- exit (1); -+ unsigned long int i = ulongval (); -+ if (i != ((long int) (sizeof (ac__type_sizeof_)))) -+ return 1; - fprintf (f, "%lu\n", i); - } -- exit (ferror (f) || fclose (f) != 0); -+ return ferror (f) || fclose (f) != 0; - - ; - return 0; - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -11193,29 +12266,32 @@ - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) --{ { echo "$as_me:$LINENO: error: cannot compute sizeof (float), 77 -+if test "$ac_cv_type_float" = yes; then -+ { { echo "$as_me:$LINENO: error: cannot compute sizeof (float) - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute sizeof (float), 77 -+echo "$as_me: error: cannot compute sizeof (float) - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+ { (exit 77); exit 77; }; } -+ else -+ ac_cv_sizeof_float=0 -+ fi - fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - rm -f conftest.val --else -- ac_cv_sizeof_float=0 --fi - fi --echo "$as_me:$LINENO: result: $ac_cv_sizeof_float" >&5 --echo "${ECHO_T}$ac_cv_sizeof_float" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_float" >&5 -+echo "${ECHO_T}$ac_cv_sizeof_float" >&6; } -+ -+ -+ - cat >>confdefs.h <<_ACEOF - #define SIZEOF_FLOAT $ac_cv_sizeof_float - _ACEOF - - --echo "$as_me:$LINENO: checking for double" >&5 --echo $ECHO_N "checking for double... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for double" >&5 -+echo $ECHO_N "checking for double... $ECHO_C" >&6; } - if test "${ac_cv_type_double+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -11226,61 +12302,57 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef double ac__type_new_; - int - main () - { --if ((double *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (double)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_double=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_double=no -+ ac_cv_type_double=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_double" >&5 --echo "${ECHO_T}$ac_cv_type_double" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_double" >&5 -+echo "${ECHO_T}$ac_cv_type_double" >&6; } - --echo "$as_me:$LINENO: checking size of double" >&5 --echo $ECHO_N "checking size of double... $ECHO_C" >&6 -+# The cast to long int works around a bug in the HP C Compiler -+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects -+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. -+# This bug is HP SR number 8606223364. -+{ echo "$as_me:$LINENO: checking size of double" >&5 -+echo $ECHO_N "checking size of double... $ECHO_C" >&6; } - if test "${ac_cv_sizeof_double+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- if test "$ac_cv_type_double" = yes; then -- # The cast to unsigned long works around a bug in the HP C Compiler -- # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects -- # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. -- # This bug is HP SR number 8606223364. - if test "$cross_compiling" = yes; then - # Depending upon the size, compute the lo and hi bounds. - cat >conftest.$ac_ext <<_ACEOF -@@ -11290,10 +12362,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef double ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (double))) >= 0)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; - test_array [0] = 0 - - ; -@@ -11301,27 +12374,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=0 ac_mid=0 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -11331,10 +12399,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef double ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (double))) <= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -11342,56 +12411,53 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr $ac_mid + 1` -- if test $ac_lo -le $ac_mid; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid + 1` -+ ac_lo=`expr $ac_mid + 1` -+ if test $ac_lo -le $ac_mid; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef double ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (double))) < 0)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; - test_array [0] = 0 - - ; -@@ -11399,27 +12465,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=-1 ac_mid=-1 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -11429,10 +12490,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef double ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (double))) >= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -11440,50 +12502,48 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_hi=`expr '(' $ac_mid ')' - 1` -- if test $ac_mid -le $ac_hi; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid` -+ ac_hi=`expr '(' $ac_mid ')' - 1` -+ if test $ac_mid -le $ac_hi; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo= ac_hi= -+ ac_lo= ac_hi= - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+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 - ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` -@@ -11494,10 +12554,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef double ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (double))) <= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -11505,52 +12566,45 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr '(' $ac_mid ')' + 1` -+ ac_lo=`expr '(' $ac_mid ')' + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - case $ac_lo in - ?*) ac_cv_sizeof_double=$ac_lo;; --'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (double), 77 -+'') if test "$ac_cv_type_double" = yes; then -+ { { echo "$as_me:$LINENO: error: cannot compute sizeof (double) - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute sizeof (double), 77 -+echo "$as_me: error: cannot compute sizeof (double) - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } ;; -+ { (exit 77); exit 77; }; } -+ else -+ ac_cv_sizeof_double=0 -+ fi ;; - esac - else -- if test "$cross_compiling" = yes; then -- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling --See \`config.log' for more details." >&5 --echo "$as_me: error: cannot run test program while cross compiling --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -11558,8 +12612,9 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default --long longval () { return (long) (sizeof (double)); } --unsigned long ulongval () { return (long) (sizeof (double)); } -+ typedef double ac__type_sizeof_; -+static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -+static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } - #include - #include - int -@@ -11568,35 +12623,44 @@ - - FILE *f = fopen ("conftest.val", "w"); - if (! f) -- exit (1); -- if (((long) (sizeof (double))) < 0) -+ return 1; -+ if (((long int) (sizeof (ac__type_sizeof_))) < 0) - { -- long i = longval (); -- if (i != ((long) (sizeof (double)))) -- exit (1); -+ long int i = longval (); -+ if (i != ((long int) (sizeof (ac__type_sizeof_)))) -+ return 1; - fprintf (f, "%ld\n", i); - } - else - { -- unsigned long i = ulongval (); -- if (i != ((long) (sizeof (double)))) -- exit (1); -+ unsigned long int i = ulongval (); -+ if (i != ((long int) (sizeof (ac__type_sizeof_)))) -+ return 1; - fprintf (f, "%lu\n", i); - } -- exit (ferror (f) || fclose (f) != 0); -+ return ferror (f) || fclose (f) != 0; - - ; - return 0; - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -11607,29 +12671,32 @@ - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) --{ { echo "$as_me:$LINENO: error: cannot compute sizeof (double), 77 -+if test "$ac_cv_type_double" = yes; then -+ { { echo "$as_me:$LINENO: error: cannot compute sizeof (double) - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute sizeof (double), 77 -+echo "$as_me: error: cannot compute sizeof (double) - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+ { (exit 77); exit 77; }; } -+ else -+ ac_cv_sizeof_double=0 -+ fi - fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - rm -f conftest.val --else -- ac_cv_sizeof_double=0 --fi - fi --echo "$as_me:$LINENO: result: $ac_cv_sizeof_double" >&5 --echo "${ECHO_T}$ac_cv_sizeof_double" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_double" >&5 -+echo "${ECHO_T}$ac_cv_sizeof_double" >&6; } -+ -+ -+ - cat >>confdefs.h <<_ACEOF - #define SIZEOF_DOUBLE $ac_cv_sizeof_double - _ACEOF - - --echo "$as_me:$LINENO: checking for void *" >&5 --echo $ECHO_N "checking for void *... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for void *" >&5 -+echo $ECHO_N "checking for void *... $ECHO_C" >&6; } - if test "${ac_cv_type_void_p+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -11640,61 +12707,57 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef void * ac__type_new_; - int - main () - { --if ((void * *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (void *)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_void_p=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_void_p=no -+ ac_cv_type_void_p=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5 --echo "${ECHO_T}$ac_cv_type_void_p" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5 -+echo "${ECHO_T}$ac_cv_type_void_p" >&6; } - --echo "$as_me:$LINENO: checking size of void *" >&5 --echo $ECHO_N "checking size of void *... $ECHO_C" >&6 -+# The cast to long int works around a bug in the HP C Compiler -+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects -+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. -+# This bug is HP SR number 8606223364. -+{ echo "$as_me:$LINENO: checking size of void *" >&5 -+echo $ECHO_N "checking size of void *... $ECHO_C" >&6; } - if test "${ac_cv_sizeof_void_p+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- if test "$ac_cv_type_void_p" = yes; then -- # The cast to unsigned long works around a bug in the HP C Compiler -- # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects -- # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. -- # This bug is HP SR number 8606223364. - if test "$cross_compiling" = yes; then - # Depending upon the size, compute the lo and hi bounds. - cat >conftest.$ac_ext <<_ACEOF -@@ -11704,10 +12767,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef void * ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; - test_array [0] = 0 - - ; -@@ -11715,27 +12779,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=0 ac_mid=0 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -11745,10 +12804,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef void * ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -11756,56 +12816,53 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr $ac_mid + 1` -- if test $ac_lo -le $ac_mid; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid + 1` -+ ac_lo=`expr $ac_mid + 1` -+ if test $ac_lo -le $ac_mid; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef void * ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; - test_array [0] = 0 - - ; -@@ -11813,27 +12870,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=-1 ac_mid=-1 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -11843,10 +12895,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef void * ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -11854,50 +12907,48 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_hi=`expr '(' $ac_mid ')' - 1` -- if test $ac_mid -le $ac_hi; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid` -+ ac_hi=`expr '(' $ac_mid ')' - 1` -+ if test $ac_mid -le $ac_hi; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo= ac_hi= -+ ac_lo= ac_hi= - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+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 - ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` -@@ -11908,10 +12959,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef void * ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -11919,52 +12971,45 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr '(' $ac_mid ')' + 1` -+ ac_lo=`expr '(' $ac_mid ')' + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - case $ac_lo in - ?*) ac_cv_sizeof_void_p=$ac_lo;; --'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77 -+'') if test "$ac_cv_type_void_p" = yes; then -+ { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *) - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute sizeof (void *), 77 -+echo "$as_me: error: cannot compute sizeof (void *) - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } ;; -+ { (exit 77); exit 77; }; } -+ else -+ ac_cv_sizeof_void_p=0 -+ fi ;; - esac - else -- if test "$cross_compiling" = yes; then -- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling --See \`config.log' for more details." >&5 --echo "$as_me: error: cannot run test program while cross compiling --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -11972,8 +13017,9 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default --long longval () { return (long) (sizeof (void *)); } --unsigned long ulongval () { return (long) (sizeof (void *)); } -+ typedef void * ac__type_sizeof_; -+static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -+static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } - #include - #include - int -@@ -11982,35 +13028,44 @@ - - FILE *f = fopen ("conftest.val", "w"); - if (! f) -- exit (1); -- if (((long) (sizeof (void *))) < 0) -+ return 1; -+ if (((long int) (sizeof (ac__type_sizeof_))) < 0) - { -- long i = longval (); -- if (i != ((long) (sizeof (void *)))) -- exit (1); -+ long int i = longval (); -+ if (i != ((long int) (sizeof (ac__type_sizeof_)))) -+ return 1; - fprintf (f, "%ld\n", i); - } - else - { -- unsigned long i = ulongval (); -- if (i != ((long) (sizeof (void *)))) -- exit (1); -+ unsigned long int i = ulongval (); -+ if (i != ((long int) (sizeof (ac__type_sizeof_)))) -+ return 1; - fprintf (f, "%lu\n", i); - } -- exit (ferror (f) || fclose (f) != 0); -+ return ferror (f) || fclose (f) != 0; - - ; - return 0; - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -12021,29 +13076,32 @@ - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) --{ { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77 -+if test "$ac_cv_type_void_p" = yes; then -+ { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *) - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute sizeof (void *), 77 -+echo "$as_me: error: cannot compute sizeof (void *) - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+ { (exit 77); exit 77; }; } -+ else -+ ac_cv_sizeof_void_p=0 -+ fi - fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - rm -f conftest.val --else -- ac_cv_sizeof_void_p=0 --fi - fi --echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5 --echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5 -+echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6; } -+ -+ -+ - cat >>confdefs.h <<_ACEOF - #define SIZEOF_VOID_P $ac_cv_sizeof_void_p - _ACEOF - - --echo "$as_me:$LINENO: checking for size_t" >&5 --echo $ECHO_N "checking for size_t... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for size_t" >&5 -+echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } - if test "${ac_cv_type_size_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -12054,61 +13112,57 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef size_t ac__type_new_; - int - main () - { --if ((size_t *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (size_t)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_size_t=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_size_t=no -+ ac_cv_type_size_t=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 --echo "${ECHO_T}$ac_cv_type_size_t" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 -+echo "${ECHO_T}$ac_cv_type_size_t" >&6; } - --echo "$as_me:$LINENO: checking size of size_t" >&5 --echo $ECHO_N "checking size of size_t... $ECHO_C" >&6 -+# The cast to long int works around a bug in the HP C Compiler -+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects -+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. -+# This bug is HP SR number 8606223364. -+{ echo "$as_me:$LINENO: checking size of size_t" >&5 -+echo $ECHO_N "checking size of size_t... $ECHO_C" >&6; } - if test "${ac_cv_sizeof_size_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- if test "$ac_cv_type_size_t" = yes; then -- # The cast to unsigned long works around a bug in the HP C Compiler -- # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects -- # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. -- # This bug is HP SR number 8606223364. - if test "$cross_compiling" = yes; then - # Depending upon the size, compute the lo and hi bounds. - cat >conftest.$ac_ext <<_ACEOF -@@ -12118,10 +13172,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef size_t ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; - test_array [0] = 0 - - ; -@@ -12129,27 +13184,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=0 ac_mid=0 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -12159,10 +13209,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef size_t ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -12170,56 +13221,53 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr $ac_mid + 1` -- if test $ac_lo -le $ac_mid; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid + 1` -+ ac_lo=`expr $ac_mid + 1` -+ if test $ac_lo -le $ac_mid; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef size_t ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; - test_array [0] = 0 - - ; -@@ -12227,27 +13275,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=-1 ac_mid=-1 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -12257,10 +13300,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef size_t ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -12268,50 +13312,48 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_hi=`expr '(' $ac_mid ')' - 1` -- if test $ac_mid -le $ac_hi; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid` -+ ac_hi=`expr '(' $ac_mid ')' - 1` -+ if test $ac_mid -le $ac_hi; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo= ac_hi= -+ ac_lo= ac_hi= - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+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 - ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` -@@ -12322,10 +13364,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef size_t ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -12333,52 +13376,45 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr '(' $ac_mid ')' + 1` -+ ac_lo=`expr '(' $ac_mid ')' + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - case $ac_lo in - ?*) ac_cv_sizeof_size_t=$ac_lo;; --'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77 -+'') if test "$ac_cv_type_size_t" = yes; then -+ { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t) - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute sizeof (size_t), 77 -+echo "$as_me: error: cannot compute sizeof (size_t) - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } ;; -+ { (exit 77); exit 77; }; } -+ else -+ ac_cv_sizeof_size_t=0 -+ fi ;; - esac - else -- if test "$cross_compiling" = yes; then -- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling --See \`config.log' for more details." >&5 --echo "$as_me: error: cannot run test program while cross compiling --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -12386,8 +13422,9 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default --long longval () { return (long) (sizeof (size_t)); } --unsigned long ulongval () { return (long) (sizeof (size_t)); } -+ typedef size_t ac__type_sizeof_; -+static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -+static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } - #include - #include - int -@@ -12396,35 +13433,44 @@ - - FILE *f = fopen ("conftest.val", "w"); - if (! f) -- exit (1); -- if (((long) (sizeof (size_t))) < 0) -+ return 1; -+ if (((long int) (sizeof (ac__type_sizeof_))) < 0) - { -- long i = longval (); -- if (i != ((long) (sizeof (size_t)))) -- exit (1); -+ long int i = longval (); -+ if (i != ((long int) (sizeof (ac__type_sizeof_)))) -+ return 1; - fprintf (f, "%ld\n", i); - } - else - { -- unsigned long i = ulongval (); -- if (i != ((long) (sizeof (size_t)))) -- exit (1); -+ unsigned long int i = ulongval (); -+ if (i != ((long int) (sizeof (ac__type_sizeof_)))) -+ return 1; - fprintf (f, "%lu\n", i); - } -- exit (ferror (f) || fclose (f) != 0); -+ return ferror (f) || fclose (f) != 0; - - ; - return 0; - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -12435,22 +13481,25 @@ - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) --{ { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77 -+if test "$ac_cv_type_size_t" = yes; then -+ { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t) - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute sizeof (size_t), 77 -+echo "$as_me: error: cannot compute sizeof (size_t) - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+ { (exit 77); exit 77; }; } -+ else -+ ac_cv_sizeof_size_t=0 -+ fi - fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - rm -f conftest.val --else -- ac_cv_sizeof_size_t=0 --fi - fi --echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5 --echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5 -+echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6; } -+ -+ -+ - cat >>confdefs.h <<_ACEOF - #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t - _ACEOF -@@ -12462,8 +13511,8 @@ - # - - -- echo "$as_me:$LINENO: checking alignment of char" >&5 --echo $ECHO_N "checking alignment of char... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking alignment of char" >&5 -+echo $ECHO_N "checking alignment of char... $ECHO_C" >&6; } - if test "${ompi_cv_c_align_char+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -12496,27 +13545,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=0 ac_mid=0 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -12542,46 +13586,42 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr $ac_mid + 1` -- if test $ac_lo -le $ac_mid; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid + 1` -+ ac_lo=`expr $ac_mid + 1` -+ if test $ac_lo -le $ac_mid; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext -@@ -12604,27 +13644,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=-1 ac_mid=-1 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -12650,50 +13685,48 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_hi=`expr '(' $ac_mid ')' - 1` -- if test $ac_mid -le $ac_hi; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid` -+ ac_hi=`expr '(' $ac_mid ')' - 1` -+ if test $ac_mid -le $ac_hi; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo= ac_hi= -+ ac_lo= ac_hi= - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+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 - ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` -@@ -12720,35 +13753,31 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr '(' $ac_mid ')' + 1` -+ ac_lo=`expr '(' $ac_mid ')' + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - case $ac_lo in - ?*) ompi_cv_c_align_char=$ac_lo;; -@@ -12761,13 +13790,6 @@ - { (exit 1); exit 1; }; } ;; - esac - else -- if test "$cross_compiling" = yes; then -- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling --See \`config.log' for more details." >&5 --echo "$as_me: error: cannot run test program while cross compiling --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -12780,8 +13802,8 @@ - #endif - typedef struct { char x; char y; } ompi__type_alignof_; - --long longval () { return (long int) offsetof (ompi__type_alignof_, y); } --unsigned long ulongval () { return (long int) offsetof (ompi__type_alignof_, y); } -+static long int longval () { return (long int) offsetof (ompi__type_alignof_, y); } -+static unsigned long int ulongval () { return (long int) offsetof (ompi__type_alignof_, y); } - #include - #include - int -@@ -12790,35 +13812,44 @@ - - FILE *f = fopen ("conftest.val", "w"); - if (! f) -- exit (1); -+ return 1; - if (((long int) offsetof (ompi__type_alignof_, y)) < 0) - { -- long i = longval (); -+ long int i = longval (); - if (i != ((long int) offsetof (ompi__type_alignof_, y))) -- exit (1); -+ return 1; - fprintf (f, "%ld\n", i); - } - else - { -- unsigned long i = ulongval (); -+ unsigned long int i = ulongval (); - if (i != ((long int) offsetof (ompi__type_alignof_, y))) -- exit (1); -+ return 1; - fprintf (f, "%lu\n", i); - } -- exit (ferror (f) || fclose (f) != 0); -+ return ferror (f) || fclose (f) != 0; - - ; - return 0; - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -12837,10 +13868,10 @@ - echo "$as_me: error: *** Cannot continue." >&2;} - { (exit 1); exit 1; }; } - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext --fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - rm -f conftest.val -+ - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -12865,13 +13896,22 @@ - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -12890,11 +13930,13 @@ - echo "$as_me: error: *** Cannot continue." >&2;} - { (exit 1); exit 1; }; } - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi -+ -+ - fi --echo "$as_me:$LINENO: result: $ompi_cv_c_align_char" >&5 --echo "${ECHO_T}$ompi_cv_c_align_char" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_c_align_char" >&5 -+echo "${ECHO_T}$ompi_cv_c_align_char" >&6; } - - - cat >>confdefs.h <<_ACEOF -@@ -12905,8 +13947,8 @@ - - /bin/rm -f conftest* - -- echo "$as_me:$LINENO: checking alignment of short" >&5 --echo $ECHO_N "checking alignment of short... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking alignment of short" >&5 -+echo $ECHO_N "checking alignment of short... $ECHO_C" >&6; } - if test "${ompi_cv_c_align_short+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -12939,27 +13981,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=0 ac_mid=0 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -12985,46 +14022,42 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr $ac_mid + 1` -- if test $ac_lo -le $ac_mid; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid + 1` -+ ac_lo=`expr $ac_mid + 1` -+ if test $ac_lo -le $ac_mid; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext -@@ -13047,27 +14080,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=-1 ac_mid=-1 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -13093,50 +14121,48 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_hi=`expr '(' $ac_mid ')' - 1` -- if test $ac_mid -le $ac_hi; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid` -+ ac_hi=`expr '(' $ac_mid ')' - 1` -+ if test $ac_mid -le $ac_hi; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo= ac_hi= -+ ac_lo= ac_hi= - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+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 - ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` -@@ -13163,35 +14189,31 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr '(' $ac_mid ')' + 1` -+ ac_lo=`expr '(' $ac_mid ')' + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - case $ac_lo in - ?*) ompi_cv_c_align_short=$ac_lo;; -@@ -13204,13 +14226,6 @@ - { (exit 1); exit 1; }; } ;; - esac - else -- if test "$cross_compiling" = yes; then -- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling --See \`config.log' for more details." >&5 --echo "$as_me: error: cannot run test program while cross compiling --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -13223,8 +14238,8 @@ - #endif - typedef struct { char x; short y; } ompi__type_alignof_; - --long longval () { return (long int) offsetof (ompi__type_alignof_, y); } --unsigned long ulongval () { return (long int) offsetof (ompi__type_alignof_, y); } -+static long int longval () { return (long int) offsetof (ompi__type_alignof_, y); } -+static unsigned long int ulongval () { return (long int) offsetof (ompi__type_alignof_, y); } - #include - #include - int -@@ -13233,35 +14248,44 @@ - - FILE *f = fopen ("conftest.val", "w"); - if (! f) -- exit (1); -+ return 1; - if (((long int) offsetof (ompi__type_alignof_, y)) < 0) - { -- long i = longval (); -+ long int i = longval (); - if (i != ((long int) offsetof (ompi__type_alignof_, y))) -- exit (1); -+ return 1; - fprintf (f, "%ld\n", i); - } - else - { -- unsigned long i = ulongval (); -+ unsigned long int i = ulongval (); - if (i != ((long int) offsetof (ompi__type_alignof_, y))) -- exit (1); -+ return 1; - fprintf (f, "%lu\n", i); - } -- exit (ferror (f) || fclose (f) != 0); -+ return ferror (f) || fclose (f) != 0; - - ; - return 0; - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -13280,10 +14304,10 @@ - echo "$as_me: error: *** Cannot continue." >&2;} - { (exit 1); exit 1; }; } - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext --fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - rm -f conftest.val -+ - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -13308,13 +14332,22 @@ - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -13333,11 +14366,13 @@ - echo "$as_me: error: *** Cannot continue." >&2;} - { (exit 1); exit 1; }; } - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi -+ -+ - fi --echo "$as_me:$LINENO: result: $ompi_cv_c_align_short" >&5 --echo "${ECHO_T}$ompi_cv_c_align_short" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_c_align_short" >&5 -+echo "${ECHO_T}$ompi_cv_c_align_short" >&6; } - - - cat >>confdefs.h <<_ACEOF -@@ -13348,8 +14383,8 @@ - - /bin/rm -f conftest* - -- echo "$as_me:$LINENO: checking alignment of wchar_t" >&5 --echo $ECHO_N "checking alignment of wchar_t... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking alignment of wchar_t" >&5 -+echo $ECHO_N "checking alignment of wchar_t... $ECHO_C" >&6; } - if test "${ompi_cv_c_align_wchar_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -13382,27 +14417,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=0 ac_mid=0 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -13428,46 +14458,42 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr $ac_mid + 1` -- if test $ac_lo -le $ac_mid; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid + 1` -+ ac_lo=`expr $ac_mid + 1` -+ if test $ac_lo -le $ac_mid; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext -@@ -13490,27 +14516,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=-1 ac_mid=-1 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -13536,50 +14557,48 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_hi=`expr '(' $ac_mid ')' - 1` -- if test $ac_mid -le $ac_hi; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid` -+ ac_hi=`expr '(' $ac_mid ')' - 1` -+ if test $ac_mid -le $ac_hi; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo= ac_hi= -+ ac_lo= ac_hi= - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+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 - ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` -@@ -13606,35 +14625,31 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr '(' $ac_mid ')' + 1` -+ ac_lo=`expr '(' $ac_mid ')' + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - case $ac_lo in - ?*) ompi_cv_c_align_wchar_t=$ac_lo;; -@@ -13647,13 +14662,6 @@ - { (exit 1); exit 1; }; } ;; - esac - else -- if test "$cross_compiling" = yes; then -- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling --See \`config.log' for more details." >&5 --echo "$as_me: error: cannot run test program while cross compiling --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -13666,8 +14674,8 @@ - #endif - typedef struct { char x; wchar_t y; } ompi__type_alignof_; - --long longval () { return (long int) offsetof (ompi__type_alignof_, y); } --unsigned long ulongval () { return (long int) offsetof (ompi__type_alignof_, y); } -+static long int longval () { return (long int) offsetof (ompi__type_alignof_, y); } -+static unsigned long int ulongval () { return (long int) offsetof (ompi__type_alignof_, y); } - #include - #include - int -@@ -13676,35 +14684,44 @@ - - FILE *f = fopen ("conftest.val", "w"); - if (! f) -- exit (1); -+ return 1; - if (((long int) offsetof (ompi__type_alignof_, y)) < 0) - { -- long i = longval (); -+ long int i = longval (); - if (i != ((long int) offsetof (ompi__type_alignof_, y))) -- exit (1); -+ return 1; - fprintf (f, "%ld\n", i); - } - else - { -- unsigned long i = ulongval (); -+ unsigned long int i = ulongval (); - if (i != ((long int) offsetof (ompi__type_alignof_, y))) -- exit (1); -+ return 1; - fprintf (f, "%lu\n", i); - } -- exit (ferror (f) || fclose (f) != 0); -+ return ferror (f) || fclose (f) != 0; - - ; - return 0; - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -13723,10 +14740,10 @@ - echo "$as_me: error: *** Cannot continue." >&2;} - { (exit 1); exit 1; }; } - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext --fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - rm -f conftest.val -+ - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -13751,13 +14768,22 @@ - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -13776,11 +14802,13 @@ - echo "$as_me: error: *** Cannot continue." >&2;} - { (exit 1); exit 1; }; } - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi -+ -+ - fi --echo "$as_me:$LINENO: result: $ompi_cv_c_align_wchar_t" >&5 --echo "${ECHO_T}$ompi_cv_c_align_wchar_t" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_c_align_wchar_t" >&5 -+echo "${ECHO_T}$ompi_cv_c_align_wchar_t" >&6; } - - - cat >>confdefs.h <<_ACEOF -@@ -13791,8 +14819,8 @@ - - /bin/rm -f conftest* - -- echo "$as_me:$LINENO: checking alignment of int" >&5 --echo $ECHO_N "checking alignment of int... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking alignment of int" >&5 -+echo $ECHO_N "checking alignment of int... $ECHO_C" >&6; } - if test "${ompi_cv_c_align_int+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -13825,27 +14853,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=0 ac_mid=0 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -13871,46 +14894,42 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr $ac_mid + 1` -- if test $ac_lo -le $ac_mid; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid + 1` -+ ac_lo=`expr $ac_mid + 1` -+ if test $ac_lo -le $ac_mid; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext -@@ -13933,27 +14952,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=-1 ac_mid=-1 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -13979,50 +14993,48 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_hi=`expr '(' $ac_mid ')' - 1` -- if test $ac_mid -le $ac_hi; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid` -+ ac_hi=`expr '(' $ac_mid ')' - 1` -+ if test $ac_mid -le $ac_hi; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo= ac_hi= -+ ac_lo= ac_hi= - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+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 - ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` -@@ -14049,35 +15061,31 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr '(' $ac_mid ')' + 1` -+ ac_lo=`expr '(' $ac_mid ')' + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - case $ac_lo in - ?*) ompi_cv_c_align_int=$ac_lo;; -@@ -14090,13 +15098,6 @@ - { (exit 1); exit 1; }; } ;; - esac - else -- if test "$cross_compiling" = yes; then -- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling --See \`config.log' for more details." >&5 --echo "$as_me: error: cannot run test program while cross compiling --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -14109,8 +15110,8 @@ - #endif - typedef struct { char x; int y; } ompi__type_alignof_; - --long longval () { return (long int) offsetof (ompi__type_alignof_, y); } --unsigned long ulongval () { return (long int) offsetof (ompi__type_alignof_, y); } -+static long int longval () { return (long int) offsetof (ompi__type_alignof_, y); } -+static unsigned long int ulongval () { return (long int) offsetof (ompi__type_alignof_, y); } - #include - #include - int -@@ -14119,35 +15120,44 @@ - - FILE *f = fopen ("conftest.val", "w"); - if (! f) -- exit (1); -+ return 1; - if (((long int) offsetof (ompi__type_alignof_, y)) < 0) - { -- long i = longval (); -+ long int i = longval (); - if (i != ((long int) offsetof (ompi__type_alignof_, y))) -- exit (1); -+ return 1; - fprintf (f, "%ld\n", i); - } - else - { -- unsigned long i = ulongval (); -+ unsigned long int i = ulongval (); - if (i != ((long int) offsetof (ompi__type_alignof_, y))) -- exit (1); -+ return 1; - fprintf (f, "%lu\n", i); - } -- exit (ferror (f) || fclose (f) != 0); -+ return ferror (f) || fclose (f) != 0; - - ; - return 0; - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -14166,10 +15176,10 @@ - echo "$as_me: error: *** Cannot continue." >&2;} - { (exit 1); exit 1; }; } - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext --fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - rm -f conftest.val -+ - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -14194,13 +15204,22 @@ - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -14219,11 +15238,13 @@ - echo "$as_me: error: *** Cannot continue." >&2;} - { (exit 1); exit 1; }; } - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi -+ -+ - fi --echo "$as_me:$LINENO: result: $ompi_cv_c_align_int" >&5 --echo "${ECHO_T}$ompi_cv_c_align_int" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_c_align_int" >&5 -+echo "${ECHO_T}$ompi_cv_c_align_int" >&6; } - - - cat >>confdefs.h <<_ACEOF -@@ -14234,8 +15255,8 @@ - - /bin/rm -f conftest* - -- echo "$as_me:$LINENO: checking alignment of long" >&5 --echo $ECHO_N "checking alignment of long... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking alignment of long" >&5 -+echo $ECHO_N "checking alignment of long... $ECHO_C" >&6; } - if test "${ompi_cv_c_align_long+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -14268,27 +15289,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=0 ac_mid=0 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -14314,46 +15330,42 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr $ac_mid + 1` -- if test $ac_lo -le $ac_mid; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid + 1` -+ ac_lo=`expr $ac_mid + 1` -+ if test $ac_lo -le $ac_mid; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext -@@ -14376,27 +15388,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=-1 ac_mid=-1 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -14422,50 +15429,48 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_hi=`expr '(' $ac_mid ')' - 1` -- if test $ac_mid -le $ac_hi; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid` -+ ac_hi=`expr '(' $ac_mid ')' - 1` -+ if test $ac_mid -le $ac_hi; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo= ac_hi= -+ ac_lo= ac_hi= - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+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 - ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` -@@ -14492,35 +15497,31 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr '(' $ac_mid ')' + 1` -+ ac_lo=`expr '(' $ac_mid ')' + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - case $ac_lo in - ?*) ompi_cv_c_align_long=$ac_lo;; -@@ -14533,13 +15534,6 @@ - { (exit 1); exit 1; }; } ;; - esac - else -- if test "$cross_compiling" = yes; then -- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling --See \`config.log' for more details." >&5 --echo "$as_me: error: cannot run test program while cross compiling --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -14552,8 +15546,8 @@ - #endif - typedef struct { char x; long y; } ompi__type_alignof_; - --long longval () { return (long int) offsetof (ompi__type_alignof_, y); } --unsigned long ulongval () { return (long int) offsetof (ompi__type_alignof_, y); } -+static long int longval () { return (long int) offsetof (ompi__type_alignof_, y); } -+static unsigned long int ulongval () { return (long int) offsetof (ompi__type_alignof_, y); } - #include - #include - int -@@ -14562,35 +15556,44 @@ - - FILE *f = fopen ("conftest.val", "w"); - if (! f) -- exit (1); -+ return 1; - if (((long int) offsetof (ompi__type_alignof_, y)) < 0) - { -- long i = longval (); -+ long int i = longval (); - if (i != ((long int) offsetof (ompi__type_alignof_, y))) -- exit (1); -+ return 1; - fprintf (f, "%ld\n", i); - } - else - { -- unsigned long i = ulongval (); -+ unsigned long int i = ulongval (); - if (i != ((long int) offsetof (ompi__type_alignof_, y))) -- exit (1); -+ return 1; - fprintf (f, "%lu\n", i); - } -- exit (ferror (f) || fclose (f) != 0); -+ return ferror (f) || fclose (f) != 0; - - ; - return 0; - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -14609,10 +15612,10 @@ - echo "$as_me: error: *** Cannot continue." >&2;} - { (exit 1); exit 1; }; } - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext --fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - rm -f conftest.val -+ - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -14637,13 +15640,22 @@ - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -14662,11 +15674,13 @@ - echo "$as_me: error: *** Cannot continue." >&2;} - { (exit 1); exit 1; }; } - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi -+ -+ - fi --echo "$as_me:$LINENO: result: $ompi_cv_c_align_long" >&5 --echo "${ECHO_T}$ompi_cv_c_align_long" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_c_align_long" >&5 -+echo "${ECHO_T}$ompi_cv_c_align_long" >&6; } - - - cat >>confdefs.h <<_ACEOF -@@ -14678,8 +15692,8 @@ - /bin/rm -f conftest* - if test $ac_cv_type_long_long = yes; then - -- echo "$as_me:$LINENO: checking alignment of long long" >&5 --echo $ECHO_N "checking alignment of long long... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking alignment of long long" >&5 -+echo $ECHO_N "checking alignment of long long... $ECHO_C" >&6; } - if test "${ompi_cv_c_align_long_long+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -14712,27 +15726,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=0 ac_mid=0 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -14758,46 +15767,42 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr $ac_mid + 1` -- if test $ac_lo -le $ac_mid; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid + 1` -+ ac_lo=`expr $ac_mid + 1` -+ if test $ac_lo -le $ac_mid; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext -@@ -14820,27 +15825,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=-1 ac_mid=-1 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -14866,50 +15866,48 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_hi=`expr '(' $ac_mid ')' - 1` -- if test $ac_mid -le $ac_hi; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid` -+ ac_hi=`expr '(' $ac_mid ')' - 1` -+ if test $ac_mid -le $ac_hi; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo= ac_hi= -+ ac_lo= ac_hi= - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+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 - ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` -@@ -14936,35 +15934,31 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr '(' $ac_mid ')' + 1` -+ ac_lo=`expr '(' $ac_mid ')' + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - case $ac_lo in - ?*) ompi_cv_c_align_long_long=$ac_lo;; -@@ -14977,13 +15971,6 @@ - { (exit 1); exit 1; }; } ;; - esac - else -- if test "$cross_compiling" = yes; then -- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling --See \`config.log' for more details." >&5 --echo "$as_me: error: cannot run test program while cross compiling --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -14996,8 +15983,8 @@ - #endif - typedef struct { char x; long long y; } ompi__type_alignof_; - --long longval () { return (long int) offsetof (ompi__type_alignof_, y); } --unsigned long ulongval () { return (long int) offsetof (ompi__type_alignof_, y); } -+static long int longval () { return (long int) offsetof (ompi__type_alignof_, y); } -+static unsigned long int ulongval () { return (long int) offsetof (ompi__type_alignof_, y); } - #include - #include - int -@@ -15006,35 +15993,44 @@ - - FILE *f = fopen ("conftest.val", "w"); - if (! f) -- exit (1); -+ return 1; - if (((long int) offsetof (ompi__type_alignof_, y)) < 0) - { -- long i = longval (); -+ long int i = longval (); - if (i != ((long int) offsetof (ompi__type_alignof_, y))) -- exit (1); -+ return 1; - fprintf (f, "%ld\n", i); - } - else - { -- unsigned long i = ulongval (); -+ unsigned long int i = ulongval (); - if (i != ((long int) offsetof (ompi__type_alignof_, y))) -- exit (1); -+ return 1; - fprintf (f, "%lu\n", i); - } -- exit (ferror (f) || fclose (f) != 0); -+ return ferror (f) || fclose (f) != 0; - - ; - return 0; - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -15053,10 +16049,10 @@ - echo "$as_me: error: *** Cannot continue." >&2;} - { (exit 1); exit 1; }; } - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext --fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - rm -f conftest.val -+ - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -15081,13 +16077,22 @@ - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -15106,11 +16111,13 @@ - echo "$as_me: error: *** Cannot continue." >&2;} - { (exit 1); exit 1; }; } - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi -+ -+ - fi --echo "$as_me:$LINENO: result: $ompi_cv_c_align_long_long" >&5 --echo "${ECHO_T}$ompi_cv_c_align_long_long" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_c_align_long_long" >&5 -+echo "${ECHO_T}$ompi_cv_c_align_long_long" >&6; } - - - cat >>confdefs.h <<_ACEOF -@@ -15122,8 +16129,8 @@ - /bin/rm -f conftest* - fi - -- echo "$as_me:$LINENO: checking alignment of float" >&5 --echo $ECHO_N "checking alignment of float... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking alignment of float" >&5 -+echo $ECHO_N "checking alignment of float... $ECHO_C" >&6; } - if test "${ompi_cv_c_align_float+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -15156,27 +16163,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=0 ac_mid=0 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -15202,46 +16204,42 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr $ac_mid + 1` -- if test $ac_lo -le $ac_mid; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid + 1` -+ ac_lo=`expr $ac_mid + 1` -+ if test $ac_lo -le $ac_mid; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext -@@ -15264,27 +16262,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=-1 ac_mid=-1 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -15310,50 +16303,48 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_hi=`expr '(' $ac_mid ')' - 1` -- if test $ac_mid -le $ac_hi; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid` -+ ac_hi=`expr '(' $ac_mid ')' - 1` -+ if test $ac_mid -le $ac_hi; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo= ac_hi= -+ ac_lo= ac_hi= - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+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 - ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` -@@ -15380,35 +16371,31 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr '(' $ac_mid ')' + 1` -+ ac_lo=`expr '(' $ac_mid ')' + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - case $ac_lo in - ?*) ompi_cv_c_align_float=$ac_lo;; -@@ -15421,13 +16408,6 @@ - { (exit 1); exit 1; }; } ;; - esac - else -- if test "$cross_compiling" = yes; then -- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling --See \`config.log' for more details." >&5 --echo "$as_me: error: cannot run test program while cross compiling --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -15440,8 +16420,8 @@ - #endif - typedef struct { char x; float y; } ompi__type_alignof_; - --long longval () { return (long int) offsetof (ompi__type_alignof_, y); } --unsigned long ulongval () { return (long int) offsetof (ompi__type_alignof_, y); } -+static long int longval () { return (long int) offsetof (ompi__type_alignof_, y); } -+static unsigned long int ulongval () { return (long int) offsetof (ompi__type_alignof_, y); } - #include - #include - int -@@ -15450,35 +16430,44 @@ - - FILE *f = fopen ("conftest.val", "w"); - if (! f) -- exit (1); -+ return 1; - if (((long int) offsetof (ompi__type_alignof_, y)) < 0) - { -- long i = longval (); -+ long int i = longval (); - if (i != ((long int) offsetof (ompi__type_alignof_, y))) -- exit (1); -+ return 1; - fprintf (f, "%ld\n", i); - } - else - { -- unsigned long i = ulongval (); -+ unsigned long int i = ulongval (); - if (i != ((long int) offsetof (ompi__type_alignof_, y))) -- exit (1); -+ return 1; - fprintf (f, "%lu\n", i); - } -- exit (ferror (f) || fclose (f) != 0); -+ return ferror (f) || fclose (f) != 0; - - ; - return 0; - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -15497,10 +16486,10 @@ - echo "$as_me: error: *** Cannot continue." >&2;} - { (exit 1); exit 1; }; } - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext --fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - rm -f conftest.val -+ - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -15525,13 +16514,22 @@ - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -15550,11 +16548,13 @@ - echo "$as_me: error: *** Cannot continue." >&2;} - { (exit 1); exit 1; }; } - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi -+ -+ - fi --echo "$as_me:$LINENO: result: $ompi_cv_c_align_float" >&5 --echo "${ECHO_T}$ompi_cv_c_align_float" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_c_align_float" >&5 -+echo "${ECHO_T}$ompi_cv_c_align_float" >&6; } - - - cat >>confdefs.h <<_ACEOF -@@ -15565,8 +16565,8 @@ - - /bin/rm -f conftest* - -- echo "$as_me:$LINENO: checking alignment of double" >&5 --echo $ECHO_N "checking alignment of double... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking alignment of double" >&5 -+echo $ECHO_N "checking alignment of double... $ECHO_C" >&6; } - if test "${ompi_cv_c_align_double+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -15599,27 +16599,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=0 ac_mid=0 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -15645,46 +16640,42 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr $ac_mid + 1` -- if test $ac_lo -le $ac_mid; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid + 1` -+ ac_lo=`expr $ac_mid + 1` -+ if test $ac_lo -le $ac_mid; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext -@@ -15707,27 +16698,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=-1 ac_mid=-1 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -15753,50 +16739,48 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_hi=`expr '(' $ac_mid ')' - 1` -- if test $ac_mid -le $ac_hi; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid` -+ ac_hi=`expr '(' $ac_mid ')' - 1` -+ if test $ac_mid -le $ac_hi; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo= ac_hi= -+ ac_lo= ac_hi= - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+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 - ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` -@@ -15823,35 +16807,31 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr '(' $ac_mid ')' + 1` -+ ac_lo=`expr '(' $ac_mid ')' + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - case $ac_lo in - ?*) ompi_cv_c_align_double=$ac_lo;; -@@ -15864,13 +16844,6 @@ - { (exit 1); exit 1; }; } ;; - esac - else -- if test "$cross_compiling" = yes; then -- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling --See \`config.log' for more details." >&5 --echo "$as_me: error: cannot run test program while cross compiling --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -15883,8 +16856,8 @@ - #endif - typedef struct { char x; double y; } ompi__type_alignof_; - --long longval () { return (long int) offsetof (ompi__type_alignof_, y); } --unsigned long ulongval () { return (long int) offsetof (ompi__type_alignof_, y); } -+static long int longval () { return (long int) offsetof (ompi__type_alignof_, y); } -+static unsigned long int ulongval () { return (long int) offsetof (ompi__type_alignof_, y); } - #include - #include - int -@@ -15893,35 +16866,44 @@ - - FILE *f = fopen ("conftest.val", "w"); - if (! f) -- exit (1); -+ return 1; - if (((long int) offsetof (ompi__type_alignof_, y)) < 0) - { -- long i = longval (); -+ long int i = longval (); - if (i != ((long int) offsetof (ompi__type_alignof_, y))) -- exit (1); -+ return 1; - fprintf (f, "%ld\n", i); - } - else - { -- unsigned long i = ulongval (); -+ unsigned long int i = ulongval (); - if (i != ((long int) offsetof (ompi__type_alignof_, y))) -- exit (1); -+ return 1; - fprintf (f, "%lu\n", i); - } -- exit (ferror (f) || fclose (f) != 0); -+ return ferror (f) || fclose (f) != 0; - - ; - return 0; - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -15940,10 +16922,10 @@ - echo "$as_me: error: *** Cannot continue." >&2;} - { (exit 1); exit 1; }; } - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext --fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - rm -f conftest.val -+ - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -15968,13 +16950,22 @@ - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -15993,11 +16984,13 @@ - echo "$as_me: error: *** Cannot continue." >&2;} - { (exit 1); exit 1; }; } - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi -+ -+ - fi --echo "$as_me:$LINENO: result: $ompi_cv_c_align_double" >&5 --echo "${ECHO_T}$ompi_cv_c_align_double" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_c_align_double" >&5 -+echo "${ECHO_T}$ompi_cv_c_align_double" >&6; } - - - cat >>confdefs.h <<_ACEOF -@@ -16009,8 +17002,8 @@ - /bin/rm -f conftest* - if test $ac_cv_type_long_double = yes; then - -- echo "$as_me:$LINENO: checking alignment of long double" >&5 --echo $ECHO_N "checking alignment of long double... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking alignment of long double" >&5 -+echo $ECHO_N "checking alignment of long double... $ECHO_C" >&6; } - if test "${ompi_cv_c_align_long_double+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -16043,27 +17036,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=0 ac_mid=0 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -16089,46 +17077,42 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr $ac_mid + 1` -- if test $ac_lo -le $ac_mid; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid + 1` -+ ac_lo=`expr $ac_mid + 1` -+ if test $ac_lo -le $ac_mid; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext -@@ -16151,27 +17135,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=-1 ac_mid=-1 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -16197,50 +17176,48 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_hi=`expr '(' $ac_mid ')' - 1` -- if test $ac_mid -le $ac_hi; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid` -+ ac_hi=`expr '(' $ac_mid ')' - 1` -+ if test $ac_mid -le $ac_hi; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo= ac_hi= -+ ac_lo= ac_hi= - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+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 - ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` -@@ -16267,35 +17244,31 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr '(' $ac_mid ')' + 1` -+ ac_lo=`expr '(' $ac_mid ')' + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - case $ac_lo in - ?*) ompi_cv_c_align_long_double=$ac_lo;; -@@ -16308,13 +17281,6 @@ - { (exit 1); exit 1; }; } ;; - esac - else -- if test "$cross_compiling" = yes; then -- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling --See \`config.log' for more details." >&5 --echo "$as_me: error: cannot run test program while cross compiling --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -16327,8 +17293,8 @@ - #endif - typedef struct { char x; long double y; } ompi__type_alignof_; - --long longval () { return (long int) offsetof (ompi__type_alignof_, y); } --unsigned long ulongval () { return (long int) offsetof (ompi__type_alignof_, y); } -+static long int longval () { return (long int) offsetof (ompi__type_alignof_, y); } -+static unsigned long int ulongval () { return (long int) offsetof (ompi__type_alignof_, y); } - #include - #include - int -@@ -16337,35 +17303,44 @@ - - FILE *f = fopen ("conftest.val", "w"); - if (! f) -- exit (1); -+ return 1; - if (((long int) offsetof (ompi__type_alignof_, y)) < 0) - { -- long i = longval (); -+ long int i = longval (); - if (i != ((long int) offsetof (ompi__type_alignof_, y))) -- exit (1); -+ return 1; - fprintf (f, "%ld\n", i); - } - else - { -- unsigned long i = ulongval (); -+ unsigned long int i = ulongval (); - if (i != ((long int) offsetof (ompi__type_alignof_, y))) -- exit (1); -+ return 1; - fprintf (f, "%lu\n", i); - } -- exit (ferror (f) || fclose (f) != 0); -+ return ferror (f) || fclose (f) != 0; - - ; - return 0; - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -16384,10 +17359,10 @@ - echo "$as_me: error: *** Cannot continue." >&2;} - { (exit 1); exit 1; }; } - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext --fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - rm -f conftest.val -+ - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -16412,13 +17387,22 @@ - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -16437,11 +17421,13 @@ - echo "$as_me: error: *** Cannot continue." >&2;} - { (exit 1); exit 1; }; } - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi -+ -+ - fi --echo "$as_me:$LINENO: result: $ompi_cv_c_align_long_double" >&5 --echo "${ECHO_T}$ompi_cv_c_align_long_double" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_c_align_long_double" >&5 -+echo "${ECHO_T}$ompi_cv_c_align_long_double" >&6; } - - - cat >>confdefs.h <<_ACEOF -@@ -16453,8 +17439,8 @@ - /bin/rm -f conftest* - fi - -- echo "$as_me:$LINENO: checking alignment of void *" >&5 --echo $ECHO_N "checking alignment of void *... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking alignment of void *" >&5 -+echo $ECHO_N "checking alignment of void *... $ECHO_C" >&6; } - if test "${ompi_cv_c_align_void_p+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -16487,27 +17473,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=0 ac_mid=0 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -16533,46 +17514,42 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr $ac_mid + 1` -- if test $ac_lo -le $ac_mid; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid + 1` -+ ac_lo=`expr $ac_mid + 1` -+ if test $ac_lo -le $ac_mid; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext -@@ -16595,27 +17572,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=-1 ac_mid=-1 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -16641,50 +17613,48 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_hi=`expr '(' $ac_mid ')' - 1` -- if test $ac_mid -le $ac_hi; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid` -+ ac_hi=`expr '(' $ac_mid ')' - 1` -+ if test $ac_mid -le $ac_hi; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo= ac_hi= -+ ac_lo= ac_hi= - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+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 - ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` -@@ -16711,35 +17681,31 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr '(' $ac_mid ')' + 1` -+ ac_lo=`expr '(' $ac_mid ')' + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - case $ac_lo in - ?*) ompi_cv_c_align_void_p=$ac_lo;; -@@ -16752,13 +17718,6 @@ - { (exit 1); exit 1; }; } ;; - esac - else -- if test "$cross_compiling" = yes; then -- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling --See \`config.log' for more details." >&5 --echo "$as_me: error: cannot run test program while cross compiling --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -16771,8 +17730,8 @@ - #endif - typedef struct { char x; void * y; } ompi__type_alignof_; - --long longval () { return (long int) offsetof (ompi__type_alignof_, y); } --unsigned long ulongval () { return (long int) offsetof (ompi__type_alignof_, y); } -+static long int longval () { return (long int) offsetof (ompi__type_alignof_, y); } -+static unsigned long int ulongval () { return (long int) offsetof (ompi__type_alignof_, y); } - #include - #include - int -@@ -16781,35 +17740,44 @@ - - FILE *f = fopen ("conftest.val", "w"); - if (! f) -- exit (1); -+ return 1; - if (((long int) offsetof (ompi__type_alignof_, y)) < 0) - { -- long i = longval (); -+ long int i = longval (); - if (i != ((long int) offsetof (ompi__type_alignof_, y))) -- exit (1); -+ return 1; - fprintf (f, "%ld\n", i); - } - else - { -- unsigned long i = ulongval (); -+ unsigned long int i = ulongval (); - if (i != ((long int) offsetof (ompi__type_alignof_, y))) -- exit (1); -+ return 1; - fprintf (f, "%lu\n", i); - } -- exit (ferror (f) || fclose (f) != 0); -+ return ferror (f) || fclose (f) != 0; - - ; - return 0; - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -16828,10 +17796,10 @@ - echo "$as_me: error: *** Cannot continue." >&2;} - { (exit 1); exit 1; }; } - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext --fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - rm -f conftest.val -+ - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -16856,13 +17824,22 @@ - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -16881,11 +17858,13 @@ - echo "$as_me: error: *** Cannot continue." >&2;} - { (exit 1); exit 1; }; } - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi -+ -+ - fi --echo "$as_me:$LINENO: result: $ompi_cv_c_align_void_p" >&5 --echo "${ECHO_T}$ompi_cv_c_align_void_p" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_c_align_void_p" >&5 -+echo "${ECHO_T}$ompi_cv_c_align_void_p" >&6; } - - - cat >>confdefs.h <<_ACEOF -@@ -16901,8 +17880,8 @@ - # or any other help) - # - --echo "$as_me:$LINENO: checking for C bool type" >&5 --echo $ECHO_N "checking for C bool type... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for C bool type" >&5 -+echo $ECHO_N "checking for C bool type... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -16920,42 +17899,38 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - OMPI_NEED_C_BOOL=0 MSG=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --OMPI_NEED_C_BOOL=1 MSG=no -+ OMPI_NEED_C_BOOL=1 MSG=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - - cat >>confdefs.h <<_ACEOF - #define OMPI_NEED_C_BOOL $OMPI_NEED_C_BOOL - _ACEOF - --echo "$as_me:$LINENO: result: $MSG" >&5 --echo "${ECHO_T}$MSG" >&6 -+{ echo "$as_me:$LINENO: result: $MSG" >&5 -+echo "${ECHO_T}$MSG" >&6; } - - # - # Check for other compiler characteristics -@@ -16982,8 +17957,8 @@ - CFLAGS_save="$CFLAGS" - CFLAGS="$OMPI_CFLAGS_BEFORE_PICKY -Werror -ansi" - fi --echo "$as_me:$LINENO: checking for inline" >&5 --echo $ECHO_N "checking for inline... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for inline" >&5 -+echo $ECHO_N "checking for inline... $ECHO_C" >&6; } - if test "${ac_cv_c_inline+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -17003,39 +17978,37 @@ - - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -- ac_cv_c_inline=$ac_kw; break -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then -+ ac_cv_c_inline=$ac_kw - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ test "$ac_cv_c_inline" != no && break - done - - fi --echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 --echo "${ECHO_T}$ac_cv_c_inline" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 -+echo "${ECHO_T}$ac_cv_c_inline" >&6; } - - - case $ac_cv_c_inline in -@@ -17053,8 +18026,8 @@ - ;; - esac - --echo "$as_me:$LINENO: checking for C/C++ restrict keyword" >&5 --echo $ECHO_N "checking for C/C++ restrict keyword... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for C/C++ restrict keyword" >&5 -+echo $ECHO_N "checking for C/C++ restrict keyword... $ECHO_C" >&6; } - if test "${ac_cv_c_restrict+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -17068,42 +18041,53 @@ - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ --float * $ac_kw x; -+typedef int * int_ptr; -+ int foo (int_ptr $ac_kw ip) { -+ return ip[0]; -+ } -+int -+main () -+{ -+int s[1]; -+ int * $ac_kw t = s; -+ t[0] = 0; -+ return foo(t) -+ ; -+ return 0; -+} - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -- ac_cv_c_restrict=$ac_kw; break -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then -+ ac_cv_c_restrict=$ac_kw - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ test "$ac_cv_c_restrict" != no && break - done - - fi --echo "$as_me:$LINENO: result: $ac_cv_c_restrict" >&5 --echo "${ECHO_T}$ac_cv_c_restrict" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_c_restrict" >&5 -+echo "${ECHO_T}$ac_cv_c_restrict" >&6; } - case $ac_cv_c_restrict in - restrict) ;; - no) -@@ -17118,8 +18102,8 @@ - esac - - -- echo "$as_me:$LINENO: checking for weak symbol support" >&5 --echo $ECHO_N "checking for weak symbol support... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for weak symbol support" >&5 -+echo $ECHO_N "checking for weak symbol support... $ECHO_C" >&6; } - if test "${ompi_cv_c_weak_symbols+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -17145,14 +18129,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:17148: $CC $CFLAGS -c conftest_weak.c" >&5 -+echo "configure:18132: $CC $CFLAGS -c conftest_weak.c" >&5 - $CC $CFLAGS -c conftest_weak.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:17155: \$? = $ompi_status" >&5 -+ echo "configure:18139: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -17162,14 +18146,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:17165: $CC $CFLAGS conftest.c conftest_weak.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:18149: $CC $CFLAGS conftest.c conftest_weak.o -o conftest $LDFLAGS $LIBS" >&5 - $CC $CFLAGS conftest.c conftest_weak.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:17172: \$? = $ompi_status" >&5 -+ echo "configure:18156: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -17196,8 +18180,8 @@ - /bin/rm -f conftest* - - fi --echo "$as_me:$LINENO: result: $ompi_cv_c_weak_symbols" >&5 --echo "${ECHO_T}$ompi_cv_c_weak_symbols" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_c_weak_symbols" >&5 -+echo "${ECHO_T}$ompi_cv_c_weak_symbols" >&6; } - - if test "$ompi_cv_c_weak_symbols" = "yes"; then - OMPI_C_HAVE_WEAK_SYMBOLS=1 -@@ -17212,8 +18196,8 @@ - - if test "x$CC" = "xicc"; then - --echo "$as_me:$LINENO: checking whether icc-8.1 for EM64T works with variable arguments" >&5 --echo $ECHO_N "checking whether icc-8.1 for EM64T works with variable arguments... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking whether icc-8.1 for EM64T works with variable arguments" >&5 -+echo $ECHO_N "checking whether icc-8.1 for EM64T works with variable arguments... $ECHO_C" >&6; } - if test "$cross_compiling" = yes; then - ompi_ac_icc_varargs=1 - else -@@ -17248,13 +18232,22 @@ - - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -17267,9 +18260,11 @@ - ( exit $ac_status ) - ompi_ac_icc_varargs=1 - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - -+ -+ - if test "$ompi_ac_icc_varargs" = "1"; then - { echo "$as_me:$LINENO: WARNING: *** Problem running configure test!" >&5 - echo "$as_me: WARNING: *** Problem running configure test!" >&2;} -@@ -17282,8 +18277,8 @@ - { (exit 1); exit 1; }; } - fi - --echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+{ echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - /bin/rm -f conftest* - fi -@@ -17373,18 +18368,22 @@ - - - ompi_cxxflags_save="$CXXFLAGS" -- ac_ext=cc -+ 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' - ac_compiler_gnu=$ac_cv_cxx_compiler_gnu --if test -n "$ac_tool_prefix"; then -- for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC -+if test -z "$CXX"; then -+ if test -n "$CCC"; then -+ 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 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_CXX+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -17397,36 +18396,38 @@ - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" - echo "$as_me:$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 -- echo "$as_me:$LINENO: result: $CXX" >&5 --echo "${ECHO_T}$CXX" >&6 -+ { echo "$as_me:$LINENO: result: $CXX" >&5 -+echo "${ECHO_T}$CXX" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - -+ - test -n "$CXX" && break - done - fi - if test -z "$CXX"; then - ac_ct_CXX=$CXX -- for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC -+ 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 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -17439,55 +18440,85 @@ - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CXX="$ac_prog" - echo "$as_me:$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 -- echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 --echo "${ECHO_T}$ac_ct_CXX" >&6 -+ { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 -+echo "${ECHO_T}$ac_ct_CXX" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - -+ - test -n "$ac_ct_CXX" && break - done --test -n "$ac_ct_CXX" || ac_ct_CXX="g++" - -- CXX=$ac_ct_CXX -+ if test "x$ac_ct_CXX" = x; then -+ CXX="g++" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+whose name does not start with the host triplet. If you think this -+configuration is useful to you, please write to autoconf@gnu.org." >&5 -+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+whose name does not start with the host triplet. If you think this -+configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+ac_tool_warned=yes ;; -+esac -+ CXX=$ac_ct_CXX -+ fi - fi - -- -+ fi -+fi - # Provide some information about the compiler. --echo "$as_me:$LINENO:" \ -- "checking for C++ compiler version" >&5 -+echo "$as_me:$LINENO: checking for C++ compiler version" >&5 - ac_compiler=`set X $ac_compile; echo $2` --{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 -- (eval $ac_compiler --version &5) 2>&5 -+{ (ac_try="$ac_compiler --version >&5" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compiler --version >&5") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } --{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v &5\"") >&5 -- (eval $ac_compiler -v &5) 2>&5 -+{ (ac_try="$ac_compiler -v >&5" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compiler -v >&5") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } --{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V &5\"") >&5 -- (eval $ac_compiler -V &5) 2>&5 -+{ (ac_try="$ac_compiler -V >&5" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compiler -V >&5") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } - --echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 --echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 -+echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } - if test "${ac_cv_cxx_compiler_gnu+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -17510,50 +18541,49 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_compiler_gnu=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_compiler_gnu=no -+ ac_compiler_gnu=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_cv_cxx_compiler_gnu=$ac_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 --echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 -+echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } - GXX=`test $ac_compiler_gnu = yes && echo yes` - ac_test_CXXFLAGS=${CXXFLAGS+set} - ac_save_CXXFLAGS=$CXXFLAGS --CXXFLAGS="-g" --echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 --echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 -+echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } - if test "${ac_cv_prog_cxx_g+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- cat >conftest.$ac_ext <<_ACEOF -+ ac_save_cxx_werror_flag=$ac_cxx_werror_flag -+ ac_cxx_werror_flag=yes -+ ac_cv_prog_cxx_g=no -+ CXXFLAGS="-g" -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext -@@ -17569,159 +18599,133 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_prog_cxx_g=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_prog_cxx_g=no --fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --fi --echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 --echo "${ECHO_T}$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 -- CXXFLAGS="-g -O2" -- else -- CXXFLAGS="-g" -- fi --else -- if test "$GXX" = yes; then -- CXXFLAGS="-O2" -- else -- CXXFLAGS= -- fi --fi --for ac_declaration in \ -- '' \ -- 'extern "C" void std::exit (int) throw (); using std::exit;' \ -- 'extern "C" void std::exit (int); using std::exit;' \ -- 'extern "C" void exit (int) throw ();' \ -- 'extern "C" void exit (int);' \ -- 'void exit (int);' --do -- cat >conftest.$ac_ext <<_ACEOF -+ CXXFLAGS="" -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ --$ac_declaration --#include -+ - int - main () - { --exit (42); -+ - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - : - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --continue --fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -- cat >conftest.$ac_ext <<_ACEOF -+ ac_cxx_werror_flag=$ac_save_cxx_werror_flag -+ CXXFLAGS="-g" -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ --$ac_declaration -+ - int - main () - { --exit (42); -+ - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -- break -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then -+ ac_cv_prog_cxx_g=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --done --rm -f conftest* --if test -n "$ac_declaration"; then -- echo '#ifdef __cplusplus' >>confdefs.h -- echo $ac_declaration >>confdefs.h -- echo '#endif' >>confdefs.h -+ -+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 -+{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 -+echo "${ECHO_T}$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 -+ CXXFLAGS="-g -O2" -+ else -+ CXXFLAGS="-g" -+ fi -+else -+ if test "$GXX" = yes; then -+ CXXFLAGS="-O2" -+ else -+ CXXFLAGS= -+ fi -+fi - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -17730,8 +18734,8 @@ - - depcc="$CXX" am_compiler_list= - --echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 --echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 -+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } - if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -17820,8 +18824,8 @@ - fi - - fi --echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 --echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6 -+{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 -+echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; } - CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type - - -@@ -17837,13 +18841,13 @@ - fi - - -- ac_ext=cc -+ 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' - ac_compiler_gnu=$ac_cv_cxx_compiler_gnu --echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 --echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 -+echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; } - if test -z "$CXXCPP"; then - if test "${ac_cv_prog_CXXCPP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -@@ -17873,24 +18877,22 @@ - #endif - Syntax error - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_cxx_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ }; then - : - else - echo "$as_me: failed program was:" >&5 -@@ -17899,9 +18901,10 @@ - # Broken: fails on valid input. - continue - fi -+ - rm -f conftest.err conftest.$ac_ext - -- # OK, works on sane cases. Now check whether non-existent headers -+ # OK, works on sane cases. Now check whether nonexistent headers - # can be detected and how. - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -17911,24 +18914,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_cxx_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ }; then - # Broken: success on invalid input. - continue - else -@@ -17939,6 +18940,7 @@ - ac_preproc_ok=: - break - fi -+ - rm -f conftest.err conftest.$ac_ext - - done -@@ -17956,8 +18958,8 @@ - else - ac_cv_prog_CXXCPP=$CXXCPP - fi --echo "$as_me:$LINENO: result: $CXXCPP" >&5 --echo "${ECHO_T}$CXXCPP" >&6 -+{ echo "$as_me:$LINENO: result: $CXXCPP" >&5 -+echo "${ECHO_T}$CXXCPP" >&6; } - ac_preproc_ok=false - for ac_cxx_preproc_warn_flag in '' yes - do -@@ -17980,24 +18982,22 @@ - #endif - Syntax error - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_cxx_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ }; then - : - else - echo "$as_me: failed program was:" >&5 -@@ -18006,9 +19006,10 @@ - # Broken: fails on valid input. - continue - fi -+ - rm -f conftest.err conftest.$ac_ext - -- # OK, works on sane cases. Now check whether non-existent headers -+ # OK, works on sane cases. Now check whether nonexistent headers - # can be detected and how. - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -18018,24 +19019,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_cxx_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ }; then - # Broken: success on invalid input. - continue - else -@@ -18046,6 +19045,7 @@ - ac_preproc_ok=: - break - fi -+ - rm -f conftest.err conftest.$ac_ext - - done -@@ -18082,12 +19082,12 @@ - # message. - - -- echo "$as_me:$LINENO: checking if C++ compiler works" >&5 --echo $ECHO_N "checking if C++ compiler works... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if C++ compiler works" >&5 -+echo $ECHO_N "checking if C++ compiler works... $ECHO_C" >&6; } - if test "${ompi_cv_Cpp_works+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- ac_ext=cc -+ 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' -@@ -18112,13 +19112,22 @@ - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -18131,8 +19140,10 @@ - ( exit $ac_status ) - ompi_cv_Cpp_works="no" - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi -+ -+ - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -18140,8 +19151,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_Cpp_works" >&5 --echo "${ECHO_T}$ompi_cv_Cpp_works" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_Cpp_works" >&5 -+echo "${ECHO_T}$ompi_cv_Cpp_works" >&6; } - if test "$ompi_cv_Cpp_works" = "no"; then - cat <&2 - ********************************************************************** -@@ -18170,12 +19181,12 @@ - - - -- echo "$as_me:$LINENO: checking for the C++ compiler vendor" >&5 --echo $ECHO_N "checking for the C++ compiler vendor... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for the C++ compiler vendor" >&5 -+echo $ECHO_N "checking for the C++ compiler vendor... $ECHO_C" >&6; } - if test "${ompi_cv_cxx_compiler_vendor+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- ac_ext=cc -+ 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' -@@ -18198,34 +19209,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="intel" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -18239,34 +19247,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="gnu" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -18280,34 +19285,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="borland" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -18321,34 +19323,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="borland" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -18362,34 +19361,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="comeau" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -18403,27 +19399,22 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="compaq" - else - echo "$as_me: failed program was:" >&5 -@@ -18437,27 +19428,22 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="compaq" - else - echo "$as_me: failed program was:" >&5 -@@ -18471,38 +19457,37 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="compaq" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -18516,34 +19501,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="cray" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -18557,34 +19539,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="diab" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -18598,34 +19577,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="digital mars" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -18639,34 +19615,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="hp" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -18680,27 +19653,22 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="ibm" - else - echo "$as_me: failed program was:" >&5 -@@ -18714,36 +19682,34 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="ibm" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -18757,34 +19723,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="kai" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -18798,34 +19761,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="lcc" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -18839,34 +19799,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="metaware high" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -18880,34 +19837,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="metrowerks" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -18921,34 +19875,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="sgi" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -18962,34 +19913,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="mpw" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -19011,35 +19959,32 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="microsoft" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -- ac_ext=cc -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ 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' -@@ -19058,34 +20003,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="norcroft" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -19099,34 +20041,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="pelles" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -19140,34 +20079,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="portland group" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -19181,34 +20117,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="sas" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -19222,34 +20155,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="sun" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -19263,34 +20193,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="tendra" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -19304,34 +20231,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="tiny" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -19345,34 +20269,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="usl" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -19386,34 +20307,31 @@ - #endif - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_check_compiler_vendor_result="watcom" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -19427,8 +20345,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_cxx_compiler_vendor" >&5 --echo "${ECHO_T}$ompi_cv_cxx_compiler_vendor" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_cxx_compiler_vendor" >&5 -+echo "${ECHO_T}$ompi_cv_cxx_compiler_vendor" >&6; } - - ompi_cxx_vendor="$ompi_cv_c_compiler_vendor" - -@@ -19533,7 +20451,7 @@ - add="-Wall -Wundef -Wno-long-long" - - # see if -Wno-long-double works... -- ac_ext=cc -+ 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' -@@ -19541,8 +20459,8 @@ - - CXXFLAGS_orig="$CXXFLAGS" - CXXFLAGS="$CXXFLAGS -Wno-long-double" -- echo "$as_me:$LINENO: checking if $CXX supports -Wno-long-double" >&5 --echo $ECHO_N "checking if $CXX supports -Wno-long-double... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if $CXX supports -Wno-long-double" >&5 -+echo $ECHO_N "checking if $CXX supports -Wno-long-double... $ECHO_C" >&6; } - if test "${ompi_cv_cxx_wno_long_double+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -19562,38 +20480,34 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_cxx_wno_long_double="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_cxx_wno_long_double="no" -+ ompi_cv_cxx_wno_long_double="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ompi_cv_cxx_wno_long_double" >&5 --echo "${ECHO_T}$ompi_cv_cxx_wno_long_double" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_cxx_wno_long_double" >&5 -+echo "${ECHO_T}$ompi_cv_cxx_wno_long_double" >&6; } - CXXFLAGS="$CXXFLAGS_orig" - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' -@@ -19687,8 +20601,8 @@ - CXXFLAGS_orig="$CXXFLAGS" - CXXFLAGS="$CXXFLAGS -finline-functions" - add= -- echo "$as_me:$LINENO: checking if $CXX supports -finline-functions" >&5 --echo $ECHO_N "checking if $CXX supports -finline-functions... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if $CXX supports -finline-functions" >&5 -+echo $ECHO_N "checking if $CXX supports -finline-functions... $ECHO_C" >&6; } - if test "${ompi_cv_cxx_finline_functions+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -19708,38 +20622,34 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_cxx_finline_functions="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_cxx_finline_functions="no" -+ ompi_cv_cxx_finline_functions="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ompi_cv_cxx_finline_functions" >&5 --echo "${ECHO_T}$ompi_cv_cxx_finline_functions" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_cxx_finline_functions" >&5 -+echo "${ECHO_T}$ompi_cv_cxx_finline_functions" >&6; } - if test "$ompi_cv_cxx_finline_functions" = "yes" ; then - add=" -finline-functions" - fi -@@ -19823,16 +20733,16 @@ - # Check for special things due to C++ exceptions - ENABLE_CXX_EXCEPTIONS=no - HAVE_CXX_EXCEPTIONS=0 -- # Check whether --enable-cxx-exceptions or --disable-cxx-exceptions was given. -+ # Check whether --enable-cxx-exceptions was given. - if test "${enable_cxx_exceptions+set}" = set; then -- enableval="$enable_cxx_exceptions" -- ENABLE_CXX_EXCEPTIONS="$enableval" --fi; -- -- echo "$as_me:$LINENO: checking if want C++ exception handling" >&5 --echo $ECHO_N "checking if want C++ exception handling... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: $ENABLE_CXX_EXCEPTIONS" >&5 --echo "${ECHO_T}$ENABLE_CXX_EXCEPTIONS" >&6 -+ enableval=$enable_cxx_exceptions; ENABLE_CXX_EXCEPTIONS="$enableval" -+fi -+ -+ -+ { echo "$as_me:$LINENO: checking if want C++ exception handling" >&5 -+echo $ECHO_N "checking if want C++ exception handling... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: $ENABLE_CXX_EXCEPTIONS" >&5 -+echo "${ECHO_T}$ENABLE_CXX_EXCEPTIONS" >&6; } - if test "$ENABLE_CXX_EXCEPTIONS" = "yes"; then - # config/cxx_have_exceptions.m4 - -@@ -19846,11 +20756,10 @@ - # Sets OMPI_CXX_EXCEPTIONS to 1 if compiler has exceptions, 0 if not - # - --echo "$as_me:$LINENO: checking for throw/catch" >&5 --echo $ECHO_N "checking for throw/catch... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for throw/catch" >&5 -+echo $ECHO_N "checking for throw/catch... $ECHO_C" >&6; } - -- --ac_ext=cc -+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' -@@ -19872,41 +20781,37 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - OMPI_CXX_EXCEPTIONS=1 - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --OMPI_CXX_EXCPTIONS=0 -+ OMPI_CXX_EXCPTIONS=0 - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - if test "$OMPI_CXX_EXCEPTIONS" = "1"; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - - # Clean up -@@ -19935,15 +20840,15 @@ - # Command line flags - - --# Check whether --with-exflags or --without-exflags was given. -+# Check whether --with-exflags was given. - if test "${with_exflags+set}" = set; then -- withval="$with_exflags" -- ompi_force_exflags="$withval" --fi; -+ withval=$with_exflags; ompi_force_exflags="$withval" -+fi -+ - - ompi_CXXFLAGS_SAVE="$CXXFLAGS" --echo "$as_me:$LINENO: checking for compiler exception flags" >&5 --echo $ECHO_N "checking for compiler exception flags... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for compiler exception flags" >&5 -+echo $ECHO_N "checking for compiler exception flags... $ECHO_C" >&6; } - - # See which flags to use - -@@ -19959,8 +20864,7 @@ - CXXFLAGS="$CXXFLAGS -fexceptions" - - -- -- ac_ext=cc -+ 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' -@@ -19982,35 +20886,31 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_happy=1 - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_happy=0 -+ ompi_happy=0 - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - - if test "$ompi_happy" = "1"; then - ompi_exflags="-fexceptions"; -@@ -20032,35 +20932,31 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_happy=1 - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_happy=0 -+ ompi_happy=0 - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - if test "$ompi_happy" = "1"; then - ompi_exflags="-fhandle-exceptions"; - fi -@@ -20084,11 +20980,11 @@ - OMPI_CXX_EXCEPTIONS_CXXFLAGS="$ompi_exflags" - OMPI_CXX_EXCEPTIONS_LDFLAGS="$ompi_exflags" - if test "$ompi_exflags" = ""; then -- echo "$as_me:$LINENO: result: none necessary" >&5 --echo "${ECHO_T}none necessary" >&6 -+ { echo "$as_me:$LINENO: result: none necessary" >&5 -+echo "${ECHO_T}none necessary" >&6; } - else -- echo "$as_me:$LINENO: result: $ompi_exflags" >&5 --echo "${ECHO_T}$ompi_exflags" >&6 -+ { echo "$as_me:$LINENO: result: $ompi_exflags" >&5 -+echo "${ECHO_T}$ompi_exflags" >&6; } - fi - - # Clean up -@@ -20127,8 +21023,8 @@ - # Sets OMPI_CXX_TEMPLATE_REPOSITORY to the template repository, or blank. - # Must call AC_SUBST manually - # -- echo "$as_me:$LINENO: checking for C++ template_repository_directory" >&5 --echo $ECHO_N "checking for C++ template_repository_directory... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for C++ template_repository_directory" >&5 -+echo $ECHO_N "checking for C++ template_repository_directory... $ECHO_C" >&6; } - if test "${ompi_cv_cxx_template_repository+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -20191,23 +21087,23 @@ - EOF - - ompi_template_failed= --echo configure:20194: $CXX $CXXFLAGS -c conftest1.C >&5 -+echo configure:21090: $CXX $CXXFLAGS -c conftest1.C >&5 - $CXX $CXXFLAGS -c conftest1.C >&5 2>&5 - if test ! -f conftest1.o ; then - ompi_cv_cxx_template_repository="templates not supported" -- echo configure:20198: here is the program that failed: >&5 -+ echo configure:21094: here is the program that failed: >&5 - cat conftest1.C >&5 -- echo configure:20200: here is conftest.h: >&5 -+ echo configure:21096: here is conftest.h: >&5 - cat conftest.h >&5 - ompi_template_failed=1 - else -- echo configure:20204: $CXX $CXXFLAGS -c conftest2.C >&5 -+ echo configure:21100: $CXX $CXXFLAGS -c conftest2.C >&5 - $CXX $CXXFLAGS -c conftest2.C >&5 2>&5 - if test ! -f conftest2.o ; then - ompi_cv_cxx_template_repository= -- echo configure:20208: here is the program that failed: >&5 -+ echo configure:21104: here is the program that failed: >&5 - cat conftest2.C >&5 -- echo configure:20210: here is conftest.h: >&5 -+ echo configure:21106: here is conftest.h: >&5 - cat conftest.h >&5 - else - rm -rf conftest* -@@ -20256,8 +21152,8 @@ - # Clean up - unset ompi_file ompi_template_failed ompi_template_dir - fi --echo "$as_me:$LINENO: result: $ompi_cv_cxx_template_repository" >&5 --echo "${ECHO_T}$ompi_cv_cxx_template_repository" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_cxx_template_repository" >&5 -+echo "${ECHO_T}$ompi_cv_cxx_template_repository" >&6; } - - if test "$ompi_cv_cxx_template_repository" = "not used" ; then - OMPI_CXX_TEMPLATE_REPOSITORY= -@@ -20278,16 +21174,16 @@ - # - # Adds to CXXFLAGS - --echo "$as_me:$LINENO: checking for C++ compiler template parameters" >&5 --echo $ECHO_N "checking for C++ compiler template parameters... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for C++ compiler template parameters" >&5 -+echo $ECHO_N "checking for C++ compiler template parameters... $ECHO_C" >&6; } - if test "$BASECXX" = "KCC"; then - new_flags="--one_instantiation_per_object" - CXXFLAGS="$CXXFLAGS $new_flags" - else - new_flags="none needed" - fi --echo "$as_me:$LINENO: result: $new_flags" >&5 --echo "${ECHO_T}$new_flags" >&6 -+{ echo "$as_me:$LINENO: result: $new_flags" >&5 -+echo "${ECHO_T}$new_flags" >&6; } - - # - # Clean up -@@ -20380,23 +21276,23 @@ - - unset co_found co_word co_arg - -- echo "$as_me:$LINENO: checking for C++ optimization flags" >&5 --echo $ECHO_N "checking for C++ optimization flags... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: $co_result" >&5 --echo "${ECHO_T}$co_result" >&6 -+ { echo "$as_me:$LINENO: checking for C++ optimization flags" >&5 -+echo $ECHO_N "checking for C++ optimization flags... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: $co_result" >&5 -+echo "${ECHO_T}$co_result" >&6; } - CXXFLAGS="$co_result" - - - # check for type sizes - --ac_ext=cc -+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' - ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - --echo "$as_me:$LINENO: checking for bool" >&5 --echo $ECHO_N "checking for bool... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for bool" >&5 -+echo $ECHO_N "checking for bool... $ECHO_C" >&6; } - if test "${ac_cv_type_bool+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -20407,61 +21303,57 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef bool ac__type_new_; - int - main () - { --if ((bool *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (bool)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_bool=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_bool=no -+ ac_cv_type_bool=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_bool" >&5 --echo "${ECHO_T}$ac_cv_type_bool" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_bool" >&5 -+echo "${ECHO_T}$ac_cv_type_bool" >&6; } - --echo "$as_me:$LINENO: checking size of bool" >&5 --echo $ECHO_N "checking size of bool... $ECHO_C" >&6 -+# The cast to long int works around a bug in the HP C Compiler -+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects -+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. -+# This bug is HP SR number 8606223364. -+{ echo "$as_me:$LINENO: checking size of bool" >&5 -+echo $ECHO_N "checking size of bool... $ECHO_C" >&6; } - if test "${ac_cv_sizeof_bool+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- if test "$ac_cv_type_bool" = yes; then -- # The cast to unsigned long works around a bug in the HP C Compiler -- # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects -- # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. -- # This bug is HP SR number 8606223364. - if test "$cross_compiling" = yes; then - # Depending upon the size, compute the lo and hi bounds. - cat >conftest.$ac_ext <<_ACEOF -@@ -20471,10 +21363,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef bool ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (bool))) >= 0)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; - test_array [0] = 0 - - ; -@@ -20482,27 +21375,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=0 ac_mid=0 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -20512,10 +21400,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef bool ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (bool))) <= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -20523,56 +21412,53 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr $ac_mid + 1` -- if test $ac_lo -le $ac_mid; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid + 1` -+ ac_lo=`expr $ac_mid + 1` -+ if test $ac_lo -le $ac_mid; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef bool ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (bool))) < 0)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; - test_array [0] = 0 - - ; -@@ -20580,27 +21466,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=-1 ac_mid=-1 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -20610,10 +21491,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef bool ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (bool))) >= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -20621,50 +21503,48 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_hi=`expr '(' $ac_mid ')' - 1` -- if test $ac_mid -le $ac_hi; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid` -+ ac_hi=`expr '(' $ac_mid ')' - 1` -+ if test $ac_mid -le $ac_hi; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo= ac_hi= -+ ac_lo= ac_hi= - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+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 - ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` -@@ -20675,10 +21555,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef bool ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (bool))) <= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -20686,52 +21567,45 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr '(' $ac_mid ')' + 1` -+ ac_lo=`expr '(' $ac_mid ')' + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - case $ac_lo in - ?*) ac_cv_sizeof_bool=$ac_lo;; --'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (bool), 77 -+'') if test "$ac_cv_type_bool" = yes; then -+ { { echo "$as_me:$LINENO: error: cannot compute sizeof (bool) - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute sizeof (bool), 77 -+echo "$as_me: error: cannot compute sizeof (bool) - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } ;; -+ { (exit 77); exit 77; }; } -+ else -+ ac_cv_sizeof_bool=0 -+ fi ;; - esac - else -- if test "$cross_compiling" = yes; then -- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling --See \`config.log' for more details." >&5 --echo "$as_me: error: cannot run test program while cross compiling --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -20739,8 +21613,9 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default --long longval () { return (long) (sizeof (bool)); } --unsigned long ulongval () { return (long) (sizeof (bool)); } -+ typedef bool ac__type_sizeof_; -+static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -+static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } - #include - #include - int -@@ -20749,35 +21624,44 @@ - - FILE *f = fopen ("conftest.val", "w"); - if (! f) -- exit (1); -- if (((long) (sizeof (bool))) < 0) -+ return 1; -+ if (((long int) (sizeof (ac__type_sizeof_))) < 0) - { -- long i = longval (); -- if (i != ((long) (sizeof (bool)))) -- exit (1); -+ long int i = longval (); -+ if (i != ((long int) (sizeof (ac__type_sizeof_)))) -+ return 1; - fprintf (f, "%ld\n", i); - } - else - { -- unsigned long i = ulongval (); -- if (i != ((long) (sizeof (bool)))) -- exit (1); -+ unsigned long int i = ulongval (); -+ if (i != ((long int) (sizeof (ac__type_sizeof_)))) -+ return 1; - fprintf (f, "%lu\n", i); - } -- exit (ferror (f) || fclose (f) != 0); -+ return ferror (f) || fclose (f) != 0; - - ; - return 0; - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -20788,22 +21672,25 @@ - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) --{ { echo "$as_me:$LINENO: error: cannot compute sizeof (bool), 77 -+if test "$ac_cv_type_bool" = yes; then -+ { { echo "$as_me:$LINENO: error: cannot compute sizeof (bool) - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute sizeof (bool), 77 -+echo "$as_me: error: cannot compute sizeof (bool) - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+ { (exit 77); exit 77; }; } -+ else -+ ac_cv_sizeof_bool=0 -+ fi - fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - rm -f conftest.val --else -- ac_cv_sizeof_bool=0 --fi - fi --echo "$as_me:$LINENO: result: $ac_cv_sizeof_bool" >&5 --echo "${ECHO_T}$ac_cv_sizeof_bool" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_bool" >&5 -+echo "${ECHO_T}$ac_cv_sizeof_bool" >&6; } -+ -+ -+ - cat >>confdefs.h <<_ACEOF - #define SIZEOF_BOOL $ac_cv_sizeof_bool - _ACEOF -@@ -20813,8 +21700,8 @@ - # check for type alignments - - -- echo "$as_me:$LINENO: checking alignment of bool" >&5 --echo $ECHO_N "checking alignment of bool... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking alignment of bool" >&5 -+echo $ECHO_N "checking alignment of bool... $ECHO_C" >&6; } - if test "${ompi_cv_c_align_bool+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -20847,27 +21734,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=0 ac_mid=0 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -20893,46 +21775,42 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr $ac_mid + 1` -- if test $ac_lo -le $ac_mid; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid + 1` -+ ac_lo=`expr $ac_mid + 1` -+ if test $ac_lo -le $ac_mid; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext -@@ -20955,27 +21833,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=-1 ac_mid=-1 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -21001,50 +21874,48 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_hi=`expr '(' $ac_mid ')' - 1` -- if test $ac_mid -le $ac_hi; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid` -+ ac_hi=`expr '(' $ac_mid ')' - 1` -+ if test $ac_mid -le $ac_hi; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo= ac_hi= -+ ac_lo= ac_hi= - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+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 - ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` -@@ -21071,35 +21942,31 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr '(' $ac_mid ')' + 1` -+ ac_lo=`expr '(' $ac_mid ')' + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - case $ac_lo in - ?*) ompi_cv_c_align_bool=$ac_lo;; -@@ -21112,13 +21979,6 @@ - { (exit 1); exit 1; }; } ;; - esac - else -- if test "$cross_compiling" = yes; then -- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling --See \`config.log' for more details." >&5 --echo "$as_me: error: cannot run test program while cross compiling --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -21131,8 +21991,8 @@ - #endif - typedef struct { char x; bool y; } ompi__type_alignof_; - --long longval () { return (long int) offsetof (ompi__type_alignof_, y); } --unsigned long ulongval () { return (long int) offsetof (ompi__type_alignof_, y); } -+static long int longval () { return (long int) offsetof (ompi__type_alignof_, y); } -+static unsigned long int ulongval () { return (long int) offsetof (ompi__type_alignof_, y); } - #include - #include - int -@@ -21141,35 +22001,44 @@ - - FILE *f = fopen ("conftest.val", "w"); - if (! f) -- exit (1); -+ return 1; - if (((long int) offsetof (ompi__type_alignof_, y)) < 0) - { -- long i = longval (); -+ long int i = longval (); - if (i != ((long int) offsetof (ompi__type_alignof_, y))) -- exit (1); -+ return 1; - fprintf (f, "%ld\n", i); - } - else - { -- unsigned long i = ulongval (); -+ unsigned long int i = ulongval (); - if (i != ((long int) offsetof (ompi__type_alignof_, y))) -- exit (1); -+ return 1; - fprintf (f, "%lu\n", i); - } -- exit (ferror (f) || fclose (f) != 0); -+ return ferror (f) || fclose (f) != 0; - - ; - return 0; - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -21188,10 +22057,10 @@ - echo "$as_me: error: *** Cannot continue." >&2;} - { (exit 1); exit 1; }; } - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext --fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - rm -f conftest.val -+ - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -21216,13 +22085,22 @@ - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -21241,11 +22119,13 @@ - echo "$as_me: error: *** Cannot continue." >&2;} - { (exit 1); exit 1; }; } - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi -+ -+ - fi --echo "$as_me:$LINENO: result: $ompi_cv_c_align_bool" >&5 --echo "${ECHO_T}$ompi_cv_c_align_bool" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_c_align_bool" >&5 -+echo "${ECHO_T}$ompi_cv_c_align_bool" >&6; } - - - cat >>confdefs.h <<_ACEOF -@@ -21294,8 +22174,8 @@ - - - --echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5 --echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5 -+echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6; } - if test "${lt_cv_path_NM+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -21343,23 +22223,91 @@ - test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm - fi - fi --echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5 --echo "${ECHO_T}$lt_cv_path_NM" >&6 -+{ echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5 -+echo "${ECHO_T}$lt_cv_path_NM" >&6; } - NM="$lt_cv_path_NM" - --echo "$as_me:$LINENO: checking for fgrep" >&5 --echo $ECHO_N "checking for fgrep... $ECHO_C" >&6 --if test "${ac_cv_prog_fgrep+set}" = set; then -+{ echo "$as_me:$LINENO: checking for fgrep" >&5 -+echo $ECHO_N "checking for fgrep... $ECHO_C" >&6; } -+if test "${ac_cv_path_FGREP+set}" = set; then -+ echo $ECHO_N "(cached) $ECHO_C" >&6 -+else -+ if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 -+ then ac_cv_path_FGREP="$GREP -F" -+ else -+ # Extract the first word of "fgrep" to use in msg output -+if test -z "$FGREP"; then -+set dummy fgrep; ac_prog_name=$2 -+if test "${ac_cv_path_FGREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- if echo 'ab*c' | (grep -F 'ab*c') >/dev/null 2>&1 -- then ac_cv_prog_fgrep='grep -F' -- else ac_cv_prog_fgrep='fgrep' -+ ac_path_FGREP_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 fgrep; do -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" -+ { test -f "$ac_path_FGREP" && $as_test_x "$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 -+ echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" -+ while : -+ do -+ cat "conftest.in" "conftest.in" >"conftest.tmp" -+ mv "conftest.tmp" "conftest.in" -+ cp "conftest.in" "conftest.nl" -+ 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 -+ ac_count=`expr $ac_count + 1` -+ if test $ac_count -gt ${ac_path_FGREP_max-0}; then -+ # Best one so far, save it but keep looking for a better one -+ ac_cv_path_FGREP="$ac_path_FGREP" -+ ac_path_FGREP_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_FGREP_found && break 3 -+ done -+done -+ -+done -+IFS=$as_save_IFS -+ -+ -+fi -+ -+FGREP="$ac_cv_path_FGREP" -+if test -z "$FGREP"; then -+ { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 -+echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} -+ { (exit 1); exit 1; }; } -+fi -+ -+else -+ ac_cv_path_FGREP=$FGREP -+fi -+ -+ -+ fi - fi --echo "$as_me:$LINENO: result: $ac_cv_prog_fgrep" >&5 --echo "${ECHO_T}$ac_cv_prog_fgrep" >&6 -- FGREP=$ac_cv_prog_fgrep -+{ echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5 -+echo "${ECHO_T}$ac_cv_path_FGREP" >&6; } -+ FGREP="$ac_cv_path_FGREP" - - - -@@ -21368,20 +22316,20 @@ - - - -- echo "$as_me:$LINENO: checking whether to enable smp locks" >&5 --echo $ECHO_N "checking whether to enable smp locks... $ECHO_C" >&6 -- # Check whether --enable-smp-locks or --disable-smp-locks was given. -+ { echo "$as_me:$LINENO: checking whether to enable smp locks" >&5 -+echo $ECHO_N "checking whether to enable smp locks... $ECHO_C" >&6; } -+ # Check whether --enable-smp-locks was given. - if test "${enable_smp_locks+set}" = set; then -- enableval="$enable_smp_locks" -+ enableval=$enable_smp_locks; -+fi - --fi; - if test "$enable_smp_locks" != "no"; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - want_smp_locks=1 - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - want_smp_locks=0 - fi - -@@ -21394,8 +22342,8 @@ - ompi_cv_asm_arch="WINDOWS" - else - -- echo "$as_me:$LINENO: checking directive for setting text section" >&5 --echo $ECHO_N "checking directive for setting text section... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking directive for setting text section" >&5 -+echo $ECHO_N "checking directive for setting text section... $ECHO_C" >&6; } - ompi_cv_asm_text="" - if test "$ompi_cv_c_compiler_vendor" = "microsoft" ; then - # text section will be brought in with the rest of -@@ -21411,8 +22359,8 @@ - ;; - esac - fi -- echo "$as_me:$LINENO: result: $ompi_cv_asm_text" >&5 --echo "${ECHO_T}$ompi_cv_asm_text" >&6 -+ { echo "$as_me:$LINENO: result: $ompi_cv_asm_text" >&5 -+echo "${ECHO_T}$ompi_cv_asm_text" >&6; } - - cat >>confdefs.h <<_ACEOF - #define OMPI_ASM_TEXT "$ompi_cv_asm_text" -@@ -21422,8 +22370,8 @@ - - - -- echo "$as_me:$LINENO: checking directive for exporting symbols" >&5 --echo $ECHO_N "checking directive for exporting symbols... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking directive for exporting symbols" >&5 -+echo $ECHO_N "checking directive for exporting symbols... $ECHO_C" >&6; } - ompi_cv_asm_global="" - if test "$ompi_cv_c_compiler_vendor" = "microsoft" ; then - ompi_cv_asm_global="PUBLIC" -@@ -21434,8 +22382,8 @@ - ;; - esac - fi -- echo "$as_me:$LINENO: result: $ompi_cv_asm_global" >&5 --echo "${ECHO_T}$ompi_cv_asm_global" >&6 -+ { echo "$as_me:$LINENO: result: $ompi_cv_asm_global" >&5 -+echo "${ECHO_T}$ompi_cv_asm_global" >&6; } - - cat >>confdefs.h <<_ACEOF - #define OMPI_ASM_GLOBAL "$ompi_cv_asm_global" -@@ -21447,8 +22395,8 @@ - - # Extract the first word of "objdump", so it can be a program name with args. - set dummy objdump; ac_word=$2 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_OBJDUMP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -21461,27 +22409,29 @@ - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_OBJDUMP="objdump" - echo "$as_me:$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 -- echo "$as_me:$LINENO: result: $OBJDUMP" >&5 --echo "${ECHO_T}$OBJDUMP" >&6 -+ { echo "$as_me:$LINENO: result: $OBJDUMP" >&5 -+echo "${ECHO_T}$OBJDUMP" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - -- echo "$as_me:$LINENO: checking if .note.GNU-stack is needed" >&5 --echo $ECHO_N "checking if .note.GNU-stack is needed... $ECHO_C" >&6 -+ -+ { echo "$as_me:$LINENO: checking if .note.GNU-stack is needed" >&5 -+echo $ECHO_N "checking if .note.GNU-stack is needed... $ECHO_C" >&6; } - if test "${ompi_cv_asm_gnu_stack_result+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -21494,14 +22444,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:21497: $CC $CFLAGS -c conftest.c -o conftest.$OBJEXT" >&5 -+echo "configure:22447: $CC $CFLAGS -c conftest.c -o conftest.$OBJEXT" >&5 - $CC $CFLAGS -c conftest.c -o conftest.$OBJEXT 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:21504: \$? = $ompi_status" >&5 -+ echo "configure:22454: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -21514,7 +22464,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:21517: the failed program was:" >&5 -+ echo "configure:22467: the failed program was:" >&5 - else - echo the failed program was: >&5 - fi -@@ -21534,8 +22484,8 @@ - fi - - fi --echo "$as_me:$LINENO: result: $ompi_cv_asm_gnu_stack_result" >&5 --echo "${ECHO_T}$ompi_cv_asm_gnu_stack_result" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_asm_gnu_stack_result" >&5 -+echo "${ECHO_T}$ompi_cv_asm_gnu_stack_result" >&6; } - if test "$ompi_cv_asm_gnu_stack_result" = "yes" ; then - ompi_cv_asm_gnu_stack=1 - else -@@ -21543,16 +22493,16 @@ - fi - - -- echo "$as_me:$LINENO: checking suffix for labels" >&5 --echo $ECHO_N "checking suffix for labels... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking suffix for labels" >&5 -+echo $ECHO_N "checking suffix for labels... $ECHO_C" >&6; } - ompi_cv_asm_label_suffix="" - case $host in - *) - ompi_cv_asm_label_suffix=":" - ;; - esac -- echo "$as_me:$LINENO: result: $ompi_cv_asm_label_suffix" >&5 --echo "${ECHO_T}$ompi_cv_asm_label_suffix" >&6 -+ { echo "$as_me:$LINENO: result: $ompi_cv_asm_label_suffix" >&5 -+echo "${ECHO_T}$ompi_cv_asm_label_suffix" >&6; } - - cat >>confdefs.h <<_ACEOF - #define OMPI_ASM_LABEL_SUFFIX "$ompi_cv_asm_label_suffix" -@@ -21562,8 +22512,8 @@ - - - -- echo "$as_me:$LINENO: checking prefix for global symbol labels" >&5 --echo $ECHO_N "checking prefix for global symbol labels... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking prefix for global symbol labels" >&5 -+echo $ECHO_N "checking prefix for global symbol labels... $ECHO_C" >&6; } - if test "${ompi_cv_asm_gsym+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -21656,8 +22606,8 @@ - rm -f conftest.* - - fi --echo "$as_me:$LINENO: result: $ompi_cv_asm_gsym" >&5 --echo "${ECHO_T}$ompi_cv_asm_gsym" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_asm_gsym" >&5 -+echo "${ECHO_T}$ompi_cv_asm_gsym" >&6; } - - if test "$ompi_cv_asm_gsym" = "none" ; then - { { echo "$as_me:$LINENO: error: Could not determine global symbol label prefix" >&5 -@@ -21677,8 +22627,8 @@ - - - -- echo "$as_me:$LINENO: checking prefix for lsym labels" >&5 --echo $ECHO_N "checking prefix for lsym labels... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking prefix for lsym labels" >&5 -+echo $ECHO_N "checking prefix for lsym labels... $ECHO_C" >&6; } - if test "${ompi_cv_asm_lsym+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -21742,8 +22692,8 @@ - unset asm_result sym - - fi --echo "$as_me:$LINENO: result: $ompi_cv_asm_lsym" >&5 --echo "${ECHO_T}$ompi_cv_asm_lsym" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_asm_lsym" >&5 -+echo "${ECHO_T}$ompi_cv_asm_lsym" >&6; } - - cat >>confdefs.h <<_ACEOF - #define OMPI_ASM_LSYM "$ompi_cv_asm_lsym" -@@ -21753,8 +22703,8 @@ - - - -- echo "$as_me:$LINENO: checking prefix for function in .type" >&5 --echo $ECHO_N "checking prefix for function in .type... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking prefix for function in .type" >&5 -+echo $ECHO_N "checking prefix for function in .type... $ECHO_C" >&6; } - if test "${ompi_cv_asm_type+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -21811,8 +22761,8 @@ - unset asm_result type - - fi --echo "$as_me:$LINENO: result: $ompi_cv_asm_type" >&5 --echo "${ECHO_T}$ompi_cv_asm_type" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_asm_type" >&5 -+echo "${ECHO_T}$ompi_cv_asm_type" >&6; } - - - cat >>confdefs.h <<_ACEOF -@@ -21823,8 +22773,8 @@ - - - -- echo "$as_me:$LINENO: checking if .size is needed" >&5 --echo $ECHO_N "checking if .size is needed... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if .size is needed" >&5 -+echo $ECHO_N "checking if .size is needed... $ECHO_C" >&6; } - if test "${ompi_cv_asm_need_size+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -21857,8 +22807,8 @@ - - rm -f conftest.out - fi --echo "$as_me:$LINENO: result: $ompi_cv_asm_need_size" >&5 --echo "${ECHO_T}$ompi_cv_asm_need_size" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_asm_need_size" >&5 -+echo "${ECHO_T}$ompi_cv_asm_need_size" >&6; } - - if test "$ompi_cv_asm_need_size" = "yes" ; then - ompi_asm_size=1 -@@ -21878,8 +22828,8 @@ - - - -- echo "$as_me:$LINENO: checking if .align directive takes logarithmic value" >&5 --echo $ECHO_N "checking if .align directive takes logarithmic value... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if .align directive takes logarithmic value" >&5 -+echo $ECHO_N "checking if .align directive takes logarithmic value... $ECHO_C" >&6; } - if test "${ompi_cv_asm_align_log+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -21923,8 +22873,8 @@ - ompi_cv_asm_align_log="no" - fi - fi --echo "$as_me:$LINENO: result: $ompi_cv_asm_align_log" >&5 --echo "${ECHO_T}$ompi_cv_asm_align_log" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_asm_align_log" >&5 -+echo "${ECHO_T}$ompi_cv_asm_align_log" >&6; } - - if test "$ompi_cv_asm_align_log" = "yes" -o "$ompi_cv_asm_align_log" = "1" ; then - ompi_asm_align_log_result=1 -@@ -21965,7 +22915,7 @@ - alpha-*) - ompi_cv_asm_arch="ALPHA" - OMPI_ASM_SUPPORT_64BIT=1 -- OMPI_GCC_INLINE_ASSIGN='"bis zero,zero,%0" : "=&r"(ret)' -+ OMPI_GCC_INLINE_ASSIGN='"bis $31,$31,%0" : "=&r"(ret)' - ;; - - mips-*|mips64-*) -@@ -21978,8 +22928,8 @@ - - powerpc-*|powerpc64-*) - -- echo "$as_me:$LINENO: checking if PowerPC registers have r prefix" >&5 --echo $ECHO_N "checking if PowerPC registers have r prefix... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if PowerPC registers have r prefix" >&5 -+echo $ECHO_N "checking if PowerPC registers have r prefix... $ECHO_C" >&6; } - cat >conftest.s <&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - - -@@ -22063,8 +23013,8 @@ - echo "$as_me: error: CHECK_POWERPC_64BIT called on 64 bit platform. Internal error." >&2;} - { (exit 1); exit 1; }; } - fi -- echo "$as_me:$LINENO: checking for 64-bit PowerPC assembly support" >&5 --echo $ECHO_N "checking for 64-bit PowerPC assembly support... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for 64-bit PowerPC assembly support" >&5 -+echo $ECHO_N "checking for 64-bit PowerPC assembly support... $ECHO_C" >&6; } - case $host in - *-darwin*) - ppc64_result=0 -@@ -22107,12 +23057,12 @@ - esac - - if test "$ppc64_result" = "1" ; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - OMPI_ASM_SUPPORT_64BIT=1 - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - : - fi - -@@ -22136,8 +23086,8 @@ - if test "$ac_cv_sizeof_long" = "4" ; then - have_v8plus=0 - -- echo "$as_me:$LINENO: checking if have Sparc v8+/v9 support" >&5 --echo $ECHO_N "checking if have Sparc v8+/v9 support... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if have Sparc v8+/v9 support" >&5 -+echo $ECHO_N "checking if have Sparc v8+/v9 support... $ECHO_C" >&6; } - sparc_result=0 - cat >conftest.s <&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - have_v8plus=1 - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - : - fi - -@@ -22241,8 +23191,8 @@ - assembly="$OMPI_GCC_INLINE_ASSIGN" - asm_result="unknown" - -- echo "$as_me:$LINENO: checking if $CC supports GCC inline assembly" >&5 --echo $ECHO_N "checking if $CC supports GCC inline assembly... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if $CC supports GCC inline assembly" >&5 -+echo $ECHO_N "checking if $CC supports GCC inline assembly... $ECHO_C" >&6; } - - if test "$ompi_cv_c_compiler_vendor" = "portland group" ; then - # PGI seems to have some issues with our inline assembly. -@@ -22279,13 +23229,22 @@ - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -22298,8 +23257,10 @@ - ( exit $ac_status ) - asm_result="no" - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi -+ -+ - else - assembly="test skipped - assuming no" - fi -@@ -22327,41 +23288,38 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - asm_result="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --asm_result="no" -+ asm_result="no" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi - fi - -- echo "$as_me:$LINENO: result: $asm_result" >&5 --echo "${ECHO_T}$asm_result" >&6 -+ { echo "$as_me:$LINENO: result: $asm_result" >&5 -+echo "${ECHO_T}$asm_result" >&6; } - - if test "$asm_result" = "yes" ; then - OMPI_C_GCC_INLINE_ASSEMBLY=1 -@@ -22379,8 +23337,8 @@ - - - -- echo "$as_me:$LINENO: checking if $CC supports DEC inline assembly" >&5 --echo $ECHO_N "checking if $CC supports DEC inline assembly... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if $CC supports DEC inline assembly" >&5 -+echo $ECHO_N "checking if $CC supports DEC inline assembly... $ECHO_C" >&6; } - - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -22401,39 +23359,36 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - asm_result="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --asm_result="no" -+ asm_result="no" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - -- echo "$as_me:$LINENO: result: $asm_result" >&5 --echo "${ECHO_T}$asm_result" >&6 -+ { echo "$as_me:$LINENO: result: $asm_result" >&5 -+echo "${ECHO_T}$asm_result" >&6; } - - if test "$asm_result" = "yes" ; then - OMPI_C_DEC_INLINE_ASSEMBLY=1 -@@ -22451,8 +23406,8 @@ - - - -- echo "$as_me:$LINENO: checking if $CC supports XLC inline assembly" >&5 --echo $ECHO_N "checking if $CC supports XLC inline assembly... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if $CC supports XLC inline assembly" >&5 -+echo $ECHO_N "checking if $CC supports XLC inline assembly... $ECHO_C" >&6; } - - OMPI_C_XLC_INLINE_ASSEMBLY=0 - asm_result="no" -@@ -22461,8 +23416,8 @@ - asm_result="yes" - fi - -- echo "$as_me:$LINENO: result: $asm_result" >&5 --echo "${ECHO_T}$asm_result" >&6 -+ { echo "$as_me:$LINENO: result: $asm_result" >&5 -+echo "${ECHO_T}$asm_result" >&6; } - - cat >>confdefs.h <<_ACEOF - #define OMPI_C_XLC_INLINE_ASSEMBLY $OMPI_C_XLC_INLINE_ASSEMBLY -@@ -22475,14 +23430,14 @@ - assembly="$OMPI_GCC_INLINE_ASSIGN" - asm_result="unknown" - -- ac_ext=cc -+ 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' - ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - -- echo "$as_me:$LINENO: checking if $CXX supports GCC inline assembly" >&5 --echo $ECHO_N "checking if $CXX supports GCC inline assembly... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if $CXX supports GCC inline assembly" >&5 -+echo $ECHO_N "checking if $CXX supports GCC inline assembly... $ECHO_C" >&6; } - - case $host in - *-aix*) -@@ -22514,13 +23469,22 @@ - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -22533,8 +23497,10 @@ - ( exit $ac_status ) - asm_result="no" - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi -+ -+ - else - assembly="test skipped - assuming no" - fi -@@ -22561,40 +23527,37 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - asm_result="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --asm_result="no" -+ asm_result="no" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi - -- echo "$as_me:$LINENO: result: $asm_result" >&5 --echo "${ECHO_T}$asm_result" >&6 -+ { echo "$as_me:$LINENO: result: $asm_result" >&5 -+echo "${ECHO_T}$asm_result" >&6; } - - if test "$asm_result" = "yes" ; then - OMPI_CXX_GCC_INLINE_ASSEMBLY=1 -@@ -22618,14 +23581,14 @@ - - - -- ac_ext=cc -+ 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' - ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - -- echo "$as_me:$LINENO: checking if $CXX supports DEC inline assembly" >&5 --echo $ECHO_N "checking if $CXX supports DEC inline assembly... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if $CXX supports DEC inline assembly" >&5 -+echo $ECHO_N "checking if $CXX supports DEC inline assembly... $ECHO_C" >&6; } - - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -22646,39 +23609,36 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - asm_result="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --asm_result="no" -+ asm_result="no" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - -- echo "$as_me:$LINENO: result: $asm_result" >&5 --echo "${ECHO_T}$asm_result" >&6 -+ { echo "$as_me:$LINENO: result: $asm_result" >&5 -+echo "${ECHO_T}$asm_result" >&6; } - - if test "$asm_result" = "yes" ; then - OMPI_CXX_DEC_INLINE_ASSEMBLY=1 -@@ -22702,8 +23662,8 @@ - - - -- echo "$as_me:$LINENO: checking if $CXX supports XLC inline assembly" >&5 --echo $ECHO_N "checking if $CXX supports XLC inline assembly... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if $CXX supports XLC inline assembly" >&5 -+echo $ECHO_N "checking if $CXX supports XLC inline assembly... $ECHO_C" >&6; } - - OMPI_CXX_XLC_INLINE_ASSEMBLY=0 - asm_result="no" -@@ -22712,8 +23672,8 @@ - asm_result="yes" - fi - -- echo "$as_me:$LINENO: result: $asm_result" >&5 --echo "${ECHO_T}$asm_result" >&6 -+ { echo "$as_me:$LINENO: result: $asm_result" >&5 -+echo "${ECHO_T}$asm_result" >&6; } - - cat >>confdefs.h <<_ACEOF - #define OMPI_CXX_XLC_INLINE_ASSEMBLY $OMPI_CXX_XLC_INLINE_ASSEMBLY -@@ -22740,10 +23700,10 @@ - ompi_cv_asm_format="${asm_format}-${ompi_cv_asm_gnu_stack}" - OMPI_ASSEMBLY_FORMAT="$ompi_cv_asm_format" - -- echo "$as_me:$LINENO: checking for assembly format" >&5 --echo $ECHO_N "checking for assembly format... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: $OMPI_ASSEMBLY_FORMAT" >&5 --echo "${ECHO_T}$OMPI_ASSEMBLY_FORMAT" >&6 -+ { echo "$as_me:$LINENO: checking for assembly format" >&5 -+echo $ECHO_N "checking for assembly format... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: $OMPI_ASSEMBLY_FORMAT" >&5 -+echo "${ECHO_T}$OMPI_ASSEMBLY_FORMAT" >&6; } - - cat >>confdefs.h <<_ACEOF - #define OMPI_ASSEMBLY_FORMAT "$OMPI_ASSEMBLY_FORMAT" -@@ -22754,10 +23714,10 @@ - - result="OMPI_$ompi_cv_asm_arch" - OMPI_ASSEMBLY_ARCH="$ompi_cv_asm_arch" -- echo "$as_me:$LINENO: checking for asssembly architecture" >&5 --echo $ECHO_N "checking for asssembly architecture... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: $ompi_cv_asm_arch" >&5 --echo "${ECHO_T}$ompi_cv_asm_arch" >&6 -+ { echo "$as_me:$LINENO: checking for asssembly architecture" >&5 -+echo $ECHO_N "checking for asssembly architecture... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: $ompi_cv_asm_arch" >&5 -+echo "${ECHO_T}$ompi_cv_asm_arch" >&6; } - - cat >>confdefs.h <<_ACEOF - #define OMPI_ASSEMBLY_ARCH $result -@@ -22771,8 +23731,8 @@ - if test "$ompi_cv_asm_arch" != "WINDOWS" ; then - # Extract the first word of "perl", so it can be a program name with args. - set dummy perl; ac_word=$2 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_PERL+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -22785,54 +23745,56 @@ - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_PERL="perl" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done - done -+IFS=$as_save_IFS - - fi - fi - PERL=$ac_cv_prog_PERL - if test -n "$PERL"; then -- echo "$as_me:$LINENO: result: $PERL" >&5 --echo "${ECHO_T}$PERL" >&6 -+ { echo "$as_me:$LINENO: result: $PERL" >&5 -+echo "${ECHO_T}$PERL" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - - -+ - # see if we have a pre-built one already -- echo "$as_me:$LINENO: checking for pre-built assembly file" >&5 --echo $ECHO_N "checking for pre-built assembly file... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for pre-built assembly file" >&5 -+echo $ECHO_N "checking for pre-built assembly file... $ECHO_C" >&6; } - ompi_cv_asm_file="" - if grep "$ompi_cv_asm_arch" "${top_ompi_srcdir}/opal/asm/asm-data.txt" | $FGREP "$ompi_cv_asm_format" >conftest.out 2>&1 ; then - ompi_cv_asm_file="`cut -f3 conftest.out`" - if test ! "$ompi_cv_asm_file" = "" ; then - ompi_cv_asm_file="atomic-${ompi_cv_asm_file}.s" - if test -f "${top_ompi_srcdir}/opal/asm/generated/${ompi_cv_asm_file}" ; then -- echo "$as_me:$LINENO: result: yes ($ompi_cv_asm_file)" >&5 --echo "${ECHO_T}yes ($ompi_cv_asm_file)" >&6 -+ { echo "$as_me:$LINENO: result: yes ($ompi_cv_asm_file)" >&5 -+echo "${ECHO_T}yes ($ompi_cv_asm_file)" >&6; } - else -- echo "$as_me:$LINENO: result: no ($ompi_cv_asm_file not found)" >&5 --echo "${ECHO_T}no ($ompi_cv_asm_file not found)" >&6 -+ { echo "$as_me:$LINENO: result: no ($ompi_cv_asm_file not found)" >&5 -+echo "${ECHO_T}no ($ompi_cv_asm_file not found)" >&6; } - ompi_cv_asm_file="" - fi - fi - else -- echo "$as_me:$LINENO: result: no (not in asm-data)" >&5 --echo "${ECHO_T}no (not in asm-data)" >&6 -+ { echo "$as_me:$LINENO: result: no (not in asm-data)" >&5 -+echo "${ECHO_T}no (not in asm-data)" >&6; } - fi - rm -f conftest.* - - if test "$ompi_cv_asm_file" = "" ; then - if test ! "$PERL" = "" ; then - # we have perl... Can we generate a file? -- echo "$as_me:$LINENO: checking whether possible to generate assembly file" >&5 --echo $ECHO_N "checking whether possible to generate assembly file... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking whether possible to generate assembly file" >&5 -+echo $ECHO_N "checking whether possible to generate assembly file... $ECHO_C" >&6; } - mkdir -p opal/asm/generated - ompi_cv_asm_file="atomic-local.s" - ompi_try="$PERL \"$top_ompi_srcdir/opal/asm/generate-asm.pl\" \"$ompi_cv_asm_arch\" \"$ompi_cv_asm_format\" \"$top_ompi_srcdir/opal/asm/base\" \"$top_ompi_builddir/opal/asm/generated/$ompi_cv_asm_file\" >conftest.out 2>&1" -@@ -22843,14 +23805,14 @@ - (exit $ac_status); } ; then - # save the warnings - cat conftest.out >&5 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - else - # save output - cat conftest.out >&5 - ompi_cv_asm_file="" -- echo "$as_me:$LINENO: result: failed" >&5 --echo "${ECHO_T}failed" >&6 -+ { echo "$as_me:$LINENO: result: failed" >&5 -+echo "${ECHO_T}failed" >&6; } - { echo "$as_me:$LINENO: WARNING: Could not build atomic operations assembly file." >&5 - echo "$as_me: WARNING: Could not build atomic operations assembly file." >&2;} - { echo "$as_me:$LINENO: WARNING: There will be no atomic operations for this build." >&5 -@@ -22871,15 +23833,15 @@ - ompi_cv_asm_file="" - fi - -- echo "$as_me:$LINENO: checking for atomic assembly filename" >&5 --echo $ECHO_N "checking for atomic assembly filename... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for atomic assembly filename" >&5 -+echo $ECHO_N "checking for atomic assembly filename... $ECHO_C" >&6; } - if test "$ompi_cv_asm_file" = "" ; then -- echo "$as_me:$LINENO: result: none" >&5 --echo "${ECHO_T}none" >&6 -+ { echo "$as_me:$LINENO: result: none" >&5 -+echo "${ECHO_T}none" >&6; } - result=0 - else -- echo "$as_me:$LINENO: result: $ompi_cv_asm_file" >&5 --echo "${ECHO_T}$ompi_cv_asm_file" >&6 -+ { echo "$as_me:$LINENO: result: $ompi_cv_asm_file" >&5 -+echo "${ECHO_T}$ompi_cv_asm_file" >&6; } - result=1 - fi - -@@ -22944,8 +23906,8 @@ - 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 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_F77+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -22958,25 +23920,27 @@ - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_F77="$ac_tool_prefix$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done - done -+IFS=$as_save_IFS - - fi - fi - F77=$ac_cv_prog_F77 - if test -n "$F77"; then -- echo "$as_me:$LINENO: result: $F77" >&5 --echo "${ECHO_T}$F77" >&6 -+ { echo "$as_me:$LINENO: result: $F77" >&5 -+echo "${ECHO_T}$F77" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - -+ - test -n "$F77" && break - done - fi -@@ -22986,8 +23950,8 @@ - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_ac_ct_F77+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -23000,48 +23964,78 @@ - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_F77="$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done - done -+IFS=$as_save_IFS - - fi - fi - ac_ct_F77=$ac_cv_prog_ac_ct_F77 - if test -n "$ac_ct_F77"; then -- echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 --echo "${ECHO_T}$ac_ct_F77" >&6 -+ { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 -+echo "${ECHO_T}$ac_ct_F77" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - -+ - test -n "$ac_ct_F77" && break - done - -- F77=$ac_ct_F77 -+ if test "x$ac_ct_F77" = x; then -+ F77="" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+whose name does not start with the host triplet. If you think this -+configuration is useful to you, please write to autoconf@gnu.org." >&5 -+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+whose name does not start with the host triplet. If you think this -+configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+ac_tool_warned=yes ;; -+esac -+ F77=$ac_ct_F77 -+ fi - fi - - - # Provide some information about the compiler. --echo "$as_me:23030:" \ -- "checking for Fortran 77 compiler version" >&5 -+echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 - ac_compiler=`set X $ac_compile; echo $2` --{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 -- (eval $ac_compiler --version &5) 2>&5 -+{ (ac_try="$ac_compiler --version >&5" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compiler --version >&5") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } --{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v &5\"") >&5 -- (eval $ac_compiler -v &5) 2>&5 -+{ (ac_try="$ac_compiler -v >&5" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compiler -v >&5") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } --{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V &5\"") >&5 -- (eval $ac_compiler -V &5) 2>&5 -+{ (ac_try="$ac_compiler -V >&5" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compiler -V >&5") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } -@@ -23051,8 +24045,8 @@ - # input file. (Note that this only needs to work for GNU compilers.) - ac_save_ext=$ac_ext - ac_ext=F --echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 --echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 -+echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; } - if test "${ac_cv_f77_compiler_gnu+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -23065,46 +24059,42 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_f77_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_f77_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_compiler_gnu=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_compiler_gnu=no -+ ac_compiler_gnu=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_cv_f77_compiler_gnu=$ac_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 --echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 -+echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; } - ac_ext=$ac_save_ext - ac_test_FFLAGS=${FFLAGS+set} - ac_save_FFLAGS=$FFLAGS - FFLAGS= --echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 --echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 -+echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; } - if test "${ac_cv_prog_f77_g+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -23115,39 +24105,35 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_f77_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_f77_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_prog_f77_g=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_prog_f77_g=no -+ ac_cv_prog_f77_g=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - - fi --echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 --echo "${ECHO_T}$ac_cv_prog_f77_g" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 -+echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; } - if test "$ac_test_FFLAGS" = set; then - FFLAGS=$ac_save_FFLAGS - elif test $ac_cv_prog_f77_g = yes; then -@@ -23199,8 +24185,8 @@ - if test $OMPI_WANT_F77_BINDINGS -eq 1; then - - -- echo "$as_me:$LINENO: checking if Fortran 77 compiler works" >&5 --echo $ECHO_N "checking if Fortran 77 compiler works... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler works" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler works... $ECHO_C" >&6; } - if test "${ompi_cv_Fortran_77_works+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -23218,13 +24204,22 @@ - end - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -23237,8 +24232,10 @@ - ( exit $ac_status ) - ompi_cv_Fortran_77_works="no" - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi -+ -+ - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -23246,8 +24243,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_Fortran_77_works" >&5 --echo "${ECHO_T}$ompi_cv_Fortran_77_works" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_Fortran_77_works" >&5 -+echo "${ECHO_T}$ompi_cv_Fortran_77_works" >&6; } - if test "$ompi_cv_Fortran_77_works" = "no"; then - cat <&2 - ********************************************************************** -@@ -23300,8 +24297,8 @@ - unset ompi_cv_f77_external_symbol - fi - -- echo "$as_me:$LINENO: checking $F77 external symbol convention" >&5 --echo $ECHO_N "checking $F77 external symbol convention... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking $F77 external symbol convention" >&5 -+echo $ECHO_N "checking $F77 external symbol convention... $ECHO_C" >&6; } - if test "${ompi_cv_f77_external_symbol+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -23319,14 +24316,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:23322: $F77 $FFLAGS -c conftest.f $LDFLAGS $LIBS" >&5 -+echo "configure:24319: $F77 $FFLAGS -c conftest.f $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS -c conftest.f $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:23329: \$? = $ompi_status" >&5 -+ echo "configure:24326: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -23348,7 +24345,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n ""; then -- echo "configure:23351: output from $NM:" >&5 -+ echo "configure:24348: output from $NM:" >&5 - else - echo output from $NM: >&5 - fi -@@ -23369,8 +24366,8 @@ - fi - fi - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_external_symbol" >&5 --echo "${ECHO_T}$ompi_cv_f77_external_symbol" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_external_symbol" >&5 -+echo "${ECHO_T}$ompi_cv_f77_external_symbol" >&6; } - - ompi_fortran_double_underscore=0 - ompi_fortran_single_underscore=0 -@@ -23446,8 +24443,8 @@ - - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports LOGICAL" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports LOGICAL... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports LOGICAL" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports LOGICAL... $ECHO_C" >&6; } - if test "${ompi_cv_f77_have_LOGICAL+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -23463,35 +24460,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_f77_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_f77_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f77_have_LOGICAL="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f77_have_LOGICAL="no" -+ ompi_cv_f77_have_LOGICAL="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -23499,8 +24492,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_have_LOGICAL" >&5 --echo "${ECHO_T}$ompi_cv_f77_have_LOGICAL" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_have_LOGICAL" >&5 -+echo "${ECHO_T}$ompi_cv_f77_have_LOGICAL" >&6; } - - if test "$ompi_cv_f77_have_LOGICAL" = "yes"; then - ofc_have_type=1 -@@ -23510,10 +24503,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports LOGICAL" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports LOGICAL... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports LOGICAL" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports LOGICAL... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -23533,8 +24526,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 77 LOGICAL" >&5 --echo $ECHO_N "checking size of Fortran 77 LOGICAL... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 77 LOGICAL" >&5 -+echo $ECHO_N "checking size of Fortran 77 LOGICAL... $ECHO_C" >&6; } - if test "${ompi_cv_f77_sizeof_LOGICAL+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -23603,14 +24596,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:23606: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:24599: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:23613: \$? = $ompi_status" >&5 -+ echo "configure:24606: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -23620,14 +24613,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:23623: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:24616: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:23630: \$? = $ompi_status" >&5 -+ echo "configure:24623: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -23658,14 +24651,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:23661: ./conftest" >&5 -+echo "configure:24654: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:23668: \$? = $ompi_status" >&5 -+ echo "configure:24661: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -23678,7 +24671,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:23681: conftestval not found." >&5 -+ echo "configure:24674: conftestval not found." >&5 - else - echo conftestval not found. >&5 - fi -@@ -23699,8 +24692,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_LOGICAL" >&5 --echo "${ECHO_T}$ompi_cv_f77_sizeof_LOGICAL" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_LOGICAL" >&5 -+echo "${ECHO_T}$ompi_cv_f77_sizeof_LOGICAL" >&6; } - - ofc_type_size=$ompi_cv_f77_sizeof_LOGICAL - -@@ -23722,8 +24715,8 @@ - oft_abort_on_fail="yes" - oft_target_size="$ofc_type_size" - -- echo "$as_me:$LINENO: checking for C type corresponding to LOGICAL" >&5 --echo $ECHO_N "checking for C type corresponding to LOGICAL... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for C type corresponding to LOGICAL" >&5 -+echo $ECHO_N "checking for C type corresponding to LOGICAL... $ECHO_C" >&6; } - if test "${ompi_cv_find_type_LOGICAL+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -23755,8 +24748,8 @@ - fi - - fi --echo "$as_me:$LINENO: result: $ompi_cv_find_type_LOGICAL" >&5 --echo "${ECHO_T}$ompi_cv_find_type_LOGICAL" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_find_type_LOGICAL" >&5 -+echo "${ECHO_T}$ompi_cv_find_type_LOGICAL" >&6; } - - if test "$ompi_cv_find_type_LOGICAL" == "not found"; then - { echo "$as_me:$LINENO: WARNING: *** Did not find corresponding C type" >&5 -@@ -23788,8 +24781,8 @@ - - - -- echo "$as_me:$LINENO: checking alignment of Fortran LOGICAL" >&5 --echo $ECHO_N "checking alignment of Fortran LOGICAL... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking alignment of Fortran LOGICAL" >&5 -+echo $ECHO_N "checking alignment of Fortran LOGICAL... $ECHO_C" >&6; } - if test "${ompi_cv_f77_alignment_LOGICAL+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -23868,14 +24861,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:23871: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:24864: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:23878: \$? = $ompi_status" >&5 -+ echo "configure:24871: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -23885,14 +24878,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:23888: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:24881: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:23895: \$? = $ompi_status" >&5 -+ echo "configure:24888: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -23923,14 +24916,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:23926: ./conftest" >&5 -+echo "configure:24919: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:23933: \$? = $ompi_status" >&5 -+ echo "configure:24926: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -23949,8 +24942,8 @@ - unset happy ompi_conf - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_LOGICAL" >&5 --echo "${ECHO_T}$ompi_cv_f77_alignment_LOGICAL" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_LOGICAL" >&5 -+echo "${ECHO_T}$ompi_cv_f77_alignment_LOGICAL" >&6; } - - ofc_type_alignment=$ompi_cv_f77_alignment_LOGICAL - -@@ -24011,8 +25004,8 @@ - - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports INTEGER" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports INTEGER... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports INTEGER" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports INTEGER... $ECHO_C" >&6; } - if test "${ompi_cv_f77_have_INTEGER+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -24028,35 +25021,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_f77_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_f77_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f77_have_INTEGER="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f77_have_INTEGER="no" -+ ompi_cv_f77_have_INTEGER="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -24064,8 +25053,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_have_INTEGER" >&5 --echo "${ECHO_T}$ompi_cv_f77_have_INTEGER" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_have_INTEGER" >&5 -+echo "${ECHO_T}$ompi_cv_f77_have_INTEGER" >&6; } - - if test "$ompi_cv_f77_have_INTEGER" = "yes"; then - ofc_have_type=1 -@@ -24075,10 +25064,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports INTEGER" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports INTEGER... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports INTEGER" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports INTEGER... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -24098,8 +25087,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 77 INTEGER" >&5 --echo $ECHO_N "checking size of Fortran 77 INTEGER... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 77 INTEGER" >&5 -+echo $ECHO_N "checking size of Fortran 77 INTEGER... $ECHO_C" >&6; } - if test "${ompi_cv_f77_sizeof_INTEGER+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -24168,14 +25157,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:24171: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:25160: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:24178: \$? = $ompi_status" >&5 -+ echo "configure:25167: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -24185,14 +25174,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:24188: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:25177: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:24195: \$? = $ompi_status" >&5 -+ echo "configure:25184: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -24223,14 +25212,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:24226: ./conftest" >&5 -+echo "configure:25215: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:24233: \$? = $ompi_status" >&5 -+ echo "configure:25222: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -24243,7 +25232,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:24246: conftestval not found." >&5 -+ echo "configure:25235: conftestval not found." >&5 - else - echo conftestval not found. >&5 - fi -@@ -24264,8 +25253,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_INTEGER" >&5 --echo "${ECHO_T}$ompi_cv_f77_sizeof_INTEGER" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_INTEGER" >&5 -+echo "${ECHO_T}$ompi_cv_f77_sizeof_INTEGER" >&6; } - - ofc_type_size=$ompi_cv_f77_sizeof_INTEGER - -@@ -24287,8 +25276,8 @@ - oft_abort_on_fail="yes" - oft_target_size="$ofc_type_size" - -- echo "$as_me:$LINENO: checking for C type corresponding to INTEGER" >&5 --echo $ECHO_N "checking for C type corresponding to INTEGER... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for C type corresponding to INTEGER" >&5 -+echo $ECHO_N "checking for C type corresponding to INTEGER... $ECHO_C" >&6; } - if test "${ompi_cv_find_type_INTEGER+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -24330,8 +25319,8 @@ - fi - - fi --echo "$as_me:$LINENO: result: $ompi_cv_find_type_INTEGER" >&5 --echo "${ECHO_T}$ompi_cv_find_type_INTEGER" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_find_type_INTEGER" >&5 -+echo "${ECHO_T}$ompi_cv_find_type_INTEGER" >&6; } - - if test "$ompi_cv_find_type_INTEGER" == "not found"; then - { echo "$as_me:$LINENO: WARNING: *** Did not find corresponding C type" >&5 -@@ -24363,8 +25352,8 @@ - - - -- echo "$as_me:$LINENO: checking alignment of Fortran INTEGER" >&5 --echo $ECHO_N "checking alignment of Fortran INTEGER... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking alignment of Fortran INTEGER" >&5 -+echo $ECHO_N "checking alignment of Fortran INTEGER... $ECHO_C" >&6; } - if test "${ompi_cv_f77_alignment_INTEGER+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -24443,14 +25432,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:24446: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:25435: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:24453: \$? = $ompi_status" >&5 -+ echo "configure:25442: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -24460,14 +25449,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:24463: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:25452: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:24470: \$? = $ompi_status" >&5 -+ echo "configure:25459: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -24498,14 +25487,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:24501: ./conftest" >&5 -+echo "configure:25490: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:24508: \$? = $ompi_status" >&5 -+ echo "configure:25497: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -24524,8 +25513,8 @@ - unset happy ompi_conf - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_INTEGER" >&5 --echo "${ECHO_T}$ompi_cv_f77_alignment_INTEGER" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_INTEGER" >&5 -+echo "${ECHO_T}$ompi_cv_f77_alignment_INTEGER" >&6; } - - ofc_type_alignment=$ompi_cv_f77_alignment_INTEGER - -@@ -24586,8 +25575,8 @@ - - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports INTEGER*1" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports INTEGER*1... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports INTEGER*1" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports INTEGER*1... $ECHO_C" >&6; } - if test "${ompi_cv_f77_have_INTEGERp1+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -24603,35 +25592,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_f77_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_f77_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f77_have_INTEGERp1="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f77_have_INTEGERp1="no" -+ ompi_cv_f77_have_INTEGERp1="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -24639,8 +25624,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_have_INTEGERp1" >&5 --echo "${ECHO_T}$ompi_cv_f77_have_INTEGERp1" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_have_INTEGERp1" >&5 -+echo "${ECHO_T}$ompi_cv_f77_have_INTEGERp1" >&6; } - - if test "$ompi_cv_f77_have_INTEGERp1" = "yes"; then - ofc_have_type=1 -@@ -24650,10 +25635,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports INTEGER*1" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports INTEGER*1... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports INTEGER*1" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports INTEGER*1... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -24673,8 +25658,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 77 INTEGER*1" >&5 --echo $ECHO_N "checking size of Fortran 77 INTEGER*1... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 77 INTEGER*1" >&5 -+echo $ECHO_N "checking size of Fortran 77 INTEGER*1... $ECHO_C" >&6; } - if test "${ompi_cv_f77_sizeof_INTEGERp1+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -24743,14 +25728,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:24746: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:25731: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:24753: \$? = $ompi_status" >&5 -+ echo "configure:25738: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -24760,14 +25745,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:24763: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:25748: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:24770: \$? = $ompi_status" >&5 -+ echo "configure:25755: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -24798,14 +25783,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:24801: ./conftest" >&5 -+echo "configure:25786: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:24808: \$? = $ompi_status" >&5 -+ echo "configure:25793: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -24818,7 +25803,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:24821: conftestval not found." >&5 -+ echo "configure:25806: conftestval not found." >&5 - else - echo conftestval not found. >&5 - fi -@@ -24839,8 +25824,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_INTEGERp1" >&5 --echo "${ECHO_T}$ompi_cv_f77_sizeof_INTEGERp1" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_INTEGERp1" >&5 -+echo "${ECHO_T}$ompi_cv_f77_sizeof_INTEGERp1" >&6; } - - ofc_type_size=$ompi_cv_f77_sizeof_INTEGERp1 - -@@ -24862,8 +25847,8 @@ - oft_abort_on_fail="no" - oft_target_size="$ofc_type_size" - -- echo "$as_me:$LINENO: checking for C type corresponding to INTEGER*1" >&5 --echo $ECHO_N "checking for C type corresponding to INTEGER*1... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for C type corresponding to INTEGER*1" >&5 -+echo $ECHO_N "checking for C type corresponding to INTEGER*1... $ECHO_C" >&6; } - if test "${ompi_cv_find_type_INTEGERp1+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -24915,8 +25900,8 @@ - fi - - fi --echo "$as_me:$LINENO: result: $ompi_cv_find_type_INTEGERp1" >&5 --echo "${ECHO_T}$ompi_cv_find_type_INTEGERp1" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_find_type_INTEGERp1" >&5 -+echo "${ECHO_T}$ompi_cv_find_type_INTEGERp1" >&6; } - - if test "$ompi_cv_find_type_INTEGERp1" == "not found"; then - { echo "$as_me:$LINENO: WARNING: *** Did not find corresponding C type" >&5 -@@ -24948,8 +25933,8 @@ - - - -- echo "$as_me:$LINENO: checking alignment of Fortran INTEGER*1" >&5 --echo $ECHO_N "checking alignment of Fortran INTEGER*1... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking alignment of Fortran INTEGER*1" >&5 -+echo $ECHO_N "checking alignment of Fortran INTEGER*1... $ECHO_C" >&6; } - if test "${ompi_cv_f77_alignment_INTEGERp1+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -25028,14 +26013,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:25031: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:26016: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:25038: \$? = $ompi_status" >&5 -+ echo "configure:26023: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -25045,14 +26030,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:25048: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:26033: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:25055: \$? = $ompi_status" >&5 -+ echo "configure:26040: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -25083,14 +26068,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:25086: ./conftest" >&5 -+echo "configure:26071: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:25093: \$? = $ompi_status" >&5 -+ echo "configure:26078: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -25109,8 +26094,8 @@ - unset happy ompi_conf - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_INTEGERp1" >&5 --echo "${ECHO_T}$ompi_cv_f77_alignment_INTEGERp1" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_INTEGERp1" >&5 -+echo "${ECHO_T}$ompi_cv_f77_alignment_INTEGERp1" >&6; } - - ofc_type_alignment=$ompi_cv_f77_alignment_INTEGERp1 - -@@ -25171,8 +26156,8 @@ - - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports INTEGER*2" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports INTEGER*2... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports INTEGER*2" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports INTEGER*2... $ECHO_C" >&6; } - if test "${ompi_cv_f77_have_INTEGERp2+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -25188,35 +26173,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_f77_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_f77_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f77_have_INTEGERp2="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f77_have_INTEGERp2="no" -+ ompi_cv_f77_have_INTEGERp2="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -25224,8 +26205,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_have_INTEGERp2" >&5 --echo "${ECHO_T}$ompi_cv_f77_have_INTEGERp2" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_have_INTEGERp2" >&5 -+echo "${ECHO_T}$ompi_cv_f77_have_INTEGERp2" >&6; } - - if test "$ompi_cv_f77_have_INTEGERp2" = "yes"; then - ofc_have_type=1 -@@ -25235,10 +26216,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports INTEGER*2" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports INTEGER*2... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports INTEGER*2" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports INTEGER*2... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -25258,8 +26239,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 77 INTEGER*2" >&5 --echo $ECHO_N "checking size of Fortran 77 INTEGER*2... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 77 INTEGER*2" >&5 -+echo $ECHO_N "checking size of Fortran 77 INTEGER*2... $ECHO_C" >&6; } - if test "${ompi_cv_f77_sizeof_INTEGERp2+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -25328,14 +26309,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:25331: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:26312: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:25338: \$? = $ompi_status" >&5 -+ echo "configure:26319: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -25345,14 +26326,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:25348: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:26329: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:25355: \$? = $ompi_status" >&5 -+ echo "configure:26336: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -25383,14 +26364,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:25386: ./conftest" >&5 -+echo "configure:26367: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:25393: \$? = $ompi_status" >&5 -+ echo "configure:26374: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -25403,7 +26384,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:25406: conftestval not found." >&5 -+ echo "configure:26387: conftestval not found." >&5 - else - echo conftestval not found. >&5 - fi -@@ -25424,8 +26405,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_INTEGERp2" >&5 --echo "${ECHO_T}$ompi_cv_f77_sizeof_INTEGERp2" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_INTEGERp2" >&5 -+echo "${ECHO_T}$ompi_cv_f77_sizeof_INTEGERp2" >&6; } - - ofc_type_size=$ompi_cv_f77_sizeof_INTEGERp2 - -@@ -25447,8 +26428,8 @@ - oft_abort_on_fail="no" - oft_target_size="$ofc_type_size" - -- echo "$as_me:$LINENO: checking for C type corresponding to INTEGER*2" >&5 --echo $ECHO_N "checking for C type corresponding to INTEGER*2... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for C type corresponding to INTEGER*2" >&5 -+echo $ECHO_N "checking for C type corresponding to INTEGER*2... $ECHO_C" >&6; } - if test "${ompi_cv_find_type_INTEGERp2+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -25500,8 +26481,8 @@ - fi - - fi --echo "$as_me:$LINENO: result: $ompi_cv_find_type_INTEGERp2" >&5 --echo "${ECHO_T}$ompi_cv_find_type_INTEGERp2" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_find_type_INTEGERp2" >&5 -+echo "${ECHO_T}$ompi_cv_find_type_INTEGERp2" >&6; } - - if test "$ompi_cv_find_type_INTEGERp2" == "not found"; then - { echo "$as_me:$LINENO: WARNING: *** Did not find corresponding C type" >&5 -@@ -25533,8 +26514,8 @@ - - - -- echo "$as_me:$LINENO: checking alignment of Fortran INTEGER*2" >&5 --echo $ECHO_N "checking alignment of Fortran INTEGER*2... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking alignment of Fortran INTEGER*2" >&5 -+echo $ECHO_N "checking alignment of Fortran INTEGER*2... $ECHO_C" >&6; } - if test "${ompi_cv_f77_alignment_INTEGERp2+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -25613,14 +26594,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:25616: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:26597: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:25623: \$? = $ompi_status" >&5 -+ echo "configure:26604: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -25630,14 +26611,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:25633: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:26614: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:25640: \$? = $ompi_status" >&5 -+ echo "configure:26621: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -25668,14 +26649,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:25671: ./conftest" >&5 -+echo "configure:26652: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:25678: \$? = $ompi_status" >&5 -+ echo "configure:26659: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -25694,8 +26675,8 @@ - unset happy ompi_conf - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_INTEGERp2" >&5 --echo "${ECHO_T}$ompi_cv_f77_alignment_INTEGERp2" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_INTEGERp2" >&5 -+echo "${ECHO_T}$ompi_cv_f77_alignment_INTEGERp2" >&6; } - - ofc_type_alignment=$ompi_cv_f77_alignment_INTEGERp2 - -@@ -25756,8 +26737,8 @@ - - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports INTEGER*4" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports INTEGER*4... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports INTEGER*4" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports INTEGER*4... $ECHO_C" >&6; } - if test "${ompi_cv_f77_have_INTEGERp4+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -25773,35 +26754,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_f77_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_f77_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f77_have_INTEGERp4="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f77_have_INTEGERp4="no" -+ ompi_cv_f77_have_INTEGERp4="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -25809,8 +26786,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_have_INTEGERp4" >&5 --echo "${ECHO_T}$ompi_cv_f77_have_INTEGERp4" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_have_INTEGERp4" >&5 -+echo "${ECHO_T}$ompi_cv_f77_have_INTEGERp4" >&6; } - - if test "$ompi_cv_f77_have_INTEGERp4" = "yes"; then - ofc_have_type=1 -@@ -25820,10 +26797,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports INTEGER*4" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports INTEGER*4... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports INTEGER*4" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports INTEGER*4... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -25843,8 +26820,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 77 INTEGER*4" >&5 --echo $ECHO_N "checking size of Fortran 77 INTEGER*4... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 77 INTEGER*4" >&5 -+echo $ECHO_N "checking size of Fortran 77 INTEGER*4... $ECHO_C" >&6; } - if test "${ompi_cv_f77_sizeof_INTEGERp4+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -25913,14 +26890,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:25916: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:26893: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:25923: \$? = $ompi_status" >&5 -+ echo "configure:26900: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -25930,14 +26907,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:25933: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:26910: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:25940: \$? = $ompi_status" >&5 -+ echo "configure:26917: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -25968,14 +26945,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:25971: ./conftest" >&5 -+echo "configure:26948: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:25978: \$? = $ompi_status" >&5 -+ echo "configure:26955: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -25988,7 +26965,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:25991: conftestval not found." >&5 -+ echo "configure:26968: conftestval not found." >&5 - else - echo conftestval not found. >&5 - fi -@@ -26009,8 +26986,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_INTEGERp4" >&5 --echo "${ECHO_T}$ompi_cv_f77_sizeof_INTEGERp4" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_INTEGERp4" >&5 -+echo "${ECHO_T}$ompi_cv_f77_sizeof_INTEGERp4" >&6; } - - ofc_type_size=$ompi_cv_f77_sizeof_INTEGERp4 - -@@ -26032,8 +27009,8 @@ - oft_abort_on_fail="no" - oft_target_size="$ofc_type_size" - -- echo "$as_me:$LINENO: checking for C type corresponding to INTEGER*4" >&5 --echo $ECHO_N "checking for C type corresponding to INTEGER*4... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for C type corresponding to INTEGER*4" >&5 -+echo $ECHO_N "checking for C type corresponding to INTEGER*4... $ECHO_C" >&6; } - if test "${ompi_cv_find_type_INTEGERp4+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -26075,8 +27052,8 @@ - fi - - fi --echo "$as_me:$LINENO: result: $ompi_cv_find_type_INTEGERp4" >&5 --echo "${ECHO_T}$ompi_cv_find_type_INTEGERp4" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_find_type_INTEGERp4" >&5 -+echo "${ECHO_T}$ompi_cv_find_type_INTEGERp4" >&6; } - - if test "$ompi_cv_find_type_INTEGERp4" == "not found"; then - { echo "$as_me:$LINENO: WARNING: *** Did not find corresponding C type" >&5 -@@ -26108,8 +27085,8 @@ - - - -- echo "$as_me:$LINENO: checking alignment of Fortran INTEGER*4" >&5 --echo $ECHO_N "checking alignment of Fortran INTEGER*4... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking alignment of Fortran INTEGER*4" >&5 -+echo $ECHO_N "checking alignment of Fortran INTEGER*4... $ECHO_C" >&6; } - if test "${ompi_cv_f77_alignment_INTEGERp4+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -26188,14 +27165,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:26191: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:27168: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:26198: \$? = $ompi_status" >&5 -+ echo "configure:27175: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -26205,14 +27182,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:26208: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:27185: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:26215: \$? = $ompi_status" >&5 -+ echo "configure:27192: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -26243,14 +27220,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:26246: ./conftest" >&5 -+echo "configure:27223: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:26253: \$? = $ompi_status" >&5 -+ echo "configure:27230: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -26269,8 +27246,8 @@ - unset happy ompi_conf - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_INTEGERp4" >&5 --echo "${ECHO_T}$ompi_cv_f77_alignment_INTEGERp4" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_INTEGERp4" >&5 -+echo "${ECHO_T}$ompi_cv_f77_alignment_INTEGERp4" >&6; } - - ofc_type_alignment=$ompi_cv_f77_alignment_INTEGERp4 - -@@ -26331,8 +27308,8 @@ - - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports INTEGER*8" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports INTEGER*8... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports INTEGER*8" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports INTEGER*8... $ECHO_C" >&6; } - if test "${ompi_cv_f77_have_INTEGERp8+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -26348,35 +27325,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_f77_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_f77_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f77_have_INTEGERp8="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f77_have_INTEGERp8="no" -+ ompi_cv_f77_have_INTEGERp8="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -26384,8 +27357,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_have_INTEGERp8" >&5 --echo "${ECHO_T}$ompi_cv_f77_have_INTEGERp8" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_have_INTEGERp8" >&5 -+echo "${ECHO_T}$ompi_cv_f77_have_INTEGERp8" >&6; } - - if test "$ompi_cv_f77_have_INTEGERp8" = "yes"; then - ofc_have_type=1 -@@ -26395,10 +27368,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports INTEGER*8" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports INTEGER*8... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports INTEGER*8" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports INTEGER*8... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -26418,8 +27391,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 77 INTEGER*8" >&5 --echo $ECHO_N "checking size of Fortran 77 INTEGER*8... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 77 INTEGER*8" >&5 -+echo $ECHO_N "checking size of Fortran 77 INTEGER*8... $ECHO_C" >&6; } - if test "${ompi_cv_f77_sizeof_INTEGERp8+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -26488,14 +27461,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:26491: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:27464: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:26498: \$? = $ompi_status" >&5 -+ echo "configure:27471: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -26505,14 +27478,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:26508: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:27481: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:26515: \$? = $ompi_status" >&5 -+ echo "configure:27488: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -26543,14 +27516,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:26546: ./conftest" >&5 -+echo "configure:27519: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:26553: \$? = $ompi_status" >&5 -+ echo "configure:27526: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -26563,7 +27536,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:26566: conftestval not found." >&5 -+ echo "configure:27539: conftestval not found." >&5 - else - echo conftestval not found. >&5 - fi -@@ -26584,8 +27557,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_INTEGERp8" >&5 --echo "${ECHO_T}$ompi_cv_f77_sizeof_INTEGERp8" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_INTEGERp8" >&5 -+echo "${ECHO_T}$ompi_cv_f77_sizeof_INTEGERp8" >&6; } - - ofc_type_size=$ompi_cv_f77_sizeof_INTEGERp8 - -@@ -26607,8 +27580,8 @@ - oft_abort_on_fail="no" - oft_target_size="$ofc_type_size" - -- echo "$as_me:$LINENO: checking for C type corresponding to INTEGER*8" >&5 --echo $ECHO_N "checking for C type corresponding to INTEGER*8... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for C type corresponding to INTEGER*8" >&5 -+echo $ECHO_N "checking for C type corresponding to INTEGER*8... $ECHO_C" >&6; } - if test "${ompi_cv_find_type_INTEGERp8+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -26645,8 +27618,8 @@ - fi - - fi --echo "$as_me:$LINENO: result: $ompi_cv_find_type_INTEGERp8" >&5 --echo "${ECHO_T}$ompi_cv_find_type_INTEGERp8" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_find_type_INTEGERp8" >&5 -+echo "${ECHO_T}$ompi_cv_find_type_INTEGERp8" >&6; } - - if test "$ompi_cv_find_type_INTEGERp8" == "not found"; then - { echo "$as_me:$LINENO: WARNING: *** Did not find corresponding C type" >&5 -@@ -26678,8 +27651,8 @@ - - - -- echo "$as_me:$LINENO: checking alignment of Fortran INTEGER*8" >&5 --echo $ECHO_N "checking alignment of Fortran INTEGER*8... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking alignment of Fortran INTEGER*8" >&5 -+echo $ECHO_N "checking alignment of Fortran INTEGER*8... $ECHO_C" >&6; } - if test "${ompi_cv_f77_alignment_INTEGERp8+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -26758,14 +27731,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:26761: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:27734: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:26768: \$? = $ompi_status" >&5 -+ echo "configure:27741: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -26775,14 +27748,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:26778: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:27751: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:26785: \$? = $ompi_status" >&5 -+ echo "configure:27758: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -26813,14 +27786,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:26816: ./conftest" >&5 -+echo "configure:27789: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:26823: \$? = $ompi_status" >&5 -+ echo "configure:27796: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -26839,8 +27812,8 @@ - unset happy ompi_conf - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_INTEGERp8" >&5 --echo "${ECHO_T}$ompi_cv_f77_alignment_INTEGERp8" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_INTEGERp8" >&5 -+echo "${ECHO_T}$ompi_cv_f77_alignment_INTEGERp8" >&6; } - - ofc_type_alignment=$ompi_cv_f77_alignment_INTEGERp8 - -@@ -26901,8 +27874,8 @@ - - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports INTEGER*16" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports INTEGER*16... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports INTEGER*16" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports INTEGER*16... $ECHO_C" >&6; } - if test "${ompi_cv_f77_have_INTEGERp16+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -26918,35 +27891,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_f77_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_f77_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f77_have_INTEGERp16="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f77_have_INTEGERp16="no" -+ ompi_cv_f77_have_INTEGERp16="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -26954,8 +27923,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_have_INTEGERp16" >&5 --echo "${ECHO_T}$ompi_cv_f77_have_INTEGERp16" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_have_INTEGERp16" >&5 -+echo "${ECHO_T}$ompi_cv_f77_have_INTEGERp16" >&6; } - - if test "$ompi_cv_f77_have_INTEGERp16" = "yes"; then - ofc_have_type=1 -@@ -26965,10 +27934,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports INTEGER*16" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports INTEGER*16... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports INTEGER*16" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports INTEGER*16... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -26988,8 +27957,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 77 INTEGER*16" >&5 --echo $ECHO_N "checking size of Fortran 77 INTEGER*16... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 77 INTEGER*16" >&5 -+echo $ECHO_N "checking size of Fortran 77 INTEGER*16... $ECHO_C" >&6; } - if test "${ompi_cv_f77_sizeof_INTEGERp16+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -27058,14 +28027,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:27061: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:28030: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:27068: \$? = $ompi_status" >&5 -+ echo "configure:28037: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -27075,14 +28044,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:27078: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:28047: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:27085: \$? = $ompi_status" >&5 -+ echo "configure:28054: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -27113,14 +28082,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:27116: ./conftest" >&5 -+echo "configure:28085: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:27123: \$? = $ompi_status" >&5 -+ echo "configure:28092: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -27133,7 +28102,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:27136: conftestval not found." >&5 -+ echo "configure:28105: conftestval not found." >&5 - else - echo conftestval not found. >&5 - fi -@@ -27154,8 +28123,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_INTEGERp16" >&5 --echo "${ECHO_T}$ompi_cv_f77_sizeof_INTEGERp16" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_INTEGERp16" >&5 -+echo "${ECHO_T}$ompi_cv_f77_sizeof_INTEGERp16" >&6; } - - ofc_type_size=$ompi_cv_f77_sizeof_INTEGERp16 - -@@ -27177,8 +28146,8 @@ - oft_abort_on_fail="no" - oft_target_size="$ofc_type_size" - -- echo "$as_me:$LINENO: checking for C type corresponding to INTEGER*16" >&5 --echo $ECHO_N "checking for C type corresponding to INTEGER*16... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for C type corresponding to INTEGER*16" >&5 -+echo $ECHO_N "checking for C type corresponding to INTEGER*16... $ECHO_C" >&6; } - if test "${ompi_cv_find_type_INTEGERp16+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -27215,8 +28184,8 @@ - fi - - fi --echo "$as_me:$LINENO: result: $ompi_cv_find_type_INTEGERp16" >&5 --echo "${ECHO_T}$ompi_cv_find_type_INTEGERp16" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_find_type_INTEGERp16" >&5 -+echo "${ECHO_T}$ompi_cv_find_type_INTEGERp16" >&6; } - - if test "$ompi_cv_find_type_INTEGERp16" == "not found"; then - { echo "$as_me:$LINENO: WARNING: *** Did not find corresponding C type" >&5 -@@ -27248,8 +28217,8 @@ - - - -- echo "$as_me:$LINENO: checking alignment of Fortran INTEGER*16" >&5 --echo $ECHO_N "checking alignment of Fortran INTEGER*16... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking alignment of Fortran INTEGER*16" >&5 -+echo $ECHO_N "checking alignment of Fortran INTEGER*16... $ECHO_C" >&6; } - if test "${ompi_cv_f77_alignment_INTEGERp16+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -27328,14 +28297,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:27331: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:28300: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:27338: \$? = $ompi_status" >&5 -+ echo "configure:28307: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -27345,14 +28314,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:27348: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:28317: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:27355: \$? = $ompi_status" >&5 -+ echo "configure:28324: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -27383,14 +28352,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:27386: ./conftest" >&5 -+echo "configure:28355: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:27393: \$? = $ompi_status" >&5 -+ echo "configure:28362: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -27409,8 +28378,8 @@ - unset happy ompi_conf - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_INTEGERp16" >&5 --echo "${ECHO_T}$ompi_cv_f77_alignment_INTEGERp16" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_INTEGERp16" >&5 -+echo "${ECHO_T}$ompi_cv_f77_alignment_INTEGERp16" >&6; } - - ofc_type_alignment=$ompi_cv_f77_alignment_INTEGERp16 - -@@ -27472,8 +28441,8 @@ - - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports REAL" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports REAL... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports REAL" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports REAL... $ECHO_C" >&6; } - if test "${ompi_cv_f77_have_REAL+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -27489,35 +28458,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_f77_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_f77_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f77_have_REAL="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f77_have_REAL="no" -+ ompi_cv_f77_have_REAL="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -27525,8 +28490,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_have_REAL" >&5 --echo "${ECHO_T}$ompi_cv_f77_have_REAL" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_have_REAL" >&5 -+echo "${ECHO_T}$ompi_cv_f77_have_REAL" >&6; } - - if test "$ompi_cv_f77_have_REAL" = "yes"; then - ofc_have_type=1 -@@ -27536,10 +28501,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports REAL" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports REAL... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports REAL" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports REAL... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -27559,8 +28524,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 77 REAL" >&5 --echo $ECHO_N "checking size of Fortran 77 REAL... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 77 REAL" >&5 -+echo $ECHO_N "checking size of Fortran 77 REAL... $ECHO_C" >&6; } - if test "${ompi_cv_f77_sizeof_REAL+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -27629,14 +28594,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:27632: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:28597: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:27639: \$? = $ompi_status" >&5 -+ echo "configure:28604: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -27646,14 +28611,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:27649: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:28614: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:27656: \$? = $ompi_status" >&5 -+ echo "configure:28621: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -27684,14 +28649,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:27687: ./conftest" >&5 -+echo "configure:28652: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:27694: \$? = $ompi_status" >&5 -+ echo "configure:28659: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -27704,7 +28669,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:27707: conftestval not found." >&5 -+ echo "configure:28672: conftestval not found." >&5 - else - echo conftestval not found. >&5 - fi -@@ -27725,8 +28690,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_REAL" >&5 --echo "${ECHO_T}$ompi_cv_f77_sizeof_REAL" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_REAL" >&5 -+echo "${ECHO_T}$ompi_cv_f77_sizeof_REAL" >&6; } - - ofc_type_size=$ompi_cv_f77_sizeof_REAL - -@@ -27748,8 +28713,8 @@ - oft_abort_on_fail="yes" - oft_target_size="$ofc_type_size" - -- echo "$as_me:$LINENO: checking for C type corresponding to REAL" >&5 --echo $ECHO_N "checking for C type corresponding to REAL... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for C type corresponding to REAL" >&5 -+echo $ECHO_N "checking for C type corresponding to REAL... $ECHO_C" >&6; } - if test "${ompi_cv_find_type_REAL+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -27781,8 +28746,8 @@ - fi - - fi --echo "$as_me:$LINENO: result: $ompi_cv_find_type_REAL" >&5 --echo "${ECHO_T}$ompi_cv_find_type_REAL" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_find_type_REAL" >&5 -+echo "${ECHO_T}$ompi_cv_find_type_REAL" >&6; } - - if test "$ompi_cv_find_type_REAL" == "not found"; then - { echo "$as_me:$LINENO: WARNING: *** Did not find corresponding C type" >&5 -@@ -27814,8 +28779,8 @@ - - - -- echo "$as_me:$LINENO: checking alignment of Fortran REAL" >&5 --echo $ECHO_N "checking alignment of Fortran REAL... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking alignment of Fortran REAL" >&5 -+echo $ECHO_N "checking alignment of Fortran REAL... $ECHO_C" >&6; } - if test "${ompi_cv_f77_alignment_REAL+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -27894,14 +28859,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:27897: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:28862: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:27904: \$? = $ompi_status" >&5 -+ echo "configure:28869: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -27911,14 +28876,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:27914: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:28879: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:27921: \$? = $ompi_status" >&5 -+ echo "configure:28886: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -27949,14 +28914,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:27952: ./conftest" >&5 -+echo "configure:28917: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:27959: \$? = $ompi_status" >&5 -+ echo "configure:28924: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -27975,8 +28940,8 @@ - unset happy ompi_conf - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_REAL" >&5 --echo "${ECHO_T}$ompi_cv_f77_alignment_REAL" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_REAL" >&5 -+echo "${ECHO_T}$ompi_cv_f77_alignment_REAL" >&6; } - - ofc_type_alignment=$ompi_cv_f77_alignment_REAL - -@@ -28037,8 +29002,8 @@ - - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports REAL*4" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports REAL*4... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports REAL*4" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports REAL*4... $ECHO_C" >&6; } - if test "${ompi_cv_f77_have_REALp4+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -28054,35 +29019,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_f77_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_f77_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f77_have_REALp4="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f77_have_REALp4="no" -+ ompi_cv_f77_have_REALp4="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -28090,8 +29051,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_have_REALp4" >&5 --echo "${ECHO_T}$ompi_cv_f77_have_REALp4" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_have_REALp4" >&5 -+echo "${ECHO_T}$ompi_cv_f77_have_REALp4" >&6; } - - if test "$ompi_cv_f77_have_REALp4" = "yes"; then - ofc_have_type=1 -@@ -28101,10 +29062,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports REAL*4" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports REAL*4... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports REAL*4" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports REAL*4... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -28124,8 +29085,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 77 REAL*4" >&5 --echo $ECHO_N "checking size of Fortran 77 REAL*4... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 77 REAL*4" >&5 -+echo $ECHO_N "checking size of Fortran 77 REAL*4... $ECHO_C" >&6; } - if test "${ompi_cv_f77_sizeof_REALp4+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -28194,14 +29155,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:28197: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:29158: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:28204: \$? = $ompi_status" >&5 -+ echo "configure:29165: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -28211,14 +29172,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:28214: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:29175: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:28221: \$? = $ompi_status" >&5 -+ echo "configure:29182: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -28249,14 +29210,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:28252: ./conftest" >&5 -+echo "configure:29213: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:28259: \$? = $ompi_status" >&5 -+ echo "configure:29220: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -28269,7 +29230,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:28272: conftestval not found." >&5 -+ echo "configure:29233: conftestval not found." >&5 - else - echo conftestval not found. >&5 - fi -@@ -28290,8 +29251,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_REALp4" >&5 --echo "${ECHO_T}$ompi_cv_f77_sizeof_REALp4" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_REALp4" >&5 -+echo "${ECHO_T}$ompi_cv_f77_sizeof_REALp4" >&6; } - - ofc_type_size=$ompi_cv_f77_sizeof_REALp4 - -@@ -28313,8 +29274,8 @@ - oft_abort_on_fail="no" - oft_target_size="$ofc_type_size" - -- echo "$as_me:$LINENO: checking for C type corresponding to REAL*4" >&5 --echo $ECHO_N "checking for C type corresponding to REAL*4... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for C type corresponding to REAL*4" >&5 -+echo $ECHO_N "checking for C type corresponding to REAL*4... $ECHO_C" >&6; } - if test "${ompi_cv_find_type_REALp4+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -28346,8 +29307,8 @@ - fi - - fi --echo "$as_me:$LINENO: result: $ompi_cv_find_type_REALp4" >&5 --echo "${ECHO_T}$ompi_cv_find_type_REALp4" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_find_type_REALp4" >&5 -+echo "${ECHO_T}$ompi_cv_find_type_REALp4" >&6; } - - if test "$ompi_cv_find_type_REALp4" == "not found"; then - { echo "$as_me:$LINENO: WARNING: *** Did not find corresponding C type" >&5 -@@ -28379,8 +29340,8 @@ - - - -- echo "$as_me:$LINENO: checking alignment of Fortran REAL*4" >&5 --echo $ECHO_N "checking alignment of Fortran REAL*4... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking alignment of Fortran REAL*4" >&5 -+echo $ECHO_N "checking alignment of Fortran REAL*4... $ECHO_C" >&6; } - if test "${ompi_cv_f77_alignment_REALp4+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -28459,14 +29420,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:28462: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:29423: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:28469: \$? = $ompi_status" >&5 -+ echo "configure:29430: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -28476,14 +29437,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:28479: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:29440: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:28486: \$? = $ompi_status" >&5 -+ echo "configure:29447: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -28514,14 +29475,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:28517: ./conftest" >&5 -+echo "configure:29478: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:28524: \$? = $ompi_status" >&5 -+ echo "configure:29485: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -28540,8 +29501,8 @@ - unset happy ompi_conf - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_REALp4" >&5 --echo "${ECHO_T}$ompi_cv_f77_alignment_REALp4" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_REALp4" >&5 -+echo "${ECHO_T}$ompi_cv_f77_alignment_REALp4" >&6; } - - ofc_type_alignment=$ompi_cv_f77_alignment_REALp4 - -@@ -28602,8 +29563,8 @@ - - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports REAL*8" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports REAL*8... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports REAL*8" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports REAL*8... $ECHO_C" >&6; } - if test "${ompi_cv_f77_have_REALp8+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -28619,35 +29580,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_f77_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_f77_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f77_have_REALp8="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f77_have_REALp8="no" -+ ompi_cv_f77_have_REALp8="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -28655,8 +29612,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_have_REALp8" >&5 --echo "${ECHO_T}$ompi_cv_f77_have_REALp8" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_have_REALp8" >&5 -+echo "${ECHO_T}$ompi_cv_f77_have_REALp8" >&6; } - - if test "$ompi_cv_f77_have_REALp8" = "yes"; then - ofc_have_type=1 -@@ -28666,10 +29623,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports REAL*8" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports REAL*8... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports REAL*8" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports REAL*8... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -28689,8 +29646,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 77 REAL*8" >&5 --echo $ECHO_N "checking size of Fortran 77 REAL*8... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 77 REAL*8" >&5 -+echo $ECHO_N "checking size of Fortran 77 REAL*8... $ECHO_C" >&6; } - if test "${ompi_cv_f77_sizeof_REALp8+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -28759,14 +29716,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:28762: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:29719: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:28769: \$? = $ompi_status" >&5 -+ echo "configure:29726: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -28776,14 +29733,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:28779: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:29736: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:28786: \$? = $ompi_status" >&5 -+ echo "configure:29743: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -28814,14 +29771,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:28817: ./conftest" >&5 -+echo "configure:29774: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:28824: \$? = $ompi_status" >&5 -+ echo "configure:29781: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -28834,7 +29791,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:28837: conftestval not found." >&5 -+ echo "configure:29794: conftestval not found." >&5 - else - echo conftestval not found. >&5 - fi -@@ -28855,8 +29812,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_REALp8" >&5 --echo "${ECHO_T}$ompi_cv_f77_sizeof_REALp8" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_REALp8" >&5 -+echo "${ECHO_T}$ompi_cv_f77_sizeof_REALp8" >&6; } - - ofc_type_size=$ompi_cv_f77_sizeof_REALp8 - -@@ -28878,8 +29835,8 @@ - oft_abort_on_fail="no" - oft_target_size="$ofc_type_size" - -- echo "$as_me:$LINENO: checking for C type corresponding to REAL*8" >&5 --echo $ECHO_N "checking for C type corresponding to REAL*8... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for C type corresponding to REAL*8" >&5 -+echo $ECHO_N "checking for C type corresponding to REAL*8... $ECHO_C" >&6; } - if test "${ompi_cv_find_type_REALp8+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -28911,8 +29868,8 @@ - fi - - fi --echo "$as_me:$LINENO: result: $ompi_cv_find_type_REALp8" >&5 --echo "${ECHO_T}$ompi_cv_find_type_REALp8" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_find_type_REALp8" >&5 -+echo "${ECHO_T}$ompi_cv_find_type_REALp8" >&6; } - - if test "$ompi_cv_find_type_REALp8" == "not found"; then - { echo "$as_me:$LINENO: WARNING: *** Did not find corresponding C type" >&5 -@@ -28944,8 +29901,8 @@ - - - -- echo "$as_me:$LINENO: checking alignment of Fortran REAL*8" >&5 --echo $ECHO_N "checking alignment of Fortran REAL*8... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking alignment of Fortran REAL*8" >&5 -+echo $ECHO_N "checking alignment of Fortran REAL*8... $ECHO_C" >&6; } - if test "${ompi_cv_f77_alignment_REALp8+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -29024,14 +29981,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:29027: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:29984: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:29034: \$? = $ompi_status" >&5 -+ echo "configure:29991: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -29041,14 +29998,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:29044: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:30001: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:29051: \$? = $ompi_status" >&5 -+ echo "configure:30008: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -29079,14 +30036,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:29082: ./conftest" >&5 -+echo "configure:30039: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:29089: \$? = $ompi_status" >&5 -+ echo "configure:30046: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -29105,8 +30062,8 @@ - unset happy ompi_conf - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_REALp8" >&5 --echo "${ECHO_T}$ompi_cv_f77_alignment_REALp8" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_REALp8" >&5 -+echo "${ECHO_T}$ompi_cv_f77_alignment_REALp8" >&6; } - - ofc_type_alignment=$ompi_cv_f77_alignment_REALp8 - -@@ -29167,8 +30124,8 @@ - - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports REAL*16" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports REAL*16... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports REAL*16" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports REAL*16... $ECHO_C" >&6; } - if test "${ompi_cv_f77_have_REALp16+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -29184,35 +30141,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_f77_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_f77_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f77_have_REALp16="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f77_have_REALp16="no" -+ ompi_cv_f77_have_REALp16="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -29220,8 +30173,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_have_REALp16" >&5 --echo "${ECHO_T}$ompi_cv_f77_have_REALp16" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_have_REALp16" >&5 -+echo "${ECHO_T}$ompi_cv_f77_have_REALp16" >&6; } - - if test "$ompi_cv_f77_have_REALp16" = "yes"; then - ofc_have_type=1 -@@ -29231,10 +30184,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports REAL*16" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports REAL*16... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports REAL*16" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports REAL*16... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -29254,8 +30207,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 77 REAL*16" >&5 --echo $ECHO_N "checking size of Fortran 77 REAL*16... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 77 REAL*16" >&5 -+echo $ECHO_N "checking size of Fortran 77 REAL*16... $ECHO_C" >&6; } - if test "${ompi_cv_f77_sizeof_REALp16+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -29324,14 +30277,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:29327: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:30280: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:29334: \$? = $ompi_status" >&5 -+ echo "configure:30287: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -29341,14 +30294,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:29344: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:30297: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:29351: \$? = $ompi_status" >&5 -+ echo "configure:30304: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -29379,14 +30332,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:29382: ./conftest" >&5 -+echo "configure:30335: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:29389: \$? = $ompi_status" >&5 -+ echo "configure:30342: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -29399,7 +30352,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:29402: conftestval not found." >&5 -+ echo "configure:30355: conftestval not found." >&5 - else - echo conftestval not found. >&5 - fi -@@ -29420,8 +30373,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_REALp16" >&5 --echo "${ECHO_T}$ompi_cv_f77_sizeof_REALp16" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_REALp16" >&5 -+echo "${ECHO_T}$ompi_cv_f77_sizeof_REALp16" >&6; } - - ofc_type_size=$ompi_cv_f77_sizeof_REALp16 - -@@ -29443,8 +30396,8 @@ - oft_abort_on_fail="no" - oft_target_size="$ofc_type_size" - -- echo "$as_me:$LINENO: checking for C type corresponding to REAL*16" >&5 --echo $ECHO_N "checking for C type corresponding to REAL*16... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for C type corresponding to REAL*16" >&5 -+echo $ECHO_N "checking for C type corresponding to REAL*16... $ECHO_C" >&6; } - if test "${ompi_cv_find_type_REALp16+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -29476,8 +30429,8 @@ - fi - - fi --echo "$as_me:$LINENO: result: $ompi_cv_find_type_REALp16" >&5 --echo "${ECHO_T}$ompi_cv_find_type_REALp16" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_find_type_REALp16" >&5 -+echo "${ECHO_T}$ompi_cv_find_type_REALp16" >&6; } - - if test "$ompi_cv_find_type_REALp16" == "not found"; then - { echo "$as_me:$LINENO: WARNING: *** Did not find corresponding C type" >&5 -@@ -29509,8 +30462,8 @@ - - - -- echo "$as_me:$LINENO: checking alignment of Fortran REAL*16" >&5 --echo $ECHO_N "checking alignment of Fortran REAL*16... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking alignment of Fortran REAL*16" >&5 -+echo $ECHO_N "checking alignment of Fortran REAL*16... $ECHO_C" >&6; } - if test "${ompi_cv_f77_alignment_REALp16+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -29589,14 +30542,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:29592: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:30545: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:29599: \$? = $ompi_status" >&5 -+ echo "configure:30552: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -29606,14 +30559,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:29609: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:30562: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:29616: \$? = $ompi_status" >&5 -+ echo "configure:30569: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -29644,14 +30597,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:29647: ./conftest" >&5 -+echo "configure:30600: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:29654: \$? = $ompi_status" >&5 -+ echo "configure:30607: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -29670,8 +30623,8 @@ - unset happy ompi_conf - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_REALp16" >&5 --echo "${ECHO_T}$ompi_cv_f77_alignment_REALp16" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_REALp16" >&5 -+echo "${ECHO_T}$ompi_cv_f77_alignment_REALp16" >&6; } - - ofc_type_alignment=$ompi_cv_f77_alignment_REALp16 - -@@ -29732,8 +30685,8 @@ - - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports DOUBLE PRECISION" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports DOUBLE PRECISION... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports DOUBLE PRECISION" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports DOUBLE PRECISION... $ECHO_C" >&6; } - if test "${ompi_cv_f77_have_DOUBLE_PRECISION+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -29749,35 +30702,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_f77_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_f77_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f77_have_DOUBLE_PRECISION="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f77_have_DOUBLE_PRECISION="no" -+ ompi_cv_f77_have_DOUBLE_PRECISION="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -29785,8 +30734,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_have_DOUBLE_PRECISION" >&5 --echo "${ECHO_T}$ompi_cv_f77_have_DOUBLE_PRECISION" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_have_DOUBLE_PRECISION" >&5 -+echo "${ECHO_T}$ompi_cv_f77_have_DOUBLE_PRECISION" >&6; } - - if test "$ompi_cv_f77_have_DOUBLE_PRECISION" = "yes"; then - ofc_have_type=1 -@@ -29796,10 +30745,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports DOUBLE PRECISION" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports DOUBLE PRECISION... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports DOUBLE PRECISION" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports DOUBLE PRECISION... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -29819,8 +30768,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 77 DOUBLE PRECISION" >&5 --echo $ECHO_N "checking size of Fortran 77 DOUBLE PRECISION... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 77 DOUBLE PRECISION" >&5 -+echo $ECHO_N "checking size of Fortran 77 DOUBLE PRECISION... $ECHO_C" >&6; } - if test "${ompi_cv_f77_sizeof_DOUBLE_PRECISION+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -29889,14 +30838,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:29892: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:30841: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:29899: \$? = $ompi_status" >&5 -+ echo "configure:30848: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -29906,14 +30855,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:29909: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:30858: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:29916: \$? = $ompi_status" >&5 -+ echo "configure:30865: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -29944,14 +30893,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:29947: ./conftest" >&5 -+echo "configure:30896: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:29954: \$? = $ompi_status" >&5 -+ echo "configure:30903: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -29964,7 +30913,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:29967: conftestval not found." >&5 -+ echo "configure:30916: conftestval not found." >&5 - else - echo conftestval not found. >&5 - fi -@@ -29985,8 +30934,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_DOUBLE_PRECISION" >&5 --echo "${ECHO_T}$ompi_cv_f77_sizeof_DOUBLE_PRECISION" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_DOUBLE_PRECISION" >&5 -+echo "${ECHO_T}$ompi_cv_f77_sizeof_DOUBLE_PRECISION" >&6; } - - ofc_type_size=$ompi_cv_f77_sizeof_DOUBLE_PRECISION - -@@ -30008,8 +30957,8 @@ - oft_abort_on_fail="yes" - oft_target_size="$ofc_type_size" - -- echo "$as_me:$LINENO: checking for C type corresponding to DOUBLE PRECISION" >&5 --echo $ECHO_N "checking for C type corresponding to DOUBLE PRECISION... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for C type corresponding to DOUBLE PRECISION" >&5 -+echo $ECHO_N "checking for C type corresponding to DOUBLE PRECISION... $ECHO_C" >&6; } - if test "${ompi_cv_find_type_DOUBLE_PRECISION+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -30041,8 +30990,8 @@ - fi - - fi --echo "$as_me:$LINENO: result: $ompi_cv_find_type_DOUBLE_PRECISION" >&5 --echo "${ECHO_T}$ompi_cv_find_type_DOUBLE_PRECISION" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_find_type_DOUBLE_PRECISION" >&5 -+echo "${ECHO_T}$ompi_cv_find_type_DOUBLE_PRECISION" >&6; } - - if test "$ompi_cv_find_type_DOUBLE_PRECISION" == "not found"; then - { echo "$as_me:$LINENO: WARNING: *** Did not find corresponding C type" >&5 -@@ -30074,8 +31023,8 @@ - - - -- echo "$as_me:$LINENO: checking alignment of Fortran DOUBLE PRECISION" >&5 --echo $ECHO_N "checking alignment of Fortran DOUBLE PRECISION... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking alignment of Fortran DOUBLE PRECISION" >&5 -+echo $ECHO_N "checking alignment of Fortran DOUBLE PRECISION... $ECHO_C" >&6; } - if test "${ompi_cv_f77_alignment_DOUBLE_PRECISION+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -30154,14 +31103,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:30157: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:31106: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:30164: \$? = $ompi_status" >&5 -+ echo "configure:31113: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -30171,14 +31120,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:30174: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:31123: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:30181: \$? = $ompi_status" >&5 -+ echo "configure:31130: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -30209,14 +31158,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:30212: ./conftest" >&5 -+echo "configure:31161: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:30219: \$? = $ompi_status" >&5 -+ echo "configure:31168: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -30235,8 +31184,8 @@ - unset happy ompi_conf - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_DOUBLE_PRECISION" >&5 --echo "${ECHO_T}$ompi_cv_f77_alignment_DOUBLE_PRECISION" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_DOUBLE_PRECISION" >&5 -+echo "${ECHO_T}$ompi_cv_f77_alignment_DOUBLE_PRECISION" >&6; } - - ofc_type_alignment=$ompi_cv_f77_alignment_DOUBLE_PRECISION - -@@ -30298,8 +31247,8 @@ - - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports COMPLEX" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports COMPLEX... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports COMPLEX" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports COMPLEX... $ECHO_C" >&6; } - if test "${ompi_cv_f77_have_COMPLEX+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -30315,35 +31264,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_f77_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_f77_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f77_have_COMPLEX="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f77_have_COMPLEX="no" -+ ompi_cv_f77_have_COMPLEX="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -30351,8 +31296,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_have_COMPLEX" >&5 --echo "${ECHO_T}$ompi_cv_f77_have_COMPLEX" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_have_COMPLEX" >&5 -+echo "${ECHO_T}$ompi_cv_f77_have_COMPLEX" >&6; } - - if test "$ompi_cv_f77_have_COMPLEX" = "yes"; then - ofc_have_type=1 -@@ -30362,10 +31307,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports COMPLEX" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports COMPLEX... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports COMPLEX" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports COMPLEX... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -30385,8 +31330,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 77 COMPLEX" >&5 --echo $ECHO_N "checking size of Fortran 77 COMPLEX... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 77 COMPLEX" >&5 -+echo $ECHO_N "checking size of Fortran 77 COMPLEX... $ECHO_C" >&6; } - if test "${ompi_cv_f77_sizeof_COMPLEX+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -30455,14 +31400,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:30458: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:31403: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:30465: \$? = $ompi_status" >&5 -+ echo "configure:31410: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -30472,14 +31417,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:30475: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:31420: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:30482: \$? = $ompi_status" >&5 -+ echo "configure:31427: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -30510,14 +31455,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:30513: ./conftest" >&5 -+echo "configure:31458: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:30520: \$? = $ompi_status" >&5 -+ echo "configure:31465: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -30530,7 +31475,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:30533: conftestval not found." >&5 -+ echo "configure:31478: conftestval not found." >&5 - else - echo conftestval not found. >&5 - fi -@@ -30551,8 +31496,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_COMPLEX" >&5 --echo "${ECHO_T}$ompi_cv_f77_sizeof_COMPLEX" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_COMPLEX" >&5 -+echo "${ECHO_T}$ompi_cv_f77_sizeof_COMPLEX" >&6; } - - ofc_type_size=$ompi_cv_f77_sizeof_COMPLEX - -@@ -30575,8 +31520,8 @@ - - - -- echo "$as_me:$LINENO: checking alignment of Fortran COMPLEX" >&5 --echo $ECHO_N "checking alignment of Fortran COMPLEX... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking alignment of Fortran COMPLEX" >&5 -+echo $ECHO_N "checking alignment of Fortran COMPLEX... $ECHO_C" >&6; } - if test "${ompi_cv_f77_alignment_COMPLEX+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -30655,14 +31600,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:30658: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:31603: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:30665: \$? = $ompi_status" >&5 -+ echo "configure:31610: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -30672,14 +31617,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:30675: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:31620: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:30682: \$? = $ompi_status" >&5 -+ echo "configure:31627: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -30710,14 +31655,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:30713: ./conftest" >&5 -+echo "configure:31658: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:30720: \$? = $ompi_status" >&5 -+ echo "configure:31665: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -30736,8 +31681,8 @@ - unset happy ompi_conf - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_COMPLEX" >&5 --echo "${ECHO_T}$ompi_cv_f77_alignment_COMPLEX" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_COMPLEX" >&5 -+echo "${ECHO_T}$ompi_cv_f77_alignment_COMPLEX" >&6; } - - ofc_type_alignment=$ompi_cv_f77_alignment_COMPLEX - -@@ -30810,8 +31755,8 @@ - - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports COMPLEX*8" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports COMPLEX*8... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports COMPLEX*8" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports COMPLEX*8... $ECHO_C" >&6; } - if test "${ompi_cv_f77_have_COMPLEXp8+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -30827,35 +31772,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_f77_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_f77_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f77_have_COMPLEXp8="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f77_have_COMPLEXp8="no" -+ ompi_cv_f77_have_COMPLEXp8="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -30863,8 +31804,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_have_COMPLEXp8" >&5 --echo "${ECHO_T}$ompi_cv_f77_have_COMPLEXp8" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_have_COMPLEXp8" >&5 -+echo "${ECHO_T}$ompi_cv_f77_have_COMPLEXp8" >&6; } - - if test "$ompi_cv_f77_have_COMPLEXp8" = "yes"; then - ofc_have_type=1 -@@ -30874,10 +31815,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports COMPLEX*8" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports COMPLEX*8... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports COMPLEX*8" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports COMPLEX*8... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -30897,8 +31838,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 77 COMPLEX*8" >&5 --echo $ECHO_N "checking size of Fortran 77 COMPLEX*8... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 77 COMPLEX*8" >&5 -+echo $ECHO_N "checking size of Fortran 77 COMPLEX*8... $ECHO_C" >&6; } - if test "${ompi_cv_f77_sizeof_COMPLEXp8+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -30967,14 +31908,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:30970: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:31911: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:30977: \$? = $ompi_status" >&5 -+ echo "configure:31918: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -30984,14 +31925,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:30987: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:31928: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:30994: \$? = $ompi_status" >&5 -+ echo "configure:31935: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -31022,14 +31963,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:31025: ./conftest" >&5 -+echo "configure:31966: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:31032: \$? = $ompi_status" >&5 -+ echo "configure:31973: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -31042,7 +31983,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:31045: conftestval not found." >&5 -+ echo "configure:31986: conftestval not found." >&5 - else - echo conftestval not found. >&5 - fi -@@ -31063,8 +32004,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_COMPLEXp8" >&5 --echo "${ECHO_T}$ompi_cv_f77_sizeof_COMPLEXp8" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_COMPLEXp8" >&5 -+echo "${ECHO_T}$ompi_cv_f77_sizeof_COMPLEXp8" >&6; } - - ofc_type_size=$ompi_cv_f77_sizeof_COMPLEXp8 - -@@ -31087,8 +32028,8 @@ - - - -- echo "$as_me:$LINENO: checking alignment of Fortran COMPLEX*8" >&5 --echo $ECHO_N "checking alignment of Fortran COMPLEX*8... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking alignment of Fortran COMPLEX*8" >&5 -+echo $ECHO_N "checking alignment of Fortran COMPLEX*8... $ECHO_C" >&6; } - if test "${ompi_cv_f77_alignment_COMPLEXp8+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -31167,14 +32108,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:31170: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:32111: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:31177: \$? = $ompi_status" >&5 -+ echo "configure:32118: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -31184,14 +32125,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:31187: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:32128: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:31194: \$? = $ompi_status" >&5 -+ echo "configure:32135: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -31222,14 +32163,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:31225: ./conftest" >&5 -+echo "configure:32166: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:31232: \$? = $ompi_status" >&5 -+ echo "configure:32173: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -31248,8 +32189,8 @@ - unset happy ompi_conf - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_COMPLEXp8" >&5 --echo "${ECHO_T}$ompi_cv_f77_alignment_COMPLEXp8" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_COMPLEXp8" >&5 -+echo "${ECHO_T}$ompi_cv_f77_alignment_COMPLEXp8" >&6; } - - ofc_type_alignment=$ompi_cv_f77_alignment_COMPLEXp8 - -@@ -31310,8 +32251,8 @@ - - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports COMPLEX*16" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports COMPLEX*16... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports COMPLEX*16" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports COMPLEX*16... $ECHO_C" >&6; } - if test "${ompi_cv_f77_have_COMPLEXp16+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -31327,35 +32268,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_f77_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_f77_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f77_have_COMPLEXp16="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f77_have_COMPLEXp16="no" -+ ompi_cv_f77_have_COMPLEXp16="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -31363,8 +32300,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_have_COMPLEXp16" >&5 --echo "${ECHO_T}$ompi_cv_f77_have_COMPLEXp16" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_have_COMPLEXp16" >&5 -+echo "${ECHO_T}$ompi_cv_f77_have_COMPLEXp16" >&6; } - - if test "$ompi_cv_f77_have_COMPLEXp16" = "yes"; then - ofc_have_type=1 -@@ -31374,10 +32311,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports COMPLEX*16" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports COMPLEX*16... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports COMPLEX*16" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports COMPLEX*16... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -31397,8 +32334,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 77 COMPLEX*16" >&5 --echo $ECHO_N "checking size of Fortran 77 COMPLEX*16... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 77 COMPLEX*16" >&5 -+echo $ECHO_N "checking size of Fortran 77 COMPLEX*16... $ECHO_C" >&6; } - if test "${ompi_cv_f77_sizeof_COMPLEXp16+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -31467,14 +32404,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:31470: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:32407: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:31477: \$? = $ompi_status" >&5 -+ echo "configure:32414: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -31484,14 +32421,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:31487: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:32424: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:31494: \$? = $ompi_status" >&5 -+ echo "configure:32431: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -31522,14 +32459,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:31525: ./conftest" >&5 -+echo "configure:32462: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:31532: \$? = $ompi_status" >&5 -+ echo "configure:32469: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -31542,7 +32479,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:31545: conftestval not found." >&5 -+ echo "configure:32482: conftestval not found." >&5 - else - echo conftestval not found. >&5 - fi -@@ -31563,8 +32500,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_COMPLEXp16" >&5 --echo "${ECHO_T}$ompi_cv_f77_sizeof_COMPLEXp16" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_COMPLEXp16" >&5 -+echo "${ECHO_T}$ompi_cv_f77_sizeof_COMPLEXp16" >&6; } - - ofc_type_size=$ompi_cv_f77_sizeof_COMPLEXp16 - -@@ -31587,8 +32524,8 @@ - - - -- echo "$as_me:$LINENO: checking alignment of Fortran COMPLEX*16" >&5 --echo $ECHO_N "checking alignment of Fortran COMPLEX*16... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking alignment of Fortran COMPLEX*16" >&5 -+echo $ECHO_N "checking alignment of Fortran COMPLEX*16... $ECHO_C" >&6; } - if test "${ompi_cv_f77_alignment_COMPLEXp16+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -31667,14 +32604,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:31670: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:32607: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:31677: \$? = $ompi_status" >&5 -+ echo "configure:32614: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -31684,14 +32621,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:31687: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:32624: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:31694: \$? = $ompi_status" >&5 -+ echo "configure:32631: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -31722,14 +32659,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:31725: ./conftest" >&5 -+echo "configure:32662: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:31732: \$? = $ompi_status" >&5 -+ echo "configure:32669: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -31748,8 +32685,8 @@ - unset happy ompi_conf - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_COMPLEXp16" >&5 --echo "${ECHO_T}$ompi_cv_f77_alignment_COMPLEXp16" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_COMPLEXp16" >&5 -+echo "${ECHO_T}$ompi_cv_f77_alignment_COMPLEXp16" >&6; } - - ofc_type_alignment=$ompi_cv_f77_alignment_COMPLEXp16 - -@@ -31810,8 +32747,8 @@ - - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports COMPLEX*32" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports COMPLEX*32... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports COMPLEX*32" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports COMPLEX*32... $ECHO_C" >&6; } - if test "${ompi_cv_f77_have_COMPLEXp32+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -31827,35 +32764,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_f77_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_f77_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f77_have_COMPLEXp32="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f77_have_COMPLEXp32="no" -+ ompi_cv_f77_have_COMPLEXp32="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -31863,8 +32796,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_have_COMPLEXp32" >&5 --echo "${ECHO_T}$ompi_cv_f77_have_COMPLEXp32" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_have_COMPLEXp32" >&5 -+echo "${ECHO_T}$ompi_cv_f77_have_COMPLEXp32" >&6; } - - if test "$ompi_cv_f77_have_COMPLEXp32" = "yes"; then - ofc_have_type=1 -@@ -31874,10 +32807,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 77 compiler supports COMPLEX*32" >&5 --echo $ECHO_N "checking if Fortran 77 compiler supports COMPLEX*32... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 compiler supports COMPLEX*32" >&5 -+echo $ECHO_N "checking if Fortran 77 compiler supports COMPLEX*32... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -31897,8 +32830,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 77 COMPLEX*32" >&5 --echo $ECHO_N "checking size of Fortran 77 COMPLEX*32... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 77 COMPLEX*32" >&5 -+echo $ECHO_N "checking size of Fortran 77 COMPLEX*32... $ECHO_C" >&6; } - if test "${ompi_cv_f77_sizeof_COMPLEXp32+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -31967,14 +32900,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:31970: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:32903: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:31977: \$? = $ompi_status" >&5 -+ echo "configure:32910: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -31984,14 +32917,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:31987: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:32920: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:31994: \$? = $ompi_status" >&5 -+ echo "configure:32927: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -32022,14 +32955,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:32025: ./conftest" >&5 -+echo "configure:32958: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:32032: \$? = $ompi_status" >&5 -+ echo "configure:32965: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -32042,7 +32975,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:32045: conftestval not found." >&5 -+ echo "configure:32978: conftestval not found." >&5 - else - echo conftestval not found. >&5 - fi -@@ -32063,8 +32996,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_COMPLEXp32" >&5 --echo "${ECHO_T}$ompi_cv_f77_sizeof_COMPLEXp32" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_sizeof_COMPLEXp32" >&5 -+echo "${ECHO_T}$ompi_cv_f77_sizeof_COMPLEXp32" >&6; } - - ofc_type_size=$ompi_cv_f77_sizeof_COMPLEXp32 - -@@ -32087,8 +33020,8 @@ - - - -- echo "$as_me:$LINENO: checking alignment of Fortran COMPLEX*32" >&5 --echo $ECHO_N "checking alignment of Fortran COMPLEX*32... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking alignment of Fortran COMPLEX*32" >&5 -+echo $ECHO_N "checking alignment of Fortran COMPLEX*32... $ECHO_C" >&6; } - if test "${ompi_cv_f77_alignment_COMPLEXp32+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -32167,14 +33100,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:32170: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:33103: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:32177: \$? = $ompi_status" >&5 -+ echo "configure:33110: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -32184,14 +33117,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:32187: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:33120: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:32194: \$? = $ompi_status" >&5 -+ echo "configure:33127: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -32222,14 +33155,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:32225: ./conftest" >&5 -+echo "configure:33158: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:32232: \$? = $ompi_status" >&5 -+ echo "configure:33165: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -32248,8 +33181,8 @@ - unset happy ompi_conf - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_COMPLEXp32" >&5 --echo "${ECHO_T}$ompi_cv_f77_alignment_COMPLEXp32" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_alignment_COMPLEXp32" >&5 -+echo "${ECHO_T}$ompi_cv_f77_alignment_COMPLEXp32" >&6; } - - ofc_type_alignment=$ompi_cv_f77_alignment_COMPLEXp32 - -@@ -32299,8 +33232,8 @@ - # handles the case where we don't have a fortran compiler). - - -- echo "$as_me:$LINENO: checking for max Fortran MPI handle index" >&5 --echo $ECHO_N "checking for max Fortran MPI handle index... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for max Fortran MPI handle index" >&5 -+echo $ECHO_N "checking for max Fortran MPI handle index... $ECHO_C" >&6; } - if test "${ompi_cv_f77_fortran_handle_max+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -32354,13 +33287,22 @@ - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -32373,9 +33315,11 @@ - ( exit $ac_status ) - ompi_cint_max=0 - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - -+ -+ - if test "$ompi_cint_max" = "0" ; then - # wow - something went really wrong. Be conservative - ompi_cv_f77_fortran_handle_max=32767 -@@ -32391,8 +33335,8 @@ - fi - rm -f conftest.out > /dev/null 2>&1 - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_fortran_handle_max" >&5 --echo "${ECHO_T}$ompi_cv_f77_fortran_handle_max" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_fortran_handle_max" >&5 -+echo "${ECHO_T}$ompi_cv_f77_fortran_handle_max" >&6; } - - - cat >>confdefs.h <<_ACEOF -@@ -32411,8 +33355,8 @@ - unset ompi_cv_f77_true_value - fi - -- echo "$as_me:$LINENO: checking FORTRAN value for .TRUE. logical type" >&5 --echo $ECHO_N "checking FORTRAN value for .TRUE. logical type... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking FORTRAN value for .TRUE. logical type" >&5 -+echo $ECHO_N "checking FORTRAN value for .TRUE. logical type... $ECHO_C" >&6; } - if test "${ompi_cv_f77_true_value+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -32505,14 +33449,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:32508: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:33452: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:32515: \$? = $ompi_status" >&5 -+ echo "configure:33459: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -32522,14 +33466,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:32525: $F77 $FFLAGS -o conftest conftest.o conftestf.f $LDFLAGS $LIBS" >&5 -+echo "configure:33469: $F77 $FFLAGS -o conftest conftest.o conftestf.f $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS -o conftest conftest.o conftestf.f $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:32532: \$? = $ompi_status" >&5 -+ echo "configure:33476: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -32560,14 +33504,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:32563: ./conftest" >&5 -+echo "configure:33507: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:32570: \$? = $ompi_status" >&5 -+ echo "configure:33514: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -32584,8 +33528,8 @@ - - fi - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_true_value" >&5 --echo "${ECHO_T}$ompi_cv_f77_true_value" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_true_value" >&5 -+echo "${ECHO_T}$ompi_cv_f77_true_value" >&6; } - - - cat >>confdefs.h <<_ACEOF -@@ -32597,8 +33541,8 @@ - /bin/rm -f conftest* - - -- echo "$as_me:$LINENO: checking for correct handling of FORTRAN logical arrays" >&5 --echo $ECHO_N "checking for correct handling of FORTRAN logical arrays... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for correct handling of FORTRAN logical arrays" >&5 -+echo $ECHO_N "checking for correct handling of FORTRAN logical arrays... $ECHO_C" >&6; } - if test "${ompi_cv_f77_logical_array_correct+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -32689,14 +33633,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:32692: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:33636: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:32699: \$? = $ompi_status" >&5 -+ echo "configure:33643: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -32706,14 +33650,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:32709: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:33653: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:32716: \$? = $ompi_status" >&5 -+ echo "configure:33660: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -32742,14 +33686,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:32745: ./conftest" >&5 -+echo "configure:33689: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:32752: \$? = $ompi_status" >&5 -+ echo "configure:33696: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -32768,8 +33712,8 @@ - - fi - fi --echo "$as_me:$LINENO: result: $ompi_cv_f77_logical_array_correct" >&5 --echo "${ECHO_T}$ompi_cv_f77_logical_array_correct" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f77_logical_array_correct" >&5 -+echo "${ECHO_T}$ompi_cv_f77_logical_array_correct" >&6; } - - if test "$ompi_cv_f77_logical_array_correct" = "no" ; then - { { echo "$as_me:$LINENO: error: Error determining if arrays of logical values work properly." >&5 -@@ -32878,17 +33822,17 @@ - # - - ompi_fcflags_save="$FCFLAGS" -- ac_ext=${FC_SRCEXT-f} --ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5' --ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5' -+ ac_ext=${ac_fc_srcext-f} -+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' -+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_fc_compiler_gnu - if test -n "$ac_tool_prefix"; then - for ac_prog in gfortran f95 fort xlf95 ifort ifc efc pgf95 lf95 f90 xlf90 pgf90 epcf90 - 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 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_FC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -32901,25 +33845,27 @@ - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_FC="$ac_tool_prefix$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done - done -+IFS=$as_save_IFS - - fi - fi - FC=$ac_cv_prog_FC - if test -n "$FC"; then -- echo "$as_me:$LINENO: result: $FC" >&5 --echo "${ECHO_T}$FC" >&6 -+ { echo "$as_me:$LINENO: result: $FC" >&5 -+echo "${ECHO_T}$FC" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - -+ - test -n "$FC" && break - done - fi -@@ -32929,8 +33875,8 @@ - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_ac_ct_FC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -32943,48 +33889,78 @@ - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_FC="$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done - done -+IFS=$as_save_IFS - - fi - fi - ac_ct_FC=$ac_cv_prog_ac_ct_FC - if test -n "$ac_ct_FC"; then -- echo "$as_me:$LINENO: result: $ac_ct_FC" >&5 --echo "${ECHO_T}$ac_ct_FC" >&6 -+ { echo "$as_me:$LINENO: result: $ac_ct_FC" >&5 -+echo "${ECHO_T}$ac_ct_FC" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - -+ - test -n "$ac_ct_FC" && break - done - -- FC=$ac_ct_FC -+ if test "x$ac_ct_FC" = x; then -+ FC="" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+whose name does not start with the host triplet. If you think this -+configuration is useful to you, please write to autoconf@gnu.org." >&5 -+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+whose name does not start with the host triplet. If you think this -+configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+ac_tool_warned=yes ;; -+esac -+ FC=$ac_ct_FC -+ fi - fi - - - # Provide some information about the compiler. --echo "$as_me:32973:" \ -- "checking for Fortran compiler version" >&5 -+echo "$as_me:$LINENO: checking for Fortran compiler version" >&5 - ac_compiler=`set X $ac_compile; echo $2` --{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 -- (eval $ac_compiler --version &5) 2>&5 -+{ (ac_try="$ac_compiler --version >&5" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compiler --version >&5") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } --{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v &5\"") >&5 -- (eval $ac_compiler -v &5) 2>&5 -+{ (ac_try="$ac_compiler -v >&5" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compiler -v >&5") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } --{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V &5\"") >&5 -- (eval $ac_compiler -V &5) 2>&5 -+{ (ac_try="$ac_compiler -V >&5" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compiler -V >&5") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } -@@ -32994,8 +33970,8 @@ - # input file. (Note that this only needs to work for GNU compilers.) - ac_save_ext=$ac_ext - ac_ext=F --echo "$as_me:$LINENO: checking whether we are using the GNU Fortran compiler" >&5 --echo $ECHO_N "checking whether we are using the GNU Fortran compiler... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran compiler" >&5 -+echo $ECHO_N "checking whether we are using the GNU Fortran compiler... $ECHO_C" >&6; } - if test "${ac_cv_fc_compiler_gnu+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -33008,46 +33984,42 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_fc_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_fc_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_compiler_gnu=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_compiler_gnu=no -+ ac_compiler_gnu=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_cv_fc_compiler_gnu=$ac_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ac_cv_fc_compiler_gnu" >&5 --echo "${ECHO_T}$ac_cv_fc_compiler_gnu" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_fc_compiler_gnu" >&5 -+echo "${ECHO_T}$ac_cv_fc_compiler_gnu" >&6; } - ac_ext=$ac_save_ext - ac_test_FFLAGS=${FCFLAGS+set} - ac_save_FFLAGS=$FCFLAGS - FCFLAGS= --echo "$as_me:$LINENO: checking whether $FC accepts -g" >&5 --echo $ECHO_N "checking whether $FC accepts -g... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking whether $FC accepts -g" >&5 -+echo $ECHO_N "checking whether $FC accepts -g... $ECHO_C" >&6; } - if test "${ac_cv_prog_fc_g+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -33058,39 +34030,35 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_fc_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_fc_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_prog_fc_g=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_prog_fc_g=no -+ ac_cv_prog_fc_g=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - - fi --echo "$as_me:$LINENO: result: $ac_cv_prog_fc_g" >&5 --echo "${ECHO_T}$ac_cv_prog_fc_g" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_prog_fc_g" >&5 -+echo "${ECHO_T}$ac_cv_prog_fc_g" >&6; } - if test "$ac_test_FFLAGS" = set; then - FCFLAGS=$ac_save_FFLAGS - elif test $ac_cv_prog_fc_g = yes; then -@@ -33134,14 +34102,14 @@ - if test $OMPI_WANT_F90_BINDINGS -eq 1; then - - -- echo "$as_me:$LINENO: checking if Fortran compiler works" >&5 --echo $ECHO_N "checking if Fortran compiler works... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran compiler works" >&5 -+echo $ECHO_N "checking if Fortran compiler works... $ECHO_C" >&6; } - if test "${ompi_cv_Fortran_works+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- ac_ext=${FC_SRCEXT-f} --ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5' --ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5' -+ ac_ext=${ac_fc_srcext-f} -+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' -+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_fc_compiler_gnu - - if test "$cross_compiling" = yes; then -@@ -33153,13 +34121,22 @@ - end - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -33172,8 +34149,10 @@ - ( exit $ac_status ) - ompi_cv_Fortran_works="no" - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi -+ -+ - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -33181,8 +34160,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_Fortran_works" >&5 --echo "${ECHO_T}$ompi_cv_Fortran_works" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_Fortran_works" >&5 -+echo "${ECHO_T}$ompi_cv_Fortran_works" >&6; } - if test "$ompi_cv_Fortran_works" = "no"; then - cat <&2 - ********************************************************************** -@@ -33207,13 +34186,13 @@ - - # check to see if the F77 and F90 compilers are compatible - if test $OMPI_WANT_F90_BINDINGS -eq 1; then -- echo "$as_me:$LINENO: checking whether $OMPI_F77 and $OMPI_F90 compilers are compatible" >&5 --echo $ECHO_N "checking whether $OMPI_F77 and $OMPI_F90 compilers are compatible... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking whether $OMPI_F77 and $OMPI_F90 compilers are compatible" >&5 -+echo $ECHO_N "checking whether $OMPI_F77 and $OMPI_F90 compilers are compatible... $ECHO_C" >&6; } - - # make sure that we can combine F90 and F77 code --ac_ext=${FC_SRCEXT-f} --ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5' --ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5' -+ac_ext=${ac_fc_srcext-f} -+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' -+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_fc_compiler_gnu - - # Fortran module -@@ -33232,14 +34211,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:33235: $OMPI_F90 $FCFLAGS $FCFLAGS_f -c conftestf90.f" >&5 -+echo "configure:34214: $OMPI_F90 $FCFLAGS $FCFLAGS_f -c conftestf90.f" >&5 - $OMPI_F90 $FCFLAGS $FCFLAGS_f -c conftestf90.f 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:33242: \$? = $ompi_status" >&5 -+ echo "configure:34221: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -33249,14 +34228,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:33252: $OMPI_F77 $FFLAGS -c conftestf77.f" >&5 -+echo "configure:34231: $OMPI_F77 $FFLAGS -c conftestf77.f" >&5 - $OMPI_F77 $FFLAGS -c conftestf77.f 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:33259: \$? = $ompi_status" >&5 -+ echo "configure:34238: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -33266,14 +34245,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:33269: $OMPI_F90 $FCFLAGS -o conftest conftestf90.o conftestf77.o $LIBS" >&5 -+echo "configure:34248: $OMPI_F90 $FCFLAGS -o conftest conftestf90.o conftestf77.o $LIBS" >&5 - $OMPI_F90 $FCFLAGS -o conftest conftestf90.o conftestf77.o $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:33276: \$? = $ompi_status" >&5 -+ echo "configure:34255: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -33300,7 +34279,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:33303: here is the F77 program:" >&5 -+ echo "configure:34282: here is the F77 program:" >&5 - else - echo here is the F77 program: >&5 - fi -@@ -33313,7 +34292,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:33316: here is the F90 program:" >&5 -+ echo "configure:34295: here is the F90 program:" >&5 - else - echo here is the F90 program: >&5 - fi -@@ -33336,16 +34315,16 @@ - - - if test "$fortran_goodness" = "0" ; then -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - { echo "$as_me:$LINENO: WARNING: *** Fortran 77 and Fortran 90 compilers are not link compatible" >&5 - echo "$as_me: WARNING: *** Fortran 77 and Fortran 90 compilers are not link compatible" >&2;} - { echo "$as_me:$LINENO: WARNING: *** Disabling MPI Fortran 90/95 bindings" >&5 - echo "$as_me: WARNING: *** Disabling MPI Fortran 90/95 bindings" >&2;} - OMPI_WANT_F90_BINDINGS=0 - else -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - fi - - fi -@@ -33355,148 +34334,158 @@ - # because it implies tests that should be invoked by the above tests - # (e.g., running the fortran compiler). - if test $OMPI_WANT_F90_BINDINGS -eq 1; then -- ac_ext=${FC_SRCEXT-f} --ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5' --ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5' -+ ac_ext=${ac_fc_srcext-f} -+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' -+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_fc_compiler_gnu - -- echo "$as_me:$LINENO: checking for Fortran flag to compile .f files" >&5 --echo $ECHO_N "checking for Fortran flag to compile .f files... $ECHO_C" >&6 -+ ac_ext=${ac_fc_srcext-f} -+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' -+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_fc_compiler_gnu -+{ echo "$as_me:$LINENO: checking for Fortran flag to compile .f files" >&5 -+echo $ECHO_N "checking for Fortran flag to compile .f files... $ECHO_C" >&6; } - if test "${ac_cv_fc_srcext_f+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_ext=f --ac_fc_srcext_FCFLAGS_SRCEXT_save=$FCFLAGS_SRCEXT --FCFLAGS_SRCEXT="" -+ac_fcflags_srcext_save=$ac_fcflags_srcext -+ac_fcflags_srcext= - ac_cv_fc_srcext_f=unknown - for ac_flag in none -qsuffix=f=f -Tf; do -- test "x$ac_flag" != xnone && FCFLAGS_SRCEXT="$ac_flag" -+ test "x$ac_flag" != xnone && ac_fcflags_srcext="$ac_flag" - cat >conftest.$ac_ext <<_ACEOF - program main - - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_fc_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_fc_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_fc_srcext_f=$ac_flag; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - rm -f conftest.$ac_objext conftest.f --FCFLAGS_SRCEXT=$ac_fc_srcext_FCFLAGS_SRCEXT_save -+ac_fcflags_srcext=$ac_fcflags_srcext_save - - fi --echo "$as_me:$LINENO: result: $ac_cv_fc_srcext_f" >&5 --echo "${ECHO_T}$ac_cv_fc_srcext_f" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_fc_srcext_f" >&5 -+echo "${ECHO_T}$ac_cv_fc_srcext_f" >&6; } - if test "x$ac_cv_fc_srcext_f" = xunknown; then - { { echo "$as_me:$LINENO: error: Fortran could not compile .f files" >&5 - echo "$as_me: error: Fortran could not compile .f files" >&2;} - { (exit 1); exit 1; }; } - else -- FC_SRCEXT=f -+ ac_fc_srcext=f - if test "x$ac_cv_fc_srcext_f" = xnone; then -- FCFLAGS_SRCEXT="" -+ ac_fcflags_srcext="" - FCFLAGS_f="" - else -- FCFLAGS_SRCEXT=$ac_cv_fc_srcext_f -+ ac_fcflags_srcext=$ac_cv_fc_srcext_f - FCFLAGS_f=$ac_cv_fc_srcext_f - fi - - - fi -+ac_ext=${ac_fc_srcext-f} -+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' -+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_fc_compiler_gnu - -- echo "$as_me:$LINENO: checking for Fortran flag to compile .f90 files" >&5 --echo $ECHO_N "checking for Fortran flag to compile .f90 files... $ECHO_C" >&6 -+ ac_ext=${ac_fc_srcext-f} -+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' -+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_fc_compiler_gnu -+{ echo "$as_me:$LINENO: checking for Fortran flag to compile .f90 files" >&5 -+echo $ECHO_N "checking for Fortran flag to compile .f90 files... $ECHO_C" >&6; } - if test "${ac_cv_fc_srcext_f90+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_ext=f90 --ac_fc_srcext_FCFLAGS_SRCEXT_save=$FCFLAGS_SRCEXT --FCFLAGS_SRCEXT="" -+ac_fcflags_srcext_save=$ac_fcflags_srcext -+ac_fcflags_srcext= - ac_cv_fc_srcext_f90=unknown - for ac_flag in none -qsuffix=f=f90 -Tf; do -- test "x$ac_flag" != xnone && FCFLAGS_SRCEXT="$ac_flag" -+ test "x$ac_flag" != xnone && ac_fcflags_srcext="$ac_flag" - cat >conftest.$ac_ext <<_ACEOF - program main - - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_fc_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_fc_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_fc_srcext_f90=$ac_flag; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - rm -f conftest.$ac_objext conftest.f90 --FCFLAGS_SRCEXT=$ac_fc_srcext_FCFLAGS_SRCEXT_save -+ac_fcflags_srcext=$ac_fcflags_srcext_save - - fi --echo "$as_me:$LINENO: result: $ac_cv_fc_srcext_f90" >&5 --echo "${ECHO_T}$ac_cv_fc_srcext_f90" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_fc_srcext_f90" >&5 -+echo "${ECHO_T}$ac_cv_fc_srcext_f90" >&6; } - if test "x$ac_cv_fc_srcext_f90" = xunknown; then - { { echo "$as_me:$LINENO: error: Fortran could not compile .f90 files" >&5 - echo "$as_me: error: Fortran could not compile .f90 files" >&2;} - { (exit 1); exit 1; }; } - else -- FC_SRCEXT=f90 -+ ac_fc_srcext=f90 - if test "x$ac_cv_fc_srcext_f90" = xnone; then -- FCFLAGS_SRCEXT="" -+ ac_fcflags_srcext="" - FCFLAGS_f90="" - else -- FCFLAGS_SRCEXT=$ac_cv_fc_srcext_f90 -+ ac_fcflags_srcext=$ac_cv_fc_srcext_f90 - FCFLAGS_f90=$ac_cv_fc_srcext_f90 - fi - - - fi -+ac_ext=${ac_fc_srcext-f} -+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' -+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_fc_compiler_gnu - - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' -@@ -33537,8 +34526,8 @@ - - - if test "$OMPI_WANT_F90_BINDINGS" -eq 1 ; then -- echo "$as_me:$LINENO: checking for Fortran 90 compiler module include flag" >&5 --echo $ECHO_N "checking for Fortran 90 compiler module include flag... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for Fortran 90 compiler module include flag" >&5 -+echo $ECHO_N "checking for Fortran 90 compiler module include flag... $ECHO_C" >&6; } - if test "${ompi_cv_f90_module_include_flag+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -33563,14 +34552,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:33566: $FC $FCFLAGS $FCFLAGS_f90 -c conftest-module.f90 $LDFLAGS $LIBS" >&5 -+echo "configure:34555: $FC $FCFLAGS $FCFLAGS_f90 -c conftest-module.f90 $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 -c conftest-module.f90 $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:33573: \$? = $ompi_status" >&5 -+ echo "configure:34562: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -33581,8 +34570,8 @@ - unset ompi_status - cd .. - rm -rf conftest.$$ -- echo "$as_me:$LINENO: result: Whoops!" >&5 --echo "${ECHO_T}Whoops!" >&6 -+ { echo "$as_me:$LINENO: result: Whoops!" >&5 -+echo "${ECHO_T}Whoops!" >&6; } - { echo "$as_me:$LINENO: WARNING: *** Cannot seem to compile an f90 module" >&5 - echo "$as_me: WARNING: *** Cannot seem to compile an f90 module" >&2;} - { { echo "$as_me:$LINENO: error: Cannot continue" >&5 -@@ -33609,14 +34598,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:33612: $FC $FCFLAGS $FCFLAGS_f90 conftest.f90 ${flag}subdir $LDFLAGS $LIBS" >&5 -+echo "configure:34601: $FC $FCFLAGS $FCFLAGS_f90 conftest.f90 ${flag}subdir $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 conftest.f90 ${flag}subdir $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:33619: \$? = $ompi_status" >&5 -+ echo "configure:34608: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -33634,8 +34623,8 @@ - rm -rf conftest.$$ - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_module_include_flag" >&5 --echo "${ECHO_T}$ompi_cv_f90_module_include_flag" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_module_include_flag" >&5 -+echo "${ECHO_T}$ompi_cv_f90_module_include_flag" >&6; } - - OMPI_FC_MODULE_FLAG=$ompi_cv_f90_module_include_flag - if test "$OMPI_FC_MODULE_FLAG" = ""; then -@@ -33676,14 +34665,14 @@ - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define - -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports LOGICAL" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports LOGICAL... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports LOGICAL" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports LOGICAL... $ECHO_C" >&6; } - if test "${ompi_cv_f90_have_LOGICAL+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- ac_ext=${FC_SRCEXT-f} --ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5' --ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5' -+ ac_ext=${ac_fc_srcext-f} -+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' -+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_fc_compiler_gnu - - cat >conftest.$ac_ext <<_ACEOF -@@ -33692,35 +34681,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_fc_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_fc_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f90_have_LOGICAL="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f90_have_LOGICAL="no" -+ ompi_cv_f90_have_LOGICAL="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -33728,8 +34713,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_have_LOGICAL" >&5 --echo "${ECHO_T}$ompi_cv_f90_have_LOGICAL" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_have_LOGICAL" >&5 -+echo "${ECHO_T}$ompi_cv_f90_have_LOGICAL" >&6; } - - if test "$ompi_cv_f90_have_LOGICAL" = "yes"; then - ofc_have_type=1 -@@ -33739,10 +34724,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -33762,8 +34747,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 90 LOGICAL" >&5 --echo $ECHO_N "checking size of Fortran 90 LOGICAL... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 90 LOGICAL" >&5 -+echo $ECHO_N "checking size of Fortran 90 LOGICAL... $ECHO_C" >&6; } - if test "${ompi_cv_f90_sizeof_LOGICAL+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -33831,14 +34816,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:33834: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:34819: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:33841: \$? = $ompi_status" >&5 -+ echo "configure:34826: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -33848,14 +34833,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:33851: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:34836: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:33858: \$? = $ompi_status" >&5 -+ echo "configure:34843: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -33876,7 +34861,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:33879: here is the fortran 90 program:" >&5 -+ echo "configure:34864: here is the fortran 90 program:" >&5 - else - echo here is the fortran 90 program: >&5 - fi -@@ -33903,14 +34888,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:33906: ./conftest" >&5 -+echo "configure:34891: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:33913: \$? = $ompi_status" >&5 -+ echo "configure:34898: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -33929,8 +34914,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_LOGICAL" >&5 --echo "${ECHO_T}$ompi_cv_f90_sizeof_LOGICAL" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_LOGICAL" >&5 -+echo "${ECHO_T}$ompi_cv_f90_sizeof_LOGICAL" >&6; } - - ofc_type_size=$ompi_cv_f90_sizeof_LOGICAL - -@@ -33956,11 +34941,11 @@ - # Check the size of this type against its F77 counterpart - ofc_f77_sizeof=$OMPI_SIZEOF_FORTRAN_LOGICAL - if test "$ofc_f77_sizeof" != ""; then -- echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 --echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 -+echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6; } - if test "$ofc_f77_sizeof" != "$ofc_type_size"; then -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - { echo "$as_me:$LINENO: WARNING: *** Fortran 77 size for LOGICAL ($ofc_f77_sizeof) does not match" >&5 - echo "$as_me: WARNING: *** Fortran 77 size for LOGICAL ($ofc_f77_sizeof) does not match" >&2;} - { echo "$as_me:$LINENO: WARNING: *** Fortran 90 size for LOGICAL ($ofc_type_size)" >&5 -@@ -33969,8 +34954,8 @@ - echo "$as_me: error: *** Cannot continue" >&2;} - { (exit 1); exit 1; }; } - else -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - fi - fi - -@@ -34044,14 +35029,14 @@ - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define - -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports INTEGER" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports INTEGER... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports INTEGER" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports INTEGER... $ECHO_C" >&6; } - if test "${ompi_cv_f90_have_INTEGER+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- ac_ext=${FC_SRCEXT-f} --ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5' --ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5' -+ ac_ext=${ac_fc_srcext-f} -+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' -+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_fc_compiler_gnu - - cat >conftest.$ac_ext <<_ACEOF -@@ -34060,35 +35045,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_fc_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_fc_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f90_have_INTEGER="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f90_have_INTEGER="no" -+ ompi_cv_f90_have_INTEGER="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -34096,8 +35077,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_have_INTEGER" >&5 --echo "${ECHO_T}$ompi_cv_f90_have_INTEGER" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_have_INTEGER" >&5 -+echo "${ECHO_T}$ompi_cv_f90_have_INTEGER" >&6; } - - if test "$ompi_cv_f90_have_INTEGER" = "yes"; then - ofc_have_type=1 -@@ -34107,10 +35088,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -34130,8 +35111,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 90 INTEGER" >&5 --echo $ECHO_N "checking size of Fortran 90 INTEGER... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 90 INTEGER" >&5 -+echo $ECHO_N "checking size of Fortran 90 INTEGER... $ECHO_C" >&6; } - if test "${ompi_cv_f90_sizeof_INTEGER+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -34199,14 +35180,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:34202: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:35183: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:34209: \$? = $ompi_status" >&5 -+ echo "configure:35190: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -34216,14 +35197,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:34219: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:35200: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:34226: \$? = $ompi_status" >&5 -+ echo "configure:35207: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -34244,7 +35225,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:34247: here is the fortran 90 program:" >&5 -+ echo "configure:35228: here is the fortran 90 program:" >&5 - else - echo here is the fortran 90 program: >&5 - fi -@@ -34271,14 +35252,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:34274: ./conftest" >&5 -+echo "configure:35255: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:34281: \$? = $ompi_status" >&5 -+ echo "configure:35262: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -34297,8 +35278,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_INTEGER" >&5 --echo "${ECHO_T}$ompi_cv_f90_sizeof_INTEGER" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_INTEGER" >&5 -+echo "${ECHO_T}$ompi_cv_f90_sizeof_INTEGER" >&6; } - - ofc_type_size=$ompi_cv_f90_sizeof_INTEGER - -@@ -34324,11 +35305,11 @@ - # Check the size of this type against its F77 counterpart - ofc_f77_sizeof=$OMPI_SIZEOF_FORTRAN_INTEGER - if test "$ofc_f77_sizeof" != ""; then -- echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 --echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 -+echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6; } - if test "$ofc_f77_sizeof" != "$ofc_type_size"; then -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - { echo "$as_me:$LINENO: WARNING: *** Fortran 77 size for INTEGER ($ofc_f77_sizeof) does not match" >&5 - echo "$as_me: WARNING: *** Fortran 77 size for INTEGER ($ofc_f77_sizeof) does not match" >&2;} - { echo "$as_me:$LINENO: WARNING: *** Fortran 90 size for INTEGER ($ofc_type_size)" >&5 -@@ -34337,8 +35318,8 @@ - echo "$as_me: error: *** Cannot continue" >&2;} - { (exit 1); exit 1; }; } - else -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - fi - fi - -@@ -34410,14 +35391,14 @@ - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define - -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports INTEGER*1" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports INTEGER*1... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports INTEGER*1" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports INTEGER*1... $ECHO_C" >&6; } - if test "${ompi_cv_f90_have_INTEGERp1+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- ac_ext=${FC_SRCEXT-f} --ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5' --ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5' -+ ac_ext=${ac_fc_srcext-f} -+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' -+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_fc_compiler_gnu - - cat >conftest.$ac_ext <<_ACEOF -@@ -34426,35 +35407,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_fc_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_fc_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f90_have_INTEGERp1="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f90_have_INTEGERp1="no" -+ ompi_cv_f90_have_INTEGERp1="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -34462,8 +35439,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_have_INTEGERp1" >&5 --echo "${ECHO_T}$ompi_cv_f90_have_INTEGERp1" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_have_INTEGERp1" >&5 -+echo "${ECHO_T}$ompi_cv_f90_have_INTEGERp1" >&6; } - - if test "$ompi_cv_f90_have_INTEGERp1" = "yes"; then - ofc_have_type=1 -@@ -34473,10 +35450,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -34496,8 +35473,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 90 INTEGER*1" >&5 --echo $ECHO_N "checking size of Fortran 90 INTEGER*1... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 90 INTEGER*1" >&5 -+echo $ECHO_N "checking size of Fortran 90 INTEGER*1... $ECHO_C" >&6; } - if test "${ompi_cv_f90_sizeof_INTEGERp1+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -34565,14 +35542,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:34568: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:35545: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:34575: \$? = $ompi_status" >&5 -+ echo "configure:35552: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -34582,14 +35559,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:34585: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:35562: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:34592: \$? = $ompi_status" >&5 -+ echo "configure:35569: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -34610,7 +35587,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:34613: here is the fortran 90 program:" >&5 -+ echo "configure:35590: here is the fortran 90 program:" >&5 - else - echo here is the fortran 90 program: >&5 - fi -@@ -34637,14 +35614,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:34640: ./conftest" >&5 -+echo "configure:35617: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:34647: \$? = $ompi_status" >&5 -+ echo "configure:35624: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -34663,8 +35640,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_INTEGERp1" >&5 --echo "${ECHO_T}$ompi_cv_f90_sizeof_INTEGERp1" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_INTEGERp1" >&5 -+echo "${ECHO_T}$ompi_cv_f90_sizeof_INTEGERp1" >&6; } - - ofc_type_size=$ompi_cv_f90_sizeof_INTEGERp1 - -@@ -34690,11 +35667,11 @@ - # Check the size of this type against its F77 counterpart - ofc_f77_sizeof=$OMPI_SIZEOF_FORTRAN_INTEGER1 - if test "$ofc_f77_sizeof" != ""; then -- echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 --echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 -+echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6; } - if test "$ofc_f77_sizeof" != "$ofc_type_size"; then -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - { echo "$as_me:$LINENO: WARNING: *** Fortran 77 size for INTEGER*1 ($ofc_f77_sizeof) does not match" >&5 - echo "$as_me: WARNING: *** Fortran 77 size for INTEGER*1 ($ofc_f77_sizeof) does not match" >&2;} - { echo "$as_me:$LINENO: WARNING: *** Fortran 90 size for INTEGER*1 ($ofc_type_size)" >&5 -@@ -34703,8 +35680,8 @@ - echo "$as_me: error: *** Cannot continue" >&2;} - { (exit 1); exit 1; }; } - else -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - fi - fi - -@@ -34776,14 +35753,14 @@ - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define - -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports INTEGER*2" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports INTEGER*2... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports INTEGER*2" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports INTEGER*2... $ECHO_C" >&6; } - if test "${ompi_cv_f90_have_INTEGERp2+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- ac_ext=${FC_SRCEXT-f} --ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5' --ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5' -+ ac_ext=${ac_fc_srcext-f} -+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' -+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_fc_compiler_gnu - - cat >conftest.$ac_ext <<_ACEOF -@@ -34792,35 +35769,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_fc_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_fc_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f90_have_INTEGERp2="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f90_have_INTEGERp2="no" -+ ompi_cv_f90_have_INTEGERp2="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -34828,8 +35801,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_have_INTEGERp2" >&5 --echo "${ECHO_T}$ompi_cv_f90_have_INTEGERp2" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_have_INTEGERp2" >&5 -+echo "${ECHO_T}$ompi_cv_f90_have_INTEGERp2" >&6; } - - if test "$ompi_cv_f90_have_INTEGERp2" = "yes"; then - ofc_have_type=1 -@@ -34839,10 +35812,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -34862,8 +35835,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 90 INTEGER*2" >&5 --echo $ECHO_N "checking size of Fortran 90 INTEGER*2... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 90 INTEGER*2" >&5 -+echo $ECHO_N "checking size of Fortran 90 INTEGER*2... $ECHO_C" >&6; } - if test "${ompi_cv_f90_sizeof_INTEGERp2+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -34931,14 +35904,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:34934: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:35907: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:34941: \$? = $ompi_status" >&5 -+ echo "configure:35914: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -34948,14 +35921,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:34951: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:35924: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:34958: \$? = $ompi_status" >&5 -+ echo "configure:35931: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -34976,7 +35949,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:34979: here is the fortran 90 program:" >&5 -+ echo "configure:35952: here is the fortran 90 program:" >&5 - else - echo here is the fortran 90 program: >&5 - fi -@@ -35003,14 +35976,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:35006: ./conftest" >&5 -+echo "configure:35979: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:35013: \$? = $ompi_status" >&5 -+ echo "configure:35986: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -35029,8 +36002,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_INTEGERp2" >&5 --echo "${ECHO_T}$ompi_cv_f90_sizeof_INTEGERp2" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_INTEGERp2" >&5 -+echo "${ECHO_T}$ompi_cv_f90_sizeof_INTEGERp2" >&6; } - - ofc_type_size=$ompi_cv_f90_sizeof_INTEGERp2 - -@@ -35056,11 +36029,11 @@ - # Check the size of this type against its F77 counterpart - ofc_f77_sizeof=$OMPI_SIZEOF_FORTRAN_INTEGER2 - if test "$ofc_f77_sizeof" != ""; then -- echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 --echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 -+echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6; } - if test "$ofc_f77_sizeof" != "$ofc_type_size"; then -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - { echo "$as_me:$LINENO: WARNING: *** Fortran 77 size for INTEGER*2 ($ofc_f77_sizeof) does not match" >&5 - echo "$as_me: WARNING: *** Fortran 77 size for INTEGER*2 ($ofc_f77_sizeof) does not match" >&2;} - { echo "$as_me:$LINENO: WARNING: *** Fortran 90 size for INTEGER*2 ($ofc_type_size)" >&5 -@@ -35069,8 +36042,8 @@ - echo "$as_me: error: *** Cannot continue" >&2;} - { (exit 1); exit 1; }; } - else -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - fi - fi - -@@ -35142,14 +36115,14 @@ - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define - -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports INTEGER*4" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports INTEGER*4... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports INTEGER*4" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports INTEGER*4... $ECHO_C" >&6; } - if test "${ompi_cv_f90_have_INTEGERp4+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- ac_ext=${FC_SRCEXT-f} --ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5' --ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5' -+ ac_ext=${ac_fc_srcext-f} -+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' -+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_fc_compiler_gnu - - cat >conftest.$ac_ext <<_ACEOF -@@ -35158,35 +36131,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_fc_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_fc_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f90_have_INTEGERp4="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f90_have_INTEGERp4="no" -+ ompi_cv_f90_have_INTEGERp4="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -35194,8 +36163,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_have_INTEGERp4" >&5 --echo "${ECHO_T}$ompi_cv_f90_have_INTEGERp4" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_have_INTEGERp4" >&5 -+echo "${ECHO_T}$ompi_cv_f90_have_INTEGERp4" >&6; } - - if test "$ompi_cv_f90_have_INTEGERp4" = "yes"; then - ofc_have_type=1 -@@ -35205,10 +36174,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -35228,8 +36197,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 90 INTEGER*4" >&5 --echo $ECHO_N "checking size of Fortran 90 INTEGER*4... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 90 INTEGER*4" >&5 -+echo $ECHO_N "checking size of Fortran 90 INTEGER*4... $ECHO_C" >&6; } - if test "${ompi_cv_f90_sizeof_INTEGERp4+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -35297,14 +36266,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:35300: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:36269: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:35307: \$? = $ompi_status" >&5 -+ echo "configure:36276: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -35314,14 +36283,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:35317: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:36286: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:35324: \$? = $ompi_status" >&5 -+ echo "configure:36293: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -35342,7 +36311,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:35345: here is the fortran 90 program:" >&5 -+ echo "configure:36314: here is the fortran 90 program:" >&5 - else - echo here is the fortran 90 program: >&5 - fi -@@ -35369,14 +36338,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:35372: ./conftest" >&5 -+echo "configure:36341: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:35379: \$? = $ompi_status" >&5 -+ echo "configure:36348: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -35395,8 +36364,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_INTEGERp4" >&5 --echo "${ECHO_T}$ompi_cv_f90_sizeof_INTEGERp4" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_INTEGERp4" >&5 -+echo "${ECHO_T}$ompi_cv_f90_sizeof_INTEGERp4" >&6; } - - ofc_type_size=$ompi_cv_f90_sizeof_INTEGERp4 - -@@ -35422,11 +36391,11 @@ - # Check the size of this type against its F77 counterpart - ofc_f77_sizeof=$OMPI_SIZEOF_FORTRAN_INTEGER4 - if test "$ofc_f77_sizeof" != ""; then -- echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 --echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 -+echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6; } - if test "$ofc_f77_sizeof" != "$ofc_type_size"; then -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - { echo "$as_me:$LINENO: WARNING: *** Fortran 77 size for INTEGER*4 ($ofc_f77_sizeof) does not match" >&5 - echo "$as_me: WARNING: *** Fortran 77 size for INTEGER*4 ($ofc_f77_sizeof) does not match" >&2;} - { echo "$as_me:$LINENO: WARNING: *** Fortran 90 size for INTEGER*4 ($ofc_type_size)" >&5 -@@ -35435,8 +36404,8 @@ - echo "$as_me: error: *** Cannot continue" >&2;} - { (exit 1); exit 1; }; } - else -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - fi - fi - -@@ -35508,14 +36477,14 @@ - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define - -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports INTEGER*8" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports INTEGER*8... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports INTEGER*8" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports INTEGER*8... $ECHO_C" >&6; } - if test "${ompi_cv_f90_have_INTEGERp8+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- ac_ext=${FC_SRCEXT-f} --ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5' --ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5' -+ ac_ext=${ac_fc_srcext-f} -+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' -+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_fc_compiler_gnu - - cat >conftest.$ac_ext <<_ACEOF -@@ -35524,35 +36493,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_fc_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_fc_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f90_have_INTEGERp8="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f90_have_INTEGERp8="no" -+ ompi_cv_f90_have_INTEGERp8="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -35560,8 +36525,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_have_INTEGERp8" >&5 --echo "${ECHO_T}$ompi_cv_f90_have_INTEGERp8" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_have_INTEGERp8" >&5 -+echo "${ECHO_T}$ompi_cv_f90_have_INTEGERp8" >&6; } - - if test "$ompi_cv_f90_have_INTEGERp8" = "yes"; then - ofc_have_type=1 -@@ -35571,10 +36536,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -35594,8 +36559,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 90 INTEGER*8" >&5 --echo $ECHO_N "checking size of Fortran 90 INTEGER*8... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 90 INTEGER*8" >&5 -+echo $ECHO_N "checking size of Fortran 90 INTEGER*8... $ECHO_C" >&6; } - if test "${ompi_cv_f90_sizeof_INTEGERp8+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -35663,14 +36628,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:35666: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:36631: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:35673: \$? = $ompi_status" >&5 -+ echo "configure:36638: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -35680,14 +36645,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:35683: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:36648: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:35690: \$? = $ompi_status" >&5 -+ echo "configure:36655: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -35708,7 +36673,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:35711: here is the fortran 90 program:" >&5 -+ echo "configure:36676: here is the fortran 90 program:" >&5 - else - echo here is the fortran 90 program: >&5 - fi -@@ -35735,14 +36700,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:35738: ./conftest" >&5 -+echo "configure:36703: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:35745: \$? = $ompi_status" >&5 -+ echo "configure:36710: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -35761,8 +36726,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_INTEGERp8" >&5 --echo "${ECHO_T}$ompi_cv_f90_sizeof_INTEGERp8" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_INTEGERp8" >&5 -+echo "${ECHO_T}$ompi_cv_f90_sizeof_INTEGERp8" >&6; } - - ofc_type_size=$ompi_cv_f90_sizeof_INTEGERp8 - -@@ -35788,11 +36753,11 @@ - # Check the size of this type against its F77 counterpart - ofc_f77_sizeof=$OMPI_SIZEOF_FORTRAN_INTEGER8 - if test "$ofc_f77_sizeof" != ""; then -- echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 --echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 -+echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6; } - if test "$ofc_f77_sizeof" != "$ofc_type_size"; then -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - { echo "$as_me:$LINENO: WARNING: *** Fortran 77 size for INTEGER*8 ($ofc_f77_sizeof) does not match" >&5 - echo "$as_me: WARNING: *** Fortran 77 size for INTEGER*8 ($ofc_f77_sizeof) does not match" >&2;} - { echo "$as_me:$LINENO: WARNING: *** Fortran 90 size for INTEGER*8 ($ofc_type_size)" >&5 -@@ -35801,8 +36766,8 @@ - echo "$as_me: error: *** Cannot continue" >&2;} - { (exit 1); exit 1; }; } - else -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - fi - fi - -@@ -35874,14 +36839,14 @@ - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define - -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports INTEGER*16" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports INTEGER*16... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports INTEGER*16" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports INTEGER*16... $ECHO_C" >&6; } - if test "${ompi_cv_f90_have_INTEGERp16+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- ac_ext=${FC_SRCEXT-f} --ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5' --ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5' -+ ac_ext=${ac_fc_srcext-f} -+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' -+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_fc_compiler_gnu - - cat >conftest.$ac_ext <<_ACEOF -@@ -35890,35 +36855,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_fc_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_fc_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f90_have_INTEGERp16="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f90_have_INTEGERp16="no" -+ ompi_cv_f90_have_INTEGERp16="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -35926,8 +36887,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_have_INTEGERp16" >&5 --echo "${ECHO_T}$ompi_cv_f90_have_INTEGERp16" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_have_INTEGERp16" >&5 -+echo "${ECHO_T}$ompi_cv_f90_have_INTEGERp16" >&6; } - - if test "$ompi_cv_f90_have_INTEGERp16" = "yes"; then - ofc_have_type=1 -@@ -35937,10 +36898,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -35960,8 +36921,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 90 INTEGER*16" >&5 --echo $ECHO_N "checking size of Fortran 90 INTEGER*16... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 90 INTEGER*16" >&5 -+echo $ECHO_N "checking size of Fortran 90 INTEGER*16... $ECHO_C" >&6; } - if test "${ompi_cv_f90_sizeof_INTEGERp16+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -36029,14 +36990,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:36032: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:36993: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:36039: \$? = $ompi_status" >&5 -+ echo "configure:37000: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -36046,14 +37007,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:36049: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:37010: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:36056: \$? = $ompi_status" >&5 -+ echo "configure:37017: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -36074,7 +37035,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:36077: here is the fortran 90 program:" >&5 -+ echo "configure:37038: here is the fortran 90 program:" >&5 - else - echo here is the fortran 90 program: >&5 - fi -@@ -36101,14 +37062,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:36104: ./conftest" >&5 -+echo "configure:37065: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:36111: \$? = $ompi_status" >&5 -+ echo "configure:37072: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -36127,8 +37088,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_INTEGERp16" >&5 --echo "${ECHO_T}$ompi_cv_f90_sizeof_INTEGERp16" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_INTEGERp16" >&5 -+echo "${ECHO_T}$ompi_cv_f90_sizeof_INTEGERp16" >&6; } - - ofc_type_size=$ompi_cv_f90_sizeof_INTEGERp16 - -@@ -36154,11 +37115,11 @@ - # Check the size of this type against its F77 counterpart - ofc_f77_sizeof=$OMPI_SIZEOF_FORTRAN_INTEGER16 - if test "$ofc_f77_sizeof" != ""; then -- echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 --echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 -+echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6; } - if test "$ofc_f77_sizeof" != "$ofc_type_size"; then -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - { echo "$as_me:$LINENO: WARNING: *** Fortran 77 size for INTEGER*16 ($ofc_f77_sizeof) does not match" >&5 - echo "$as_me: WARNING: *** Fortran 77 size for INTEGER*16 ($ofc_f77_sizeof) does not match" >&2;} - { echo "$as_me:$LINENO: WARNING: *** Fortran 90 size for INTEGER*16 ($ofc_type_size)" >&5 -@@ -36167,8 +37128,8 @@ - echo "$as_me: error: *** Cannot continue" >&2;} - { (exit 1); exit 1; }; } - else -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - fi - fi - -@@ -36242,14 +37203,14 @@ - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define - -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports REAL" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports REAL... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports REAL" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports REAL... $ECHO_C" >&6; } - if test "${ompi_cv_f90_have_REAL+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- ac_ext=${FC_SRCEXT-f} --ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5' --ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5' -+ ac_ext=${ac_fc_srcext-f} -+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' -+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_fc_compiler_gnu - - cat >conftest.$ac_ext <<_ACEOF -@@ -36258,35 +37219,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_fc_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_fc_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f90_have_REAL="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f90_have_REAL="no" -+ ompi_cv_f90_have_REAL="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -36294,8 +37251,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_have_REAL" >&5 --echo "${ECHO_T}$ompi_cv_f90_have_REAL" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_have_REAL" >&5 -+echo "${ECHO_T}$ompi_cv_f90_have_REAL" >&6; } - - if test "$ompi_cv_f90_have_REAL" = "yes"; then - ofc_have_type=1 -@@ -36305,10 +37262,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -36328,8 +37285,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 90 REAL" >&5 --echo $ECHO_N "checking size of Fortran 90 REAL... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 90 REAL" >&5 -+echo $ECHO_N "checking size of Fortran 90 REAL... $ECHO_C" >&6; } - if test "${ompi_cv_f90_sizeof_REAL+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -36397,14 +37354,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:36400: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:37357: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:36407: \$? = $ompi_status" >&5 -+ echo "configure:37364: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -36414,14 +37371,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:36417: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:37374: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:36424: \$? = $ompi_status" >&5 -+ echo "configure:37381: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -36442,7 +37399,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:36445: here is the fortran 90 program:" >&5 -+ echo "configure:37402: here is the fortran 90 program:" >&5 - else - echo here is the fortran 90 program: >&5 - fi -@@ -36469,14 +37426,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:36472: ./conftest" >&5 -+echo "configure:37429: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:36479: \$? = $ompi_status" >&5 -+ echo "configure:37436: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -36495,8 +37452,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_REAL" >&5 --echo "${ECHO_T}$ompi_cv_f90_sizeof_REAL" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_REAL" >&5 -+echo "${ECHO_T}$ompi_cv_f90_sizeof_REAL" >&6; } - - ofc_type_size=$ompi_cv_f90_sizeof_REAL - -@@ -36522,11 +37479,11 @@ - # Check the size of this type against its F77 counterpart - ofc_f77_sizeof=$OMPI_SIZEOF_FORTRAN_REAL - if test "$ofc_f77_sizeof" != ""; then -- echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 --echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 -+echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6; } - if test "$ofc_f77_sizeof" != "$ofc_type_size"; then -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - { echo "$as_me:$LINENO: WARNING: *** Fortran 77 size for REAL ($ofc_f77_sizeof) does not match" >&5 - echo "$as_me: WARNING: *** Fortran 77 size for REAL ($ofc_f77_sizeof) does not match" >&2;} - { echo "$as_me:$LINENO: WARNING: *** Fortran 90 size for REAL ($ofc_type_size)" >&5 -@@ -36535,8 +37492,8 @@ - echo "$as_me: error: *** Cannot continue" >&2;} - { (exit 1); exit 1; }; } - else -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - fi - fi - -@@ -36608,14 +37565,14 @@ - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define - -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports REAL*4" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports REAL*4... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports REAL*4" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports REAL*4... $ECHO_C" >&6; } - if test "${ompi_cv_f90_have_REALp4+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- ac_ext=${FC_SRCEXT-f} --ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5' --ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5' -+ ac_ext=${ac_fc_srcext-f} -+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' -+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_fc_compiler_gnu - - cat >conftest.$ac_ext <<_ACEOF -@@ -36624,35 +37581,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_fc_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_fc_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f90_have_REALp4="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f90_have_REALp4="no" -+ ompi_cv_f90_have_REALp4="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -36660,8 +37613,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_have_REALp4" >&5 --echo "${ECHO_T}$ompi_cv_f90_have_REALp4" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_have_REALp4" >&5 -+echo "${ECHO_T}$ompi_cv_f90_have_REALp4" >&6; } - - if test "$ompi_cv_f90_have_REALp4" = "yes"; then - ofc_have_type=1 -@@ -36671,10 +37624,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -36694,8 +37647,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 90 REAL*4" >&5 --echo $ECHO_N "checking size of Fortran 90 REAL*4... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 90 REAL*4" >&5 -+echo $ECHO_N "checking size of Fortran 90 REAL*4... $ECHO_C" >&6; } - if test "${ompi_cv_f90_sizeof_REALp4+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -36763,14 +37716,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:36766: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:37719: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:36773: \$? = $ompi_status" >&5 -+ echo "configure:37726: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -36780,14 +37733,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:36783: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:37736: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:36790: \$? = $ompi_status" >&5 -+ echo "configure:37743: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -36808,7 +37761,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:36811: here is the fortran 90 program:" >&5 -+ echo "configure:37764: here is the fortran 90 program:" >&5 - else - echo here is the fortran 90 program: >&5 - fi -@@ -36835,14 +37788,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:36838: ./conftest" >&5 -+echo "configure:37791: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:36845: \$? = $ompi_status" >&5 -+ echo "configure:37798: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -36861,8 +37814,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_REALp4" >&5 --echo "${ECHO_T}$ompi_cv_f90_sizeof_REALp4" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_REALp4" >&5 -+echo "${ECHO_T}$ompi_cv_f90_sizeof_REALp4" >&6; } - - ofc_type_size=$ompi_cv_f90_sizeof_REALp4 - -@@ -36888,11 +37841,11 @@ - # Check the size of this type against its F77 counterpart - ofc_f77_sizeof=$OMPI_SIZEOF_FORTRAN_REAL4 - if test "$ofc_f77_sizeof" != ""; then -- echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 --echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 -+echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6; } - if test "$ofc_f77_sizeof" != "$ofc_type_size"; then -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - { echo "$as_me:$LINENO: WARNING: *** Fortran 77 size for REAL*4 ($ofc_f77_sizeof) does not match" >&5 - echo "$as_me: WARNING: *** Fortran 77 size for REAL*4 ($ofc_f77_sizeof) does not match" >&2;} - { echo "$as_me:$LINENO: WARNING: *** Fortran 90 size for REAL*4 ($ofc_type_size)" >&5 -@@ -36901,8 +37854,8 @@ - echo "$as_me: error: *** Cannot continue" >&2;} - { (exit 1); exit 1; }; } - else -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - fi - fi - -@@ -36974,14 +37927,14 @@ - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define - -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports REAL*8" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports REAL*8... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports REAL*8" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports REAL*8... $ECHO_C" >&6; } - if test "${ompi_cv_f90_have_REALp8+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- ac_ext=${FC_SRCEXT-f} --ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5' --ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5' -+ ac_ext=${ac_fc_srcext-f} -+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' -+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_fc_compiler_gnu - - cat >conftest.$ac_ext <<_ACEOF -@@ -36990,35 +37943,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_fc_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_fc_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f90_have_REALp8="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f90_have_REALp8="no" -+ ompi_cv_f90_have_REALp8="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -37026,8 +37975,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_have_REALp8" >&5 --echo "${ECHO_T}$ompi_cv_f90_have_REALp8" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_have_REALp8" >&5 -+echo "${ECHO_T}$ompi_cv_f90_have_REALp8" >&6; } - - if test "$ompi_cv_f90_have_REALp8" = "yes"; then - ofc_have_type=1 -@@ -37037,10 +37986,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -37060,8 +38009,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 90 REAL*8" >&5 --echo $ECHO_N "checking size of Fortran 90 REAL*8... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 90 REAL*8" >&5 -+echo $ECHO_N "checking size of Fortran 90 REAL*8... $ECHO_C" >&6; } - if test "${ompi_cv_f90_sizeof_REALp8+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -37129,14 +38078,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:37132: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:38081: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:37139: \$? = $ompi_status" >&5 -+ echo "configure:38088: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -37146,14 +38095,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:37149: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:38098: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:37156: \$? = $ompi_status" >&5 -+ echo "configure:38105: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -37174,7 +38123,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:37177: here is the fortran 90 program:" >&5 -+ echo "configure:38126: here is the fortran 90 program:" >&5 - else - echo here is the fortran 90 program: >&5 - fi -@@ -37201,14 +38150,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:37204: ./conftest" >&5 -+echo "configure:38153: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:37211: \$? = $ompi_status" >&5 -+ echo "configure:38160: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -37227,8 +38176,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_REALp8" >&5 --echo "${ECHO_T}$ompi_cv_f90_sizeof_REALp8" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_REALp8" >&5 -+echo "${ECHO_T}$ompi_cv_f90_sizeof_REALp8" >&6; } - - ofc_type_size=$ompi_cv_f90_sizeof_REALp8 - -@@ -37254,11 +38203,11 @@ - # Check the size of this type against its F77 counterpart - ofc_f77_sizeof=$OMPI_SIZEOF_FORTRAN_REAL8 - if test "$ofc_f77_sizeof" != ""; then -- echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 --echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 -+echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6; } - if test "$ofc_f77_sizeof" != "$ofc_type_size"; then -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - { echo "$as_me:$LINENO: WARNING: *** Fortran 77 size for REAL*8 ($ofc_f77_sizeof) does not match" >&5 - echo "$as_me: WARNING: *** Fortran 77 size for REAL*8 ($ofc_f77_sizeof) does not match" >&2;} - { echo "$as_me:$LINENO: WARNING: *** Fortran 90 size for REAL*8 ($ofc_type_size)" >&5 -@@ -37267,8 +38216,8 @@ - echo "$as_me: error: *** Cannot continue" >&2;} - { (exit 1); exit 1; }; } - else -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - fi - fi - -@@ -37340,14 +38289,14 @@ - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define - -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports REAL*16" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports REAL*16... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports REAL*16" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports REAL*16... $ECHO_C" >&6; } - if test "${ompi_cv_f90_have_REALp16+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- ac_ext=${FC_SRCEXT-f} --ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5' --ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5' -+ ac_ext=${ac_fc_srcext-f} -+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' -+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_fc_compiler_gnu - - cat >conftest.$ac_ext <<_ACEOF -@@ -37356,35 +38305,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_fc_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_fc_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f90_have_REALp16="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f90_have_REALp16="no" -+ ompi_cv_f90_have_REALp16="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -37392,8 +38337,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_have_REALp16" >&5 --echo "${ECHO_T}$ompi_cv_f90_have_REALp16" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_have_REALp16" >&5 -+echo "${ECHO_T}$ompi_cv_f90_have_REALp16" >&6; } - - if test "$ompi_cv_f90_have_REALp16" = "yes"; then - ofc_have_type=1 -@@ -37403,10 +38348,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -37426,8 +38371,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 90 REAL*16" >&5 --echo $ECHO_N "checking size of Fortran 90 REAL*16... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 90 REAL*16" >&5 -+echo $ECHO_N "checking size of Fortran 90 REAL*16... $ECHO_C" >&6; } - if test "${ompi_cv_f90_sizeof_REALp16+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -37495,14 +38440,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:37498: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:38443: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:37505: \$? = $ompi_status" >&5 -+ echo "configure:38450: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -37512,14 +38457,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:37515: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:38460: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:37522: \$? = $ompi_status" >&5 -+ echo "configure:38467: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -37540,7 +38485,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:37543: here is the fortran 90 program:" >&5 -+ echo "configure:38488: here is the fortran 90 program:" >&5 - else - echo here is the fortran 90 program: >&5 - fi -@@ -37567,14 +38512,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:37570: ./conftest" >&5 -+echo "configure:38515: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:37577: \$? = $ompi_status" >&5 -+ echo "configure:38522: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -37593,8 +38538,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_REALp16" >&5 --echo "${ECHO_T}$ompi_cv_f90_sizeof_REALp16" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_REALp16" >&5 -+echo "${ECHO_T}$ompi_cv_f90_sizeof_REALp16" >&6; } - - ofc_type_size=$ompi_cv_f90_sizeof_REALp16 - -@@ -37620,11 +38565,11 @@ - # Check the size of this type against its F77 counterpart - ofc_f77_sizeof=$OMPI_SIZEOF_FORTRAN_REAL16 - if test "$ofc_f77_sizeof" != ""; then -- echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 --echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 -+echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6; } - if test "$ofc_f77_sizeof" != "$ofc_type_size"; then -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - { echo "$as_me:$LINENO: WARNING: *** Fortran 77 size for REAL*16 ($ofc_f77_sizeof) does not match" >&5 - echo "$as_me: WARNING: *** Fortran 77 size for REAL*16 ($ofc_f77_sizeof) does not match" >&2;} - { echo "$as_me:$LINENO: WARNING: *** Fortran 90 size for REAL*16 ($ofc_type_size)" >&5 -@@ -37633,8 +38578,8 @@ - echo "$as_me: error: *** Cannot continue" >&2;} - { (exit 1); exit 1; }; } - else -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - fi - fi - -@@ -37706,14 +38651,14 @@ - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define - -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports DOUBLE PRECISION" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports DOUBLE PRECISION... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports DOUBLE PRECISION" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports DOUBLE PRECISION... $ECHO_C" >&6; } - if test "${ompi_cv_f90_have_DOUBLE_PRECISION+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- ac_ext=${FC_SRCEXT-f} --ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5' --ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5' -+ ac_ext=${ac_fc_srcext-f} -+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' -+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_fc_compiler_gnu - - cat >conftest.$ac_ext <<_ACEOF -@@ -37722,35 +38667,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_fc_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_fc_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f90_have_DOUBLE_PRECISION="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f90_have_DOUBLE_PRECISION="no" -+ ompi_cv_f90_have_DOUBLE_PRECISION="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -37758,8 +38699,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_have_DOUBLE_PRECISION" >&5 --echo "${ECHO_T}$ompi_cv_f90_have_DOUBLE_PRECISION" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_have_DOUBLE_PRECISION" >&5 -+echo "${ECHO_T}$ompi_cv_f90_have_DOUBLE_PRECISION" >&6; } - - if test "$ompi_cv_f90_have_DOUBLE_PRECISION" = "yes"; then - ofc_have_type=1 -@@ -37769,10 +38710,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -37792,8 +38733,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 90 DOUBLE PRECISION" >&5 --echo $ECHO_N "checking size of Fortran 90 DOUBLE PRECISION... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 90 DOUBLE PRECISION" >&5 -+echo $ECHO_N "checking size of Fortran 90 DOUBLE PRECISION... $ECHO_C" >&6; } - if test "${ompi_cv_f90_sizeof_DOUBLE_PRECISION+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -37861,14 +38802,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:37864: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:38805: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:37871: \$? = $ompi_status" >&5 -+ echo "configure:38812: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -37878,14 +38819,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:37881: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:38822: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:37888: \$? = $ompi_status" >&5 -+ echo "configure:38829: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -37906,7 +38847,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:37909: here is the fortran 90 program:" >&5 -+ echo "configure:38850: here is the fortran 90 program:" >&5 - else - echo here is the fortran 90 program: >&5 - fi -@@ -37933,14 +38874,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:37936: ./conftest" >&5 -+echo "configure:38877: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:37943: \$? = $ompi_status" >&5 -+ echo "configure:38884: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -37959,8 +38900,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_DOUBLE_PRECISION" >&5 --echo "${ECHO_T}$ompi_cv_f90_sizeof_DOUBLE_PRECISION" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_DOUBLE_PRECISION" >&5 -+echo "${ECHO_T}$ompi_cv_f90_sizeof_DOUBLE_PRECISION" >&6; } - - ofc_type_size=$ompi_cv_f90_sizeof_DOUBLE_PRECISION - -@@ -37986,11 +38927,11 @@ - # Check the size of this type against its F77 counterpart - ofc_f77_sizeof=$OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION - if test "$ofc_f77_sizeof" != ""; then -- echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 --echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 -+echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6; } - if test "$ofc_f77_sizeof" != "$ofc_type_size"; then -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - { echo "$as_me:$LINENO: WARNING: *** Fortran 77 size for DOUBLE PRECISION ($ofc_f77_sizeof) does not match" >&5 - echo "$as_me: WARNING: *** Fortran 77 size for DOUBLE PRECISION ($ofc_f77_sizeof) does not match" >&2;} - { echo "$as_me:$LINENO: WARNING: *** Fortran 90 size for DOUBLE PRECISION ($ofc_type_size)" >&5 -@@ -37999,8 +38940,8 @@ - echo "$as_me: error: *** Cannot continue" >&2;} - { (exit 1); exit 1; }; } - else -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - fi - fi - -@@ -38074,14 +39015,14 @@ - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define - -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports COMPLEX" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports COMPLEX... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports COMPLEX" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports COMPLEX... $ECHO_C" >&6; } - if test "${ompi_cv_f90_have_COMPLEX+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- ac_ext=${FC_SRCEXT-f} --ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5' --ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5' -+ ac_ext=${ac_fc_srcext-f} -+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' -+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_fc_compiler_gnu - - cat >conftest.$ac_ext <<_ACEOF -@@ -38090,35 +39031,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_fc_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_fc_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f90_have_COMPLEX="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f90_have_COMPLEX="no" -+ ompi_cv_f90_have_COMPLEX="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -38126,8 +39063,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_have_COMPLEX" >&5 --echo "${ECHO_T}$ompi_cv_f90_have_COMPLEX" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_have_COMPLEX" >&5 -+echo "${ECHO_T}$ompi_cv_f90_have_COMPLEX" >&6; } - - if test "$ompi_cv_f90_have_COMPLEX" = "yes"; then - ofc_have_type=1 -@@ -38137,10 +39074,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -38160,8 +39097,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 90 COMPLEX" >&5 --echo $ECHO_N "checking size of Fortran 90 COMPLEX... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 90 COMPLEX" >&5 -+echo $ECHO_N "checking size of Fortran 90 COMPLEX... $ECHO_C" >&6; } - if test "${ompi_cv_f90_sizeof_COMPLEX+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -38229,14 +39166,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:38232: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:39169: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:38239: \$? = $ompi_status" >&5 -+ echo "configure:39176: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -38246,14 +39183,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:38249: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:39186: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:38256: \$? = $ompi_status" >&5 -+ echo "configure:39193: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -38274,7 +39211,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:38277: here is the fortran 90 program:" >&5 -+ echo "configure:39214: here is the fortran 90 program:" >&5 - else - echo here is the fortran 90 program: >&5 - fi -@@ -38301,14 +39238,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:38304: ./conftest" >&5 -+echo "configure:39241: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:38311: \$? = $ompi_status" >&5 -+ echo "configure:39248: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -38327,8 +39264,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_COMPLEX" >&5 --echo "${ECHO_T}$ompi_cv_f90_sizeof_COMPLEX" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_COMPLEX" >&5 -+echo "${ECHO_T}$ompi_cv_f90_sizeof_COMPLEX" >&6; } - - ofc_type_size=$ompi_cv_f90_sizeof_COMPLEX - -@@ -38354,11 +39291,11 @@ - # Check the size of this type against its F77 counterpart - ofc_f77_sizeof=$OMPI_SIZEOF_FORTRAN_COMPLEX - if test "$ofc_f77_sizeof" != ""; then -- echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 --echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 -+echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6; } - if test "$ofc_f77_sizeof" != "$ofc_type_size"; then -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - { echo "$as_me:$LINENO: WARNING: *** Fortran 77 size for COMPLEX ($ofc_f77_sizeof) does not match" >&5 - echo "$as_me: WARNING: *** Fortran 77 size for COMPLEX ($ofc_f77_sizeof) does not match" >&2;} - { echo "$as_me:$LINENO: WARNING: *** Fortran 90 size for COMPLEX ($ofc_type_size)" >&5 -@@ -38367,8 +39304,8 @@ - echo "$as_me: error: *** Cannot continue" >&2;} - { (exit 1); exit 1; }; } - else -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - fi - fi - -@@ -38440,14 +39377,14 @@ - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define - -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports COMPLEX*8" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports COMPLEX*8... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports COMPLEX*8" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports COMPLEX*8... $ECHO_C" >&6; } - if test "${ompi_cv_f90_have_COMPLEXp8+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- ac_ext=${FC_SRCEXT-f} --ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5' --ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5' -+ ac_ext=${ac_fc_srcext-f} -+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' -+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_fc_compiler_gnu - - cat >conftest.$ac_ext <<_ACEOF -@@ -38456,35 +39393,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_fc_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_fc_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f90_have_COMPLEXp8="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f90_have_COMPLEXp8="no" -+ ompi_cv_f90_have_COMPLEXp8="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -38492,8 +39425,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_have_COMPLEXp8" >&5 --echo "${ECHO_T}$ompi_cv_f90_have_COMPLEXp8" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_have_COMPLEXp8" >&5 -+echo "${ECHO_T}$ompi_cv_f90_have_COMPLEXp8" >&6; } - - if test "$ompi_cv_f90_have_COMPLEXp8" = "yes"; then - ofc_have_type=1 -@@ -38503,10 +39436,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -38526,8 +39459,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 90 COMPLEX*8" >&5 --echo $ECHO_N "checking size of Fortran 90 COMPLEX*8... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 90 COMPLEX*8" >&5 -+echo $ECHO_N "checking size of Fortran 90 COMPLEX*8... $ECHO_C" >&6; } - if test "${ompi_cv_f90_sizeof_COMPLEXp8+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -38595,14 +39528,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:38598: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:39531: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:38605: \$? = $ompi_status" >&5 -+ echo "configure:39538: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -38612,14 +39545,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:38615: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:39548: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:38622: \$? = $ompi_status" >&5 -+ echo "configure:39555: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -38640,7 +39573,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:38643: here is the fortran 90 program:" >&5 -+ echo "configure:39576: here is the fortran 90 program:" >&5 - else - echo here is the fortran 90 program: >&5 - fi -@@ -38667,14 +39600,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:38670: ./conftest" >&5 -+echo "configure:39603: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:38677: \$? = $ompi_status" >&5 -+ echo "configure:39610: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -38693,8 +39626,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_COMPLEXp8" >&5 --echo "${ECHO_T}$ompi_cv_f90_sizeof_COMPLEXp8" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_COMPLEXp8" >&5 -+echo "${ECHO_T}$ompi_cv_f90_sizeof_COMPLEXp8" >&6; } - - ofc_type_size=$ompi_cv_f90_sizeof_COMPLEXp8 - -@@ -38720,11 +39653,11 @@ - # Check the size of this type against its F77 counterpart - ofc_f77_sizeof=$OMPI_SIZEOF_FORTRAN_COMPLEX8 - if test "$ofc_f77_sizeof" != ""; then -- echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 --echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 -+echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6; } - if test "$ofc_f77_sizeof" != "$ofc_type_size"; then -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - { echo "$as_me:$LINENO: WARNING: *** Fortran 77 size for COMPLEX*8 ($ofc_f77_sizeof) does not match" >&5 - echo "$as_me: WARNING: *** Fortran 77 size for COMPLEX*8 ($ofc_f77_sizeof) does not match" >&2;} - { echo "$as_me:$LINENO: WARNING: *** Fortran 90 size for COMPLEX*8 ($ofc_type_size)" >&5 -@@ -38733,8 +39666,8 @@ - echo "$as_me: error: *** Cannot continue" >&2;} - { (exit 1); exit 1; }; } - else -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - fi - fi - -@@ -38806,14 +39739,14 @@ - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define - -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports COMPLEX*16" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports COMPLEX*16... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports COMPLEX*16" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports COMPLEX*16... $ECHO_C" >&6; } - if test "${ompi_cv_f90_have_COMPLEXp16+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- ac_ext=${FC_SRCEXT-f} --ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5' --ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5' -+ ac_ext=${ac_fc_srcext-f} -+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' -+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_fc_compiler_gnu - - cat >conftest.$ac_ext <<_ACEOF -@@ -38822,35 +39755,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_fc_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_fc_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f90_have_COMPLEXp16="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f90_have_COMPLEXp16="no" -+ ompi_cv_f90_have_COMPLEXp16="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -38858,8 +39787,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_have_COMPLEXp16" >&5 --echo "${ECHO_T}$ompi_cv_f90_have_COMPLEXp16" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_have_COMPLEXp16" >&5 -+echo "${ECHO_T}$ompi_cv_f90_have_COMPLEXp16" >&6; } - - if test "$ompi_cv_f90_have_COMPLEXp16" = "yes"; then - ofc_have_type=1 -@@ -38869,10 +39798,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -38892,8 +39821,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 90 COMPLEX*16" >&5 --echo $ECHO_N "checking size of Fortran 90 COMPLEX*16... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 90 COMPLEX*16" >&5 -+echo $ECHO_N "checking size of Fortran 90 COMPLEX*16... $ECHO_C" >&6; } - if test "${ompi_cv_f90_sizeof_COMPLEXp16+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -38961,14 +39890,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:38964: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:39893: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:38971: \$? = $ompi_status" >&5 -+ echo "configure:39900: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -38978,14 +39907,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:38981: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:39910: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:38988: \$? = $ompi_status" >&5 -+ echo "configure:39917: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -39006,7 +39935,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:39009: here is the fortran 90 program:" >&5 -+ echo "configure:39938: here is the fortran 90 program:" >&5 - else - echo here is the fortran 90 program: >&5 - fi -@@ -39033,14 +39962,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:39036: ./conftest" >&5 -+echo "configure:39965: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:39043: \$? = $ompi_status" >&5 -+ echo "configure:39972: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -39059,8 +39988,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_COMPLEXp16" >&5 --echo "${ECHO_T}$ompi_cv_f90_sizeof_COMPLEXp16" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_COMPLEXp16" >&5 -+echo "${ECHO_T}$ompi_cv_f90_sizeof_COMPLEXp16" >&6; } - - ofc_type_size=$ompi_cv_f90_sizeof_COMPLEXp16 - -@@ -39086,11 +40015,11 @@ - # Check the size of this type against its F77 counterpart - ofc_f77_sizeof=$OMPI_SIZEOF_FORTRAN_COMPLEX16 - if test "$ofc_f77_sizeof" != ""; then -- echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 --echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 -+echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6; } - if test "$ofc_f77_sizeof" != "$ofc_type_size"; then -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - { echo "$as_me:$LINENO: WARNING: *** Fortran 77 size for COMPLEX*16 ($ofc_f77_sizeof) does not match" >&5 - echo "$as_me: WARNING: *** Fortran 77 size for COMPLEX*16 ($ofc_f77_sizeof) does not match" >&2;} - { echo "$as_me:$LINENO: WARNING: *** Fortran 90 size for COMPLEX*16 ($ofc_type_size)" >&5 -@@ -39099,8 +40028,8 @@ - echo "$as_me: error: *** Cannot continue" >&2;} - { (exit 1); exit 1; }; } - else -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - fi - fi - -@@ -39172,14 +40101,14 @@ - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define - -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports COMPLEX*32" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports COMPLEX*32... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports COMPLEX*32" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports COMPLEX*32... $ECHO_C" >&6; } - if test "${ompi_cv_f90_have_COMPLEXp32+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- ac_ext=${FC_SRCEXT-f} --ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5' --ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5' -+ ac_ext=${ac_fc_srcext-f} -+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' -+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_fc_compiler_gnu - - cat >conftest.$ac_ext <<_ACEOF -@@ -39188,35 +40117,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_fc_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_fc_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f90_have_COMPLEXp32="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f90_have_COMPLEXp32="no" -+ ompi_cv_f90_have_COMPLEXp32="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -39224,8 +40149,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_have_COMPLEXp32" >&5 --echo "${ECHO_T}$ompi_cv_f90_have_COMPLEXp32" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_have_COMPLEXp32" >&5 -+echo "${ECHO_T}$ompi_cv_f90_have_COMPLEXp32" >&6; } - - if test "$ompi_cv_f90_have_COMPLEXp32" = "yes"; then - ofc_have_type=1 -@@ -39235,10 +40160,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -39258,8 +40183,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 90 COMPLEX*32" >&5 --echo $ECHO_N "checking size of Fortran 90 COMPLEX*32... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 90 COMPLEX*32" >&5 -+echo $ECHO_N "checking size of Fortran 90 COMPLEX*32... $ECHO_C" >&6; } - if test "${ompi_cv_f90_sizeof_COMPLEXp32+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -39327,14 +40252,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:39330: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:40255: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:39337: \$? = $ompi_status" >&5 -+ echo "configure:40262: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -39344,14 +40269,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:39347: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:40272: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:39354: \$? = $ompi_status" >&5 -+ echo "configure:40279: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -39372,7 +40297,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:39375: here is the fortran 90 program:" >&5 -+ echo "configure:40300: here is the fortran 90 program:" >&5 - else - echo here is the fortran 90 program: >&5 - fi -@@ -39399,14 +40324,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:39402: ./conftest" >&5 -+echo "configure:40327: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:39409: \$? = $ompi_status" >&5 -+ echo "configure:40334: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -39425,8 +40350,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_COMPLEXp32" >&5 --echo "${ECHO_T}$ompi_cv_f90_sizeof_COMPLEXp32" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_COMPLEXp32" >&5 -+echo "${ECHO_T}$ompi_cv_f90_sizeof_COMPLEXp32" >&6; } - - ofc_type_size=$ompi_cv_f90_sizeof_COMPLEXp32 - -@@ -39452,11 +40377,11 @@ - # Check the size of this type against its F77 counterpart - ofc_f77_sizeof=$OMPI_SIZEOF_FORTRAN_COMPLEX32 - if test "$ofc_f77_sizeof" != ""; then -- echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 --echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 -+echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6; } - if test "$ofc_f77_sizeof" != "$ofc_type_size"; then -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - { echo "$as_me:$LINENO: WARNING: *** Fortran 77 size for COMPLEX*32 ($ofc_f77_sizeof) does not match" >&5 - echo "$as_me: WARNING: *** Fortran 77 size for COMPLEX*32 ($ofc_f77_sizeof) does not match" >&2;} - { echo "$as_me:$LINENO: WARNING: *** Fortran 90 size for COMPLEX*32 ($ofc_type_size)" >&5 -@@ -39465,8 +40390,8 @@ - echo "$as_me: error: *** Cannot continue" >&2;} - { (exit 1); exit 1; }; } - else -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - fi - fi - -@@ -39538,14 +40463,14 @@ - # Determine FORTRAN datatype size. - # First arg is type, 2nd arg is config var to define - -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports DOUBLE COMPLEX" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports DOUBLE COMPLEX... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports DOUBLE COMPLEX" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports DOUBLE COMPLEX... $ECHO_C" >&6; } - if test "${ompi_cv_f90_have_DOUBLE_COMPLEX+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- ac_ext=${FC_SRCEXT-f} --ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5' --ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5' -+ ac_ext=${ac_fc_srcext-f} -+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' -+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_fc_compiler_gnu - - cat >conftest.$ac_ext <<_ACEOF -@@ -39554,35 +40479,31 @@ - end - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_fc_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_fc_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_f90_have_DOUBLE_COMPLEX="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_f90_have_DOUBLE_COMPLEX="no" -+ ompi_cv_f90_have_DOUBLE_COMPLEX="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -39590,8 +40511,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_have_DOUBLE_COMPLEX" >&5 --echo "${ECHO_T}$ompi_cv_f90_have_DOUBLE_COMPLEX" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_have_DOUBLE_COMPLEX" >&5 -+echo "${ECHO_T}$ompi_cv_f90_have_DOUBLE_COMPLEX" >&6; } - - if test "$ompi_cv_f90_have_DOUBLE_COMPLEX" = "yes"; then - ofc_have_type=1 -@@ -39601,10 +40522,10 @@ - - - else -- echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 --echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: skipped" >&5 --echo "${ECHO_T}skipped" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 90 compiler supports $ofc_fortran_type" >&5 -+echo $ECHO_N "checking if Fortran 90 compiler supports $ofc_fortran_type... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: skipped" >&5 -+echo "${ECHO_T}skipped" >&6; } - fi - - if test "$ofc_have_type" = "1"; then -@@ -39624,8 +40545,8 @@ - - - -- echo "$as_me:$LINENO: checking size of Fortran 90 DOUBLE COMPLEX" >&5 --echo $ECHO_N "checking size of Fortran 90 DOUBLE COMPLEX... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking size of Fortran 90 DOUBLE COMPLEX" >&5 -+echo $ECHO_N "checking size of Fortran 90 DOUBLE COMPLEX... $ECHO_C" >&6; } - if test "${ompi_cv_f90_sizeof_DOUBLE_COMPLEX+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -39693,14 +40614,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:39696: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:40617: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:39703: \$? = $ompi_status" >&5 -+ echo "configure:40624: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -39710,14 +40631,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:39713: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:40634: $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:39720: \$? = $ompi_status" >&5 -+ echo "configure:40641: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -39738,7 +40659,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:39741: here is the fortran 90 program:" >&5 -+ echo "configure:40662: here is the fortran 90 program:" >&5 - else - echo here is the fortran 90 program: >&5 - fi -@@ -39765,14 +40686,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:39768: ./conftest" >&5 -+echo "configure:40689: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:39775: \$? = $ompi_status" >&5 -+ echo "configure:40696: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -39791,8 +40712,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_DOUBLE_COMPLEX" >&5 --echo "${ECHO_T}$ompi_cv_f90_sizeof_DOUBLE_COMPLEX" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_sizeof_DOUBLE_COMPLEX" >&5 -+echo "${ECHO_T}$ompi_cv_f90_sizeof_DOUBLE_COMPLEX" >&6; } - - ofc_type_size=$ompi_cv_f90_sizeof_DOUBLE_COMPLEX - -@@ -39818,11 +40739,11 @@ - # Check the size of this type against its F77 counterpart - ofc_f77_sizeof=$OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX - if test "$ofc_f77_sizeof" != ""; then -- echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 --echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if Fortran 77 and 90 type sizes match" >&5 -+echo $ECHO_N "checking if Fortran 77 and 90 type sizes match... $ECHO_C" >&6; } - if test "$ofc_f77_sizeof" != "$ofc_type_size"; then -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - { echo "$as_me:$LINENO: WARNING: *** Fortran 77 size for DOUBLE COMPLEX ($ofc_f77_sizeof) does not match" >&5 - echo "$as_me: WARNING: *** Fortran 77 size for DOUBLE COMPLEX ($ofc_f77_sizeof) does not match" >&2;} - { echo "$as_me:$LINENO: WARNING: *** Fortran 90 size for DOUBLE COMPLEX ($ofc_type_size)" >&5 -@@ -39831,8 +40752,8 @@ - echo "$as_me: error: *** Cannot continue" >&2;} - { (exit 1); exit 1; }; } - else -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - fi - fi - -@@ -39900,8 +40821,8 @@ - - - if test "$OMPI_WANT_F90_BINDINGS" -eq 1 ; then -- echo "$as_me:$LINENO: checking Fortran 90 kind of MPI_INTEGER_KIND (selected_int_kind(4))" >&5 --echo $ECHO_N "checking Fortran 90 kind of MPI_INTEGER_KIND (selected_int_kind(4))... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking Fortran 90 kind of MPI_INTEGER_KIND (selected_int_kind(4))" >&5 -+echo $ECHO_N "checking Fortran 90 kind of MPI_INTEGER_KIND (selected_int_kind(4))... $ECHO_C" >&6; } - if test "${ompi_cv_f90_int_kind_4+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -39918,14 +40839,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:39921: $FC $FCFLAGS $FCFLAGS_f90 -o conftest conftestf.f90 $LDFLAGS $LIBS" >&5 -+echo "configure:40842: $FC $FCFLAGS $FCFLAGS_f90 -o conftest conftestf.f90 $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 -o conftest conftestf.f90 $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:39928: \$? = $ompi_status" >&5 -+ echo "configure:40849: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -39942,7 +40863,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:39945: here is the fortran 90 program:" >&5 -+ echo "configure:40866: here is the fortran 90 program:" >&5 - else - echo here is the fortran 90 program: >&5 - fi -@@ -39969,14 +40890,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:39972: ./conftest" >&5 -+echo "configure:40893: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:39979: \$? = $ompi_status" >&5 -+ echo "configure:40900: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -39995,8 +40916,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_int_kind_4" >&5 --echo "${ECHO_T}$ompi_cv_f90_int_kind_4" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_int_kind_4" >&5 -+echo "${ECHO_T}$ompi_cv_f90_int_kind_4" >&6; } - - OMPI_MPI_INTEGER_KIND=$ompi_cv_f90_int_kind_4 - else -@@ -40008,8 +40929,8 @@ - - - if test "$OMPI_WANT_F90_BINDINGS" -eq 1 ; then -- echo "$as_me:$LINENO: checking Fortran 90 kind of MPI_INTEGER_KIND (selected_int_kind(9))" >&5 --echo $ECHO_N "checking Fortran 90 kind of MPI_INTEGER_KIND (selected_int_kind(9))... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking Fortran 90 kind of MPI_INTEGER_KIND (selected_int_kind(9))" >&5 -+echo $ECHO_N "checking Fortran 90 kind of MPI_INTEGER_KIND (selected_int_kind(9))... $ECHO_C" >&6; } - if test "${ompi_cv_f90_int_kind_9+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -40026,14 +40947,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:40029: $FC $FCFLAGS $FCFLAGS_f90 -o conftest conftestf.f90 $LDFLAGS $LIBS" >&5 -+echo "configure:40950: $FC $FCFLAGS $FCFLAGS_f90 -o conftest conftestf.f90 $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 -o conftest conftestf.f90 $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:40036: \$? = $ompi_status" >&5 -+ echo "configure:40957: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -40050,7 +40971,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:40053: here is the fortran 90 program:" >&5 -+ echo "configure:40974: here is the fortran 90 program:" >&5 - else - echo here is the fortran 90 program: >&5 - fi -@@ -40077,14 +40998,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:40080: ./conftest" >&5 -+echo "configure:41001: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:40087: \$? = $ompi_status" >&5 -+ echo "configure:41008: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -40103,8 +41024,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_int_kind_9" >&5 --echo "${ECHO_T}$ompi_cv_f90_int_kind_9" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_int_kind_9" >&5 -+echo "${ECHO_T}$ompi_cv_f90_int_kind_9" >&6; } - - OMPI_MPI_INTEGER_KIND=$ompi_cv_f90_int_kind_9 - else -@@ -40116,8 +41037,8 @@ - - - if test "$OMPI_WANT_F90_BINDINGS" -eq 1 ; then -- echo "$as_me:$LINENO: checking Fortran 90 kind of MPI_INTEGER_KIND (selected_int_kind(18))" >&5 --echo $ECHO_N "checking Fortran 90 kind of MPI_INTEGER_KIND (selected_int_kind(18))... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking Fortran 90 kind of MPI_INTEGER_KIND (selected_int_kind(18))" >&5 -+echo $ECHO_N "checking Fortran 90 kind of MPI_INTEGER_KIND (selected_int_kind(18))... $ECHO_C" >&6; } - if test "${ompi_cv_f90_int_kind_18+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -40134,14 +41055,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:40137: $FC $FCFLAGS $FCFLAGS_f90 -o conftest conftestf.f90 $LDFLAGS $LIBS" >&5 -+echo "configure:41058: $FC $FCFLAGS $FCFLAGS_f90 -o conftest conftestf.f90 $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 -o conftest conftestf.f90 $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:40144: \$? = $ompi_status" >&5 -+ echo "configure:41065: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -40158,7 +41079,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:40161: here is the fortran 90 program:" >&5 -+ echo "configure:41082: here is the fortran 90 program:" >&5 - else - echo here is the fortran 90 program: >&5 - fi -@@ -40185,14 +41106,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:40188: ./conftest" >&5 -+echo "configure:41109: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:40195: \$? = $ompi_status" >&5 -+ echo "configure:41116: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -40211,8 +41132,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_int_kind_18" >&5 --echo "${ECHO_T}$ompi_cv_f90_int_kind_18" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_int_kind_18" >&5 -+echo "${ECHO_T}$ompi_cv_f90_int_kind_18" >&6; } - - OMPI_MPI_INTEGER_KIND=$ompi_cv_f90_int_kind_18 - else -@@ -40224,8 +41145,8 @@ - - - if test "$OMPI_WANT_F90_BINDINGS" -eq 1 ; then -- echo "$as_me:$LINENO: checking Fortran 90 kind of MPI_INTEGER_KIND (selected_int_kind(19))" >&5 --echo $ECHO_N "checking Fortran 90 kind of MPI_INTEGER_KIND (selected_int_kind(19))... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking Fortran 90 kind of MPI_INTEGER_KIND (selected_int_kind(19))" >&5 -+echo $ECHO_N "checking Fortran 90 kind of MPI_INTEGER_KIND (selected_int_kind(19))... $ECHO_C" >&6; } - if test "${ompi_cv_f90_int_kind_19+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -40242,14 +41163,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:40245: $FC $FCFLAGS $FCFLAGS_f90 -o conftest conftestf.f90 $LDFLAGS $LIBS" >&5 -+echo "configure:41166: $FC $FCFLAGS $FCFLAGS_f90 -o conftest conftestf.f90 $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 -o conftest conftestf.f90 $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:40252: \$? = $ompi_status" >&5 -+ echo "configure:41173: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -40266,7 +41187,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:40269: here is the fortran 90 program:" >&5 -+ echo "configure:41190: here is the fortran 90 program:" >&5 - else - echo here is the fortran 90 program: >&5 - fi -@@ -40293,14 +41214,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:40296: ./conftest" >&5 -+echo "configure:41217: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:40303: \$? = $ompi_status" >&5 -+ echo "configure:41224: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -40319,8 +41240,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_int_kind_19" >&5 --echo "${ECHO_T}$ompi_cv_f90_int_kind_19" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_int_kind_19" >&5 -+echo "${ECHO_T}$ompi_cv_f90_int_kind_19" >&6; } - - OMPI_MPI_INTEGER_KIND=$ompi_cv_f90_int_kind_19 - else -@@ -40340,8 +41261,8 @@ - - - if test "$OMPI_WANT_F90_BINDINGS" -eq 1 ; then -- echo "$as_me:$LINENO: checking Fortran 90 kind of MPI_ADDRESS_KIND (selected_int_kind(4))" >&5 --echo $ECHO_N "checking Fortran 90 kind of MPI_ADDRESS_KIND (selected_int_kind(4))... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking Fortran 90 kind of MPI_ADDRESS_KIND (selected_int_kind(4))" >&5 -+echo $ECHO_N "checking Fortran 90 kind of MPI_ADDRESS_KIND (selected_int_kind(4))... $ECHO_C" >&6; } - if test "${ompi_cv_f90_int_kind_4+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -40358,14 +41279,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:40361: $FC $FCFLAGS $FCFLAGS_f90 -o conftest conftestf.f90 $LDFLAGS $LIBS" >&5 -+echo "configure:41282: $FC $FCFLAGS $FCFLAGS_f90 -o conftest conftestf.f90 $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 -o conftest conftestf.f90 $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:40368: \$? = $ompi_status" >&5 -+ echo "configure:41289: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -40382,7 +41303,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:40385: here is the fortran 90 program:" >&5 -+ echo "configure:41306: here is the fortran 90 program:" >&5 - else - echo here is the fortran 90 program: >&5 - fi -@@ -40409,14 +41330,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:40412: ./conftest" >&5 -+echo "configure:41333: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:40419: \$? = $ompi_status" >&5 -+ echo "configure:41340: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -40435,8 +41356,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_int_kind_4" >&5 --echo "${ECHO_T}$ompi_cv_f90_int_kind_4" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_int_kind_4" >&5 -+echo "${ECHO_T}$ompi_cv_f90_int_kind_4" >&6; } - - OMPI_MPI_ADDRESS_KIND=$ompi_cv_f90_int_kind_4 - else -@@ -40448,8 +41369,8 @@ - - - if test "$OMPI_WANT_F90_BINDINGS" -eq 1 ; then -- echo "$as_me:$LINENO: checking Fortran 90 kind of MPI_ADDRESS_KIND (selected_int_kind(9))" >&5 --echo $ECHO_N "checking Fortran 90 kind of MPI_ADDRESS_KIND (selected_int_kind(9))... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking Fortran 90 kind of MPI_ADDRESS_KIND (selected_int_kind(9))" >&5 -+echo $ECHO_N "checking Fortran 90 kind of MPI_ADDRESS_KIND (selected_int_kind(9))... $ECHO_C" >&6; } - if test "${ompi_cv_f90_int_kind_9+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -40466,14 +41387,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:40469: $FC $FCFLAGS $FCFLAGS_f90 -o conftest conftestf.f90 $LDFLAGS $LIBS" >&5 -+echo "configure:41390: $FC $FCFLAGS $FCFLAGS_f90 -o conftest conftestf.f90 $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 -o conftest conftestf.f90 $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:40476: \$? = $ompi_status" >&5 -+ echo "configure:41397: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -40490,7 +41411,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:40493: here is the fortran 90 program:" >&5 -+ echo "configure:41414: here is the fortran 90 program:" >&5 - else - echo here is the fortran 90 program: >&5 - fi -@@ -40517,14 +41438,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:40520: ./conftest" >&5 -+echo "configure:41441: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:40527: \$? = $ompi_status" >&5 -+ echo "configure:41448: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -40543,8 +41464,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_int_kind_9" >&5 --echo "${ECHO_T}$ompi_cv_f90_int_kind_9" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_int_kind_9" >&5 -+echo "${ECHO_T}$ompi_cv_f90_int_kind_9" >&6; } - - OMPI_MPI_ADDRESS_KIND=$ompi_cv_f90_int_kind_9 - else -@@ -40556,8 +41477,8 @@ - - - if test "$OMPI_WANT_F90_BINDINGS" -eq 1 ; then -- echo "$as_me:$LINENO: checking Fortran 90 kind of MPI_ADDRESS_KIND (selected_int_kind(18))" >&5 --echo $ECHO_N "checking Fortran 90 kind of MPI_ADDRESS_KIND (selected_int_kind(18))... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking Fortran 90 kind of MPI_ADDRESS_KIND (selected_int_kind(18))" >&5 -+echo $ECHO_N "checking Fortran 90 kind of MPI_ADDRESS_KIND (selected_int_kind(18))... $ECHO_C" >&6; } - if test "${ompi_cv_f90_int_kind_18+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -40574,14 +41495,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:40577: $FC $FCFLAGS $FCFLAGS_f90 -o conftest conftestf.f90 $LDFLAGS $LIBS" >&5 -+echo "configure:41498: $FC $FCFLAGS $FCFLAGS_f90 -o conftest conftestf.f90 $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 -o conftest conftestf.f90 $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:40584: \$? = $ompi_status" >&5 -+ echo "configure:41505: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -40598,7 +41519,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:40601: here is the fortran 90 program:" >&5 -+ echo "configure:41522: here is the fortran 90 program:" >&5 - else - echo here is the fortran 90 program: >&5 - fi -@@ -40625,14 +41546,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:40628: ./conftest" >&5 -+echo "configure:41549: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:40635: \$? = $ompi_status" >&5 -+ echo "configure:41556: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -40651,8 +41572,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_int_kind_18" >&5 --echo "${ECHO_T}$ompi_cv_f90_int_kind_18" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_int_kind_18" >&5 -+echo "${ECHO_T}$ompi_cv_f90_int_kind_18" >&6; } - - OMPI_MPI_ADDRESS_KIND=$ompi_cv_f90_int_kind_18 - else -@@ -40664,8 +41585,8 @@ - - - if test "$OMPI_WANT_F90_BINDINGS" -eq 1 ; then -- echo "$as_me:$LINENO: checking Fortran 90 kind of MPI_ADDRESS_KIND (selected_int_kind(19))" >&5 --echo $ECHO_N "checking Fortran 90 kind of MPI_ADDRESS_KIND (selected_int_kind(19))... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking Fortran 90 kind of MPI_ADDRESS_KIND (selected_int_kind(19))" >&5 -+echo $ECHO_N "checking Fortran 90 kind of MPI_ADDRESS_KIND (selected_int_kind(19))... $ECHO_C" >&6; } - if test "${ompi_cv_f90_int_kind_19+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -40682,14 +41603,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:40685: $FC $FCFLAGS $FCFLAGS_f90 -o conftest conftestf.f90 $LDFLAGS $LIBS" >&5 -+echo "configure:41606: $FC $FCFLAGS $FCFLAGS_f90 -o conftest conftestf.f90 $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 -o conftest conftestf.f90 $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:40692: \$? = $ompi_status" >&5 -+ echo "configure:41613: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -40706,7 +41627,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:40709: here is the fortran 90 program:" >&5 -+ echo "configure:41630: here is the fortran 90 program:" >&5 - else - echo here is the fortran 90 program: >&5 - fi -@@ -40733,14 +41654,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:40736: ./conftest" >&5 -+echo "configure:41657: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:40743: \$? = $ompi_status" >&5 -+ echo "configure:41664: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -40759,8 +41680,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_int_kind_19" >&5 --echo "${ECHO_T}$ompi_cv_f90_int_kind_19" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_int_kind_19" >&5 -+echo "${ECHO_T}$ompi_cv_f90_int_kind_19" >&6; } - - OMPI_MPI_ADDRESS_KIND=$ompi_cv_f90_int_kind_19 - else -@@ -40779,8 +41700,8 @@ - - - if test "$OMPI_WANT_F90_BINDINGS" -eq 1 ; then -- echo "$as_me:$LINENO: checking Fortran 90 kind of MPI_OFFSET_KIND (selected_int_kind(18))" >&5 --echo $ECHO_N "checking Fortran 90 kind of MPI_OFFSET_KIND (selected_int_kind(18))... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking Fortran 90 kind of MPI_OFFSET_KIND (selected_int_kind(18))" >&5 -+echo $ECHO_N "checking Fortran 90 kind of MPI_OFFSET_KIND (selected_int_kind(18))... $ECHO_C" >&6; } - if test "${ompi_cv_f90_int_kind_18+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -40797,14 +41718,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:40800: $FC $FCFLAGS $FCFLAGS_f90 -o conftest conftestf.f90 $LDFLAGS $LIBS" >&5 -+echo "configure:41721: $FC $FCFLAGS $FCFLAGS_f90 -o conftest conftestf.f90 $LDFLAGS $LIBS" >&5 - $FC $FCFLAGS $FCFLAGS_f90 -o conftest conftestf.f90 $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:40807: \$? = $ompi_status" >&5 -+ echo "configure:41728: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -40821,7 +41742,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:40824: here is the fortran 90 program:" >&5 -+ echo "configure:41745: here is the fortran 90 program:" >&5 - else - echo here is the fortran 90 program: >&5 - fi -@@ -40848,14 +41769,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:40851: ./conftest" >&5 -+echo "configure:41772: ./conftest" >&5 - ./conftest 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:40858: \$? = $ompi_status" >&5 -+ echo "configure:41779: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -40874,8 +41795,8 @@ - unset happy ompi_conftest_h - rm -f conftest* - fi --echo "$as_me:$LINENO: result: $ompi_cv_f90_int_kind_18" >&5 --echo "${ECHO_T}$ompi_cv_f90_int_kind_18" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_f90_int_kind_18" >&5 -+echo "${ECHO_T}$ompi_cv_f90_int_kind_18" >&6; } - - OMPI_MPI_OFFSET_KIND=$ompi_cv_f90_int_kind_18 - else -@@ -40903,39 +41824,58 @@ - - # The following way of writing the cache mishandles newlines in values, - # but we know of no workaround that is simple, portable, and efficient. --# So, don't put newlines in cache variables' values. -+# So, we kill variables containing newlines. - # Ultrix sh set writes to stderr and can't be redirected directly, - # and sets the high bit in the cache file unless we assign to the vars. --{ -+( -+ for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do -+ eval ac_val=\$$ac_var -+ case $ac_val in #( -+ *${as_nl}*) -+ case $ac_var in #( -+ *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 -+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; -+ esac -+ case $ac_var in #( -+ _ | IFS | as_nl) ;; #( -+ *) $as_unset $ac_var ;; -+ esac ;; -+ esac -+ done -+ - (set) 2>&1 | -- case `(ac_space=' '; set | grep ac_space) 2>&1` in -- *ac_space=\ *) -+ case $as_nl`(ac_space=' '; set) 2>&1` in #( -+ *${as_nl}ac_space=\ *) - # `set' does not quote correctly, so add quotes (double-quote - # substitution turns \\\\ into \\, and sed turns \\ into \). - sed -n \ - "s/'/'\\\\''/g; - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" -- ;; -+ ;; #( - *) - # `set' quotes correctly as required by POSIX, so do not add quotes. -- sed -n \ -- "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" -+ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" - ;; -- esac; --} | -+ esac | -+ sort -+) | - sed ' -+ /^ac_cv_env_/b end - t clear -- : clear -+ :clear - s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ - t end -- /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ -- : end' >>confcache --if diff $cache_file confcache >/dev/null 2>&1; then :; else -- if test -w $cache_file; then -- test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" -+ s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ -+ :end' >>confcache -+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else -+ if test -w "$cache_file"; then -+ test "x$cache_file" != "x/dev/null" && -+ { echo "$as_me:$LINENO: updating cache $cache_file" >&5 -+echo "$as_me: updating cache $cache_file" >&6;} - cat confcache >$cache_file - else -- echo "not updating unwritable cache $cache_file" -+ { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 -+echo "$as_me: not updating unwritable cache $cache_file" >&6;} - fi - fi - rm -f confcache -@@ -41008,18 +41948,19 @@ - time.h termios.h ulimit.h unistd.h util.h utmp.h malloc.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --if eval "test \"\${$as_ac_Header+set}\" = set"; then -- echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -+ { echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -41030,41 +41971,37 @@ - #include <$ac_header> - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -41073,24 +42010,22 @@ - /* end confdefs.h. */ - #include <$ac_header> - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -41098,9 +42033,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -41124,25 +42060,24 @@ - echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - - fi - if test `eval echo '${'$as_ac_Header'}'` = yes; then -@@ -41161,9 +42096,9 @@ - for ac_header in net/if.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -41189,38 +42124,35 @@ - #include <$ac_header> - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - eval "$as_ac_Header=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_Header=no" -+ eval "$as_ac_Header=no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_Header'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -@@ -41246,18 +42178,19 @@ - for ac_header in stdbool.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --if eval "test \"\${$as_ac_Header+set}\" = set"; then -- echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -+ { echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -41268,41 +42201,37 @@ - #include <$ac_header> - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -41311,24 +42240,22 @@ - /* end confdefs.h. */ - #include <$ac_header> - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -41336,9 +42263,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -41362,25 +42290,24 @@ - echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - - fi - if test `eval echo '${'$as_ac_Header'}'` = yes; then -@@ -41394,8 +42321,8 @@ - - done - --echo "$as_me:$LINENO: checking if works" >&5 --echo $ECHO_N "checking if works... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking if works" >&5 -+echo $ECHO_N "checking if works... $ECHO_C" >&6; } - if test "$have_stdbool_h" = "1"; then - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -41417,35 +42344,31 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - OMPI_USE_STDBOOL_H=1 MSG=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --OMPI_USE_STDBOOL_H=0 MSG=no -+ OMPI_USE_STDBOOL_H=0 MSG=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - else - OMPI_USE_STDBOOL_H=0 - MSG="no (don't have )" -@@ -41455,8 +42378,8 @@ - #define OMPI_USE_STDBOOL_H $OMPI_USE_STDBOOL_H - _ACEOF - --echo "$as_me:$LINENO: result: $MSG" >&5 --echo "${ECHO_T}$MSG" >&6 -+{ echo "$as_me:$LINENO: result: $MSG" >&5 -+echo "${ECHO_T}$MSG" >&6; } - - # checkpoint results - cat >confcache <<\_ACEOF -@@ -41477,39 +42400,58 @@ - - # The following way of writing the cache mishandles newlines in values, - # but we know of no workaround that is simple, portable, and efficient. --# So, don't put newlines in cache variables' values. -+# So, we kill variables containing newlines. - # Ultrix sh set writes to stderr and can't be redirected directly, - # and sets the high bit in the cache file unless we assign to the vars. --{ -+( -+ for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do -+ eval ac_val=\$$ac_var -+ case $ac_val in #( -+ *${as_nl}*) -+ case $ac_var in #( -+ *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 -+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; -+ esac -+ case $ac_var in #( -+ _ | IFS | as_nl) ;; #( -+ *) $as_unset $ac_var ;; -+ esac ;; -+ esac -+ done -+ - (set) 2>&1 | -- case `(ac_space=' '; set | grep ac_space) 2>&1` in -- *ac_space=\ *) -+ case $as_nl`(ac_space=' '; set) 2>&1` in #( -+ *${as_nl}ac_space=\ *) - # `set' does not quote correctly, so add quotes (double-quote - # substitution turns \\\\ into \\, and sed turns \\ into \). - sed -n \ - "s/'/'\\\\''/g; - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" -- ;; -+ ;; #( - *) - # `set' quotes correctly as required by POSIX, so do not add quotes. -- sed -n \ -- "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" -+ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" - ;; -- esac; --} | -+ esac | -+ sort -+) | - sed ' -+ /^ac_cv_env_/b end - t clear -- : clear -+ :clear - s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ - t end -- /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ -- : end' >>confcache --if diff $cache_file confcache >/dev/null 2>&1; then :; else -- if test -w $cache_file; then -- test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" -+ s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ -+ :end' >>confcache -+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else -+ if test -w "$cache_file"; then -+ test "x$cache_file" != "x/dev/null" && -+ { echo "$as_me:$LINENO: updating cache $cache_file" >&5 -+echo "$as_me: updating cache $cache_file" >&6;} - cat confcache >$cache_file - else -- echo "not updating unwritable cache $cache_file" -+ { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 -+echo "$as_me: not updating unwritable cache $cache_file" >&6;} - fi - fi - rm -f confcache -@@ -41522,8 +42464,8 @@ - ompi_show_title "Type tests" - - # Size of pid_t --echo "$as_me:$LINENO: checking for pid_t" >&5 --echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for pid_t" >&5 -+echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; } - if test "${ac_cv_type_pid_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -41534,61 +42476,57 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef pid_t ac__type_new_; - int - main () - { --if ((pid_t *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (pid_t)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_pid_t=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_pid_t=no -+ ac_cv_type_pid_t=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 --echo "${ECHO_T}$ac_cv_type_pid_t" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 -+echo "${ECHO_T}$ac_cv_type_pid_t" >&6; } - --echo "$as_me:$LINENO: checking size of pid_t" >&5 --echo $ECHO_N "checking size of pid_t... $ECHO_C" >&6 -+# The cast to long int works around a bug in the HP C Compiler -+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects -+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. -+# This bug is HP SR number 8606223364. -+{ echo "$as_me:$LINENO: checking size of pid_t" >&5 -+echo $ECHO_N "checking size of pid_t... $ECHO_C" >&6; } - if test "${ac_cv_sizeof_pid_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- if test "$ac_cv_type_pid_t" = yes; then -- # The cast to unsigned long works around a bug in the HP C Compiler -- # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects -- # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. -- # This bug is HP SR number 8606223364. - if test "$cross_compiling" = yes; then - # Depending upon the size, compute the lo and hi bounds. - cat >conftest.$ac_ext <<_ACEOF -@@ -41598,10 +42536,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef pid_t ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (pid_t))) >= 0)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; - test_array [0] = 0 - - ; -@@ -41609,27 +42548,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=0 ac_mid=0 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -41639,10 +42573,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef pid_t ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (pid_t))) <= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -41650,56 +42585,53 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr $ac_mid + 1` -- if test $ac_lo -le $ac_mid; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid + 1` -+ ac_lo=`expr $ac_mid + 1` -+ if test $ac_lo -le $ac_mid; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef pid_t ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (pid_t))) < 0)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; - test_array [0] = 0 - - ; -@@ -41707,27 +42639,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=-1 ac_mid=-1 - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -41737,10 +42664,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef pid_t ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (pid_t))) >= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -41748,50 +42676,48 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_lo=$ac_mid; break - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_hi=`expr '(' $ac_mid ')' - 1` -- if test $ac_mid -le $ac_hi; then -- ac_lo= ac_hi= -- break -- fi -- ac_mid=`expr 2 '*' $ac_mid` -+ ac_hi=`expr '(' $ac_mid ')' - 1` -+ if test $ac_mid -le $ac_hi; then -+ ac_lo= ac_hi= -+ break -+ fi -+ ac_mid=`expr 2 '*' $ac_mid` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo= ac_hi= -+ ac_lo= ac_hi= - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+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 - ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` -@@ -41802,10 +42728,11 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+ typedef pid_t ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long) (sizeof (pid_t))) <= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -41813,52 +42740,45 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_lo=`expr '(' $ac_mid ')' + 1` -+ ac_lo=`expr '(' $ac_mid ')' + 1` - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - case $ac_lo in - ?*) ac_cv_sizeof_pid_t=$ac_lo;; --'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (pid_t), 77 -+'') if test "$ac_cv_type_pid_t" = yes; then -+ { { echo "$as_me:$LINENO: error: cannot compute sizeof (pid_t) - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute sizeof (pid_t), 77 -+echo "$as_me: error: cannot compute sizeof (pid_t) - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } ;; -+ { (exit 77); exit 77; }; } -+ else -+ ac_cv_sizeof_pid_t=0 -+ fi ;; - esac - else -- if test "$cross_compiling" = yes; then -- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling --See \`config.log' for more details." >&5 --echo "$as_me: error: cannot run test program while cross compiling --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -41866,8 +42786,9 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default --long longval () { return (long) (sizeof (pid_t)); } --unsigned long ulongval () { return (long) (sizeof (pid_t)); } -+ typedef pid_t ac__type_sizeof_; -+static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -+static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } - #include - #include - int -@@ -41876,35 +42797,44 @@ - - FILE *f = fopen ("conftest.val", "w"); - if (! f) -- exit (1); -- if (((long) (sizeof (pid_t))) < 0) -+ return 1; -+ if (((long int) (sizeof (ac__type_sizeof_))) < 0) - { -- long i = longval (); -- if (i != ((long) (sizeof (pid_t)))) -- exit (1); -+ long int i = longval (); -+ if (i != ((long int) (sizeof (ac__type_sizeof_)))) -+ return 1; - fprintf (f, "%ld\n", i); - } - else - { -- unsigned long i = ulongval (); -- if (i != ((long) (sizeof (pid_t)))) -- exit (1); -+ unsigned long int i = ulongval (); -+ if (i != ((long int) (sizeof (ac__type_sizeof_)))) -+ return 1; - fprintf (f, "%lu\n", i); - } -- exit (ferror (f) || fclose (f) != 0); -+ return ferror (f) || fclose (f) != 0; - - ; - return 0; - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -41915,30 +42845,33 @@ - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) --{ { echo "$as_me:$LINENO: error: cannot compute sizeof (pid_t), 77 -+if test "$ac_cv_type_pid_t" = yes; then -+ { { echo "$as_me:$LINENO: error: cannot compute sizeof (pid_t) - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute sizeof (pid_t), 77 -+echo "$as_me: error: cannot compute sizeof (pid_t) - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+ { (exit 77); exit 77; }; } -+ else -+ ac_cv_sizeof_pid_t=0 -+ fi - fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - rm -f conftest.val --else -- ac_cv_sizeof_pid_t=0 --fi - fi --echo "$as_me:$LINENO: result: $ac_cv_sizeof_pid_t" >&5 --echo "${ECHO_T}$ac_cv_sizeof_pid_t" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_pid_t" >&5 -+echo "${ECHO_T}$ac_cv_sizeof_pid_t" >&6; } -+ -+ -+ - cat >>confdefs.h <<_ACEOF - #define SIZEOF_PID_T $ac_cv_sizeof_pid_t - _ACEOF - - - --echo "$as_me:$LINENO: checking for socklen_t" >&5 --echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for socklen_t" >&5 -+echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6; } - if test "${ac_cv_type_socklen_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -41951,50 +42884,47 @@ - $ac_includes_default - #include - -+typedef socklen_t ac__type_new_; - int - main () - { --if ((socklen_t *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (socklen_t)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_socklen_t=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_socklen_t=no -+ ac_cv_type_socklen_t=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5 --echo "${ECHO_T}$ac_cv_type_socklen_t" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5 -+echo "${ECHO_T}$ac_cv_type_socklen_t" >&6; } - if test $ac_cv_type_socklen_t = yes; then - - cat >>confdefs.h <<_ACEOF -@@ -42009,8 +42939,8 @@ - fi - - --echo "$as_me:$LINENO: checking for struct sockaddr_in" >&5 --echo $ECHO_N "checking for struct sockaddr_in... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for struct sockaddr_in" >&5 -+echo $ECHO_N "checking for struct sockaddr_in... $ECHO_C" >&6; } - if test "${ac_cv_type_struct_sockaddr_in+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -42025,50 +42955,47 @@ - #include - #endif - -+typedef struct sockaddr_in ac__type_new_; - int - main () - { --if ((struct sockaddr_in *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (struct sockaddr_in)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_struct_sockaddr_in=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_struct_sockaddr_in=no -+ ac_cv_type_struct_sockaddr_in=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_struct_sockaddr_in" >&5 --echo "${ECHO_T}$ac_cv_type_struct_sockaddr_in" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_struct_sockaddr_in" >&5 -+echo "${ECHO_T}$ac_cv_type_struct_sockaddr_in" >&6; } - if test $ac_cv_type_struct_sockaddr_in = yes; then - - cat >>confdefs.h <<_ACEOF -@@ -42080,8 +43007,8 @@ - - - # SA_RESTART in signal.h --echo "$as_me:$LINENO: checking if SA_RESTART defined in signal.h" >&5 --echo $ECHO_N "checking if SA_RESTART defined in signal.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking if SA_RESTART defined in signal.h" >&5 -+echo $ECHO_N "checking if SA_RESTART defined in signal.h... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -42107,12 +43034,12 @@ - #define OMPI_HAVE_SA_RESTART $VALUE - _ACEOF - --echo "$as_me:$LINENO: result: $MSG" >&5 --echo "${ECHO_T}$MSG" >&6 -+{ echo "$as_me:$LINENO: result: $MSG" >&5 -+echo "${ECHO_T}$MSG" >&6; } - - # sa_len in struct sockaddr --echo "$as_me:$LINENO: checking for sa_len in struct sockaddr" >&5 --echo $ECHO_N "checking for sa_len in struct sockaddr... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for sa_len in struct sockaddr" >&5 -+echo $ECHO_N "checking for sa_len in struct sockaddr... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -42130,45 +43057,41 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - MSG=yes VALUE=1 - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --MSG=no VALUE=0 -+ MSG=no VALUE=0 - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - - cat >>confdefs.h <<_ACEOF - #define OMPI_HAVE_SA_LEN $VALUE - _ACEOF - --echo "$as_me:$LINENO: result: $MSG" >&5 --echo "${ECHO_T}$MSG" >&6 -+{ echo "$as_me:$LINENO: result: $MSG" >&5 -+echo "${ECHO_T}$MSG" >&6; } - --echo "$as_me:$LINENO: checking for struct dirent.d_type" >&5 --echo $ECHO_N "checking for struct dirent.d_type... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for struct dirent.d_type" >&5 -+echo $ECHO_N "checking for struct dirent.d_type... $ECHO_C" >&6; } - if test "${ac_cv_member_struct_dirent_d_type+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -42193,33 +43116,28 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_member_struct_dirent_d_type=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext -@@ -42240,40 +43158,37 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_member_struct_dirent_d_type=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_member_struct_dirent_d_type=no -+ ac_cv_member_struct_dirent_d_type=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_member_struct_dirent_d_type" >&5 --echo "${ECHO_T}$ac_cv_member_struct_dirent_d_type" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_member_struct_dirent_d_type" >&5 -+echo "${ECHO_T}$ac_cv_member_struct_dirent_d_type" >&6; } - if test $ac_cv_member_struct_dirent_d_type = yes; then - - cat >>confdefs.h <<_ACEOF -@@ -42284,8 +43199,8 @@ - fi - - --echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5 --echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5 -+echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; } - if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -42308,33 +43223,28 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_member_siginfo_t_si_fd=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext -@@ -42353,40 +43263,37 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_member_siginfo_t_si_fd=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_member_siginfo_t_si_fd=no -+ ac_cv_member_siginfo_t_si_fd=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5 --echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5 -+echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; } - if test $ac_cv_member_siginfo_t_si_fd = yes; then - - cat >>confdefs.h <<_ACEOF -@@ -42396,8 +43303,8 @@ - - fi - --echo "$as_me:$LINENO: checking for siginfo_t.si_band" >&5 --echo $ECHO_N "checking for siginfo_t.si_band... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for siginfo_t.si_band" >&5 -+echo $ECHO_N "checking for siginfo_t.si_band... $ECHO_C" >&6; } - if test "${ac_cv_member_siginfo_t_si_band+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -42420,33 +43327,28 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_member_siginfo_t_si_band=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext -@@ -42465,40 +43367,37 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_member_siginfo_t_si_band=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_member_siginfo_t_si_band=no -+ ac_cv_member_siginfo_t_si_band=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_band" >&5 --echo "${ECHO_T}$ac_cv_member_siginfo_t_si_band" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_band" >&5 -+echo "${ECHO_T}$ac_cv_member_siginfo_t_si_band" >&6; } - if test $ac_cv_member_siginfo_t_si_band = yes; then - - cat >>confdefs.h <<_ACEOF -@@ -42529,39 +43428,58 @@ - - # The following way of writing the cache mishandles newlines in values, - # but we know of no workaround that is simple, portable, and efficient. --# So, don't put newlines in cache variables' values. -+# So, we kill variables containing newlines. - # Ultrix sh set writes to stderr and can't be redirected directly, - # and sets the high bit in the cache file unless we assign to the vars. --{ -+( -+ for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do -+ eval ac_val=\$$ac_var -+ case $ac_val in #( -+ *${as_nl}*) -+ case $ac_var in #( -+ *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 -+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; -+ esac -+ case $ac_var in #( -+ _ | IFS | as_nl) ;; #( -+ *) $as_unset $ac_var ;; -+ esac ;; -+ esac -+ done -+ - (set) 2>&1 | -- case `(ac_space=' '; set | grep ac_space) 2>&1` in -- *ac_space=\ *) -+ case $as_nl`(ac_space=' '; set) 2>&1` in #( -+ *${as_nl}ac_space=\ *) - # `set' does not quote correctly, so add quotes (double-quote - # substitution turns \\\\ into \\, and sed turns \\ into \). - sed -n \ - "s/'/'\\\\''/g; - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" -- ;; -+ ;; #( - *) - # `set' quotes correctly as required by POSIX, so do not add quotes. -- sed -n \ -- "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" -+ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" - ;; -- esac; --} | -+ esac | -+ sort -+) | - sed ' -+ /^ac_cv_env_/b end - t clear -- : clear -+ :clear - s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ - t end -- /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ -- : end' >>confcache --if diff $cache_file confcache >/dev/null 2>&1; then :; else -- if test -w $cache_file; then -- test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" -+ s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ -+ :end' >>confcache -+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else -+ if test -w "$cache_file"; then -+ test "x$cache_file" != "x/dev/null" && -+ { echo "$as_me:$LINENO: updating cache $cache_file" >&5 -+echo "$as_me: updating cache $cache_file" >&6;} - cat confcache >$cache_file - else -- echo "not updating unwritable cache $cache_file" -+ { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 -+echo "$as_me: not updating unwritable cache $cache_file" >&6;} - fi - fi - rm -f confcache -@@ -42574,8 +43492,8 @@ - ompi_show_title "Library and Function tests" - - --echo "$as_me:$LINENO: checking for openpty in -lutil" >&5 --echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for openpty in -lutil" >&5 -+echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6; } - if test "${ac_cv_lib_util_openpty+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -42588,56 +43506,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char openpty (); - int - main () - { --openpty (); -+return openpty (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_util_openpty=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_util_openpty=no -+ ac_cv_lib_util_openpty=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5 --echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5 -+echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6; } - if test $ac_cv_lib_util_openpty = yes; then - cat >>confdefs.h <<_ACEOF - #define HAVE_LIBUTIL 1 -@@ -42649,8 +43564,8 @@ - - - --echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 --echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 -+echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; } - if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -42663,56 +43578,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char gethostbyname (); - int - main () - { --gethostbyname (); -+return gethostbyname (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_nsl_gethostbyname=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_nsl_gethostbyname=no -+ ac_cv_lib_nsl_gethostbyname=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 --echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 -+echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; } - if test $ac_cv_lib_nsl_gethostbyname = yes; then - cat >>confdefs.h <<_ACEOF - #define HAVE_LIBNSL 1 -@@ -42724,8 +43636,8 @@ - - - --echo "$as_me:$LINENO: checking for socket in -lsocket" >&5 --echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for socket in -lsocket" >&5 -+echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6; } - if test "${ac_cv_lib_socket_socket+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -42738,56 +43650,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char socket (); - int - main () - { --socket (); -+return socket (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_socket_socket=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_socket_socket=no -+ ac_cv_lib_socket_socket=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5 --echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5 -+echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6; } - if test $ac_cv_lib_socket_socket = yes; then - cat >>confdefs.h <<_ACEOF - #define HAVE_LIBSOCKET 1 -@@ -42800,8 +43709,8 @@ - - # Solaris has sched_yeild in -lrt, usually in libc - -- echo "$as_me:$LINENO: checking if we need -lrt for sched_yield" >&5 --echo $ECHO_N "checking if we need -lrt for sched_yield... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if we need -lrt for sched_yield" >&5 -+echo $ECHO_N "checking if we need -lrt for sched_yield... $ECHO_C" >&6; } - if test "${ompi_cv_func_lib_sched_yield_rt+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -42828,62 +43737,52 @@ - - #undef sched_yield - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char sched_yield (); - /* 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. */ --#if defined (__stub_sched_yield) || defined (__stub___sched_yield) -+#if defined __stub_sched_yield || defined __stub___sched_yield - choke me --#else --char (*f) () = sched_yield; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != sched_yield; -+return sched_yield (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ompi_cv_func_lib_sched_yield_rt="no" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --LIBS_save="$LIBS" -+ LIBS_save="$LIBS" - LIBS="$LIBS -lrt" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -42908,72 +43807,64 @@ - - #undef sched_yield - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char sched_yield (); - /* 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. */ --#if defined (__stub_sched_yield) || defined (__stub___sched_yield) -+#if defined __stub_sched_yield || defined __stub___sched_yield - choke me --#else --char (*f) () = sched_yield; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != sched_yield; -+return sched_yield (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ompi_cv_func_lib_sched_yield_rt="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_func_lib_sched_yield_rt="not found" -+ ompi_cv_func_lib_sched_yield_rt="not found" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS="$LIBS_save" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ompi_cv_func_lib_sched_yield_rt" >&5 --echo "${ECHO_T}$ompi_cv_func_lib_sched_yield_rt" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_func_lib_sched_yield_rt" >&5 -+echo "${ECHO_T}$ompi_cv_func_lib_sched_yield_rt" >&6; } - if test "$ompi_cv_func_lib_sched_yield_rt" = "yes"; then - LIBS="$LIBS -lrt" - fi -@@ -42986,9 +43877,9 @@ - for ac_func in sched_yield - do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 --if eval "test \"\${$as_ac_var+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_func" >&5 -+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -43014,68 +43905,60 @@ - - #undef $ac_func - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char $ac_func (); - /* 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. */ --#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -+#if defined __stub_$ac_func || defined __stub___$ac_func - choke me --#else --char (*f) () = $ac_func; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != $ac_func; -+return $ac_func (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - eval "$as_ac_var=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_var=no" -+ eval "$as_ac_var=no" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_var'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_var'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -@@ -43088,8 +43971,8 @@ - - # FreeBSD has backtrace in -lexecinfo, usually in libc - -- echo "$as_me:$LINENO: checking if we need -lexecinfo for backtrace" >&5 --echo $ECHO_N "checking if we need -lexecinfo for backtrace... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if we need -lexecinfo for backtrace" >&5 -+echo $ECHO_N "checking if we need -lexecinfo for backtrace... $ECHO_C" >&6; } - if test "${ompi_cv_func_lib_backtrace_execinfo+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -43116,62 +43999,52 @@ - - #undef backtrace - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char backtrace (); - /* 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. */ --#if defined (__stub_backtrace) || defined (__stub___backtrace) -+#if defined __stub_backtrace || defined __stub___backtrace - choke me --#else --char (*f) () = backtrace; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != backtrace; -+return backtrace (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ompi_cv_func_lib_backtrace_execinfo="no" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --LIBS_save="$LIBS" -+ LIBS_save="$LIBS" - LIBS="$LIBS -lexecinfo" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -43196,72 +44069,64 @@ - - #undef backtrace - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char backtrace (); - /* 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. */ --#if defined (__stub_backtrace) || defined (__stub___backtrace) -+#if defined __stub_backtrace || defined __stub___backtrace - choke me --#else --char (*f) () = backtrace; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != backtrace; -+return backtrace (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ompi_cv_func_lib_backtrace_execinfo="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_func_lib_backtrace_execinfo="not found" -+ ompi_cv_func_lib_backtrace_execinfo="not found" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS="$LIBS_save" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ompi_cv_func_lib_backtrace_execinfo" >&5 --echo "${ECHO_T}$ompi_cv_func_lib_backtrace_execinfo" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_func_lib_backtrace_execinfo" >&5 -+echo "${ECHO_T}$ompi_cv_func_lib_backtrace_execinfo" >&6; } - if test "$ompi_cv_func_lib_backtrace_execinfo" = "yes"; then - LIBS="$LIBS -lexecinfo" - fi -@@ -43274,9 +44139,9 @@ - for ac_func in backtrace - do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 --if eval "test \"\${$as_ac_var+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_func" >&5 -+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -43302,68 +44167,60 @@ - - #undef $ac_func - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char $ac_func (); - /* 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. */ --#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -+#if defined __stub_$ac_func || defined __stub___$ac_func - choke me --#else --char (*f) () = $ac_func; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != $ac_func; -+return $ac_func (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - eval "$as_ac_var=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_var=no" -+ eval "$as_ac_var=no" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_var'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_var'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -@@ -43376,8 +44233,8 @@ - - # IRIX has dirname in -lgen, usually in libc - -- echo "$as_me:$LINENO: checking if we need -lgen for dirname" >&5 --echo $ECHO_N "checking if we need -lgen for dirname... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if we need -lgen for dirname" >&5 -+echo $ECHO_N "checking if we need -lgen for dirname... $ECHO_C" >&6; } - if test "${ompi_cv_func_lib_dirname_gen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -43404,62 +44261,52 @@ - - #undef dirname - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char dirname (); - /* 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. */ --#if defined (__stub_dirname) || defined (__stub___dirname) -+#if defined __stub_dirname || defined __stub___dirname - choke me --#else --char (*f) () = dirname; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != dirname; -+return dirname (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ompi_cv_func_lib_dirname_gen="no" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --LIBS_save="$LIBS" -+ LIBS_save="$LIBS" - LIBS="$LIBS -lgen" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -43484,72 +44331,64 @@ - - #undef dirname - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char dirname (); - /* 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. */ --#if defined (__stub_dirname) || defined (__stub___dirname) -+#if defined __stub_dirname || defined __stub___dirname - choke me --#else --char (*f) () = dirname; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != dirname; -+return dirname (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ompi_cv_func_lib_dirname_gen="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_func_lib_dirname_gen="not found" -+ ompi_cv_func_lib_dirname_gen="not found" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS="$LIBS_save" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ompi_cv_func_lib_dirname_gen" >&5 --echo "${ECHO_T}$ompi_cv_func_lib_dirname_gen" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_func_lib_dirname_gen" >&5 -+echo "${ECHO_T}$ompi_cv_func_lib_dirname_gen" >&6; } - if test "$ompi_cv_func_lib_dirname_gen" = "yes"; then - LIBS="$LIBS -lgen" - fi -@@ -43562,9 +44401,9 @@ - for ac_func in dirname - do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 --if eval "test \"\${$as_ac_var+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_func" >&5 -+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -43590,68 +44429,60 @@ - - #undef $ac_func - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char $ac_func (); - /* 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. */ --#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -+#if defined __stub_$ac_func || defined __stub___$ac_func - choke me --#else --char (*f) () = $ac_func; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != $ac_func; -+return $ac_func (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - eval "$as_ac_var=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_var=no" -+ eval "$as_ac_var=no" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_var'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_var'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -@@ -43664,8 +44495,8 @@ - - # Darwin doesn't need -lm, as it's a symlink to libSystem.dylib - -- echo "$as_me:$LINENO: checking if we need -lm for ceil" >&5 --echo $ECHO_N "checking if we need -lm for ceil... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if we need -lm for ceil" >&5 -+echo $ECHO_N "checking if we need -lm for ceil... $ECHO_C" >&6; } - if test "${ompi_cv_func_lib_ceil_m+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -43692,62 +44523,52 @@ - - #undef ceil - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char ceil (); - /* 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. */ --#if defined (__stub_ceil) || defined (__stub___ceil) -+#if defined __stub_ceil || defined __stub___ceil - choke me --#else --char (*f) () = ceil; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != ceil; -+return ceil (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ompi_cv_func_lib_ceil_m="no" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --LIBS_save="$LIBS" -+ LIBS_save="$LIBS" - LIBS="$LIBS -lm" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -43772,72 +44593,64 @@ - - #undef ceil - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char ceil (); - /* 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. */ --#if defined (__stub_ceil) || defined (__stub___ceil) -+#if defined __stub_ceil || defined __stub___ceil - choke me --#else --char (*f) () = ceil; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != ceil; -+return ceil (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ompi_cv_func_lib_ceil_m="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_func_lib_ceil_m="not found" -+ ompi_cv_func_lib_ceil_m="not found" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS="$LIBS_save" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ompi_cv_func_lib_ceil_m" >&5 --echo "${ECHO_T}$ompi_cv_func_lib_ceil_m" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_func_lib_ceil_m" >&5 -+echo "${ECHO_T}$ompi_cv_func_lib_ceil_m" >&6; } - if test "$ompi_cv_func_lib_ceil_m" = "yes"; then - LIBS="$LIBS -lm" - fi -@@ -43850,9 +44663,9 @@ - for ac_func in ceil - do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 --if eval "test \"\${$as_ac_var+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_func" >&5 -+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -43878,68 +44691,60 @@ - - #undef $ac_func - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char $ac_func (); - /* 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. */ --#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -+#if defined __stub_$ac_func || defined __stub___$ac_func - choke me --#else --char (*f) () = $ac_func; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != $ac_func; -+return $ac_func (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - eval "$as_ac_var=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_var=no" -+ eval "$as_ac_var=no" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_var'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_var'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -@@ -43973,9 +44778,9 @@ - for ac_func in asprintf snprintf vasprintf vsnprintf openpty isatty htonl ntohl htons ntohs getpwuid fork waitpid execve pipe ptsname setsid mmap mallopt tcgetpgrp - do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 --if eval "test \"\${$as_ac_var+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_func" >&5 -+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -44001,68 +44806,60 @@ - - #undef $ac_func - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char $ac_func (); - /* 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. */ --#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -+#if defined __stub_$ac_func || defined __stub___$ac_func - choke me --#else --char (*f) () = $ac_func; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != $ac_func; -+return $ac_func (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - eval "$as_ac_var=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_var=no" -+ eval "$as_ac_var=no" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_var'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_var'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -@@ -44076,8 +44873,8 @@ - # Make sure we can copy va_lists (need check declared, not linkable) - # - --echo "$as_me:$LINENO: checking whether va_copy is declared" >&5 --echo $ECHO_N "checking whether va_copy is declared... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking whether va_copy is declared" >&5 -+echo $ECHO_N "checking whether va_copy is declared... $ECHO_C" >&6; } - if test "${ac_cv_have_decl_va_copy+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -44093,7 +44890,7 @@ - main () - { - #ifndef va_copy -- char *p = (char *) va_copy; -+ (void) va_copy; - #endif - - ; -@@ -44101,38 +44898,34 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_have_decl_va_copy=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_have_decl_va_copy=no -+ ac_cv_have_decl_va_copy=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_have_decl_va_copy" >&5 --echo "${ECHO_T}$ac_cv_have_decl_va_copy" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_va_copy" >&5 -+echo "${ECHO_T}$ac_cv_have_decl_va_copy" >&6; } - if test $ac_cv_have_decl_va_copy = yes; then - OMPI_HAVE_VA_COPY=1 - else -@@ -44145,8 +44938,8 @@ - _ACEOF - - --echo "$as_me:$LINENO: checking whether __va_copy is declared" >&5 --echo $ECHO_N "checking whether __va_copy is declared... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking whether __va_copy is declared" >&5 -+echo $ECHO_N "checking whether __va_copy is declared... $ECHO_C" >&6; } - if test "${ac_cv_have_decl___va_copy+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -44162,7 +44955,7 @@ - main () - { - #ifndef __va_copy -- char *p = (char *) __va_copy; -+ (void) __va_copy; - #endif - - ; -@@ -44170,38 +44963,34 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_have_decl___va_copy=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_have_decl___va_copy=no -+ ac_cv_have_decl___va_copy=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_have_decl___va_copy" >&5 --echo "${ECHO_T}$ac_cv_have_decl___va_copy" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_have_decl___va_copy" >&5 -+echo "${ECHO_T}$ac_cv_have_decl___va_copy" >&6; } - if test $ac_cv_have_decl___va_copy = yes; then - OMPI_HAVE_UNDERSCORE_VA_COPY=1 - else -@@ -44214,8 +45003,8 @@ - _ACEOF - - --echo "$as_me:$LINENO: checking whether __func__ is declared" >&5 --echo $ECHO_N "checking whether __func__ is declared... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking whether __func__ is declared" >&5 -+echo $ECHO_N "checking whether __func__ is declared... $ECHO_C" >&6; } - if test "${ac_cv_have_decl___func__+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -44230,7 +45019,7 @@ - main () - { - #ifndef __func__ -- char *p = (char *) __func__; -+ (void) __func__; - #endif - - ; -@@ -44238,38 +45027,34 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_have_decl___func__=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_have_decl___func__=no -+ ac_cv_have_decl___func__=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_have_decl___func__" >&5 --echo "${ECHO_T}$ac_cv_have_decl___func__" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_have_decl___func__" >&5 -+echo "${ECHO_T}$ac_cv_have_decl___func__" >&6; } - if test $ac_cv_have_decl___func__ = yes; then - - cat >>confdefs.h <<_ACEOF -@@ -44306,39 +45091,58 @@ - - # The following way of writing the cache mishandles newlines in values, - # but we know of no workaround that is simple, portable, and efficient. --# So, don't put newlines in cache variables' values. -+# So, we kill variables containing newlines. - # Ultrix sh set writes to stderr and can't be redirected directly, - # and sets the high bit in the cache file unless we assign to the vars. --{ -+( -+ for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do -+ eval ac_val=\$$ac_var -+ case $ac_val in #( -+ *${as_nl}*) -+ case $ac_var in #( -+ *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 -+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; -+ esac -+ case $ac_var in #( -+ _ | IFS | as_nl) ;; #( -+ *) $as_unset $ac_var ;; -+ esac ;; -+ esac -+ done -+ - (set) 2>&1 | -- case `(ac_space=' '; set | grep ac_space) 2>&1` in -- *ac_space=\ *) -+ case $as_nl`(ac_space=' '; set) 2>&1` in #( -+ *${as_nl}ac_space=\ *) - # `set' does not quote correctly, so add quotes (double-quote - # substitution turns \\\\ into \\, and sed turns \\ into \). - sed -n \ - "s/'/'\\\\''/g; - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" -- ;; -+ ;; #( - *) - # `set' quotes correctly as required by POSIX, so do not add quotes. -- sed -n \ -- "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" -+ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" - ;; -- esac; --} | -+ esac | -+ sort -+) | - sed ' -+ /^ac_cv_env_/b end - t clear -- : clear -+ :clear - s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ - t end -- /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ -- : end' >>confcache --if diff $cache_file confcache >/dev/null 2>&1; then :; else -- if test -w $cache_file; then -- test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" -+ s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ -+ :end' >>confcache -+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else -+ if test -w "$cache_file"; then -+ test "x$cache_file" != "x/dev/null" && -+ { echo "$as_me:$LINENO: updating cache $cache_file" >&5 -+echo "$as_me: updating cache $cache_file" >&6;} - cat confcache >$cache_file - else -- echo "not updating unwritable cache $cache_file" -+ { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 -+echo "$as_me: not updating unwritable cache $cache_file" >&6;} - fi - fi - rm -f confcache -@@ -44357,8 +45161,8 @@ - # - MPI_OFFSET_TYPE="not found" - MPI_OFFSET_DATATYPE="not found" --echo "$as_me:$LINENO: checking checking for type of MPI_Offset" >&5 --echo $ECHO_N "checking checking for type of MPI_Offset... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking checking for type of MPI_Offset" >&5 -+echo $ECHO_N "checking checking for type of MPI_Offset... $ECHO_C" >&6; } - if test "$ac_cv_type_long_long" = "yes" -a "$ac_cv_sizeof_long_long" = 8; then - MPI_OFFSET_TYPE="long long" - MPI_OFFSET_DATATYPE=MPI_LONG_LONG -@@ -44384,8 +45188,8 @@ - MPI_OFFSET_DATATYPE=MPI_INT - MPI_OFFSET_SIZE=4 - fi --echo "$as_me:$LINENO: result: $MPI_OFFSET_TYPE" >&5 --echo "${ECHO_T}$MPI_OFFSET_TYPE" >&6 -+{ echo "$as_me:$LINENO: result: $MPI_OFFSET_TYPE" >&5 -+echo "${ECHO_T}$MPI_OFFSET_TYPE" >&6; } - if test "$MPI_OFFSET_TYPE" = "not found"; then - { echo "$as_me:$LINENO: WARNING: *** Unable to find the right definition for MPI_Offset" >&5 - echo "$as_me: WARNING: *** Unable to find the right definition for MPI_Offset" >&2;} -@@ -44403,10 +45207,10 @@ - # If we haven't already, figure out an MPI datatype that corresponds - # to the back-end C type of MPI_Offset. - # --echo "$as_me:$LINENO: checking checking for an MPI datatype for MPI_Offset" >&5 --echo $ECHO_N "checking checking for an MPI datatype for MPI_Offset... $ECHO_C" >&6 --echo "$as_me:$LINENO: result: $MPI_OFFSET_DATATYPE" >&5 --echo "${ECHO_T}$MPI_OFFSET_DATATYPE" >&6 -+{ echo "$as_me:$LINENO: checking checking for an MPI datatype for MPI_Offset" >&5 -+echo $ECHO_N "checking checking for an MPI datatype for MPI_Offset... $ECHO_C" >&6; } -+{ echo "$as_me:$LINENO: result: $MPI_OFFSET_DATATYPE" >&5 -+echo "${ECHO_T}$MPI_OFFSET_DATATYPE" >&6; } - if test "$MPI_OFFSET_DATATYPE" = "not found"; then - { echo "$as_me:$LINENO: WARNING: *** Unable to find an MPI datatype corresponding to MPI_Offset" >&5 - echo "$as_me: WARNING: *** Unable to find an MPI datatype corresponding to MPI_Offset" >&2;} -@@ -44422,8 +45226,8 @@ - - # all: endian - --echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 --echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 -+echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; } - if test "${ac_cv_c_bigendian+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -44440,7 +45244,8 @@ - int - main () - { --#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN -+#if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \ -+ && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN) - bogus endian macros - #endif - -@@ -44449,27 +45254,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - # It does; now see whether it defined to BIG_ENDIAN or not. - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -44492,40 +45292,36 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_c_bigendian=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_c_bigendian=no -+ ac_cv_c_bigendian=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --# It does not; compile a test program. -+ # It does not; compile a test program. - if test "$cross_compiling" = yes; then - # try to guess the endianness by grepping values into an object file - ac_cv_c_bigendian=unknown -@@ -44535,11 +45331,11 @@ - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ --short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; --short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; -+short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; -+short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; - void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; } --short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; --short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; -+short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; -+short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; - void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; } - int - main () -@@ -44550,27 +45346,22 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then - ac_cv_c_bigendian=yes - fi -@@ -44586,8 +45377,10 @@ - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -44595,27 +45388,41 @@ - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ -+$ac_includes_default - int - main () - { -+ - /* Are we little or big endian? From Harbison&Steele. */ - union - { -- long l; -- char c[sizeof (long)]; -+ long int l; -+ char c[sizeof (long int)]; - } u; - u.l = 1; -- exit (u.c[sizeof (long) - 1] == 1); -+ return u.c[sizeof (long int) - 1] == 1; -+ -+ ; -+ return 0; - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -44628,13 +45435,16 @@ - ( exit $ac_status ) - ac_cv_c_bigendian=yes - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi -+ -+ - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 --echo "${ECHO_T}$ac_cv_c_bigendian" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 -+echo "${ECHO_T}$ac_cv_c_bigendian" >&6; } - case $ac_cv_c_bigendian in - yes) - -@@ -44654,8 +45464,8 @@ - - - -- echo "$as_me:$LINENO: checking for broken qsort" >&5 --echo $ECHO_N "checking for broken qsort... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for broken qsort" >&5 -+echo $ECHO_N "checking for broken qsort... $ECHO_C" >&6; } - - result= - define_result=0 -@@ -44670,8 +45480,8 @@ - ;; - esac - -- echo "$as_me:$LINENO: result: $result" >&5 --echo "${ECHO_T}$result" >&6 -+ { echo "$as_me:$LINENO: result: $result" >&5 -+echo "${ECHO_T}$result" >&6; } - - cat >>confdefs.h <<_ACEOF - #define OMPI_HAVE_BROKEN_QSORT $define_result -@@ -44749,15 +45559,15 @@ - # C compiler - # - if test "$ompi_pthread_c_success" = "0"; then -- echo "$as_me:$LINENO: checking if C compiler and POSIX threads work as is" >&5 --echo $ECHO_N "checking if C compiler and POSIX threads work as is... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if C compiler and POSIX threads work as is" >&5 -+echo $ECHO_N "checking if C compiler and POSIX threads work as is... $ECHO_C" >&6; } - if test "$HAVE_POSIX_THREADS" = "1" ; then - run_this_test=1 - else - case "${host_cpu}-${host_os}" in - *solaris*) -- echo "$as_me:$LINENO: result: no - Solaris, not checked" >&5 --echo "${ECHO_T}no - Solaris, not checked" >&6 -+ { echo "$as_me:$LINENO: result: no - Solaris, not checked" >&5 -+echo "${ECHO_T}no - Solaris, not checked" >&6; } - run_this_test=0 - ;; - *-aix* | *-freebsd*) -@@ -44812,35 +45622,32 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ompi_pthread_c_success=1 - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_pthread_c_success=0 -+ ompi_pthread_c_success=0 - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - # END: OMPI_INTL_PTHREAD_TRY_LINK - -@@ -44851,13 +45658,13 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - if test "$ompi_pthread_c_success" = "1"; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - else - PTHREAD_CPPFLAGS= - CPPFLAGS="$orig_CPPFLAGS" -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - fi - fi -@@ -44868,15 +45675,15 @@ - # C++ compiler - # - if test "$ompi_pthread_cxx_success" = "0"; then -- echo "$as_me:$LINENO: checking if C++ compiler and POSIX threads work as is" >&5 --echo $ECHO_N "checking if C++ compiler and POSIX threads work as is... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if C++ compiler and POSIX threads work as is" >&5 -+echo $ECHO_N "checking if C++ compiler and POSIX threads work as is... $ECHO_C" >&6; } - if test "$HAVE_POSIX_THREADS" = "1" ; then - run_this_test=1 - else - case "${host_cpu}-${host_os}" in - *solaris*) -- echo "$as_me:$LINENO: result: no - Solaris, not checked" >&5 --echo "${ECHO_T}no - Solaris, not checked" >&6 -+ { echo "$as_me:$LINENO: result: no - Solaris, not checked" >&5 -+echo "${ECHO_T}no - Solaris, not checked" >&6; } - run_this_test=0 - ;; - *-aix* | *-freebsd*) -@@ -44897,7 +45704,7 @@ - fi - - if test "$run_this_test" = "1" ; then -- ac_ext=cc -+ 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' -@@ -44931,35 +45738,32 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ompi_pthread_cxx_success=1 - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_pthread_cxx_success=0 -+ ompi_pthread_cxx_success=0 - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - # END: OMPI_INTL_PTHREAD_TRY_LINK - -@@ -44970,13 +45774,13 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - if test "$ompi_pthread_cxx_success" = "1"; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - else - PTHREAD_CXXCPPFLAGS= - CXXCPPFLAGS="$orig_CXXCPPFLAGS" -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - fi - fi -@@ -44987,15 +45791,15 @@ - # Fortran compiler - # - if test "$ompi_pthread_f77_success" = "0" -a "$OMPI_WANT_F77_BINDINGS" = "1"; then -- echo "$as_me:$LINENO: checking if F77 compiler and POSIX threads work as is" >&5 --echo $ECHO_N "checking if F77 compiler and POSIX threads work as is... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if F77 compiler and POSIX threads work as is" >&5 -+echo $ECHO_N "checking if F77 compiler and POSIX threads work as is... $ECHO_C" >&6; } - if test "$HAVE_POSIX_THREADS" = "1" ; then - run_this_test=1 - else - case "${host_cpu}-${host_os}" in - *solaris*) -- echo "$as_me:$LINENO: result: no - Solaris, not checked" >&5 --echo "${ECHO_T}no - Solaris, not checked" >&6 -+ { echo "$as_me:$LINENO: result: no - Solaris, not checked" >&5 -+echo "${ECHO_T}no - Solaris, not checked" >&6; } - run_this_test=0 - ;; - *) -@@ -45084,14 +45888,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:45087: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:45891: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:45094: \$? = $ompi_status" >&5 -+ echo "configure:45898: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -45101,14 +45905,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:45104: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:45908: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:45111: \$? = $ompi_status" >&5 -+ echo "configure:45915: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -45131,7 +45935,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:45134: here is the C program:" >&5 -+ echo "configure:45938: here is the C program:" >&5 - else - echo here is the C program: >&5 - fi -@@ -45145,7 +45949,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:45148: here is contest.h:" >&5 -+ echo "configure:45952: here is contest.h:" >&5 - else - echo here is contest.h: >&5 - fi -@@ -45159,7 +45963,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:45162: here is the fortran program:" >&5 -+ echo "configure:45966: here is the fortran program:" >&5 - else - echo here is the fortran program: >&5 - fi -@@ -45182,11 +45986,11 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - if test "$ompi_pthread_f77_success" = "1"; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - fi - fi -@@ -45229,8 +46033,8 @@ - # - if test "$ompi_pthread_c_success" = "0"; then - for pf in $pflags; do -- echo "$as_me:$LINENO: checking if C compiler and POSIX threads work with $pf" >&5 --echo $ECHO_N "checking if C compiler and POSIX threads work with $pf... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if C compiler and POSIX threads work with $pf" >&5 -+echo $ECHO_N "checking if C compiler and POSIX threads work with $pf... $ECHO_C" >&6; } - CFLAGS="$orig_CFLAGS $pf" - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' -@@ -45266,35 +46070,32 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ompi_pthread_c_success=1 - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_pthread_c_success=0 -+ ompi_pthread_c_success=0 - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - # END: OMPI_INTL_PTHREAD_TRY_LINK - -@@ -45306,14 +46107,14 @@ - - if test "$ompi_pthread_c_success" = "1"; then - PTHREAD_CFLAGS="$pf" -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - break - else - PTHREAD_CFLAGS= - CFLAGS="$orig_CFLAGS" -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - done - fi -@@ -45325,10 +46126,10 @@ - # - if test "$ompi_pthread_cxx_success" = "0"; then - for pf in $pflags; do -- echo "$as_me:$LINENO: checking if C++ compiler and POSIX threads work with $pf" >&5 --echo $ECHO_N "checking if C++ compiler and POSIX threads work with $pf... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if C++ compiler and POSIX threads work with $pf" >&5 -+echo $ECHO_N "checking if C++ compiler and POSIX threads work with $pf... $ECHO_C" >&6; } - CXXFLAGS="$orig_CXXFLAGS $pf" -- ac_ext=cc -+ 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' -@@ -45362,35 +46163,32 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ompi_pthread_cxx_success=1 - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_pthread_cxx_success=0 -+ ompi_pthread_cxx_success=0 - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - # END: OMPI_INTL_PTHREAD_TRY_LINK - -@@ -45402,14 +46200,14 @@ - - if test "$ompi_pthread_cxx_success" = "1"; then - PTHREAD_CXXFLAGS="$pf" -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - break - else - PTHREAD_CXXFLAGS= - CXXFLAGS="$orig_CXXFLAGS" -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - done - fi -@@ -45421,8 +46219,8 @@ - # - if test "$ompi_pthread_f77_success" = "0" -a "$OMPI_WANT_F77_BINDINGS" = "1"; then - for pf in $pflags; do -- echo "$as_me:$LINENO: checking if F77 compiler and POSIX threads work with $pf" >&5 --echo $ECHO_N "checking if F77 compiler and POSIX threads work with $pf... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if F77 compiler and POSIX threads work with $pf" >&5 -+echo $ECHO_N "checking if F77 compiler and POSIX threads work with $pf... $ECHO_C" >&6; } - FFLAGS="$orig_FFLAGS $pf" - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' -@@ -45503,14 +46301,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:45506: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:46304: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:45513: \$? = $ompi_status" >&5 -+ echo "configure:46311: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -45520,14 +46318,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:45523: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:46321: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:45530: \$? = $ompi_status" >&5 -+ echo "configure:46328: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -45550,7 +46348,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:45553: here is the C program:" >&5 -+ echo "configure:46351: here is the C program:" >&5 - else - echo here is the C program: >&5 - fi -@@ -45564,7 +46362,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:45567: here is contest.h:" >&5 -+ echo "configure:46365: here is contest.h:" >&5 - else - echo here is contest.h: >&5 - fi -@@ -45578,7 +46376,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:45581: here is the fortran program:" >&5 -+ echo "configure:46379: here is the fortran program:" >&5 - else - echo here is the fortran program: >&5 - fi -@@ -45602,14 +46400,14 @@ - - if test "$ompi_pthread_f77_success" = "1"; then - PTHREAD_FFLAGS="$pf" -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - break - else - PTHREAD_FFLAGS= - FFLAGS="$orig_FFLAGS" -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - done - fi -@@ -45639,8 +46437,8 @@ - # - if test "$ompi_pthread_c_success" = "0"; then - for pl in $plibs; do -- echo "$as_me:$LINENO: checking if C compiler and POSIX threads work with $pl" >&5 --echo $ECHO_N "checking if C compiler and POSIX threads work with $pl... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if C compiler and POSIX threads work with $pl" >&5 -+echo $ECHO_N "checking if C compiler and POSIX threads work with $pl... $ECHO_C" >&6; } - case "${host_cpu}-${host-_os}" in - *-aix* | *-freebsd*) - if test "`echo $CPPFLAGS | grep 'D_THREAD_SAFE'`" = ""; then -@@ -45690,35 +46488,32 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ompi_pthread_c_success=1 - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_pthread_c_success=0 -+ ompi_pthread_c_success=0 - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - # END: OMPI_INTL_PTHREAD_TRY_LINK - -@@ -45730,14 +46525,14 @@ - - if test "$ompi_pthread_c_success" = "1"; then - PTHREAD_LIBS="$pl" -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - else - PTHREAD_CPPFLAGS= - CPPFLAGS="$orig_CPPFLAGS" - LIBS="$orig_LIBS" -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - done - fi -@@ -45749,8 +46544,8 @@ - # - if test "$ompi_pthread_cxx_success" = "0"; then - if test ! "$ompi_pthread_c_success" = "0" -a ! "$PTHREAD_LIBS" = "" ; then -- echo "$as_me:$LINENO: checking if C++ compiler and POSIX threads work with $PTHREAD_LIBS" >&5 --echo $ECHO_N "checking if C++ compiler and POSIX threads work with $PTHREAD_LIBS... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if C++ compiler and POSIX threads work with $PTHREAD_LIBS" >&5 -+echo $ECHO_N "checking if C++ compiler and POSIX threads work with $PTHREAD_LIBS... $ECHO_C" >&6; } - case "${host_cpu}-${host-_os}" in - *-aix* | *-freebsd*) - if test "`echo $CXXCPPFLAGS | grep 'D_THREAD_SAFE'`" = ""; then -@@ -45766,7 +46561,7 @@ - ;; - esac - LIBS="$orig_LIBS $PTHREAD_LIBS" -- ac_ext=cc -+ 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' -@@ -45800,35 +46595,32 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ompi_pthread_cxx_success=1 - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_pthread_cxx_success=0 -+ ompi_pthread_cxx_success=0 - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - # END: OMPI_INTL_PTHREAD_TRY_LINK - -@@ -45840,20 +46632,20 @@ - - if test "$ompi_pthread_cxx_success" = "1"; then - PTHREAD_LIBS="$pl" -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - else - CXXCPPFLAGS="$orig_CXXCPPFLAGS" -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - { { echo "$as_me:$LINENO: error: Can not find working threads configuration. aborting" >&5 - echo "$as_me: error: Can not find working threads configuration. aborting" >&2;} - { (exit 1); exit 1; }; } - fi - else - for pl in $plibs; do -- echo "$as_me:$LINENO: checking if C++ compiler and POSIX threads work with $pl" >&5 --echo $ECHO_N "checking if C++ compiler and POSIX threads work with $pl... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if C++ compiler and POSIX threads work with $pl" >&5 -+echo $ECHO_N "checking if C++ compiler and POSIX threads work with $pl... $ECHO_C" >&6; } - case "${host_cpu}-${host-_os}" in - *-aix* | *-freebsd*) - if test "`echo $CXXCPPFLAGS | grep 'D_THREAD_SAFE'`" = ""; then -@@ -45869,7 +46661,7 @@ - ;; - esac - LIBS="$orig_LIBS $pl" -- ac_ext=cc -+ 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' -@@ -45903,35 +46695,32 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ompi_pthread_cxx_success=1 - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_pthread_cxx_success=0 -+ ompi_pthread_cxx_success=0 - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - # END: OMPI_INTL_PTHREAD_TRY_LINK - -@@ -45943,13 +46732,13 @@ - - if test "$ompi_pthread_cxx_success" = "1"; then - PTHREAD_LIBS="$pl" -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - else - PTHREAD_CXXCPPFLAGS= - CXXCPPFLAGS="$orig_CXXCPPFLAGS" -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - done - fi -@@ -45962,8 +46751,8 @@ - # - if test "$ompi_pthread_f77_success" = "0" -a "$OMPI_WANT_F77_BINDINGS" = "1"; then - if test ! "$ompi_pthread_c_success" = "0" -a ! "$PTHREAD_LIBS" = "" ; then -- echo "$as_me:$LINENO: checking if F77 compiler and POSIX threads work with $PTHREAD_LIBS" >&5 --echo $ECHO_N "checking if F77 compiler and POSIX threads work with $PTHREAD_LIBS... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if F77 compiler and POSIX threads work with $PTHREAD_LIBS" >&5 -+echo $ECHO_N "checking if F77 compiler and POSIX threads work with $PTHREAD_LIBS... $ECHO_C" >&6; } - LIBS="$orig_LIBS $PTHREAD_LIBS" - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' -@@ -46044,14 +46833,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:46047: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:46836: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:46054: \$? = $ompi_status" >&5 -+ echo "configure:46843: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -46061,14 +46850,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:46064: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:46853: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:46071: \$? = $ompi_status" >&5 -+ echo "configure:46860: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -46091,7 +46880,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:46094: here is the C program:" >&5 -+ echo "configure:46883: here is the C program:" >&5 - else - echo here is the C program: >&5 - fi -@@ -46105,7 +46894,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:46108: here is contest.h:" >&5 -+ echo "configure:46897: here is contest.h:" >&5 - else - echo here is contest.h: >&5 - fi -@@ -46119,7 +46908,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:46122: here is the fortran program:" >&5 -+ echo "configure:46911: here is the fortran program:" >&5 - else - echo here is the fortran program: >&5 - fi -@@ -46143,19 +46932,19 @@ - - LIBS="$orig_LIBS" - if test "$ompi_pthread_f77_success" = "1"; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - { { echo "$as_me:$LINENO: error: Can not find working threads configuration. aborting" >&5 - echo "$as_me: error: Can not find working threads configuration. aborting" >&2;} - { (exit 1); exit 1; }; } - fi - else - for pl in $plibs; do -- echo "$as_me:$LINENO: checking if F77 compiler and POSIX threads work with $pl" >&5 --echo $ECHO_N "checking if F77 compiler and POSIX threads work with $pl... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if F77 compiler and POSIX threads work with $pl" >&5 -+echo $ECHO_N "checking if F77 compiler and POSIX threads work with $pl... $ECHO_C" >&6; } - LIBS="$orig_LIBS $pl" - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' -@@ -46236,14 +47025,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:46239: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:47028: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:46246: \$? = $ompi_status" >&5 -+ echo "configure:47035: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -46253,14 +47042,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:46256: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:47045: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:46263: \$? = $ompi_status" >&5 -+ echo "configure:47052: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -46283,7 +47072,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:46286: here is the C program:" >&5 -+ echo "configure:47075: here is the C program:" >&5 - else - echo here is the C program: >&5 - fi -@@ -46297,7 +47086,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:46300: here is contest.h:" >&5 -+ echo "configure:47089: here is contest.h:" >&5 - else - echo here is contest.h: >&5 - fi -@@ -46311,7 +47100,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:46314: here is the fortran program:" >&5 -+ echo "configure:47103: here is the fortran program:" >&5 - else - echo here is the fortran program: >&5 - fi -@@ -46336,12 +47125,12 @@ - LIBS="$orig_LIBS" - if test "$ompi_pthread_f77_success" = "1"; then - PTHREAD_LIBS="$pl" -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - break - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - done - fi -@@ -46357,8 +47146,8 @@ - # - - # LinuxThreads --echo "$as_me:$LINENO: checking for PTHREAD_MUTEX_ERRORCHECK_NP" >&5 --echo $ECHO_N "checking for PTHREAD_MUTEX_ERRORCHECK_NP... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for PTHREAD_MUTEX_ERRORCHECK_NP" >&5 -+echo $ECHO_N "checking for PTHREAD_MUTEX_ERRORCHECK_NP... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -46375,38 +47164,35 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - result="yes" defval=1 - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --result="no" defval=0 -+ result="no" defval=0 - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext --echo "$as_me:$LINENO: result: $result" >&5 --echo "${ECHO_T}$result" >&6 -+{ echo "$as_me:$LINENO: result: $result" >&5 -+echo "${ECHO_T}$result" >&6; } - - cat >>confdefs.h <<_ACEOF - #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP $defval -@@ -46414,8 +47200,8 @@ - - - # Mac OS X --echo "$as_me:$LINENO: checking for PTHREAD_MUTEX_ERRORCHECK" >&5 --echo $ECHO_N "checking for PTHREAD_MUTEX_ERRORCHECK... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for PTHREAD_MUTEX_ERRORCHECK" >&5 -+echo $ECHO_N "checking for PTHREAD_MUTEX_ERRORCHECK... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -46432,38 +47218,35 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - result="yes" defval=1 - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --result="no" defval=0 -+ result="no" defval=0 - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext --echo "$as_me:$LINENO: result: $result" >&5 --echo "${ECHO_T}$result" >&6 -+{ echo "$as_me:$LINENO: result: $result" >&5 -+echo "${ECHO_T}$result" >&6; } - - cat >>confdefs.h <<_ACEOF - #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK $defval -@@ -46495,14 +47278,14 @@ - unset ompi_pthread_c_success ompi_pthread_f77_success ompi_pthread_cxx_success - unset internal_useless - --echo "$as_me:$LINENO: checking for working POSIX threads package" >&5 --echo $ECHO_N "checking for working POSIX threads package... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for working POSIX threads package" >&5 -+echo $ECHO_N "checking for working POSIX threads package... $ECHO_C" >&6; } - if test "$HAVE_POSIX_THREADS" = "1" ; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - export HAVE_POSIX_THREADS - -@@ -46537,8 +47320,8 @@ - STHREAD_LIBS="-lthread" - style="-lthread" - fi --echo "$as_me:$LINENO: checking if C compiler and Solaris threads work" >&5 --echo $ECHO_N "checking if C compiler and Solaris threads work... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking if C compiler and Solaris threads work" >&5 -+echo $ECHO_N "checking if C compiler and Solaris threads work... $ECHO_C" >&6; } - CFLAGS="$STHREAD_CFLAGS $CFLAGS_orig" - CPPFLAGS="$STHREAD_CPPFLAGS $CPPFLAGS_orig" - LDFLAGS="$STHREAD_LDFLAGS $LDFLAGS_orig" -@@ -46572,35 +47355,32 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ompi_sthread_c_success=1 - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_sthread_c_success=0 -+ ompi_sthread_c_success=0 - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - # END: OMPI_INTL_SOLARIS_TRY_LINK - -@@ -46611,11 +47391,11 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - if test "$ompi_sthread_c_success" = "1"; then -- echo "$as_me:$LINENO: result: yes - $style" >&5 --echo "${ECHO_T}yes - $style" >&6 -+ { echo "$as_me:$LINENO: result: yes - $style" >&5 -+echo "${ECHO_T}yes - $style" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - - -@@ -46635,9 +47415,9 @@ - CXXCPPFLAGS="$STHREAD_CXXPPFLAGS $CXXPPFLAGS_orig" - LDFLAGS="$STHREAD_LDFLAGS $LDFLAGS_orig" - LIBS="$STHREAD_LIBS $LIBS_orig" --echo "$as_me:$LINENO: checking if C++ compiler and Solaris threads work" >&5 --echo $ECHO_N "checking if C++ compiler and Solaris threads work... $ECHO_C" >&6 --ac_ext=cc -+{ echo "$as_me:$LINENO: checking if C++ compiler and Solaris threads work" >&5 -+echo $ECHO_N "checking if C++ compiler and Solaris threads work... $ECHO_C" >&6; } -+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' -@@ -46666,35 +47446,32 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ompi_sthread_cxx_success=1 - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_sthread_cxx_success=0 -+ ompi_sthread_cxx_success=0 - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - # END: OMPI_INTL_SOLARIS_TRY_LINK - -@@ -46705,11 +47482,11 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - if test "$ompi_sthread_cxx_success" = "1"; then -- echo "$as_me:$LINENO: result: yes - $style" >&5 --echo "${ECHO_T}yes - $style" >&6 -+ { echo "$as_me:$LINENO: result: yes - $style" >&5 -+echo "${ECHO_T}yes - $style" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - - -@@ -46727,8 +47504,8 @@ - CPPFLAGS="$STHREAD_CPPFLAGS $CPPFLAGS_orig" - LDFLAGS="$STHREAD_LDFLAGS $LDFLAGS_orig" - LIBS="$STHREAD_LIBS $LIBS_orig" -- echo "$as_me:$LINENO: checking if F77 compiler and Solaris threads work" >&5 --echo $ECHO_N "checking if F77 compiler and Solaris threads work... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if F77 compiler and Solaris threads work" >&5 -+echo $ECHO_N "checking if F77 compiler and Solaris threads work... $ECHO_C" >&6; } - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -46780,14 +47557,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:46783: $CC $CFLAGS -I. -c conftest.c" >&5 -+echo "configure:47560: $CC $CFLAGS -I. -c conftest.c" >&5 - $CC $CFLAGS -I. -c conftest.c 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:46790: \$? = $ompi_status" >&5 -+ echo "configure:47567: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -46797,14 +47574,14 @@ - # 1 is the command - # 2 is actions to do if success - # 3 is actions to do if fail --echo "configure:46800: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 -+echo "configure:47577: $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS" >&5 - $F77 $FFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS 1>&5 2>&1 - ompi_status=$? - - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:46807: \$? = $ompi_status" >&5 -+ echo "configure:47584: \$? = $ompi_status" >&5 - else - echo \$? = $ompi_status >&5 - fi -@@ -46827,7 +47604,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:46830: here is the C program:" >&5 -+ echo "configure:47607: here is the C program:" >&5 - else - echo here is the C program: >&5 - fi -@@ -46841,7 +47618,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:46844: here is contest.h:" >&5 -+ echo "configure:47621: here is contest.h:" >&5 - else - echo here is contest.h: >&5 - fi -@@ -46855,7 +47632,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "1"; then -- echo "configure:46858: here is the fortran program:" >&5 -+ echo "configure:47635: here is the fortran program:" >&5 - else - echo here is the fortran program: >&5 - fi -@@ -46878,11 +47655,11 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - if test "$ompi_sthread_f77_success" = "1"; then -- echo "$as_me:$LINENO: result: yes - $style" >&5 --echo "${ECHO_T}yes - $style" >&6 -+ { echo "$as_me:$LINENO: result: yes - $style" >&5 -+echo "${ECHO_T}yes - $style" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - else - ompi_sthread_f77_success=1 -@@ -46910,28 +47687,28 @@ - unset ompi_sthread_c_success ompi_sthread_f77_success ompi_sthread_cxx_success - unset internal_useless - --echo "$as_me:$LINENO: checking for working Solaris threads package" >&5 --echo $ECHO_N "checking for working Solaris threads package... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for working Solaris threads package" >&5 -+echo $ECHO_N "checking for working Solaris threads package... $ECHO_C" >&6; } - if test "$HAVE_SOLARIS_THREADS" = "1" ; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - export HAVE_SOLARIS_THREADS - - # - # Ask what threading we want (allow solaris / posix right now) - # --echo "$as_me:$LINENO: checking for type of thread support" >&5 --echo $ECHO_N "checking for type of thread support... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for type of thread support" >&5 -+echo $ECHO_N "checking for type of thread support... $ECHO_C" >&6; } - --# Check whether --with-threads or --without-threads was given. -+# Check whether --with-threads was given. - if test "${with_threads+set}" = set; then -- withval="$with_threads" -- THREAD_TYPE=$withval --fi; -+ withval=$with_threads; THREAD_TYPE=$withval -+fi -+ - - if test "$THREAD_TYPE" = "solaris"; then - -@@ -46989,8 +47766,8 @@ - echo "$as_me: error: \"*** Can not continue.\"" >&2;} - { (exit 1); exit 1; }; } - fi --echo "$as_me:$LINENO: result: $THREAD_TYPE" >&5 --echo "${ECHO_T}$THREAD_TYPE" >&6 -+{ echo "$as_me:$LINENO: result: $THREAD_TYPE" >&5 -+echo "${ECHO_T}$THREAD_TYPE" >&6; } - - - # -@@ -47053,8 +47830,8 @@ - - - --echo "$as_me:$LINENO: checking if threads have different pids (pthreads on linux)" >&5 --echo $ECHO_N "checking if threads have different pids (pthreads on linux)... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking if threads have different pids (pthreads on linux)" >&5 -+echo $ECHO_N "checking if threads have different pids (pthreads on linux)... $ECHO_C" >&6; } - CPPFLAGS_save="$CPPFLAGS" - CPPFLAGS="$CPPFLAGS $THREAD_CPPFLAGS" - LDFLAGS_save="$LDFLAGS" -@@ -47104,13 +47881,22 @@ - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -47123,15 +47909,17 @@ - ( exit $ac_status ) - MSG=yes OMPI_THREADS_HAVE_DIFFERENT_PIDS=1 - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - -+ -+ - CPPFLAGS="$CPPFLAGS_save" - LDFLAGS="$LDFLAGS_save" - LIBS="$LIBS_save" - --echo "$as_me:$LINENO: result: $MSG" >&5 --echo "${ECHO_T}$MSG" >&6 -+{ echo "$as_me:$LINENO: result: $MSG" >&5 -+echo "${ECHO_T}$MSG" >&6; } - cat >>confdefs.h <<_ACEOF - #define OMPI_THREADS_HAVE_DIFFERENT_PIDS $OMPI_THREADS_HAVE_DIFFERENT_PIDS - _ACEOF -@@ -47205,13 +47993,13 @@ - # - # Now configure the whole MPI and progress thread gorp - # --echo "$as_me:$LINENO: checking if want MPI thread support" >&5 --echo $ECHO_N "checking if want MPI thread support... $ECHO_C" >&6 --# Check whether --enable-mpi-threads or --disable-mpi-threads was given. -+{ echo "$as_me:$LINENO: checking if want MPI thread support" >&5 -+echo $ECHO_N "checking if want MPI thread support... $ECHO_C" >&6; } -+# Check whether --enable-mpi-threads was given. - if test "${enable_mpi_threads+set}" = set; then -- enableval="$enable_mpi_threads" -- enable_mpi_threads="$enableval" --fi; -+ enableval=$enable_mpi_threads; enable_mpi_threads="$enableval" -+fi -+ - - if test "$enable_mpi_threads" = "" ; then - # no argument - default to no -@@ -47235,17 +48023,17 @@ - #define OMPI_ENABLE_MPI_THREADS $OMPI_ENABLE_MPI_THREADS - _ACEOF - --echo "$as_me:$LINENO: result: $enable_mpi_threads" >&5 --echo "${ECHO_T}$enable_mpi_threads" >&6 -+{ echo "$as_me:$LINENO: result: $enable_mpi_threads" >&5 -+echo "${ECHO_T}$enable_mpi_threads" >&6; } - - --echo "$as_me:$LINENO: checking if want asynchronous progress thread support" >&5 --echo $ECHO_N "checking if want asynchronous progress thread support... $ECHO_C" >&6 --# Check whether --enable-progress-threads or --disable-progress-threads was given. -+{ echo "$as_me:$LINENO: checking if want asynchronous progress thread support" >&5 -+echo $ECHO_N "checking if want asynchronous progress thread support... $ECHO_C" >&6; } -+# Check whether --enable-progress-threads was given. - if test "${enable_progress_threads+set}" = set; then -- enableval="$enable_progress_threads" -- enable_progress_threads="$enableval" --fi; -+ enableval=$enable_progress_threads; enable_progress_threads="$enableval" -+fi -+ - - if test "$enable_progress_threads" = "" ; then - # no argument given either way. Default to no. -@@ -47270,8 +48058,8 @@ - #define OMPI_ENABLE_PROGRESS_THREADS $OMPI_ENABLE_PROGRESS_THREADS - _ACEOF - --echo "$as_me:$LINENO: result: $enable_progress_threads" >&5 --echo "${ECHO_T}$enable_progress_threads" >&6 -+{ echo "$as_me:$LINENO: result: $enable_progress_threads" >&5 -+echo "${ECHO_T}$enable_progress_threads" >&6; } - - CFLAGS="$CFLAGS $THREAD_CFLAGS" - CXXFLAGS="$CXXFLAGS $THREAD_CXXFLAGS" -@@ -47293,15 +48081,15 @@ - # What is the local equivalent of "ln -s" - # - --echo "$as_me:$LINENO: checking whether ln -s works" >&5 --echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking whether ln -s works" >&5 -+echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; } - LN_S=$as_ln_s - if test "$LN_S" = "ln -s"; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - else -- echo "$as_me:$LINENO: result: no, using $LN_S" >&5 --echo "${ECHO_T}no, using $LN_S" >&6 -+ { echo "$as_me:$LINENO: result: no, using $LN_S" >&5 -+echo "${ECHO_T}no, using $LN_S" >&6; } - fi - - -@@ -47319,8 +48107,8 @@ - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_LEX+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -47333,253 +48121,182 @@ - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_LEX="$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done - done -+IFS=$as_save_IFS - - fi - fi - LEX=$ac_cv_prog_LEX - if test -n "$LEX"; then -- echo "$as_me:$LINENO: result: $LEX" >&5 --echo "${ECHO_T}$LEX" >&6 -+ { echo "$as_me:$LINENO: result: $LEX" >&5 -+echo "${ECHO_T}$LEX" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - -+ - test -n "$LEX" && break - done - test -n "$LEX" || LEX=":" - --if test -z "$LEXLIB" --then -- echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5 --echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6 --if test "${ac_cv_lib_fl_yywrap+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 --else -- ac_check_lib_save_LIBS=$LIBS --LIBS="-lfl $LIBS" --cat >conftest.$ac_ext <<_ACEOF --/* confdefs.h. */ --_ACEOF --cat confdefs.h >>conftest.$ac_ext --cat >>conftest.$ac_ext <<_ACEOF --/* end confdefs.h. */ -- --/* Override any gcc2 internal prototype to avoid an error. */ --#ifdef __cplusplus --extern "C" -+if test "x$LEX" != "x:"; then -+ cat >conftest.l <<_ACEOF -+%% -+a { ECHO; } -+b { REJECT; } -+c { yymore (); } -+d { yyless (1); } -+e { yyless (input () != 0); } -+f { unput (yytext[0]); } -+. { BEGIN INITIAL; } -+%% -+#ifdef YYTEXT_POINTER -+extern char *yytext; - #endif --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ --char yywrap (); - int --main () -+main (void) - { --yywrap (); -- ; -- return 0; -+ return ! yylex () + ! yywrap (); - } - _ACEOF --rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -- ac_status=$? -- grep -v '^ *+' conftest.er1 >conftest.err -- rm -f conftest.er1 -- cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+{ (ac_try="$LEX conftest.l" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$LEX conftest.l") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -- ac_cv_lib_fl_yywrap=yes -+ (exit $ac_status); } -+{ echo "$as_me:$LINENO: checking lex output file root" >&5 -+echo $ECHO_N "checking lex output file root... $ECHO_C" >&6; } -+if test "${ac_cv_prog_lex_root+set}" = set; then -+ echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- echo "$as_me: failed program was:" >&5 --sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_fl_yywrap=no -+if test -f lex.yy.c; then -+ ac_cv_prog_lex_root=lex.yy -+elif test -f lexyy.c; then -+ ac_cv_prog_lex_root=lexyy -+else -+ { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5 -+echo "$as_me: error: cannot find output from $LEX; giving up" >&2;} -+ { (exit 1); exit 1; }; } - fi --rm -f conftest.err conftest.$ac_objext \ -- conftest$ac_exeext conftest.$ac_ext --LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5 --echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6 --if test $ac_cv_lib_fl_yywrap = yes; then -- LEXLIB="-lfl" --else -- echo "$as_me:$LINENO: checking for yywrap in -ll" >&5 --echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6 --if test "${ac_cv_lib_l_yywrap+set}" = set; then -+{ echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5 -+echo "${ECHO_T}$ac_cv_prog_lex_root" >&6; } -+LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root -+ -+if test -z "${LEXLIB+set}"; then -+ { echo "$as_me:$LINENO: checking lex library" >&5 -+echo $ECHO_N "checking lex library... $ECHO_C" >&6; } -+if test "${ac_cv_lib_lex+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -- ac_check_lib_save_LIBS=$LIBS --LIBS="-ll $LIBS" --cat >conftest.$ac_ext <<_ACEOF --/* confdefs.h. */ --_ACEOF --cat confdefs.h >>conftest.$ac_ext --cat >>conftest.$ac_ext <<_ACEOF --/* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ --#ifdef __cplusplus --extern "C" --#endif --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ --char yywrap (); --int --main () --{ --yywrap (); -- ; -- return 0; --} -+ ac_save_LIBS=$LIBS -+ ac_cv_lib_lex='none needed' -+ for ac_lib in '' -lfl -ll; do -+ LIBS="$ac_lib $ac_save_LIBS" -+ cat >conftest.$ac_ext <<_ACEOF -+`cat $LEX_OUTPUT_ROOT.c` - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -- ac_cv_lib_l_yywrap=yes -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then -+ ac_cv_lib_lex=$ac_lib - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_l_yywrap=no --fi --rm -f conftest.err conftest.$ac_objext \ -- conftest$ac_exeext conftest.$ac_ext --LIBS=$ac_check_lib_save_LIBS --fi --echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5 --echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6 --if test $ac_cv_lib_l_yywrap = yes; then -- LEXLIB="-ll" --fi - - fi - --fi -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ -+ conftest$ac_exeext conftest.$ac_ext -+ test "$ac_cv_lib_lex" != 'none needed' && break -+ done -+ LIBS=$ac_save_LIBS - --if test "x$LEX" != "x:"; then -- echo "$as_me:$LINENO: checking lex output file root" >&5 --echo $ECHO_N "checking lex output file root... $ECHO_C" >&6 --if test "${ac_cv_prog_lex_root+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 --else -- # The minimal lex program is just a single line: %%. But some broken lexes --# (Solaris, I think it was) want two %% lines, so accommodate them. --cat >conftest.l <<_ACEOF --%% --%% --_ACEOF --{ (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5 -- (eval $LEX conftest.l) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } --if test -f lex.yy.c; then -- ac_cv_prog_lex_root=lex.yy --elif test -f lexyy.c; then -- ac_cv_prog_lex_root=lexyy --else -- { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5 --echo "$as_me: error: cannot find output from $LEX; giving up" >&2;} -- { (exit 1); exit 1; }; } - fi -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_lex" >&5 -+echo "${ECHO_T}$ac_cv_lib_lex" >&6; } -+ test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex - fi --echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5 --echo "${ECHO_T}$ac_cv_prog_lex_root" >&6 --rm -f conftest.l --LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root - --echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5 --echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6 -+ -+{ echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5 -+echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6; } - if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - # POSIX says lex can declare yytext either as a pointer or an array; the --# default is implementation-dependent. Figure out which it is, since -+# default is implementation-dependent. Figure out which it is, since - # not all implementations provide the %pointer and %array declarations. - ac_cv_prog_lex_yytext_pointer=no --echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c - ac_save_LIBS=$LIBS --LIBS="$LIBS $LEXLIB" -+LIBS="$LEXLIB $ac_save_LIBS" - cat >conftest.$ac_ext <<_ACEOF -+#define YYTEXT_POINTER 1 - `cat $LEX_OUTPUT_ROOT.c` - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_prog_lex_yytext_pointer=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_save_LIBS --rm -f "${LEX_OUTPUT_ROOT}.c" - - fi --echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5 --echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5 -+echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6; } - if test $ac_cv_prog_lex_yytext_pointer = yes; then - - cat >>confdefs.h <<\_ACEOF -@@ -47587,6 +48304,7 @@ - _ACEOF - - fi -+rm -f conftest.l $LEX_OUTPUT_ROOT.c - - fi - if test "$LEX" = :; then -@@ -47653,8 +48371,8 @@ - - have_cs_fs=1 - --echo "$as_me:$LINENO: checking if build filesystem is case sensitive" >&5 --echo $ECHO_N "checking if build filesystem is case sensitive... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking if build filesystem is case sensitive" >&5 -+echo $ECHO_N "checking if build filesystem is case sensitive... $ECHO_C" >&6; } - cat > conf_fs_test.$$ <&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - else - have_cs_fs=0 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - - rm -f conf_fs_test.$$ CONF_FS_TEST.$$ -@@ -47678,14 +48396,14 @@ - # - # Now see what the user wants to do... - # --echo "$as_me:$LINENO: checking if configuring for case sensitive filesystem" >&5 --echo $ECHO_N "checking if configuring for case sensitive filesystem... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking if configuring for case sensitive filesystem" >&5 -+echo $ECHO_N "checking if configuring for case sensitive filesystem... $ECHO_C" >&6; } - --# Check whether --with-cs_fs or --without-cs_fs was given. -+# Check whether --with-cs_fs was given. - if test "${with_cs_fs+set}" = set; then -- withval="$with_cs_fs" -+ withval=$with_cs_fs; -+fi - --fi; - - if test "$with_cs_fs" = "yes"; then - OMPI_WANT_CS_FS=1 -@@ -47696,11 +48414,11 @@ - fi - - if test "$OMPI_WANT_CS_FS" = "1"; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - - -@@ -47759,39 +48477,58 @@ - - # The following way of writing the cache mishandles newlines in values, - # but we know of no workaround that is simple, portable, and efficient. --# So, don't put newlines in cache variables' values. -+# So, we kill variables containing newlines. - # Ultrix sh set writes to stderr and can't be redirected directly, - # and sets the high bit in the cache file unless we assign to the vars. --{ -+( -+ for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do -+ eval ac_val=\$$ac_var -+ case $ac_val in #( -+ *${as_nl}*) -+ case $ac_var in #( -+ *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 -+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; -+ esac -+ case $ac_var in #( -+ _ | IFS | as_nl) ;; #( -+ *) $as_unset $ac_var ;; -+ esac ;; -+ esac -+ done -+ - (set) 2>&1 | -- case `(ac_space=' '; set | grep ac_space) 2>&1` in -- *ac_space=\ *) -+ case $as_nl`(ac_space=' '; set) 2>&1` in #( -+ *${as_nl}ac_space=\ *) - # `set' does not quote correctly, so add quotes (double-quote - # substitution turns \\\\ into \\, and sed turns \\ into \). - sed -n \ - "s/'/'\\\\''/g; - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" -- ;; -+ ;; #( - *) - # `set' quotes correctly as required by POSIX, so do not add quotes. -- sed -n \ -- "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" -+ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" - ;; -- esac; --} | -+ esac | -+ sort -+) | - sed ' -+ /^ac_cv_env_/b end - t clear -- : clear -+ :clear - s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ - t end -- /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ -- : end' >>confcache --if diff $cache_file confcache >/dev/null 2>&1; then :; else -- if test -w $cache_file; then -- test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" -+ s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ -+ :end' >>confcache -+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else -+ if test -w "$cache_file"; then -+ test "x$cache_file" != "x/dev/null" && -+ { echo "$as_me:$LINENO: updating cache $cache_file" >&5 -+echo "$as_me: updating cache $cache_file" >&6;} - cat confcache >$cache_file - else -- echo "not updating unwritable cache $cache_file" -+ { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 -+echo "$as_me: not updating unwritable cache $cache_file" >&6;} - fi - fi - rm -f confcache -@@ -47803,8 +48540,8 @@ - - ompi_show_title "Modular Component Architecture (MCA) setup" - --echo "$as_me:$LINENO: checking for subdir args" >&5 --echo $ECHO_N "checking for subdir args... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for subdir args" >&5 -+echo $ECHO_N "checking for subdir args... $ECHO_C" >&6; } - - # - # Invoke configure in subdirectories. -@@ -47863,8 +48600,8 @@ - # - - unset subdirs_str subdirs_skip subdirs_args subdirs_arg --echo "$as_me:$LINENO: result: $ompi_subdir_args" >&5 --echo "${ECHO_T}$ompi_subdir_args" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_subdir_args" >&5 -+echo "${ECHO_T}$ompi_subdir_args" >&6; } - - - -@@ -47874,8 +48611,8 @@ - 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 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_OBJC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -47888,25 +48625,27 @@ - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_OBJC="$ac_tool_prefix$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done - done -+IFS=$as_save_IFS - - fi - fi - OBJC=$ac_cv_prog_OBJC - if test -n "$OBJC"; then -- echo "$as_me:$LINENO: result: $OBJC" >&5 --echo "${ECHO_T}$OBJC" >&6 -+ { echo "$as_me:$LINENO: result: $OBJC" >&5 -+echo "${ECHO_T}$OBJC" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - -+ - test -n "$OBJC" && break - done - fi -@@ -47916,8 +48655,8 @@ - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_ac_ct_OBJC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -47930,37 +48669,52 @@ - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_OBJC="$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done - done -+IFS=$as_save_IFS - - fi - fi - ac_ct_OBJC=$ac_cv_prog_ac_ct_OBJC - if test -n "$ac_ct_OBJC"; then -- echo "$as_me:$LINENO: result: $ac_ct_OBJC" >&5 --echo "${ECHO_T}$ac_ct_OBJC" >&6 -+ { echo "$as_me:$LINENO: result: $ac_ct_OBJC" >&5 -+echo "${ECHO_T}$ac_ct_OBJC" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - -+ - test -n "$ac_ct_OBJC" && break - done --test -n "$ac_ct_OBJC" || ac_ct_OBJC="gcc" - -- OBJC=$ac_ct_OBJC -+ if test "x$ac_ct_OBJC" = x; then -+ OBJC="gcc" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+whose name does not start with the host triplet. If you think this -+configuration is useful to you, please write to autoconf@gnu.org." >&5 -+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+whose name does not start with the host triplet. If you think this -+configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+ac_tool_warned=yes ;; -+esac -+ OBJC=$ac_ct_OBJC -+ fi - fi - - - depcc="$OBJC" am_compiler_list='gcc3 gcc' - --echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 --echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 -+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } - if test "${am_cv_OBJC_dependencies_compiler_type+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -48049,8 +48803,8 @@ - fi - - fi --echo "$as_me:$LINENO: result: $am_cv_OBJC_dependencies_compiler_type" >&5 --echo "${ECHO_T}$am_cv_OBJC_dependencies_compiler_type" >&6 -+{ echo "$as_me:$LINENO: result: $am_cv_OBJC_dependencies_compiler_type" >&5 -+echo "${ECHO_T}$am_cv_OBJC_dependencies_compiler_type" >&6; } - OBJCDEPMODE=depmode=$am_cv_OBJC_dependencies_compiler_type - - -@@ -48077,32 +48831,32 @@ - # --enable-mca-dso=[.+,]*COMPONENT_TYPE-COMPONENT_NAME[.+,]* - # --disable-mca-dso - # -- # Check whether --enable-mca-no-build or --disable-mca-no-build was given. -+ # Check whether --enable-mca-no-build was given. - if test "${enable_mca_no_build+set}" = set; then -- enableval="$enable_mca_no_build" -+ enableval=$enable_mca_no_build; -+fi - --fi; -- # Check whether --enable-mca-dso or --disable-mca-dso was given. -+ # Check whether --enable-mca-dso was given. - if test "${enable_mca_dso+set}" = set; then -- enableval="$enable_mca_dso" -+ enableval=$enable_mca_dso; -+fi - --fi; -- # Check whether --enable-mca-static or --disable-mca-static was given. -+ # Check whether --enable-mca-static was given. - if test "${enable_mca_static+set}" = set; then -- enableval="$enable_mca_static" -+ enableval=$enable_mca_static; -+fi - --fi; -- # Check whether --enable-mca-direct or --disable-mca-direct was given. -+ # Check whether --enable-mca-direct was given. - if test "${enable_mca_direct+set}" = set; then -- enableval="$enable_mca_direct" -+ enableval=$enable_mca_direct; -+fi - --fi; - -- echo "$as_me:$LINENO: checking which components should be disabled" >&5 --echo $ECHO_N "checking which components should be disabled... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking which components should be disabled" >&5 -+echo $ECHO_N "checking which components should be disabled... $ECHO_C" >&6; } - if test "$enable_mca_no_build" = "yes"; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - { { echo "$as_me:$LINENO: error: *** The enable-mca-no-build flag requires an explicit list - *** of type-component pairs. For example, --enable-mca-direct=pml-teg" >&5 - echo "$as_me: error: *** The enable-mca-no-build flag requires an explicit list -@@ -48129,8 +48883,8 @@ - done - IFS="$ifs_save" - fi -- echo "$as_me:$LINENO: result: $msg" >&5 --echo "${ECHO_T}$msg" >&6 -+ { echo "$as_me:$LINENO: result: $msg" >&5 -+echo "${ECHO_T}$msg" >&6; } - unset msg - - # -@@ -48138,11 +48892,11 @@ - # lists and create a list of component types that are direct compile, - # in the form DIRECT_[type]=[component] - # -- echo "$as_me:$LINENO: checking which components should be direct-linked into the library" >&5 --echo $ECHO_N "checking which components should be direct-linked into the library... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking which components should be direct-linked into the library" >&5 -+echo $ECHO_N "checking which components should be direct-linked into the library... $ECHO_C" >&6; } - if test "$enable_mca_direct" = "yes" ; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - { { echo "$as_me:$LINENO: error: *** The enable-mca-direct flag requires an explicit list of - *** type-component pairs. For example, --enable-mca-direct=pml-teg,coll-basic" >&5 - echo "$as_me: error: *** The enable-mca-direct flag requires an explicit list of -@@ -48183,16 +48937,16 @@ - done - IFS="$ifs_save" - fi -- echo "$as_me:$LINENO: result: $msg" >&5 --echo "${ECHO_T}$msg" >&6 -+ { echo "$as_me:$LINENO: result: $msg" >&5 -+echo "${ECHO_T}$msg" >&6; } - unset msg - - # - # Second, set the DSO_all and STATIC_all variables. conflict - # resolution (prefer static) is done in the big loop below - # -- echo "$as_me:$LINENO: checking which components should be run-time loadable" >&5 --echo $ECHO_N "checking which components should be run-time loadable... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking which components should be run-time loadable" >&5 -+echo $ECHO_N "checking which components should be run-time loadable... $ECHO_C" >&6; } - if test "$enable_static" != "no"; then - DSO_all=0 - msg=none -@@ -48214,8 +48968,8 @@ - done - IFS="$ifs_save" - fi -- echo "$as_me:$LINENO: result: $msg" >&5 --echo "${ECHO_T}$msg" >&6 -+ { echo "$as_me:$LINENO: result: $msg" >&5 -+echo "${ECHO_T}$msg" >&6; } - unset msg - if test "$enable_static" != "no"; then - { echo "$as_me:$LINENO: WARNING: *** Shared libraries have been disabled (--disable-shared)" >&5 -@@ -48224,8 +48978,8 @@ - echo "$as_me: WARNING: *** Building MCA components as DSOs automatically disabled" >&2;} - fi - -- echo "$as_me:$LINENO: checking which components should be static" >&5 --echo $ECHO_N "checking which components should be static... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking which components should be static" >&5 -+echo $ECHO_N "checking which components should be static... $ECHO_C" >&6; } - if test "$enable_mca_static" = "yes"; then - STATIC_all=1 - msg=all -@@ -48244,14 +48998,14 @@ - done - IFS="$ifs_save" - fi -- echo "$as_me:$LINENO: result: $msg" >&5 --echo "${ECHO_T}$msg" >&6 -+ { echo "$as_me:$LINENO: result: $msg" >&5 -+echo "${ECHO_T}$msg" >&6; } - unset msg - -- echo "$as_me:$LINENO: checking for projects containing MCA frameworks" >&5 --echo $ECHO_N "checking for projects containing MCA frameworks... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: opal, orte, ompi" >&5 --echo "${ECHO_T}opal, orte, ompi" >&6 -+ { echo "$as_me:$LINENO: checking for projects containing MCA frameworks" >&5 -+echo $ECHO_N "checking for projects containing MCA frameworks... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: opal, orte, ompi" >&5 -+echo "${ECHO_T}opal, orte, ompi" >&6; } - - # if there isn't a project list, abort - -@@ -48266,10 +49020,10 @@ - - ompi_show_subtitle "Configuring MCA for opal" - -- echo "$as_me:$LINENO: checking for frameworks for opal" >&5 --echo $ECHO_N "checking for frameworks for opal... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: maffinity, memcpy, memory, paffinity, timer" >&5 --echo "${ECHO_T}maffinity, memcpy, memory, paffinity, timer" >&6 -+ { echo "$as_me:$LINENO: checking for frameworks for opal" >&5 -+echo $ECHO_N "checking for frameworks for opal... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: maffinity, memcpy, memory, paffinity, timer" >&5 -+echo "${ECHO_T}maffinity, memcpy, memory, paffinity, timer" >&6; } - - # iterate through the list of frameworks. There is something - # funky with m4 foreach if the list is defined, but empty. It -@@ -48328,32 +49082,48 @@ - else - outdir=opal/mca/maffinity/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -48361,14 +49131,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework maffinity" >&5 --echo $ECHO_N "checking for no configure components in framework maffinity... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: first_use" >&5 --echo "${ECHO_T}first_use" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework maffinity" >&5 --echo $ECHO_N "checking for m4 configure components in framework maffinity... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: libnuma" >&5 --echo "${ECHO_T}libnuma" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework maffinity" >&5 -+echo $ECHO_N "checking for no configure components in framework maffinity... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: first_use" >&5 -+echo "${ECHO_T}first_use" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework maffinity" >&5 -+echo $ECHO_N "checking for m4 configure components in framework maffinity... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: libnuma" >&5 -+echo "${ECHO_T}libnuma" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -48478,14 +49248,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_maffinity" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -48512,10 +49282,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -48598,10 +49368,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component maffinity:first_use can compile" >&5 --echo $ECHO_N "checking if MCA component maffinity:first_use can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component maffinity:first_use can compile" >&5 -+echo $ECHO_N "checking if MCA component maffinity:first_use can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -48755,14 +49525,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_maffinity" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -48771,11 +49541,11 @@ - if test "$should_build" = "1"; then - - --# Check whether --with-libnuma or --without-libnuma was given. -+# Check whether --with-libnuma was given. - if test "${with_libnuma+set}" = set; then -- withval="$with_libnuma" -+ withval=$with_libnuma; -+fi - --fi; - - if test "$with_libnuma" = "no"; then - maffinity_libnuma_happy="no" -@@ -48808,20 +49578,20 @@ - ompi_check_package_header_happy="no" - if test "$with_libnuma" = "/usr" -o "$with_libnuma" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for header without includes" >&5 --echo "${ECHO_T}looking for header without includes" >&6 -+ { echo "$as_me:$LINENO: result: looking for header without includes" >&5 -+echo "${ECHO_T}looking for header without includes" >&6; } - if test "${ac_cv_header_numa_h+set}" = set; then -- echo "$as_me:$LINENO: checking for numa.h" >&5 --echo $ECHO_N "checking for numa.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for numa.h" >&5 -+echo $ECHO_N "checking for numa.h... $ECHO_C" >&6; } - if test "${ac_cv_header_numa_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_numa_h" >&5 --echo "${ECHO_T}$ac_cv_header_numa_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_numa_h" >&5 -+echo "${ECHO_T}$ac_cv_header_numa_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking numa.h usability" >&5 --echo $ECHO_N "checking numa.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking numa.h usability" >&5 -+echo $ECHO_N "checking numa.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -48832,41 +49602,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking numa.h presence" >&5 --echo $ECHO_N "checking numa.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking numa.h presence" >&5 -+echo $ECHO_N "checking numa.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -48875,24 +49641,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -48900,9 +49664,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -48926,25 +49691,23 @@ - echo "$as_me: WARNING: numa.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: numa.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: numa.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for numa.h" >&5 --echo $ECHO_N "checking for numa.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for numa.h" >&5 -+echo $ECHO_N "checking for numa.h... $ECHO_C" >&6; } - if test "${ac_cv_header_numa_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_numa_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_numa_h" >&5 --echo "${ECHO_T}$ac_cv_header_numa_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_numa_h" >&5 -+echo "${ECHO_T}$ac_cv_header_numa_h" >&6; } - - fi - if test $ac_cv_header_numa_h = yes; then -@@ -48969,17 +49732,17 @@ - fi - - if test "${ac_cv_header_numa_h+set}" = set; then -- echo "$as_me:$LINENO: checking for numa.h" >&5 --echo $ECHO_N "checking for numa.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for numa.h" >&5 -+echo $ECHO_N "checking for numa.h... $ECHO_C" >&6; } - if test "${ac_cv_header_numa_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_numa_h" >&5 --echo "${ECHO_T}$ac_cv_header_numa_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_numa_h" >&5 -+echo "${ECHO_T}$ac_cv_header_numa_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking numa.h usability" >&5 --echo $ECHO_N "checking numa.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking numa.h usability" >&5 -+echo $ECHO_N "checking numa.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -48990,41 +49753,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking numa.h presence" >&5 --echo $ECHO_N "checking numa.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking numa.h presence" >&5 -+echo $ECHO_N "checking numa.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -49033,24 +49792,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -49058,9 +49815,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -49084,25 +49842,23 @@ - echo "$as_me: WARNING: numa.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: numa.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: numa.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for numa.h" >&5 --echo $ECHO_N "checking for numa.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for numa.h" >&5 -+echo $ECHO_N "checking for numa.h... $ECHO_C" >&6; } - if test "${ac_cv_header_numa_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_numa_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_numa_h" >&5 --echo "${ECHO_T}$ac_cv_header_numa_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_numa_h" >&5 -+echo "${ECHO_T}$ac_cv_header_numa_h" >&6; } - - fi - if test $ac_cv_header_numa_h = yes; then -@@ -49123,10 +49879,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for numa_available in -lnuma" >&5 --echo $ECHO_N "checking for numa_available in -lnuma... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for numa_available in -lnuma" >&5 -+echo $ECHO_N "checking for numa_available in -lnuma... $ECHO_C" >&6; } - if test "${ac_cv_lib_numa_numa_available+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -49139,56 +49895,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char numa_available (); - int - main () - { --numa_available (); -+return numa_available (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_numa_numa_available=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_numa_numa_available=no -+ ac_cv_lib_numa_numa_available=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_numa_numa_available" >&5 --echo "${ECHO_T}$ac_cv_lib_numa_numa_available" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_numa_numa_available" >&5 -+echo "${ECHO_T}$ac_cv_lib_numa_numa_available" >&6; } - if test $ac_cv_lib_numa_numa_available = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -49209,10 +49962,10 @@ - if test "$ompi_check_package_libdir" != ""; then - maffinity_libnuma_LDFLAGS="$maffinity_libnuma_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for numa_available in -lnuma" >&5 --echo $ECHO_N "checking for numa_available in -lnuma... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for numa_available in -lnuma" >&5 -+echo $ECHO_N "checking for numa_available in -lnuma... $ECHO_C" >&6; } - if test "${ac_cv_lib_numa_numa_available+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -49225,56 +49978,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char numa_available (); - int - main () - { --numa_available (); -+return numa_available (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_numa_numa_available=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_numa_numa_available=no -+ ac_cv_lib_numa_numa_available=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_numa_numa_available" >&5 --echo "${ECHO_T}$ac_cv_lib_numa_numa_available" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_numa_numa_available" >&5 -+echo "${ECHO_T}$ac_cv_lib_numa_numa_available" >&6; } - if test $ac_cv_lib_numa_numa_available = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -49297,10 +50047,10 @@ - if test "$ompi_check_package_libdir" != ""; then - maffinity_libnuma_LDFLAGS="$maffinity_libnuma_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for numa_available in -lnuma" >&5 --echo $ECHO_N "checking for numa_available in -lnuma... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for numa_available in -lnuma" >&5 -+echo $ECHO_N "checking for numa_available in -lnuma... $ECHO_C" >&6; } - if test "${ac_cv_lib_numa_numa_available+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -49313,56 +50063,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char numa_available (); - int - main () - { --numa_available (); -+return numa_available (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_numa_numa_available=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_numa_numa_available=no -+ ac_cv_lib_numa_numa_available=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_numa_numa_available" >&5 --echo "${ECHO_T}$ac_cv_lib_numa_numa_available" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_numa_numa_available" >&5 -+echo "${ECHO_T}$ac_cv_lib_numa_numa_available" >&6; } - if test $ac_cv_lib_numa_numa_available = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -49412,10 +50159,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for numa_available in -lnuma" >&5 --echo $ECHO_N "checking for numa_available in -lnuma... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for numa_available in -lnuma" >&5 -+echo $ECHO_N "checking for numa_available in -lnuma... $ECHO_C" >&6; } - if test "${ac_cv_lib_numa_numa_available+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -49428,56 +50175,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char numa_available (); - int - main () - { --numa_available (); -+return numa_available (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_numa_numa_available=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_numa_numa_available=no -+ ac_cv_lib_numa_numa_available=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_numa_numa_available" >&5 --echo "${ECHO_T}$ac_cv_lib_numa_numa_available" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_numa_numa_available" >&5 -+echo "${ECHO_T}$ac_cv_lib_numa_numa_available" >&6; } - if test $ac_cv_lib_numa_numa_available = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -49498,10 +50242,10 @@ - if test "$ompi_check_package_libdir" != ""; then - maffinity_libnuma_LDFLAGS="$maffinity_libnuma_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for numa_available in -lnuma" >&5 --echo $ECHO_N "checking for numa_available in -lnuma... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for numa_available in -lnuma" >&5 -+echo $ECHO_N "checking for numa_available in -lnuma... $ECHO_C" >&6; } - if test "${ac_cv_lib_numa_numa_available+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -49514,56 +50258,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char numa_available (); - int - main () - { --numa_available (); -+return numa_available (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_numa_numa_available=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_numa_numa_available=no -+ ac_cv_lib_numa_numa_available=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_numa_numa_available" >&5 --echo "${ECHO_T}$ac_cv_lib_numa_numa_available" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_numa_numa_available" >&5 -+echo "${ECHO_T}$ac_cv_lib_numa_numa_available" >&6; } - if test $ac_cv_lib_numa_numa_available = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -49586,10 +50327,10 @@ - if test "$ompi_check_package_libdir" != ""; then - maffinity_libnuma_LDFLAGS="$maffinity_libnuma_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for numa_available in -lnuma" >&5 --echo $ECHO_N "checking for numa_available in -lnuma... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for numa_available in -lnuma" >&5 -+echo $ECHO_N "checking for numa_available in -lnuma... $ECHO_C" >&6; } - if test "${ac_cv_lib_numa_numa_available+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -49602,56 +50343,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char numa_available (); - int - main () - { --numa_available (); -+return numa_available (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_numa_numa_available=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_numa_numa_available=no -+ ac_cv_lib_numa_numa_available=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_numa_numa_available" >&5 --echo "${ECHO_T}$ac_cv_lib_numa_numa_available" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_numa_numa_available" >&5 -+echo "${ECHO_T}$ac_cv_lib_numa_numa_available" >&6; } - if test $ac_cv_lib_numa_numa_available = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -49751,10 +50489,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -49837,10 +50575,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component maffinity:libnuma can compile" >&5 --echo $ECHO_N "checking if MCA component maffinity:libnuma can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component maffinity:libnuma can compile" >&5 -+echo $ECHO_N "checking if MCA component maffinity:libnuma can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -50002,14 +50740,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_maffinity" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -50174,10 +50912,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -50260,10 +50998,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component maffinity:$component can compile" >&5 --echo $ECHO_N "checking if MCA component maffinity:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component maffinity:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component maffinity:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -50332,7 +51070,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files opal/mca/maffinity/Makefile" -+ ac_config_files="$ac_config_files opal/mca/maffinity/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -50406,32 +51144,48 @@ - else - outdir=opal/mca/memcpy/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -50439,14 +51193,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework memcpy" >&5 --echo $ECHO_N "checking for no configure components in framework memcpy... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework memcpy" >&5 --echo $ECHO_N "checking for m4 configure components in framework memcpy... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework memcpy" >&5 -+echo $ECHO_N "checking for no configure components in framework memcpy... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: " >&5 -+echo "${ECHO_T}" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework memcpy" >&5 -+echo $ECHO_N "checking for m4 configure components in framework memcpy... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: " >&5 -+echo "${ECHO_T}" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -50571,14 +51325,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_memcpy" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -50743,10 +51497,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -50829,10 +51583,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component memcpy:$component can compile" >&5 --echo $ECHO_N "checking if MCA component memcpy:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component memcpy:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component memcpy:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -50901,7 +51655,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files opal/mca/memcpy/Makefile" -+ ac_config_files="$ac_config_files opal/mca/memcpy/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -50942,7 +51696,7 @@ - memcpy_base_include="base/memcpy_base_default.h" - fi - -- ac_config_links="$ac_config_links opal/mca/memcpy/base/base_impl.h:opal/mca/memcpy/$memcpy_base_include" -+ ac_config_links="$ac_config_links opal/mca/memcpy/base/base_impl.h:opal/mca/memcpy/$memcpy_base_include" - - # common has to go up front - if test "memory" = "common" ; then -@@ -50984,32 +51738,48 @@ - else - outdir=opal/mca/memory/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -51017,14 +51787,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework memory" >&5 --echo $ECHO_N "checking for no configure components in framework memory... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework memory" >&5 --echo $ECHO_N "checking for m4 configure components in framework memory... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: darwin, ptmalloc2, malloc_hooks" >&5 --echo "${ECHO_T}darwin, ptmalloc2, malloc_hooks" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework memory" >&5 -+echo $ECHO_N "checking for no configure components in framework memory... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: " >&5 -+echo "${ECHO_T}" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework memory" >&5 -+echo $ECHO_N "checking for m4 configure components in framework memory... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: darwin, ptmalloc2, malloc_hooks" >&5 -+echo "${ECHO_T}darwin, ptmalloc2, malloc_hooks" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -51109,11 +51879,11 @@ - # Allow the component to override the build mode if it really wants to. - # It is, of course, free to end up calling MCA_COMPONENT_COMPILE_MODE - -- echo "$as_me:$LINENO: checking for MCA component memory:darwin compile mode" >&5 --echo $ECHO_N "checking for MCA component memory:darwin compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component memory:darwin compile mode" >&5 -+echo $ECHO_N "checking for MCA component memory:darwin compile mode... $ECHO_C" >&6; } - compile_mode="static" -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - - - # try to configure the component. pay no attention to -@@ -51121,11 +51891,11 @@ - if test "$should_build" = "1"; then - - --# Check whether --with-memory-manager or --without-memory-manager was given. -+# Check whether --with-memory-manager was given. - if test "${with_memory_manager+set}" = set; then -- withval="$with_memory_manager" -+ withval=$with_memory_manager; -+fi - --fi; - - if test "$with_memory_manager" = "darwin"; then - memory_darwin_happy="yes" -@@ -51144,17 +51914,17 @@ - if test "$memory_darwin_happy" = "yes"; then - # check for malloc/malloc.h - if test "${ac_cv_header_malloc_malloc_h+set}" = set; then -- echo "$as_me:$LINENO: checking for malloc/malloc.h" >&5 --echo $ECHO_N "checking for malloc/malloc.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for malloc/malloc.h" >&5 -+echo $ECHO_N "checking for malloc/malloc.h... $ECHO_C" >&6; } - if test "${ac_cv_header_malloc_malloc_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_malloc_malloc_h" >&5 --echo "${ECHO_T}$ac_cv_header_malloc_malloc_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_malloc_malloc_h" >&5 -+echo "${ECHO_T}$ac_cv_header_malloc_malloc_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking malloc/malloc.h usability" >&5 --echo $ECHO_N "checking malloc/malloc.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking malloc/malloc.h usability" >&5 -+echo $ECHO_N "checking malloc/malloc.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -51165,41 +51935,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking malloc/malloc.h presence" >&5 --echo $ECHO_N "checking malloc/malloc.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking malloc/malloc.h presence" >&5 -+echo $ECHO_N "checking malloc/malloc.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -51208,24 +51974,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -51233,9 +51997,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -51259,25 +52024,23 @@ - echo "$as_me: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: malloc/malloc.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for malloc/malloc.h" >&5 --echo $ECHO_N "checking for malloc/malloc.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for malloc/malloc.h" >&5 -+echo $ECHO_N "checking for malloc/malloc.h... $ECHO_C" >&6; } - if test "${ac_cv_header_malloc_malloc_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_malloc_malloc_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_malloc_malloc_h" >&5 --echo "${ECHO_T}$ac_cv_header_malloc_malloc_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_malloc_malloc_h" >&5 -+echo "${ECHO_T}$ac_cv_header_malloc_malloc_h" >&6; } - - fi - if test $ac_cv_header_malloc_malloc_h = yes; then -@@ -51292,8 +52055,8 @@ - - if test "$memory_darwin_happy" = "yes"; then - # check for hook to get correct callbacks -- echo "$as_me:$LINENO: checking for malloc_default_zone" >&5 --echo $ECHO_N "checking for malloc_default_zone... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for malloc_default_zone" >&5 -+echo $ECHO_N "checking for malloc_default_zone... $ECHO_C" >&6; } - if test "${ac_cv_func_malloc_default_zone+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -51320,68 +52083,59 @@ - - #undef malloc_default_zone - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char malloc_default_zone (); - /* 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. */ --#if defined (__stub_malloc_default_zone) || defined (__stub___malloc_default_zone) -+#if defined __stub_malloc_default_zone || defined __stub___malloc_default_zone - choke me --#else --char (*f) () = malloc_default_zone; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != malloc_default_zone; -+return malloc_default_zone (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_func_malloc_default_zone=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_malloc_default_zone=no -+ ac_cv_func_malloc_default_zone=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_malloc_default_zone" >&5 --echo "${ECHO_T}$ac_cv_func_malloc_default_zone" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_func_malloc_default_zone" >&5 -+echo "${ECHO_T}$ac_cv_func_malloc_default_zone" >&6; } - if test $ac_cv_func_malloc_default_zone = yes; then - memory_darwin_happy="yes" - else -@@ -51394,8 +52148,8 @@ - # this should be true for any reasonably recent version of OS X, - # but make sure. - if test "$memory_darwin_happy" = "yes"; then -- echo "$as_me:$LINENO: checking for dlsym" >&5 --echo $ECHO_N "checking for dlsym... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for dlsym" >&5 -+echo $ECHO_N "checking for dlsym... $ECHO_C" >&6; } - if test "${ac_cv_func_dlsym+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -51422,68 +52176,59 @@ - - #undef dlsym - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char dlsym (); - /* 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. */ --#if defined (__stub_dlsym) || defined (__stub___dlsym) -+#if defined __stub_dlsym || defined __stub___dlsym - choke me --#else --char (*f) () = dlsym; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != dlsym; -+return dlsym (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_func_dlsym=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_dlsym=no -+ ac_cv_func_dlsym=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_dlsym" >&5 --echo "${ECHO_T}$ac_cv_func_dlsym" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_func_dlsym" >&5 -+echo "${ECHO_T}$ac_cv_func_dlsym" >&6; } - if test $ac_cv_func_dlsym = yes; then - memory_darwin_happy="yes" - else -@@ -51538,10 +52283,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -51624,10 +52369,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component memory:darwin can compile" >&5 --echo $ECHO_N "checking if MCA component memory:darwin can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component memory:darwin can compile" >&5 -+echo $ECHO_N "checking if MCA component memory:darwin can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -51749,11 +52494,11 @@ - # Allow the component to override the build mode if it really wants to. - # It is, of course, free to end up calling MCA_COMPONENT_COMPILE_MODE - -- echo "$as_me:$LINENO: checking for MCA component memory:ptmalloc2 compile mode" >&5 --echo $ECHO_N "checking for MCA component memory:ptmalloc2 compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component memory:ptmalloc2 compile mode" >&5 -+echo $ECHO_N "checking for MCA component memory:ptmalloc2 compile mode... $ECHO_C" >&6; } - compile_mode="static" -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - - - # try to configure the component. pay no attention to -@@ -51761,17 +52506,17 @@ - if test "$should_build" = "1"; then - - --# Check whether --with-memory-manager or --without-memory-manager was given. -+# Check whether --with-memory-manager was given. - if test "${with_memory_manager+set}" = set; then -- withval="$with_memory_manager" -+ withval=$with_memory_manager; -+fi - --fi; - -- # Check whether --enable-ptmalloc2-opt-sbrk or --disable-ptmalloc2-opt-sbrk was given. -+ # Check whether --enable-ptmalloc2-opt-sbrk was given. - if test "${enable_ptmalloc2_opt_sbrk+set}" = set; then -- enableval="$enable_ptmalloc2_opt_sbrk" -+ enableval=$enable_ptmalloc2_opt_sbrk; -+fi - --fi; - - if test "$enable_ptmalloc2_opt_sbrk" = "no" ; then - memory_ptmalloc2_opt_sbrk=0 -@@ -51808,17 +52553,17 @@ - if test "$memory_ptmalloc2_happy" = "yes"; then - # check for malloc.h - if test "${ac_cv_header_malloc_h+set}" = set; then -- echo "$as_me:$LINENO: checking for malloc.h" >&5 --echo $ECHO_N "checking for malloc.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for malloc.h" >&5 -+echo $ECHO_N "checking for malloc.h... $ECHO_C" >&6; } - if test "${ac_cv_header_malloc_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&5 --echo "${ECHO_T}$ac_cv_header_malloc_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&5 -+echo "${ECHO_T}$ac_cv_header_malloc_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking malloc.h usability" >&5 --echo $ECHO_N "checking malloc.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking malloc.h usability" >&5 -+echo $ECHO_N "checking malloc.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -51829,41 +52574,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking malloc.h presence" >&5 --echo $ECHO_N "checking malloc.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking malloc.h presence" >&5 -+echo $ECHO_N "checking malloc.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -51872,24 +52613,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -51897,9 +52636,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -51923,25 +52663,23 @@ - echo "$as_me: WARNING: malloc.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: malloc.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: malloc.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for malloc.h" >&5 --echo $ECHO_N "checking for malloc.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for malloc.h" >&5 -+echo $ECHO_N "checking for malloc.h... $ECHO_C" >&6; } - if test "${ac_cv_header_malloc_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_malloc_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&5 --echo "${ECHO_T}$ac_cv_header_malloc_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&5 -+echo "${ECHO_T}$ac_cv_header_malloc_h" >&6; } - - fi - if test $ac_cv_header_malloc_h = yes; then -@@ -51956,8 +52694,8 @@ - - if test "$memory_ptmalloc2_happy" = "yes"; then - # check for init hook symbol -- echo "$as_me:$LINENO: checking whether __malloc_initialize_hook is declared" >&5 --echo $ECHO_N "checking whether __malloc_initialize_hook is declared... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking whether __malloc_initialize_hook is declared" >&5 -+echo $ECHO_N "checking whether __malloc_initialize_hook is declared... $ECHO_C" >&6; } - if test "${ac_cv_have_decl___malloc_initialize_hook+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -51974,7 +52712,7 @@ - main () - { - #ifndef __malloc_initialize_hook -- char *p = (char *) __malloc_initialize_hook; -+ (void) __malloc_initialize_hook; - #endif - - ; -@@ -51982,38 +52720,34 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_have_decl___malloc_initialize_hook=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_have_decl___malloc_initialize_hook=no -+ ac_cv_have_decl___malloc_initialize_hook=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_have_decl___malloc_initialize_hook" >&5 --echo "${ECHO_T}$ac_cv_have_decl___malloc_initialize_hook" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_have_decl___malloc_initialize_hook" >&5 -+echo "${ECHO_T}$ac_cv_have_decl___malloc_initialize_hook" >&6; } - if test $ac_cv_have_decl___malloc_initialize_hook = yes; then - memory_ptmalloc2_happy="yes" - else -@@ -52026,8 +52760,8 @@ - # - # See if we have sbrk prototyped - # -- echo "$as_me:$LINENO: checking whether sbrk is declared" >&5 --echo $ECHO_N "checking whether sbrk is declared... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking whether sbrk is declared" >&5 -+echo $ECHO_N "checking whether sbrk is declared... $ECHO_C" >&6; } - if test "${ac_cv_have_decl_sbrk+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -52042,7 +52776,7 @@ - main () - { - #ifndef sbrk -- char *p = (char *) sbrk; -+ (void) sbrk; - #endif - - ; -@@ -52050,38 +52784,34 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_have_decl_sbrk=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_have_decl_sbrk=no -+ ac_cv_have_decl_sbrk=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_have_decl_sbrk" >&5 --echo "${ECHO_T}$ac_cv_have_decl_sbrk" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_sbrk" >&5 -+echo "${ECHO_T}$ac_cv_have_decl_sbrk" >&6; } - if test $ac_cv_have_decl_sbrk = yes; then - - cat >>confdefs.h <<_ACEOF -@@ -52110,17 +52840,17 @@ - # only go this route if we can't get at munmap any other - # way. - if test "${ac_cv_header_syscall_h+set}" = set; then -- echo "$as_me:$LINENO: checking for syscall.h" >&5 --echo $ECHO_N "checking for syscall.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for syscall.h" >&5 -+echo $ECHO_N "checking for syscall.h... $ECHO_C" >&6; } - if test "${ac_cv_header_syscall_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_syscall_h" >&5 --echo "${ECHO_T}$ac_cv_header_syscall_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_syscall_h" >&5 -+echo "${ECHO_T}$ac_cv_header_syscall_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking syscall.h usability" >&5 --echo $ECHO_N "checking syscall.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking syscall.h usability" >&5 -+echo $ECHO_N "checking syscall.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -52131,41 +52861,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking syscall.h presence" >&5 --echo $ECHO_N "checking syscall.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking syscall.h presence" >&5 -+echo $ECHO_N "checking syscall.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -52174,24 +52900,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -52199,9 +52923,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -52225,25 +52950,23 @@ - echo "$as_me: WARNING: syscall.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: syscall.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: syscall.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for syscall.h" >&5 --echo $ECHO_N "checking for syscall.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for syscall.h" >&5 -+echo $ECHO_N "checking for syscall.h... $ECHO_C" >&6; } - if test "${ac_cv_header_syscall_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_syscall_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_syscall_h" >&5 --echo "${ECHO_T}$ac_cv_header_syscall_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_syscall_h" >&5 -+echo "${ECHO_T}$ac_cv_header_syscall_h" >&6; } - - fi - if test $ac_cv_header_syscall_h = yes; then -@@ -52251,9 +52974,9 @@ - for ac_func in syscall - do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 --if eval "test \"\${$as_ac_var+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_func" >&5 -+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -52279,68 +53002,60 @@ - - #undef $ac_func - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char $ac_func (); - /* 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. */ --#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -+#if defined __stub_$ac_func || defined __stub___$ac_func - choke me --#else --char (*f) () = $ac_func; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != $ac_func; -+return $ac_func (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - eval "$as_ac_var=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_var=no" -+ eval "$as_ac_var=no" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_var'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_var'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -@@ -52360,9 +53075,9 @@ - for ac_func in __munmap - do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 --if eval "test \"\${$as_ac_var+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_func" >&5 -+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -52388,68 +53103,60 @@ - - #undef $ac_func - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char $ac_func (); - /* 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. */ --#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -+#if defined __stub_$ac_func || defined __stub___$ac_func - choke me --#else --char (*f) () = $ac_func; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != $ac_func; -+return $ac_func (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - eval "$as_ac_var=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_var=no" -+ eval "$as_ac_var=no" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_var'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_var'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -@@ -52462,9 +53169,9 @@ - for ac_func in __mmap - do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 --if eval "test \"\${$as_ac_var+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_func" >&5 -+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -52490,68 +53197,60 @@ - - #undef $ac_func - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char $ac_func (); - /* 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. */ --#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -+#if defined __stub_$ac_func || defined __stub___$ac_func - choke me --#else --char (*f) () = $ac_func; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != $ac_func; -+return $ac_func (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - eval "$as_ac_var=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_var=no" -+ eval "$as_ac_var=no" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_var'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_var'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -@@ -52565,8 +53264,8 @@ - # really need to - if test "$memory_ptmalloc2_mmap" = "0"; then - memory_ptmalloc2_LIBS_SAVE="$LIBS" -- echo "$as_me:$LINENO: checking for dlsym in -ldl" >&5 --echo $ECHO_N "checking for dlsym in -ldl... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for dlsym in -ldl" >&5 -+echo $ECHO_N "checking for dlsym in -ldl... $ECHO_C" >&6; } - if test "${ac_cv_lib_dl_dlsym+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -52579,56 +53278,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char dlsym (); - int - main () - { --dlsym (); -+return dlsym (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_dl_dlsym=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_dl_dlsym=no -+ ac_cv_lib_dl_dlsym=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlsym" >&5 --echo "${ECHO_T}$ac_cv_lib_dl_dlsym" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlsym" >&5 -+echo "${ECHO_T}$ac_cv_lib_dl_dlsym" >&6; } - if test $ac_cv_lib_dl_dlsym = yes; then - LIBS="$LIBS -ldl" - memory_ptmalloc2_LIBS="-ldl" -@@ -52639,9 +53335,9 @@ - for ac_func in dlsym - do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 --if eval "test \"\${$as_ac_var+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_func" >&5 -+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -52667,68 +53363,60 @@ - - #undef $ac_func - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char $ac_func (); - /* 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. */ --#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -+#if defined __stub_$ac_func || defined __stub___$ac_func - choke me --#else --char (*f) () = $ac_func; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != $ac_func; -+return $ac_func (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - eval "$as_ac_var=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_var=no" -+ eval "$as_ac_var=no" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_var'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_var'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -@@ -52797,10 +53485,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -52883,10 +53571,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component memory:ptmalloc2 can compile" >&5 --echo $ECHO_N "checking if MCA component memory:ptmalloc2 can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component memory:ptmalloc2 can compile" >&5 -+echo $ECHO_N "checking if MCA component memory:ptmalloc2 can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -53008,11 +53696,11 @@ - # Allow the component to override the build mode if it really wants to. - # It is, of course, free to end up calling MCA_COMPONENT_COMPILE_MODE - -- echo "$as_me:$LINENO: checking for MCA component memory:malloc_hooks compile mode" >&5 --echo $ECHO_N "checking for MCA component memory:malloc_hooks compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component memory:malloc_hooks compile mode" >&5 -+echo $ECHO_N "checking for MCA component memory:malloc_hooks compile mode... $ECHO_C" >&6; } - compile_mode="static" -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - - - # try to configure the component. pay no attention to -@@ -53020,11 +53708,11 @@ - if test "$should_build" = "1"; then - - --# Check whether --with-memory-manager or --without-memory-manager was given. -+# Check whether --with-memory-manager was given. - if test "${with_memory_manager+set}" = set; then -- withval="$with_memory_manager" -+ withval=$with_memory_manager; -+fi - --fi; - - if test "$with_memory_manager" = "malloc_hooks"; then - memory_malloc_hooks_happy="yes" -@@ -53052,17 +53740,17 @@ - if test "$memory_malloc_hooks_happy" = "yes"; then - # check for malloc.h - if test "${ac_cv_header_malloc_h+set}" = set; then -- echo "$as_me:$LINENO: checking for malloc.h" >&5 --echo $ECHO_N "checking for malloc.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for malloc.h" >&5 -+echo $ECHO_N "checking for malloc.h... $ECHO_C" >&6; } - if test "${ac_cv_header_malloc_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&5 --echo "${ECHO_T}$ac_cv_header_malloc_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&5 -+echo "${ECHO_T}$ac_cv_header_malloc_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking malloc.h usability" >&5 --echo $ECHO_N "checking malloc.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking malloc.h usability" >&5 -+echo $ECHO_N "checking malloc.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -53073,41 +53761,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking malloc.h presence" >&5 --echo $ECHO_N "checking malloc.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking malloc.h presence" >&5 -+echo $ECHO_N "checking malloc.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -53116,24 +53800,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -53141,9 +53823,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -53167,25 +53850,23 @@ - echo "$as_me: WARNING: malloc.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: malloc.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: malloc.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for malloc.h" >&5 --echo $ECHO_N "checking for malloc.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for malloc.h" >&5 -+echo $ECHO_N "checking for malloc.h... $ECHO_C" >&6; } - if test "${ac_cv_header_malloc_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_malloc_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&5 --echo "${ECHO_T}$ac_cv_header_malloc_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&5 -+echo "${ECHO_T}$ac_cv_header_malloc_h" >&6; } - - fi - if test $ac_cv_header_malloc_h = yes; then -@@ -53200,8 +53881,8 @@ - - if test "$memory_malloc_hooks_happy" = "yes"; then - # check for init hook symbol -- echo "$as_me:$LINENO: checking whether __malloc_initialize_hook is declared" >&5 --echo $ECHO_N "checking whether __malloc_initialize_hook is declared... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking whether __malloc_initialize_hook is declared" >&5 -+echo $ECHO_N "checking whether __malloc_initialize_hook is declared... $ECHO_C" >&6; } - if test "${ac_cv_have_decl___malloc_initialize_hook+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -53218,7 +53899,7 @@ - main () - { - #ifndef __malloc_initialize_hook -- char *p = (char *) __malloc_initialize_hook; -+ (void) __malloc_initialize_hook; - #endif - - ; -@@ -53226,38 +53907,34 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_have_decl___malloc_initialize_hook=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_have_decl___malloc_initialize_hook=no -+ ac_cv_have_decl___malloc_initialize_hook=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_have_decl___malloc_initialize_hook" >&5 --echo "${ECHO_T}$ac_cv_have_decl___malloc_initialize_hook" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_have_decl___malloc_initialize_hook" >&5 -+echo "${ECHO_T}$ac_cv_have_decl___malloc_initialize_hook" >&6; } - if test $ac_cv_have_decl___malloc_initialize_hook = yes; then - memory_malloc_hooks_happy="yes" - else -@@ -53269,8 +53946,8 @@ - - if test "$memory_malloc_hooks_happy" = "yes"; then - # check for the chunk size function -- echo "$as_me:$LINENO: checking for malloc_usable_size" >&5 --echo $ECHO_N "checking for malloc_usable_size... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for malloc_usable_size" >&5 -+echo $ECHO_N "checking for malloc_usable_size... $ECHO_C" >&6; } - if test "${ac_cv_func_malloc_usable_size+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -53297,68 +53974,59 @@ - - #undef malloc_usable_size - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char malloc_usable_size (); - /* 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. */ --#if defined (__stub_malloc_usable_size) || defined (__stub___malloc_usable_size) -+#if defined __stub_malloc_usable_size || defined __stub___malloc_usable_size - choke me --#else --char (*f) () = malloc_usable_size; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != malloc_usable_size; -+return malloc_usable_size (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_func_malloc_usable_size=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_malloc_usable_size=no -+ ac_cv_func_malloc_usable_size=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_malloc_usable_size" >&5 --echo "${ECHO_T}$ac_cv_func_malloc_usable_size" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_func_malloc_usable_size" >&5 -+echo "${ECHO_T}$ac_cv_func_malloc_usable_size" >&6; } - if test $ac_cv_func_malloc_usable_size = yes; then - memory_malloc_hooks_happy="yes" - else -@@ -53370,8 +54038,8 @@ - - memory_malloc_hooks_LIBS_SAVE="$LIBS" - if test "$memory_malloc_hooks_happy" = "yes"; then -- echo "$as_me:$LINENO: checking for dlsym in -ldl" >&5 --echo $ECHO_N "checking for dlsym in -ldl... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for dlsym in -ldl" >&5 -+echo $ECHO_N "checking for dlsym in -ldl... $ECHO_C" >&6; } - if test "${ac_cv_lib_dl_dlsym+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -53384,56 +54052,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char dlsym (); - int - main () - { --dlsym (); -+return dlsym (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_dl_dlsym=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_dl_dlsym=no -+ ac_cv_lib_dl_dlsym=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlsym" >&5 --echo "${ECHO_T}$ac_cv_lib_dl_dlsym" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlsym" >&5 -+echo "${ECHO_T}$ac_cv_lib_dl_dlsym" >&6; } - if test $ac_cv_lib_dl_dlsym = yes; then - memory_malloc_hooks_happy="yes" - else -@@ -53494,10 +54159,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -53580,10 +54245,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component memory:malloc_hooks can compile" >&5 --echo $ECHO_N "checking if MCA component memory:malloc_hooks can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component memory:malloc_hooks can compile" >&5 -+echo $ECHO_N "checking if MCA component memory:malloc_hooks can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -53745,14 +54410,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_memory" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -53917,10 +54582,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -54003,10 +54668,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component memory:$component can compile" >&5 --echo $ECHO_N "checking if MCA component memory:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component memory:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component memory:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -54075,7 +54740,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files opal/mca/memory/Makefile" -+ ac_config_files="$ac_config_files opal/mca/memory/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -54152,32 +54817,48 @@ - else - outdir=opal/mca/paffinity/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -54185,14 +54866,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework paffinity" >&5 --echo $ECHO_N "checking for no configure components in framework paffinity... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework paffinity" >&5 --echo $ECHO_N "checking for m4 configure components in framework paffinity... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: linux, solaris, windows" >&5 --echo "${ECHO_T}linux, solaris, windows" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework paffinity" >&5 -+echo $ECHO_N "checking for no configure components in framework paffinity... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: " >&5 -+echo "${ECHO_T}" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework paffinity" >&5 -+echo $ECHO_N "checking for m4 configure components in framework paffinity... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: linux, solaris, windows" >&5 -+echo "${ECHO_T}linux, solaris, windows" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -54310,14 +54991,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_paffinity" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -54327,8 +55008,8 @@ - - # check for sched_setaffinity(), which originated in Linux kernel - # 2.5.8, but was back-ported in several distro's 2.4 kernels. -- echo "$as_me:$LINENO: checking for sched_setaffinity" >&5 --echo $ECHO_N "checking for sched_setaffinity... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for sched_setaffinity" >&5 -+echo $ECHO_N "checking for sched_setaffinity... $ECHO_C" >&6; } - if test "${ac_cv_func_sched_setaffinity+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -54355,68 +55036,59 @@ - - #undef sched_setaffinity - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char sched_setaffinity (); - /* 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. */ --#if defined (__stub_sched_setaffinity) || defined (__stub___sched_setaffinity) -+#if defined __stub_sched_setaffinity || defined __stub___sched_setaffinity - choke me --#else --char (*f) () = sched_setaffinity; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != sched_setaffinity; -+return sched_setaffinity (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_func_sched_setaffinity=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_sched_setaffinity=no -+ ac_cv_func_sched_setaffinity=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_sched_setaffinity" >&5 --echo "${ECHO_T}$ac_cv_func_sched_setaffinity" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_func_sched_setaffinity" >&5 -+echo "${ECHO_T}$ac_cv_func_sched_setaffinity" >&6; } - if test $ac_cv_func_sched_setaffinity = yes; then - should_build=1 - else -@@ -54431,8 +55103,8 @@ - - - -- echo "$as_me:$LINENO: checking for cpu_set_t" >&5 --echo $ECHO_N "checking for cpu_set_t... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for cpu_set_t" >&5 -+echo $ECHO_N "checking for cpu_set_t... $ECHO_C" >&6; } - if test "${ac_cv_type_cpu_set_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -54444,50 +55116,47 @@ - /* end confdefs.h. */ - #include - -+typedef cpu_set_t ac__type_new_; - int - main () - { --if ((cpu_set_t *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (cpu_set_t)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_cpu_set_t=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_cpu_set_t=no -+ ac_cv_type_cpu_set_t=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_cpu_set_t" >&5 --echo "${ECHO_T}$ac_cv_type_cpu_set_t" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_cpu_set_t" >&5 -+echo "${ECHO_T}$ac_cv_type_cpu_set_t" >&6; } - if test $ac_cv_type_cpu_set_t = yes; then - - cat >>confdefs.h <<_ACEOF -@@ -54509,8 +55178,8 @@ - # Check to see if CPU_ZERO is functional (see comment in - # paffinity_linux.h) - -- echo "$as_me:$LINENO: checking whether CPU_ZERO is broken" >&5 --echo $ECHO_N "checking whether CPU_ZERO is broken... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking whether CPU_ZERO is broken" >&5 -+echo $ECHO_N "checking whether CPU_ZERO is broken... $ECHO_C" >&6; } - - - cat >conftest.$ac_ext <<_ACEOF -@@ -54529,47 +55198,43 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - cat >>confdefs.h <<\_ACEOF - #define HAVE_CPU_ZERO 1 - _ACEOF - -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - - # Now check whether sched_setaffinity() takes 2 or 3 - # arguments (see comment in paffinity_linux.h) - -- echo "$as_me:$LINENO: checking how many parameters sched_setaffinity() takes" >&5 --echo $ECHO_N "checking how many parameters sched_setaffinity() takes... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking how many parameters sched_setaffinity() takes" >&5 -+echo $ECHO_N "checking how many parameters sched_setaffinity() takes... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -54586,42 +55251,38 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - opal_paffinity_linux_ssnp=3 - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --opal_paffinity_linux_ssnp=2 -+ opal_paffinity_linux_ssnp=2 - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - - cat >>confdefs.h <<_ACEOF - #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS $opal_paffinity_linux_ssnp - _ACEOF - -- echo "$as_me:$LINENO: result: $opal_paffinity_linux_ssnp" >&5 --echo "${ECHO_T}$opal_paffinity_linux_ssnp" >&6 -+ { echo "$as_me:$LINENO: result: $opal_paffinity_linux_ssnp" >&5 -+echo "${ECHO_T}$opal_paffinity_linux_ssnp" >&6; } - fi - - # Clean up (not entirely necessary; just being social) -@@ -54655,10 +55316,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -54741,10 +55402,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component paffinity:linux can compile" >&5 --echo $ECHO_N "checking if MCA component paffinity:linux can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component paffinity:linux can compile" >&5 -+echo $ECHO_N "checking if MCA component paffinity:linux can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -54899,14 +55560,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_paffinity" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -54915,8 +55576,8 @@ - if test "$should_build" = "1"; then - - # check for processor_bind() -- echo "$as_me:$LINENO: checking for processor_bind" >&5 --echo $ECHO_N "checking for processor_bind... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for processor_bind" >&5 -+echo $ECHO_N "checking for processor_bind... $ECHO_C" >&6; } - if test "${ac_cv_func_processor_bind+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -54943,68 +55604,59 @@ - - #undef processor_bind - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char processor_bind (); - /* 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. */ --#if defined (__stub_processor_bind) || defined (__stub___processor_bind) -+#if defined __stub_processor_bind || defined __stub___processor_bind - choke me --#else --char (*f) () = processor_bind; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != processor_bind; -+return processor_bind (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_func_processor_bind=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_processor_bind=no -+ ac_cv_func_processor_bind=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_processor_bind" >&5 --echo "${ECHO_T}$ac_cv_func_processor_bind" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_func_processor_bind" >&5 -+echo "${ECHO_T}$ac_cv_func_processor_bind" >&6; } - if test $ac_cv_func_processor_bind = yes; then - should_build=1 - else -@@ -55038,10 +55690,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -55124,10 +55776,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component paffinity:solaris can compile" >&5 --echo $ECHO_N "checking if MCA component paffinity:solaris can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component paffinity:solaris can compile" >&5 -+echo $ECHO_N "checking if MCA component paffinity:solaris can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -55282,14 +55934,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_paffinity" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -55300,8 +55952,8 @@ - # check for GetProcessAffinityMask, which is defined only for some - # flavors of Windows. We should first check that the function is defined, - # and then check for it's presence in the kernel32 library. -- echo "$as_me:$LINENO: checking for working GetProcessAffinityMask" >&5 --echo $ECHO_N "checking for working GetProcessAffinityMask... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for working GetProcessAffinityMask" >&5 -+echo $ECHO_N "checking for working GetProcessAffinityMask... $ECHO_C" >&6; } - if test "$cross_compiling" = yes; then - cat >conftest.$ac_ext <<_ACEOF - #include -@@ -55311,39 +55963,35 @@ - return 0; } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - should_build=1 - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - should_build=0 - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -55358,18 +56006,27 @@ - return 0; } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - should_build=1 - else - echo "$as_me: program exited with status $ac_status" >&5 -@@ -55377,13 +56034,15 @@ - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) --echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+{ echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - should_build=0 - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - -+ -+ - fi - - -@@ -55410,10 +56069,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -55496,10 +56155,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component paffinity:windows can compile" >&5 --echo $ECHO_N "checking if MCA component paffinity:windows can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component paffinity:windows can compile" >&5 -+echo $ECHO_N "checking if MCA component paffinity:windows can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -55661,14 +56320,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_paffinity" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -55833,10 +56492,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -55919,10 +56578,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component paffinity:$component can compile" >&5 --echo $ECHO_N "checking if MCA component paffinity:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component paffinity:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component paffinity:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -55991,7 +56650,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files opal/mca/paffinity/Makefile" -+ ac_config_files="$ac_config_files opal/mca/paffinity/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -56065,32 +56724,48 @@ - else - outdir=opal/mca/timer/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -56098,14 +56773,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework timer" >&5 --echo $ECHO_N "checking for no configure components in framework timer... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework timer" >&5 --echo $ECHO_N "checking for m4 configure components in framework timer... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: aix, altix, darwin, solaris, windows, linux" >&5 --echo "${ECHO_T}aix, altix, darwin, solaris, windows, linux" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework timer" >&5 -+echo $ECHO_N "checking for no configure components in framework timer... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: " >&5 -+echo "${ECHO_T}" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework timer" >&5 -+echo $ECHO_N "checking for m4 configure components in framework timer... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: aix, altix, darwin, solaris, windows, linux" >&5 -+echo "${ECHO_T}aix, altix, darwin, solaris, windows, linux" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -56190,11 +56865,11 @@ - # Allow the component to override the build mode if it really wants to. - # It is, of course, free to end up calling MCA_COMPONENT_COMPILE_MODE - -- echo "$as_me:$LINENO: checking for MCA component timer:aix compile mode" >&5 --echo $ECHO_N "checking for MCA component timer:aix compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component timer:aix compile mode" >&5 -+echo $ECHO_N "checking for MCA component timer:aix compile mode... $ECHO_C" >&6; } - compile_mode="static" -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - - - # try to configure the component. pay no attention to -@@ -56202,11 +56877,11 @@ - if test "$should_build" = "1"; then - - --# Check whether --with-timer or --without-timer was given. -+# Check whether --with-timer was given. - if test "${with_timer+set}" = set; then -- withval="$with_timer" -+ withval=$with_timer; -+fi - --fi; - - if test "$with_timer" = "aix"; then - timer_aix_happy="yes" -@@ -56223,8 +56898,8 @@ - - - if test "$timer_aix_happy" = "yes"; then -- echo "$as_me:$LINENO: checking for time_base_to_time" >&5 --echo $ECHO_N "checking for time_base_to_time... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for time_base_to_time" >&5 -+echo $ECHO_N "checking for time_base_to_time... $ECHO_C" >&6; } - if test "${ac_cv_func_time_base_to_time+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -56251,68 +56926,59 @@ - - #undef time_base_to_time - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char time_base_to_time (); - /* 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. */ --#if defined (__stub_time_base_to_time) || defined (__stub___time_base_to_time) -+#if defined __stub_time_base_to_time || defined __stub___time_base_to_time - choke me --#else --char (*f) () = time_base_to_time; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != time_base_to_time; -+return time_base_to_time (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_func_time_base_to_time=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_time_base_to_time=no -+ ac_cv_func_time_base_to_time=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_time_base_to_time" >&5 --echo "${ECHO_T}$ac_cv_func_time_base_to_time" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_func_time_base_to_time" >&5 -+echo "${ECHO_T}$ac_cv_func_time_base_to_time" >&6; } - if test $ac_cv_func_time_base_to_time = yes; then - timer_aix_happy="yes" - else -@@ -56326,8 +56992,8 @@ - timer_aix_LIBS= - timer_aix_LIBS_SAVE="$LIBS" - if test "$timer_aix_happy" = "yes"; then -- echo "$as_me:$LINENO: checking for pm_cycles in -lpmapi" >&5 --echo $ECHO_N "checking for pm_cycles in -lpmapi... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for pm_cycles in -lpmapi" >&5 -+echo $ECHO_N "checking for pm_cycles in -lpmapi... $ECHO_C" >&6; } - if test "${ac_cv_lib_pmapi_pm_cycles+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -56340,56 +57006,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char pm_cycles (); - int - main () - { --pm_cycles (); -+return pm_cycles (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_pmapi_pm_cycles=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_pmapi_pm_cycles=no -+ ac_cv_lib_pmapi_pm_cycles=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_pmapi_pm_cycles" >&5 --echo "${ECHO_T}$ac_cv_lib_pmapi_pm_cycles" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_pmapi_pm_cycles" >&5 -+echo "${ECHO_T}$ac_cv_lib_pmapi_pm_cycles" >&6; } - if test $ac_cv_lib_pmapi_pm_cycles = yes; then - LIBS="$LIBS -lpmapi" - timer_aix_LIBS="-lpmapi" -@@ -56406,9 +57069,9 @@ - for ac_func in pm_cycles - do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 --if eval "test \"\${$as_ac_var+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_func" >&5 -+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -56434,68 +57097,60 @@ - - #undef $ac_func - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char $ac_func (); - /* 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. */ --#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -+#if defined __stub_$ac_func || defined __stub___$ac_func - choke me --#else --char (*f) () = $ac_func; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != $ac_func; -+return $ac_func (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - eval "$as_ac_var=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_var=no" -+ eval "$as_ac_var=no" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_var'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_var'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -@@ -56508,18 +57163,19 @@ - for ac_header in pmapi.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --if eval "test \"\${$as_ac_Header+set}\" = set"; then -- echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -+ { echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -56530,41 +57186,37 @@ - #include <$ac_header> - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -56573,24 +57225,22 @@ - /* end confdefs.h. */ - #include <$ac_header> - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -56598,9 +57248,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -56624,25 +57275,24 @@ - echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - - fi - if test `eval echo '${'$as_ac_Header'}'` = yes; then -@@ -56703,10 +57353,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -56789,10 +57439,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component timer:aix can compile" >&5 --echo $ECHO_N "checking if MCA component timer:aix can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component timer:aix can compile" >&5 -+echo $ECHO_N "checking if MCA component timer:aix can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -56914,11 +57564,11 @@ - # Allow the component to override the build mode if it really wants to. - # It is, of course, free to end up calling MCA_COMPONENT_COMPILE_MODE - -- echo "$as_me:$LINENO: checking for MCA component timer:altix compile mode" >&5 --echo $ECHO_N "checking for MCA component timer:altix compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component timer:altix compile mode" >&5 -+echo $ECHO_N "checking for MCA component timer:altix compile mode... $ECHO_C" >&6; } - compile_mode="static" -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - - - # try to configure the component. pay no attention to -@@ -56926,11 +57576,11 @@ - if test "$should_build" = "1"; then - - --# Check whether --with-timer or --without-timer was given. -+# Check whether --with-timer was given. - if test "${with_timer+set}" = set; then -- withval="$with_timer" -+ withval=$with_timer; -+fi - --fi; - - if test "$with_timer" = "altix"; then - timer_altix_happy="yes" -@@ -56948,17 +57598,17 @@ - - if test "$timer_altix_happy" = "yes"; then - if test "${ac_cv_header_sn_mmtimer_h+set}" = set; then -- echo "$as_me:$LINENO: checking for sn/mmtimer.h" >&5 --echo $ECHO_N "checking for sn/mmtimer.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for sn/mmtimer.h" >&5 -+echo $ECHO_N "checking for sn/mmtimer.h... $ECHO_C" >&6; } - if test "${ac_cv_header_sn_mmtimer_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_sn_mmtimer_h" >&5 --echo "${ECHO_T}$ac_cv_header_sn_mmtimer_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_sn_mmtimer_h" >&5 -+echo "${ECHO_T}$ac_cv_header_sn_mmtimer_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking sn/mmtimer.h usability" >&5 --echo $ECHO_N "checking sn/mmtimer.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking sn/mmtimer.h usability" >&5 -+echo $ECHO_N "checking sn/mmtimer.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -56969,41 +57619,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking sn/mmtimer.h presence" >&5 --echo $ECHO_N "checking sn/mmtimer.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking sn/mmtimer.h presence" >&5 -+echo $ECHO_N "checking sn/mmtimer.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -57012,24 +57658,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -57037,9 +57681,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -57063,25 +57708,23 @@ - echo "$as_me: WARNING: sn/mmtimer.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: sn/mmtimer.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: sn/mmtimer.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for sn/mmtimer.h" >&5 --echo $ECHO_N "checking for sn/mmtimer.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for sn/mmtimer.h" >&5 -+echo $ECHO_N "checking for sn/mmtimer.h... $ECHO_C" >&6; } - if test "${ac_cv_header_sn_mmtimer_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_sn_mmtimer_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_sn_mmtimer_h" >&5 --echo "${ECHO_T}$ac_cv_header_sn_mmtimer_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_sn_mmtimer_h" >&5 -+echo "${ECHO_T}$ac_cv_header_sn_mmtimer_h" >&6; } - - fi - if test $ac_cv_header_sn_mmtimer_h = yes; then -@@ -57100,18 +57743,19 @@ - for ac_header in sys/ioctl.h sys/mman.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --if eval "test \"\${$as_ac_Header+set}\" = set"; then -- echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -+ { echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -57122,41 +57766,37 @@ - #include <$ac_header> - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -57165,24 +57805,22 @@ - /* end confdefs.h. */ - #include <$ac_header> - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -57190,9 +57828,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -57216,25 +57855,24 @@ - echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - - fi - if test `eval echo '${'$as_ac_Header'}'` = yes; then -@@ -57250,8 +57888,8 @@ - - - if test "$timer_altix_happy" = "yes"; then -- echo "$as_me:$LINENO: checking if MM timer can be opened" >&5 --echo $ECHO_N "checking if MM timer can be opened... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if MM timer can be opened" >&5 -+echo $ECHO_N "checking if MM timer can be opened... $ECHO_C" >&6; } - if test "${ompi_cv_mm_timer_mmap+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -57281,38 +57919,34 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ompi_cv_mm_timer_mmap="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_mm_timer_mmap="no" -+ ompi_cv_mm_timer_mmap="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ompi_cv_mm_timer_mmap" >&5 --echo "${ECHO_T}$ompi_cv_mm_timer_mmap" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_mm_timer_mmap" >&5 -+echo "${ECHO_T}$ompi_cv_mm_timer_mmap" >&6; } - if test "$ompi_cv_mm_timer_mmap" = "yes"; then - timer_altix_happy="yes" - else -@@ -57364,10 +57998,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -57450,10 +58084,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component timer:altix can compile" >&5 --echo $ECHO_N "checking if MCA component timer:altix can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component timer:altix can compile" >&5 -+echo $ECHO_N "checking if MCA component timer:altix can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -57575,11 +58209,11 @@ - # Allow the component to override the build mode if it really wants to. - # It is, of course, free to end up calling MCA_COMPONENT_COMPILE_MODE - -- echo "$as_me:$LINENO: checking for MCA component timer:darwin compile mode" >&5 --echo $ECHO_N "checking for MCA component timer:darwin compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component timer:darwin compile mode" >&5 -+echo $ECHO_N "checking for MCA component timer:darwin compile mode... $ECHO_C" >&6; } - compile_mode="static" -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - - - # try to configure the component. pay no attention to -@@ -57587,11 +58221,11 @@ - if test "$should_build" = "1"; then - - --# Check whether --with-timer or --without-timer was given. -+# Check whether --with-timer was given. - if test "${with_timer+set}" = set; then -- withval="$with_timer" -+ withval=$with_timer; -+fi - --fi; - - if test "$with_timer" = "darwin"; then - timer_darwin_happy="yes" -@@ -57612,18 +58246,19 @@ - for ac_header in mach/mach_time.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --if eval "test \"\${$as_ac_Header+set}\" = set"; then -- echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -+ { echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -57634,41 +58269,37 @@ - #include <$ac_header> - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -57677,24 +58308,22 @@ - /* end confdefs.h. */ - #include <$ac_header> - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -57702,9 +58331,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -57728,25 +58358,24 @@ - echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - - fi - if test `eval echo '${'$as_ac_Header'}'` = yes; then -@@ -57758,8 +58387,8 @@ - - done - -- echo "$as_me:$LINENO: checking for mach_absolute_time" >&5 --echo $ECHO_N "checking for mach_absolute_time... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for mach_absolute_time" >&5 -+echo $ECHO_N "checking for mach_absolute_time... $ECHO_C" >&6; } - if test "${ac_cv_func_mach_absolute_time+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -57786,68 +58415,59 @@ - - #undef mach_absolute_time - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char mach_absolute_time (); - /* 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. */ --#if defined (__stub_mach_absolute_time) || defined (__stub___mach_absolute_time) -+#if defined __stub_mach_absolute_time || defined __stub___mach_absolute_time - choke me --#else --char (*f) () = mach_absolute_time; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != mach_absolute_time; -+return mach_absolute_time (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_func_mach_absolute_time=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_mach_absolute_time=no -+ ac_cv_func_mach_absolute_time=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_mach_absolute_time" >&5 --echo "${ECHO_T}$ac_cv_func_mach_absolute_time" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_func_mach_absolute_time" >&5 -+echo "${ECHO_T}$ac_cv_func_mach_absolute_time" >&6; } - if test $ac_cv_func_mach_absolute_time = yes; then - timer_darwin_happy="yes" - else -@@ -57899,10 +58519,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -57985,10 +58605,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component timer:darwin can compile" >&5 --echo $ECHO_N "checking if MCA component timer:darwin can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component timer:darwin can compile" >&5 -+echo $ECHO_N "checking if MCA component timer:darwin can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -58110,11 +58730,11 @@ - # Allow the component to override the build mode if it really wants to. - # It is, of course, free to end up calling MCA_COMPONENT_COMPILE_MODE - -- echo "$as_me:$LINENO: checking for MCA component timer:solaris compile mode" >&5 --echo $ECHO_N "checking for MCA component timer:solaris compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component timer:solaris compile mode" >&5 -+echo $ECHO_N "checking for MCA component timer:solaris compile mode... $ECHO_C" >&6; } - compile_mode="static" -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - - - # try to configure the component. pay no attention to -@@ -58122,11 +58742,11 @@ - if test "$should_build" = "1"; then - - --# Check whether --with-timer or --without-timer was given. -+# Check whether --with-timer was given. - if test "${with_timer+set}" = set; then -- withval="$with_timer" -+ withval=$with_timer; -+fi - --fi; - - if test "$with_timer" = "solaris"; then - timer_solaris_happy="yes" -@@ -58143,8 +58763,8 @@ - - - if test "$timer_solaris_happy" = "yes"; then -- echo "$as_me:$LINENO: checking for gethrtime" >&5 --echo $ECHO_N "checking for gethrtime... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for gethrtime" >&5 -+echo $ECHO_N "checking for gethrtime... $ECHO_C" >&6; } - if test "${ac_cv_func_gethrtime+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -58171,68 +58791,59 @@ - - #undef gethrtime - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char gethrtime (); - /* 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. */ --#if defined (__stub_gethrtime) || defined (__stub___gethrtime) -+#if defined __stub_gethrtime || defined __stub___gethrtime - choke me --#else --char (*f) () = gethrtime; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != gethrtime; -+return gethrtime (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_func_gethrtime=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_gethrtime=no -+ ac_cv_func_gethrtime=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_gethrtime" >&5 --echo "${ECHO_T}$ac_cv_func_gethrtime" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_func_gethrtime" >&5 -+echo "${ECHO_T}$ac_cv_func_gethrtime" >&6; } - if test $ac_cv_func_gethrtime = yes; then - timer_solaris_happy="yes" - else -@@ -58284,10 +58895,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -58370,10 +58981,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component timer:solaris can compile" >&5 --echo $ECHO_N "checking if MCA component timer:solaris can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component timer:solaris can compile" >&5 -+echo $ECHO_N "checking if MCA component timer:solaris can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -58495,11 +59106,11 @@ - # Allow the component to override the build mode if it really wants to. - # It is, of course, free to end up calling MCA_COMPONENT_COMPILE_MODE - -- echo "$as_me:$LINENO: checking for MCA component timer:windows compile mode" >&5 --echo $ECHO_N "checking for MCA component timer:windows compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component timer:windows compile mode" >&5 -+echo $ECHO_N "checking for MCA component timer:windows compile mode... $ECHO_C" >&6; } - compile_mode="static" -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - - - # try to configure the component. pay no attention to -@@ -58507,11 +59118,11 @@ - if test "$should_build" = "1"; then - - --# Check whether --with-timer or --without-timer was given. -+# Check whether --with-timer was given. - if test "${with_timer+set}" = set; then -- withval="$with_timer" -+ withval=$with_timer; -+fi - --fi; - - if test "$with_timer" = "windows"; then - timer_windows_happy="yes" -@@ -58545,35 +59156,31 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - timer_windows_happy="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --timer_windows_happy="no" -+ timer_windows_happy="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - - -@@ -58619,10 +59226,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -58705,10 +59312,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component timer:windows can compile" >&5 --echo $ECHO_N "checking if MCA component timer:windows can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component timer:windows can compile" >&5 -+echo $ECHO_N "checking if MCA component timer:windows can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -58830,11 +59437,11 @@ - # Allow the component to override the build mode if it really wants to. - # It is, of course, free to end up calling MCA_COMPONENT_COMPILE_MODE - -- echo "$as_me:$LINENO: checking for MCA component timer:linux compile mode" >&5 --echo $ECHO_N "checking for MCA component timer:linux compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component timer:linux compile mode" >&5 -+echo $ECHO_N "checking for MCA component timer:linux compile mode... $ECHO_C" >&6; } - compile_mode="static" -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - - - # try to configure the component. pay no attention to -@@ -58842,11 +59449,11 @@ - if test "$should_build" = "1"; then - - --# Check whether --with-timer or --without-timer was given. -+# Check whether --with-timer was given. - if test "${with_timer+set}" = set; then -- withval="$with_timer" -+ withval=$with_timer; -+fi - --fi; - - if test "$with_timer" = "linux"; then - timer_linux_happy="yes" -@@ -58914,10 +59521,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -59000,10 +59607,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component timer:linux can compile" >&5 --echo $ECHO_N "checking if MCA component timer:linux can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component timer:linux can compile" >&5 -+echo $ECHO_N "checking if MCA component timer:linux can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -59165,14 +59772,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_timer" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -59337,10 +59944,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -59423,10 +60030,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component timer:$component can compile" >&5 --echo $ECHO_N "checking if MCA component timer:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component timer:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component timer:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -59495,7 +60102,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files opal/mca/timer/Makefile" -+ ac_config_files="$ac_config_files opal/mca/timer/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -59536,7 +60143,7 @@ - timer_base_include="base/timer_base_null.h" - fi - -- ac_config_links="$ac_config_links opal/mca/timer/base/base_impl.h:opal/mca/timer/$timer_base_include" -+ ac_config_links="$ac_config_links opal/mca/timer/base/base_impl.h:opal/mca/timer/$timer_base_include" - - - -@@ -59553,10 +60160,10 @@ - - ompi_show_subtitle "Configuring MCA for orte" - -- echo "$as_me:$LINENO: checking for frameworks for orte" >&5 --echo $ECHO_N "checking for frameworks for orte... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: errmgr, gpr, iof, ns, oob, pls, ras, rds, rmaps, rmgr, rml, schema, sds, soh" >&5 --echo "${ECHO_T}errmgr, gpr, iof, ns, oob, pls, ras, rds, rmaps, rmgr, rml, schema, sds, soh" >&6 -+ { echo "$as_me:$LINENO: checking for frameworks for orte" >&5 -+echo $ECHO_N "checking for frameworks for orte... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: errmgr, gpr, iof, ns, oob, pls, ras, rds, rmaps, rmgr, rml, schema, sds, soh" >&5 -+echo "${ECHO_T}errmgr, gpr, iof, ns, oob, pls, ras, rds, rmaps, rmgr, rml, schema, sds, soh" >&6; } - - # iterate through the list of frameworks. There is something - # funky with m4 foreach if the list is defined, but empty. It -@@ -59615,32 +60222,48 @@ - else - outdir=orte/mca/errmgr/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -59648,14 +60271,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework errmgr" >&5 --echo $ECHO_N "checking for no configure components in framework errmgr... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework errmgr" >&5 --echo $ECHO_N "checking for m4 configure components in framework errmgr... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework errmgr" >&5 -+echo $ECHO_N "checking for no configure components in framework errmgr... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: " >&5 -+echo "${ECHO_T}" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework errmgr" >&5 -+echo $ECHO_N "checking for m4 configure components in framework errmgr... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: " >&5 -+echo "${ECHO_T}" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -59780,14 +60403,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_errmgr" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -59952,10 +60575,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -60038,10 +60661,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component errmgr:$component can compile" >&5 --echo $ECHO_N "checking if MCA component errmgr:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component errmgr:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component errmgr:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -60110,7 +60733,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files orte/mca/errmgr/Makefile" -+ ac_config_files="$ac_config_files orte/mca/errmgr/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -60180,32 +60803,48 @@ - else - outdir=orte/mca/gpr/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -60213,14 +60852,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework gpr" >&5 --echo $ECHO_N "checking for no configure components in framework gpr... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: null, proxy, replica" >&5 --echo "${ECHO_T}null, proxy, replica" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework gpr" >&5 --echo $ECHO_N "checking for m4 configure components in framework gpr... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework gpr" >&5 -+echo $ECHO_N "checking for no configure components in framework gpr... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: null, proxy, replica" >&5 -+echo "${ECHO_T}null, proxy, replica" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework gpr" >&5 -+echo $ECHO_N "checking for m4 configure components in framework gpr... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: " >&5 -+echo "${ECHO_T}" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -60330,14 +60969,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_gpr" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -60364,10 +61003,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -60450,10 +61089,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component gpr:null can compile" >&5 --echo $ECHO_N "checking if MCA component gpr:null can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component gpr:null can compile" >&5 -+echo $ECHO_N "checking if MCA component gpr:null can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -60599,14 +61238,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_gpr" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -60633,10 +61272,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -60719,10 +61358,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component gpr:proxy can compile" >&5 --echo $ECHO_N "checking if MCA component gpr:proxy can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component gpr:proxy can compile" >&5 -+echo $ECHO_N "checking if MCA component gpr:proxy can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -60868,14 +61507,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_gpr" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -60902,10 +61541,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -60988,10 +61627,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component gpr:replica can compile" >&5 --echo $ECHO_N "checking if MCA component gpr:replica can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component gpr:replica can compile" >&5 -+echo $ECHO_N "checking if MCA component gpr:replica can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -61152,14 +61791,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_gpr" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -61324,10 +61963,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -61410,10 +62049,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component gpr:$component can compile" >&5 --echo $ECHO_N "checking if MCA component gpr:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component gpr:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component gpr:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -61482,7 +62121,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files orte/mca/gpr/Makefile" -+ ac_config_files="$ac_config_files orte/mca/gpr/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -61552,32 +62191,48 @@ - else - outdir=orte/mca/iof/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -61585,14 +62240,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework iof" >&5 --echo $ECHO_N "checking for no configure components in framework iof... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: proxy, svc" >&5 --echo "${ECHO_T}proxy, svc" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework iof" >&5 --echo $ECHO_N "checking for m4 configure components in framework iof... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework iof" >&5 -+echo $ECHO_N "checking for no configure components in framework iof... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: proxy, svc" >&5 -+echo "${ECHO_T}proxy, svc" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework iof" >&5 -+echo $ECHO_N "checking for m4 configure components in framework iof... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: " >&5 -+echo "${ECHO_T}" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -61702,14 +62357,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_iof" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -61736,10 +62391,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -61822,10 +62477,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component iof:proxy can compile" >&5 --echo $ECHO_N "checking if MCA component iof:proxy can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component iof:proxy can compile" >&5 -+echo $ECHO_N "checking if MCA component iof:proxy can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -61971,14 +62626,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_iof" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -62005,10 +62660,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -62091,10 +62746,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component iof:svc can compile" >&5 --echo $ECHO_N "checking if MCA component iof:svc can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component iof:svc can compile" >&5 -+echo $ECHO_N "checking if MCA component iof:svc can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -62255,14 +62910,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_iof" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -62427,10 +63082,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -62513,10 +63168,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component iof:$component can compile" >&5 --echo $ECHO_N "checking if MCA component iof:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component iof:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component iof:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -62585,7 +63240,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files orte/mca/iof/Makefile" -+ ac_config_files="$ac_config_files orte/mca/iof/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -62655,32 +63310,48 @@ - else - outdir=orte/mca/ns/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -62688,14 +63359,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework ns" >&5 --echo $ECHO_N "checking for no configure components in framework ns... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: proxy, replica" >&5 --echo "${ECHO_T}proxy, replica" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework ns" >&5 --echo $ECHO_N "checking for m4 configure components in framework ns... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework ns" >&5 -+echo $ECHO_N "checking for no configure components in framework ns... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: proxy, replica" >&5 -+echo "${ECHO_T}proxy, replica" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework ns" >&5 -+echo $ECHO_N "checking for m4 configure components in framework ns... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: " >&5 -+echo "${ECHO_T}" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -62805,14 +63476,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_ns" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -62839,10 +63510,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -62925,10 +63596,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component ns:proxy can compile" >&5 --echo $ECHO_N "checking if MCA component ns:proxy can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component ns:proxy can compile" >&5 -+echo $ECHO_N "checking if MCA component ns:proxy can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -63074,14 +63745,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_ns" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -63108,10 +63779,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -63194,10 +63865,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component ns:replica can compile" >&5 --echo $ECHO_N "checking if MCA component ns:replica can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component ns:replica can compile" >&5 -+echo $ECHO_N "checking if MCA component ns:replica can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -63358,14 +64029,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_ns" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -63530,10 +64201,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -63616,10 +64287,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component ns:$component can compile" >&5 --echo $ECHO_N "checking if MCA component ns:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component ns:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component ns:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -63688,7 +64359,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files orte/mca/ns/Makefile" -+ ac_config_files="$ac_config_files orte/mca/ns/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -63758,32 +64429,48 @@ - else - outdir=orte/mca/oob/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -63791,14 +64478,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework oob" >&5 --echo $ECHO_N "checking for no configure components in framework oob... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework oob" >&5 --echo $ECHO_N "checking for m4 configure components in framework oob... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: tcp" >&5 --echo "${ECHO_T}tcp" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework oob" >&5 -+echo $ECHO_N "checking for no configure components in framework oob... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: " >&5 -+echo "${ECHO_T}" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework oob" >&5 -+echo $ECHO_N "checking for m4 configure components in framework oob... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: tcp" >&5 -+echo "${ECHO_T}tcp" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -63916,14 +64603,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_oob" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -63932,8 +64619,8 @@ - if test "$should_build" = "1"; then - - # check for sockaddr_in (a good sign we have TCP) -- echo "$as_me:$LINENO: checking for struct sockaddr_in" >&5 --echo $ECHO_N "checking for struct sockaddr_in... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for struct sockaddr_in" >&5 -+echo $ECHO_N "checking for struct sockaddr_in... $ECHO_C" >&6; } - if test "${ac_cv_type_struct_sockaddr_in+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -63948,50 +64635,47 @@ - #include - #endif - -+typedef struct sockaddr_in ac__type_new_; - int - main () - { --if ((struct sockaddr_in *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (struct sockaddr_in)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_struct_sockaddr_in=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_struct_sockaddr_in=no -+ ac_cv_type_struct_sockaddr_in=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_struct_sockaddr_in" >&5 --echo "${ECHO_T}$ac_cv_type_struct_sockaddr_in" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_struct_sockaddr_in" >&5 -+echo "${ECHO_T}$ac_cv_type_struct_sockaddr_in" >&6; } - if test $ac_cv_type_struct_sockaddr_in = yes; then - - cat >>confdefs.h <<_ACEOF -@@ -64030,10 +64714,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -64116,10 +64800,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component oob:tcp can compile" >&5 --echo $ECHO_N "checking if MCA component oob:tcp can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component oob:tcp can compile" >&5 -+echo $ECHO_N "checking if MCA component oob:tcp can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -64281,14 +64965,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_oob" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -64453,10 +65137,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -64539,10 +65223,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component oob:$component can compile" >&5 --echo $ECHO_N "checking if MCA component oob:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component oob:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component oob:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -64611,7 +65295,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files orte/mca/oob/Makefile" -+ ac_config_files="$ac_config_files orte/mca/oob/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -64681,32 +65365,48 @@ - else - outdir=orte/mca/pls/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -64714,14 +65414,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework pls" >&5 --echo $ECHO_N "checking for no configure components in framework pls... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework pls" >&5 --echo $ECHO_N "checking for m4 configure components in framework pls... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: bproc, bproc_orted, bproc_seed, fork, poe, rsh, slurm, tm, xgrid" >&5 --echo "${ECHO_T}bproc, bproc_orted, bproc_seed, fork, poe, rsh, slurm, tm, xgrid" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework pls" >&5 -+echo $ECHO_N "checking for no configure components in framework pls... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: " >&5 -+echo "${ECHO_T}" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework pls" >&5 -+echo $ECHO_N "checking for m4 configure components in framework pls... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: bproc, bproc_orted, bproc_seed, fork, poe, rsh, slurm, tm, xgrid" >&5 -+echo "${ECHO_T}bproc, bproc_orted, bproc_seed, fork, poe, rsh, slurm, tm, xgrid" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -64839,14 +65539,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_pls" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -64856,11 +65556,11 @@ - - - --# Check whether --with-bproc or --without-bproc was given. -+# Check whether --with-bproc was given. - if test "${with_bproc+set}" = set; then -- withval="$with_bproc" -+ withval=$with_bproc; -+fi - --fi; - - if test ! -z "$with_bproc" -a "$with_bproc" = "no"; then - pls_bproc_good=0 -@@ -64879,18 +65579,19 @@ - for ac_header in sys/bproc.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --if eval "test \"\${$as_ac_Header+set}\" = set"; then -- echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -+ { echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -64901,41 +65602,37 @@ - #include <$ac_header> - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -64944,24 +65641,22 @@ - /* end confdefs.h. */ - #include <$ac_header> - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -64969,9 +65664,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -64995,33 +65691,32 @@ - echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - - fi - if test `eval echo '${'$as_ac_Header'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF -- echo "$as_me:$LINENO: checking for bproc_numnodes in -lbproc" >&5 --echo $ECHO_N "checking for bproc_numnodes in -lbproc... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for bproc_numnodes in -lbproc" >&5 -+echo $ECHO_N "checking for bproc_numnodes in -lbproc... $ECHO_C" >&6; } - if test "${ac_cv_lib_bproc_bproc_numnodes+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -65034,56 +65729,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char bproc_numnodes (); - int - main () - { --bproc_numnodes (); -+return bproc_numnodes (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_bproc_bproc_numnodes=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_bproc_bproc_numnodes=no -+ ac_cv_lib_bproc_bproc_numnodes=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_bproc_bproc_numnodes" >&5 --echo "${ECHO_T}$ac_cv_lib_bproc_bproc_numnodes" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_bproc_bproc_numnodes" >&5 -+echo "${ECHO_T}$ac_cv_lib_bproc_bproc_numnodes" >&6; } - if test $ac_cv_lib_bproc_bproc_numnodes = yes; then - ompi_check_bproc_happy="yes" - else -@@ -65103,9 +65795,9 @@ - for ac_header in sys/bproc_common.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -65120,38 +65812,35 @@ - #include <$ac_header> - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - eval "$as_ac_Header=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_Header=no" -+ eval "$as_ac_Header=no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_Header'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -@@ -65250,10 +65939,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -65336,10 +66025,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component pls:bproc can compile" >&5 --echo $ECHO_N "checking if MCA component pls:bproc can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component pls:bproc can compile" >&5 -+echo $ECHO_N "checking if MCA component pls:bproc can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -65494,14 +66183,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_pls" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -65511,11 +66200,11 @@ - - - --# Check whether --with-bproc or --without-bproc was given. -+# Check whether --with-bproc was given. - if test "${with_bproc+set}" = set; then -- withval="$with_bproc" -+ withval=$with_bproc; -+fi - --fi; - - if test ! -z "$with_bproc" -a "$with_bproc" = "no"; then - pls_bproc_orted_good=0 -@@ -65534,18 +66223,19 @@ - for ac_header in sys/bproc.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --if eval "test \"\${$as_ac_Header+set}\" = set"; then -- echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -+ { echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -65556,41 +66246,37 @@ - #include <$ac_header> - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -65599,24 +66285,22 @@ - /* end confdefs.h. */ - #include <$ac_header> - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -65624,9 +66308,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -65650,33 +66335,32 @@ - echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - - fi - if test `eval echo '${'$as_ac_Header'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF -- echo "$as_me:$LINENO: checking for bproc_numnodes in -lbproc" >&5 --echo $ECHO_N "checking for bproc_numnodes in -lbproc... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for bproc_numnodes in -lbproc" >&5 -+echo $ECHO_N "checking for bproc_numnodes in -lbproc... $ECHO_C" >&6; } - if test "${ac_cv_lib_bproc_bproc_numnodes+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -65689,56 +66373,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char bproc_numnodes (); - int - main () - { --bproc_numnodes (); -+return bproc_numnodes (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_bproc_bproc_numnodes=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_bproc_bproc_numnodes=no -+ ac_cv_lib_bproc_bproc_numnodes=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_bproc_bproc_numnodes" >&5 --echo "${ECHO_T}$ac_cv_lib_bproc_bproc_numnodes" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_bproc_bproc_numnodes" >&5 -+echo "${ECHO_T}$ac_cv_lib_bproc_bproc_numnodes" >&6; } - if test $ac_cv_lib_bproc_bproc_numnodes = yes; then - ompi_check_bproc_happy="yes" - else -@@ -65758,9 +66439,9 @@ - for ac_header in sys/bproc_common.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -65775,38 +66456,35 @@ - #include <$ac_header> - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - eval "$as_ac_Header=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_Header=no" -+ eval "$as_ac_Header=no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_Header'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -@@ -65897,10 +66575,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -65983,10 +66661,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component pls:bproc_orted can compile" >&5 --echo $ECHO_N "checking if MCA component pls:bproc_orted can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component pls:bproc_orted can compile" >&5 -+echo $ECHO_N "checking if MCA component pls:bproc_orted can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -66141,14 +66819,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_pls" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -66159,11 +66837,11 @@ - # only accept newer non-Scyld bproc - - --# Check whether --with-bproc or --without-bproc was given. -+# Check whether --with-bproc was given. - if test "${with_bproc+set}" = set; then -- withval="$with_bproc" -+ withval=$with_bproc; -+fi - --fi; - - if test ! -z "$with_bproc" -a "$with_bproc" = "no"; then - pls_bproc_seed_good=0 -@@ -66182,18 +66860,19 @@ - for ac_header in sys/bproc.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --if eval "test \"\${$as_ac_Header+set}\" = set"; then -- echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -+ { echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -66204,41 +66883,37 @@ - #include <$ac_header> - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -66247,24 +66922,22 @@ - /* end confdefs.h. */ - #include <$ac_header> - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -66272,9 +66945,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -66298,33 +66972,32 @@ - echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - - fi - if test `eval echo '${'$as_ac_Header'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF -- echo "$as_me:$LINENO: checking for bproc_numnodes in -lbproc" >&5 --echo $ECHO_N "checking for bproc_numnodes in -lbproc... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for bproc_numnodes in -lbproc" >&5 -+echo $ECHO_N "checking for bproc_numnodes in -lbproc... $ECHO_C" >&6; } - if test "${ac_cv_lib_bproc_bproc_numnodes+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -66337,56 +67010,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char bproc_numnodes (); - int - main () - { --bproc_numnodes (); -+return bproc_numnodes (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_bproc_bproc_numnodes=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_bproc_bproc_numnodes=no -+ ac_cv_lib_bproc_bproc_numnodes=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_bproc_bproc_numnodes" >&5 --echo "${ECHO_T}$ac_cv_lib_bproc_bproc_numnodes" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_bproc_bproc_numnodes" >&5 -+echo "${ECHO_T}$ac_cv_lib_bproc_bproc_numnodes" >&6; } - if test $ac_cv_lib_bproc_bproc_numnodes = yes; then - ompi_check_bproc_happy="yes" - else -@@ -66406,9 +67076,9 @@ - for ac_header in sys/bproc_common.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -66423,38 +67093,35 @@ - #include <$ac_header> - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - eval "$as_ac_Header=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_Header=no" -+ eval "$as_ac_Header=no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_Header'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -@@ -66550,10 +67217,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -66636,10 +67303,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component pls:bproc_seed can compile" >&5 --echo $ECHO_N "checking if MCA component pls:bproc_seed can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component pls:bproc_seed can compile" >&5 -+echo $ECHO_N "checking if MCA component pls:bproc_seed can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -66794,14 +67461,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_pls" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -66809,8 +67476,8 @@ - # --enable-dist, since we'll always have makefiles. - if test "$should_build" = "1"; then - -- echo "$as_me:$LINENO: checking for fork" >&5 --echo $ECHO_N "checking for fork... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for fork" >&5 -+echo $ECHO_N "checking for fork... $ECHO_C" >&6; } - if test "${ac_cv_func_fork+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -66837,68 +67504,59 @@ - - #undef fork - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char fork (); - /* 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. */ --#if defined (__stub_fork) || defined (__stub___fork) -+#if defined __stub_fork || defined __stub___fork - choke me --#else --char (*f) () = fork; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != fork; -+return fork (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_func_fork=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_fork=no -+ ac_cv_func_fork=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_fork" >&5 --echo "${ECHO_T}$ac_cv_func_fork" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_func_fork" >&5 -+echo "${ECHO_T}$ac_cv_func_fork" >&6; } - if test $ac_cv_func_fork = yes; then - should_build=1 - else -@@ -66932,10 +67590,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -67018,10 +67676,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component pls:fork can compile" >&5 --echo $ECHO_N "checking if MCA component pls:fork can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component pls:fork can compile" >&5 -+echo $ECHO_N "checking if MCA component pls:fork can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -67176,14 +67834,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_pls" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -67194,8 +67852,8 @@ - # POE is only supported on AIX. We only need executables (no - # header files or libraries), but those can be found (or not) at - # run-time. So if we're on AIX, build this component. -- echo "$as_me:$LINENO: checking if on AIX" >&5 --echo $ECHO_N "checking if on AIX... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if on AIX" >&5 -+echo $ECHO_N "checking if on AIX... $ECHO_C" >&6; } - case $host_os in - aix3* | aix4* | aix5*) - happy=yes -@@ -67204,8 +67862,8 @@ - happy=no - ;; - esac -- echo "$as_me:$LINENO: result: $happy" >&5 --echo "${ECHO_T}$happy" >&6 -+ { echo "$as_me:$LINENO: result: $happy" >&5 -+echo "${ECHO_T}$happy" >&6; } - if test "$happy" = "yes"; then - should_build=1 - else -@@ -67239,10 +67897,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -67325,10 +67983,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component pls:poe can compile" >&5 --echo $ECHO_N "checking if MCA component pls:poe can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component pls:poe can compile" >&5 -+echo $ECHO_N "checking if MCA component pls:poe can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -67483,14 +68141,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_pls" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -67498,8 +68156,8 @@ - # --enable-dist, since we'll always have makefiles. - if test "$should_build" = "1"; then - -- echo "$as_me:$LINENO: checking for fork" >&5 --echo $ECHO_N "checking for fork... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for fork" >&5 -+echo $ECHO_N "checking for fork... $ECHO_C" >&6; } - if test "${ac_cv_func_fork+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -67526,68 +68184,59 @@ - - #undef fork - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char fork (); - /* 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. */ --#if defined (__stub_fork) || defined (__stub___fork) -+#if defined __stub_fork || defined __stub___fork - choke me --#else --char (*f) () = fork; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != fork; -+return fork (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_func_fork=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_fork=no -+ ac_cv_func_fork=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_fork" >&5 --echo "${ECHO_T}$ac_cv_func_fork" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_func_fork" >&5 -+echo "${ECHO_T}$ac_cv_func_fork" >&6; } - if test $ac_cv_func_fork = yes; then - should_build=1 - else -@@ -67621,10 +68270,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -67707,10 +68356,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component pls:rsh can compile" >&5 --echo $ECHO_N "checking if MCA component pls:rsh can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component pls:rsh can compile" >&5 -+echo $ECHO_N "checking if MCA component pls:rsh can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -67865,14 +68514,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_pls" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -67882,11 +68531,11 @@ - - - --# Check whether --with-slurm or --without-slurm was given. -+# Check whether --with-slurm was given. - if test "${with_slurm+set}" = set; then -- withval="$with_slurm" -+ withval=$with_slurm; -+fi - --fi; - - if test "$with_slurm" = "no" ; then - ompi_check_slurm_happy="no" -@@ -67906,8 +68555,8 @@ - fi - - if test "$ompi_check_slurm_happy" = "yes"; then -- echo "$as_me:$LINENO: checking for fork" >&5 --echo $ECHO_N "checking for fork... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for fork" >&5 -+echo $ECHO_N "checking for fork... $ECHO_C" >&6; } - if test "${ac_cv_func_fork+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -67934,68 +68583,59 @@ - - #undef fork - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char fork (); - /* 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. */ --#if defined (__stub_fork) || defined (__stub___fork) -+#if defined __stub_fork || defined __stub___fork - choke me --#else --char (*f) () = fork; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != fork; -+return fork (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_func_fork=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_fork=no -+ ac_cv_func_fork=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_fork" >&5 --echo "${ECHO_T}$ac_cv_func_fork" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_func_fork" >&5 -+echo "${ECHO_T}$ac_cv_func_fork" >&6; } - if test $ac_cv_func_fork = yes; then - ompi_check_slurm_happy="yes" - else -@@ -68006,8 +68646,8 @@ - - - if test "$ompi_check_slurm_happy" = "yes"; then -- echo "$as_me:$LINENO: checking for execve" >&5 --echo $ECHO_N "checking for execve... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for execve" >&5 -+echo $ECHO_N "checking for execve... $ECHO_C" >&6; } - if test "${ac_cv_func_execve+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -68034,68 +68674,59 @@ - - #undef execve - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char execve (); - /* 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. */ --#if defined (__stub_execve) || defined (__stub___execve) -+#if defined __stub_execve || defined __stub___execve - choke me --#else --char (*f) () = execve; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != execve; -+return execve (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_func_execve=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_execve=no -+ ac_cv_func_execve=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_execve" >&5 --echo "${ECHO_T}$ac_cv_func_execve" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_func_execve" >&5 -+echo "${ECHO_T}$ac_cv_func_execve" >&6; } - if test $ac_cv_func_execve = yes; then - ompi_check_slurm_happy="yes" - else -@@ -68106,8 +68737,8 @@ - - - if test "$ompi_check_slurm_happy" = "yes"; then -- echo "$as_me:$LINENO: checking for setpgid" >&5 --echo $ECHO_N "checking for setpgid... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for setpgid" >&5 -+echo $ECHO_N "checking for setpgid... $ECHO_C" >&6; } - if test "${ac_cv_func_setpgid+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -68134,68 +68765,59 @@ - - #undef setpgid - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char setpgid (); - /* 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. */ --#if defined (__stub_setpgid) || defined (__stub___setpgid) -+#if defined __stub_setpgid || defined __stub___setpgid - choke me --#else --char (*f) () = setpgid; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != setpgid; -+return setpgid (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_func_setpgid=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_setpgid=no -+ ac_cv_func_setpgid=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_setpgid" >&5 --echo "${ECHO_T}$ac_cv_func_setpgid" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_func_setpgid" >&5 -+echo "${ECHO_T}$ac_cv_func_setpgid" >&6; } - if test $ac_cv_func_setpgid = yes; then - ompi_check_slurm_happy="yes" - else -@@ -68255,10 +68877,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -68341,10 +68963,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component pls:slurm can compile" >&5 --echo $ECHO_N "checking if MCA component pls:slurm can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component pls:slurm can compile" >&5 -+echo $ECHO_N "checking if MCA component pls:slurm can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -68499,14 +69121,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_pls" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -68516,11 +69138,11 @@ - - - --# Check whether --with-tm or --without-tm was given. -+# Check whether --with-tm was given. - if test "${with_tm+set}" = set; then -- withval="$with_tm" -+ withval=$with_tm; -+fi - --fi; - - if test "$with_tm" = "no"; then - ompi_check_tm_hapy="no" -@@ -68563,20 +69185,20 @@ - ompi_check_package_header_happy="no" - if test "$ompi_check_tm_dir" = "/usr" -o "$ompi_check_tm_dir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for header without includes" >&5 --echo "${ECHO_T}looking for header without includes" >&6 -+ { echo "$as_me:$LINENO: result: looking for header without includes" >&5 -+echo "${ECHO_T}looking for header without includes" >&6; } - if test "${ac_cv_header_tm_h+set}" = set; then -- echo "$as_me:$LINENO: checking for tm.h" >&5 --echo $ECHO_N "checking for tm.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for tm.h" >&5 -+echo $ECHO_N "checking for tm.h... $ECHO_C" >&6; } - if test "${ac_cv_header_tm_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 --echo "${ECHO_T}$ac_cv_header_tm_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 -+echo "${ECHO_T}$ac_cv_header_tm_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking tm.h usability" >&5 --echo $ECHO_N "checking tm.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking tm.h usability" >&5 -+echo $ECHO_N "checking tm.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -68587,41 +69209,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking tm.h presence" >&5 --echo $ECHO_N "checking tm.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking tm.h presence" >&5 -+echo $ECHO_N "checking tm.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -68630,24 +69248,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -68655,9 +69271,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -68681,25 +69298,23 @@ - echo "$as_me: WARNING: tm.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: tm.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: tm.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for tm.h" >&5 --echo $ECHO_N "checking for tm.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for tm.h" >&5 -+echo $ECHO_N "checking for tm.h... $ECHO_C" >&6; } - if test "${ac_cv_header_tm_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_tm_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 --echo "${ECHO_T}$ac_cv_header_tm_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 -+echo "${ECHO_T}$ac_cv_header_tm_h" >&6; } - - fi - if test $ac_cv_header_tm_h = yes; then -@@ -68724,17 +69339,17 @@ - fi - - if test "${ac_cv_header_tm_h+set}" = set; then -- echo "$as_me:$LINENO: checking for tm.h" >&5 --echo $ECHO_N "checking for tm.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for tm.h" >&5 -+echo $ECHO_N "checking for tm.h... $ECHO_C" >&6; } - if test "${ac_cv_header_tm_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 --echo "${ECHO_T}$ac_cv_header_tm_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 -+echo "${ECHO_T}$ac_cv_header_tm_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking tm.h usability" >&5 --echo $ECHO_N "checking tm.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking tm.h usability" >&5 -+echo $ECHO_N "checking tm.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -68745,41 +69360,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking tm.h presence" >&5 --echo $ECHO_N "checking tm.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking tm.h presence" >&5 -+echo $ECHO_N "checking tm.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -68788,24 +69399,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -68813,9 +69422,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -68839,25 +69449,23 @@ - echo "$as_me: WARNING: tm.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: tm.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: tm.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for tm.h" >&5 --echo $ECHO_N "checking for tm.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for tm.h" >&5 -+echo $ECHO_N "checking for tm.h... $ECHO_C" >&6; } - if test "${ac_cv_header_tm_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_tm_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 --echo "${ECHO_T}$ac_cv_header_tm_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 -+echo "${ECHO_T}$ac_cv_header_tm_h" >&6; } - - fi - if test $ac_cv_header_tm_h = yes; then -@@ -68878,10 +69486,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for tm_init in -lpbs" >&5 --echo $ECHO_N "checking for tm_init in -lpbs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for tm_init in -lpbs" >&5 -+echo $ECHO_N "checking for tm_init in -lpbs... $ECHO_C" >&6; } - if test "${ac_cv_lib_pbs_tm_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -68894,56 +69502,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char tm_init (); - int - main () - { --tm_init (); -+return tm_init (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_pbs_tm_init=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_pbs_tm_init=no -+ ac_cv_lib_pbs_tm_init=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_pbs_tm_init" >&5 --echo "${ECHO_T}$ac_cv_lib_pbs_tm_init" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_pbs_tm_init" >&5 -+echo "${ECHO_T}$ac_cv_lib_pbs_tm_init" >&6; } - if test $ac_cv_lib_pbs_tm_init = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -68964,10 +69569,10 @@ - if test "$ompi_check_package_libdir" != ""; then - pls_tm_LDFLAGS="$pls_tm_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for tm_init in -lpbs" >&5 --echo $ECHO_N "checking for tm_init in -lpbs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for tm_init in -lpbs" >&5 -+echo $ECHO_N "checking for tm_init in -lpbs... $ECHO_C" >&6; } - if test "${ac_cv_lib_pbs_tm_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -68980,56 +69585,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char tm_init (); - int - main () - { --tm_init (); -+return tm_init (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_pbs_tm_init=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_pbs_tm_init=no -+ ac_cv_lib_pbs_tm_init=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_pbs_tm_init" >&5 --echo "${ECHO_T}$ac_cv_lib_pbs_tm_init" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_pbs_tm_init" >&5 -+echo "${ECHO_T}$ac_cv_lib_pbs_tm_init" >&6; } - if test $ac_cv_lib_pbs_tm_init = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -69052,10 +69654,10 @@ - if test "$ompi_check_package_libdir" != ""; then - pls_tm_LDFLAGS="$pls_tm_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for tm_init in -lpbs" >&5 --echo $ECHO_N "checking for tm_init in -lpbs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for tm_init in -lpbs" >&5 -+echo $ECHO_N "checking for tm_init in -lpbs... $ECHO_C" >&6; } - if test "${ac_cv_lib_pbs_tm_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -69068,56 +69670,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char tm_init (); - int - main () - { --tm_init (); -+return tm_init (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_pbs_tm_init=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_pbs_tm_init=no -+ ac_cv_lib_pbs_tm_init=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_pbs_tm_init" >&5 --echo "${ECHO_T}$ac_cv_lib_pbs_tm_init" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_pbs_tm_init" >&5 -+echo "${ECHO_T}$ac_cv_lib_pbs_tm_init" >&6; } - if test $ac_cv_lib_pbs_tm_init = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -69167,10 +69766,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for tm_init in -lpbs" >&5 --echo $ECHO_N "checking for tm_init in -lpbs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for tm_init in -lpbs" >&5 -+echo $ECHO_N "checking for tm_init in -lpbs... $ECHO_C" >&6; } - if test "${ac_cv_lib_pbs_tm_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -69183,56 +69782,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char tm_init (); - int - main () - { --tm_init (); -+return tm_init (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_pbs_tm_init=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_pbs_tm_init=no -+ ac_cv_lib_pbs_tm_init=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_pbs_tm_init" >&5 --echo "${ECHO_T}$ac_cv_lib_pbs_tm_init" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_pbs_tm_init" >&5 -+echo "${ECHO_T}$ac_cv_lib_pbs_tm_init" >&6; } - if test $ac_cv_lib_pbs_tm_init = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -69253,10 +69849,10 @@ - if test "$ompi_check_package_libdir" != ""; then - pls_tm_LDFLAGS="$pls_tm_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for tm_init in -lpbs" >&5 --echo $ECHO_N "checking for tm_init in -lpbs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for tm_init in -lpbs" >&5 -+echo $ECHO_N "checking for tm_init in -lpbs... $ECHO_C" >&6; } - if test "${ac_cv_lib_pbs_tm_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -69269,56 +69865,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char tm_init (); - int - main () - { --tm_init (); -+return tm_init (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_pbs_tm_init=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_pbs_tm_init=no -+ ac_cv_lib_pbs_tm_init=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_pbs_tm_init" >&5 --echo "${ECHO_T}$ac_cv_lib_pbs_tm_init" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_pbs_tm_init" >&5 -+echo "${ECHO_T}$ac_cv_lib_pbs_tm_init" >&6; } - if test $ac_cv_lib_pbs_tm_init = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -69341,10 +69934,10 @@ - if test "$ompi_check_package_libdir" != ""; then - pls_tm_LDFLAGS="$pls_tm_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for tm_init in -lpbs" >&5 --echo $ECHO_N "checking for tm_init in -lpbs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for tm_init in -lpbs" >&5 -+echo $ECHO_N "checking for tm_init in -lpbs... $ECHO_C" >&6; } - if test "${ac_cv_lib_pbs_tm_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -69357,56 +69950,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char tm_init (); - int - main () - { --tm_init (); -+return tm_init (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_pbs_tm_init=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_pbs_tm_init=no -+ ac_cv_lib_pbs_tm_init=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_pbs_tm_init" >&5 --echo "${ECHO_T}$ac_cv_lib_pbs_tm_init" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_pbs_tm_init" >&5 -+echo "${ECHO_T}$ac_cv_lib_pbs_tm_init" >&6; } - if test $ac_cv_lib_pbs_tm_init = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -69483,20 +70073,20 @@ - ompi_check_package_header_happy="no" - if test "$ompi_check_tm_dir" = "/usr" -o "$ompi_check_tm_dir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for header without includes" >&5 --echo "${ECHO_T}looking for header without includes" >&6 -+ { echo "$as_me:$LINENO: result: looking for header without includes" >&5 -+echo "${ECHO_T}looking for header without includes" >&6; } - if test "${ac_cv_header_tm_h+set}" = set; then -- echo "$as_me:$LINENO: checking for tm.h" >&5 --echo $ECHO_N "checking for tm.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for tm.h" >&5 -+echo $ECHO_N "checking for tm.h... $ECHO_C" >&6; } - if test "${ac_cv_header_tm_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 --echo "${ECHO_T}$ac_cv_header_tm_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 -+echo "${ECHO_T}$ac_cv_header_tm_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking tm.h usability" >&5 --echo $ECHO_N "checking tm.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking tm.h usability" >&5 -+echo $ECHO_N "checking tm.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -69507,41 +70097,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking tm.h presence" >&5 --echo $ECHO_N "checking tm.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking tm.h presence" >&5 -+echo $ECHO_N "checking tm.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -69550,24 +70136,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -69575,9 +70159,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -69601,25 +70186,23 @@ - echo "$as_me: WARNING: tm.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: tm.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: tm.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for tm.h" >&5 --echo $ECHO_N "checking for tm.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for tm.h" >&5 -+echo $ECHO_N "checking for tm.h... $ECHO_C" >&6; } - if test "${ac_cv_header_tm_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_tm_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 --echo "${ECHO_T}$ac_cv_header_tm_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 -+echo "${ECHO_T}$ac_cv_header_tm_h" >&6; } - - fi - if test $ac_cv_header_tm_h = yes; then -@@ -69644,17 +70227,17 @@ - fi - - if test "${ac_cv_header_tm_h+set}" = set; then -- echo "$as_me:$LINENO: checking for tm.h" >&5 --echo $ECHO_N "checking for tm.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for tm.h" >&5 -+echo $ECHO_N "checking for tm.h... $ECHO_C" >&6; } - if test "${ac_cv_header_tm_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 --echo "${ECHO_T}$ac_cv_header_tm_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 -+echo "${ECHO_T}$ac_cv_header_tm_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking tm.h usability" >&5 --echo $ECHO_N "checking tm.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking tm.h usability" >&5 -+echo $ECHO_N "checking tm.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -69665,41 +70248,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking tm.h presence" >&5 --echo $ECHO_N "checking tm.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking tm.h presence" >&5 -+echo $ECHO_N "checking tm.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -69708,24 +70287,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -69733,9 +70310,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -69759,25 +70337,23 @@ - echo "$as_me: WARNING: tm.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: tm.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: tm.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for tm.h" >&5 --echo $ECHO_N "checking for tm.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for tm.h" >&5 -+echo $ECHO_N "checking for tm.h... $ECHO_C" >&6; } - if test "${ac_cv_header_tm_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_tm_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 --echo "${ECHO_T}$ac_cv_header_tm_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 -+echo "${ECHO_T}$ac_cv_header_tm_h" >&6; } - - fi - if test $ac_cv_header_tm_h = yes; then -@@ -69798,10 +70374,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for tm_finalize in -ltorque" >&5 --echo $ECHO_N "checking for tm_finalize in -ltorque... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for tm_finalize in -ltorque" >&5 -+echo $ECHO_N "checking for tm_finalize in -ltorque... $ECHO_C" >&6; } - if test "${ac_cv_lib_torque_tm_finalize+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -69814,56 +70390,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char tm_finalize (); - int - main () - { --tm_finalize (); -+return tm_finalize (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_torque_tm_finalize=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_torque_tm_finalize=no -+ ac_cv_lib_torque_tm_finalize=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_torque_tm_finalize" >&5 --echo "${ECHO_T}$ac_cv_lib_torque_tm_finalize" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_torque_tm_finalize" >&5 -+echo "${ECHO_T}$ac_cv_lib_torque_tm_finalize" >&6; } - if test $ac_cv_lib_torque_tm_finalize = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -69884,10 +70457,10 @@ - if test "$ompi_check_package_libdir" != ""; then - pls_tm_LDFLAGS="$pls_tm_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for tm_finalize in -ltorque" >&5 --echo $ECHO_N "checking for tm_finalize in -ltorque... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for tm_finalize in -ltorque" >&5 -+echo $ECHO_N "checking for tm_finalize in -ltorque... $ECHO_C" >&6; } - if test "${ac_cv_lib_torque_tm_finalize+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -69900,56 +70473,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char tm_finalize (); - int - main () - { --tm_finalize (); -+return tm_finalize (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_torque_tm_finalize=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_torque_tm_finalize=no -+ ac_cv_lib_torque_tm_finalize=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_torque_tm_finalize" >&5 --echo "${ECHO_T}$ac_cv_lib_torque_tm_finalize" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_torque_tm_finalize" >&5 -+echo "${ECHO_T}$ac_cv_lib_torque_tm_finalize" >&6; } - if test $ac_cv_lib_torque_tm_finalize = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -69972,10 +70542,10 @@ - if test "$ompi_check_package_libdir" != ""; then - pls_tm_LDFLAGS="$pls_tm_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for tm_finalize in -ltorque" >&5 --echo $ECHO_N "checking for tm_finalize in -ltorque... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for tm_finalize in -ltorque" >&5 -+echo $ECHO_N "checking for tm_finalize in -ltorque... $ECHO_C" >&6; } - if test "${ac_cv_lib_torque_tm_finalize+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -69988,56 +70558,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char tm_finalize (); - int - main () - { --tm_finalize (); -+return tm_finalize (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_torque_tm_finalize=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_torque_tm_finalize=no -+ ac_cv_lib_torque_tm_finalize=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_torque_tm_finalize" >&5 --echo "${ECHO_T}$ac_cv_lib_torque_tm_finalize" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_torque_tm_finalize" >&5 -+echo "${ECHO_T}$ac_cv_lib_torque_tm_finalize" >&6; } - if test $ac_cv_lib_torque_tm_finalize = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -70087,10 +70654,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for tm_finalize in -ltorque" >&5 --echo $ECHO_N "checking for tm_finalize in -ltorque... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for tm_finalize in -ltorque" >&5 -+echo $ECHO_N "checking for tm_finalize in -ltorque... $ECHO_C" >&6; } - if test "${ac_cv_lib_torque_tm_finalize+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -70103,56 +70670,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char tm_finalize (); - int - main () - { --tm_finalize (); -+return tm_finalize (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_torque_tm_finalize=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_torque_tm_finalize=no -+ ac_cv_lib_torque_tm_finalize=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_torque_tm_finalize" >&5 --echo "${ECHO_T}$ac_cv_lib_torque_tm_finalize" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_torque_tm_finalize" >&5 -+echo "${ECHO_T}$ac_cv_lib_torque_tm_finalize" >&6; } - if test $ac_cv_lib_torque_tm_finalize = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -70173,10 +70737,10 @@ - if test "$ompi_check_package_libdir" != ""; then - pls_tm_LDFLAGS="$pls_tm_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for tm_finalize in -ltorque" >&5 --echo $ECHO_N "checking for tm_finalize in -ltorque... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for tm_finalize in -ltorque" >&5 -+echo $ECHO_N "checking for tm_finalize in -ltorque... $ECHO_C" >&6; } - if test "${ac_cv_lib_torque_tm_finalize+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -70189,56 +70753,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char tm_finalize (); - int - main () - { --tm_finalize (); -+return tm_finalize (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_torque_tm_finalize=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_torque_tm_finalize=no -+ ac_cv_lib_torque_tm_finalize=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_torque_tm_finalize" >&5 --echo "${ECHO_T}$ac_cv_lib_torque_tm_finalize" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_torque_tm_finalize" >&5 -+echo "${ECHO_T}$ac_cv_lib_torque_tm_finalize" >&6; } - if test $ac_cv_lib_torque_tm_finalize = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -70261,10 +70822,10 @@ - if test "$ompi_check_package_libdir" != ""; then - pls_tm_LDFLAGS="$pls_tm_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for tm_finalize in -ltorque" >&5 --echo $ECHO_N "checking for tm_finalize in -ltorque... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for tm_finalize in -ltorque" >&5 -+echo $ECHO_N "checking for tm_finalize in -ltorque... $ECHO_C" >&6; } - if test "${ac_cv_lib_torque_tm_finalize+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -70277,56 +70838,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char tm_finalize (); - int - main () - { --tm_finalize (); -+return tm_finalize (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_torque_tm_finalize=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_torque_tm_finalize=no -+ ac_cv_lib_torque_tm_finalize=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_torque_tm_finalize" >&5 --echo "${ECHO_T}$ac_cv_lib_torque_tm_finalize" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_torque_tm_finalize" >&5 -+echo "${ECHO_T}$ac_cv_lib_torque_tm_finalize" >&6; } - if test $ac_cv_lib_torque_tm_finalize = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -70431,10 +70989,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -70517,10 +71075,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component pls:tm can compile" >&5 --echo $ECHO_N "checking if MCA component pls:tm can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component pls:tm can compile" >&5 -+echo $ECHO_N "checking if MCA component pls:tm can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -70675,14 +71233,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_pls" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -70694,14 +71252,14 @@ - - - --# Check whether --with-xgrid or --without-xgrid was given. -+# Check whether --with-xgrid was given. - if test "${with_xgrid+set}" = set; then -- withval="$with_xgrid" -+ withval=$with_xgrid; -+fi - --fi; - -- echo "$as_me:$LINENO: checking for XGridFoundation Framework" >&5 --echo $ECHO_N "checking for XGridFoundation Framework... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for XGridFoundation Framework" >&5 -+echo $ECHO_N "checking for XGridFoundation Framework... $ECHO_C" >&6; } - if test "${ompi_cv_check_xgrid_foundation+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -70739,35 +71297,32 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ompi_check_xgrid_happy="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_check_xgrid_happy="no" -+ ompi_check_xgrid_happy="no" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - CFLAGS="$ompi_check_xgrid_save_CFLAGS" - if test "$ompi_check_xgrid_happy" = "no"; then -@@ -70784,8 +71339,8 @@ - fi - - fi --echo "$as_me:$LINENO: result: $ompi_cv_check_xgrid_foundation" >&5 --echo "${ECHO_T}$ompi_cv_check_xgrid_foundation" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_check_xgrid_foundation" >&5 -+echo "${ECHO_T}$ompi_cv_check_xgrid_foundation" >&6; } - - if test "$ompi_cv_check_xgrid_foundation" = "yes"; then - pls_xgrid_OBJCFLAGS="$pls_xgrid_OBJCFLAGS -F XGridFoundation" -@@ -70846,10 +71401,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -70932,10 +71487,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component pls:xgrid can compile" >&5 --echo $ECHO_N "checking if MCA component pls:xgrid can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component pls:xgrid can compile" >&5 -+echo $ECHO_N "checking if MCA component pls:xgrid can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -71097,14 +71652,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_pls" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -71269,10 +71824,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -71355,10 +71910,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component pls:$component can compile" >&5 --echo $ECHO_N "checking if MCA component pls:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component pls:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component pls:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -71427,7 +71982,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files orte/mca/pls/Makefile" -+ ac_config_files="$ac_config_files orte/mca/pls/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -71497,32 +72052,48 @@ - else - outdir=orte/mca/ras/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -71530,14 +72101,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework ras" >&5 --echo $ECHO_N "checking for no configure components in framework ras... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: dash_host, hostfile, localhost" >&5 --echo "${ECHO_T}dash_host, hostfile, localhost" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework ras" >&5 --echo $ECHO_N "checking for m4 configure components in framework ras... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: bjs, lsf_bproc, poe, slurm, tm, xgrid" >&5 --echo "${ECHO_T}bjs, lsf_bproc, poe, slurm, tm, xgrid" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework ras" >&5 -+echo $ECHO_N "checking for no configure components in framework ras... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: dash_host, hostfile, localhost" >&5 -+echo "${ECHO_T}dash_host, hostfile, localhost" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework ras" >&5 -+echo $ECHO_N "checking for m4 configure components in framework ras... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: bjs, lsf_bproc, poe, slurm, tm, xgrid" >&5 -+echo "${ECHO_T}bjs, lsf_bproc, poe, slurm, tm, xgrid" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -71647,14 +72218,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_ras" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -71681,10 +72252,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -71767,10 +72338,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component ras:dash_host can compile" >&5 --echo $ECHO_N "checking if MCA component ras:dash_host can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component ras:dash_host can compile" >&5 -+echo $ECHO_N "checking if MCA component ras:dash_host can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -71916,14 +72487,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_ras" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -71950,10 +72521,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -72036,10 +72607,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component ras:hostfile can compile" >&5 --echo $ECHO_N "checking if MCA component ras:hostfile can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component ras:hostfile can compile" >&5 -+echo $ECHO_N "checking if MCA component ras:hostfile can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -72185,14 +72756,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_ras" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -72219,10 +72790,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -72305,10 +72876,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component ras:localhost can compile" >&5 --echo $ECHO_N "checking if MCA component ras:localhost can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component ras:localhost can compile" >&5 -+echo $ECHO_N "checking if MCA component ras:localhost can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -72462,14 +73033,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_ras" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -72479,11 +73050,11 @@ - - - --# Check whether --with-bproc or --without-bproc was given. -+# Check whether --with-bproc was given. - if test "${with_bproc+set}" = set; then -- withval="$with_bproc" -+ withval=$with_bproc; -+fi - --fi; - - if test ! -z "$with_bproc" -a "$with_bproc" = "no"; then - ras_bjs_good=0 -@@ -72502,18 +73073,19 @@ - for ac_header in sys/bproc.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --if eval "test \"\${$as_ac_Header+set}\" = set"; then -- echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -+ { echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -72524,41 +73096,37 @@ - #include <$ac_header> - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -72567,24 +73135,22 @@ - /* end confdefs.h. */ - #include <$ac_header> - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -72592,9 +73158,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -72618,33 +73185,32 @@ - echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - - fi - if test `eval echo '${'$as_ac_Header'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF -- echo "$as_me:$LINENO: checking for bproc_numnodes in -lbproc" >&5 --echo $ECHO_N "checking for bproc_numnodes in -lbproc... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for bproc_numnodes in -lbproc" >&5 -+echo $ECHO_N "checking for bproc_numnodes in -lbproc... $ECHO_C" >&6; } - if test "${ac_cv_lib_bproc_bproc_numnodes+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -72657,56 +73223,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char bproc_numnodes (); - int - main () - { --bproc_numnodes (); -+return bproc_numnodes (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_bproc_bproc_numnodes=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_bproc_bproc_numnodes=no -+ ac_cv_lib_bproc_bproc_numnodes=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_bproc_bproc_numnodes" >&5 --echo "${ECHO_T}$ac_cv_lib_bproc_bproc_numnodes" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_bproc_bproc_numnodes" >&5 -+echo "${ECHO_T}$ac_cv_lib_bproc_bproc_numnodes" >&6; } - if test $ac_cv_lib_bproc_bproc_numnodes = yes; then - ompi_check_bproc_happy="yes" - else -@@ -72726,9 +73289,9 @@ - for ac_header in sys/bproc_common.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -72743,38 +73306,35 @@ - #include <$ac_header> - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - eval "$as_ac_Header=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_Header=no" -+ eval "$as_ac_Header=no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_Header'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -@@ -72865,10 +73425,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -72951,10 +73511,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component ras:bjs can compile" >&5 --echo $ECHO_N "checking if MCA component ras:bjs can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component ras:bjs can compile" >&5 -+echo $ECHO_N "checking if MCA component ras:bjs can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -73109,14 +73669,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_ras" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -73126,11 +73686,11 @@ - - - --# Check whether --with-bproc or --without-bproc was given. -+# Check whether --with-bproc was given. - if test "${with_bproc+set}" = set; then -- withval="$with_bproc" -+ withval=$with_bproc; -+fi - --fi; - - if test ! -z "$with_bproc" -a "$with_bproc" = "no"; then - ras_lsf_bproc_good=0 -@@ -73149,18 +73709,19 @@ - for ac_header in sys/bproc.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --if eval "test \"\${$as_ac_Header+set}\" = set"; then -- echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -+ { echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -73171,41 +73732,37 @@ - #include <$ac_header> - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -73214,24 +73771,22 @@ - /* end confdefs.h. */ - #include <$ac_header> - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -73239,9 +73794,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -73265,33 +73821,32 @@ - echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - - fi - if test `eval echo '${'$as_ac_Header'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF -- echo "$as_me:$LINENO: checking for bproc_numnodes in -lbproc" >&5 --echo $ECHO_N "checking for bproc_numnodes in -lbproc... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for bproc_numnodes in -lbproc" >&5 -+echo $ECHO_N "checking for bproc_numnodes in -lbproc... $ECHO_C" >&6; } - if test "${ac_cv_lib_bproc_bproc_numnodes+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -73304,56 +73859,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char bproc_numnodes (); - int - main () - { --bproc_numnodes (); -+return bproc_numnodes (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_bproc_bproc_numnodes=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_bproc_bproc_numnodes=no -+ ac_cv_lib_bproc_bproc_numnodes=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_bproc_bproc_numnodes" >&5 --echo "${ECHO_T}$ac_cv_lib_bproc_bproc_numnodes" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_bproc_bproc_numnodes" >&5 -+echo "${ECHO_T}$ac_cv_lib_bproc_bproc_numnodes" >&6; } - if test $ac_cv_lib_bproc_bproc_numnodes = yes; then - ompi_check_bproc_happy="yes" - else -@@ -73373,9 +73925,9 @@ - for ac_header in sys/bproc_common.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -73390,38 +73942,35 @@ - #include <$ac_header> - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - eval "$as_ac_Header=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_Header=no" -+ eval "$as_ac_Header=no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_Header'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -@@ -73512,10 +74061,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -73598,10 +74147,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component ras:lsf_bproc can compile" >&5 --echo $ECHO_N "checking if MCA component ras:lsf_bproc can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component ras:lsf_bproc can compile" >&5 -+echo $ECHO_N "checking if MCA component ras:lsf_bproc can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -73756,14 +74305,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_ras" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -73774,8 +74323,8 @@ - # POE is only supported on AIX. We only need executables (no - # header files or libraries), but those can be found (or not) at - # run-time. So if we're on AIX, build this component. -- echo "$as_me:$LINENO: checking if on AIX" >&5 --echo $ECHO_N "checking if on AIX... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if on AIX" >&5 -+echo $ECHO_N "checking if on AIX... $ECHO_C" >&6; } - case $host_os in - aix3* | aix4* | aix5*) - happy=yes -@@ -73784,8 +74333,8 @@ - happy=no - ;; - esac -- echo "$as_me:$LINENO: result: $happy" >&5 --echo "${ECHO_T}$happy" >&6 -+ { echo "$as_me:$LINENO: result: $happy" >&5 -+echo "${ECHO_T}$happy" >&6; } - if test "$happy" = "yes"; then - should_build=1 - else -@@ -73819,10 +74368,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -73905,10 +74454,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component ras:poe can compile" >&5 --echo $ECHO_N "checking if MCA component ras:poe can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component ras:poe can compile" >&5 -+echo $ECHO_N "checking if MCA component ras:poe can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -74063,14 +74612,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_ras" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -74080,11 +74629,11 @@ - - - --# Check whether --with-slurm or --without-slurm was given. -+# Check whether --with-slurm was given. - if test "${with_slurm+set}" = set; then -- withval="$with_slurm" -+ withval=$with_slurm; -+fi - --fi; - - if test "$with_slurm" = "no" ; then - ompi_check_slurm_happy="no" -@@ -74104,8 +74653,8 @@ - fi - - if test "$ompi_check_slurm_happy" = "yes"; then -- echo "$as_me:$LINENO: checking for fork" >&5 --echo $ECHO_N "checking for fork... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for fork" >&5 -+echo $ECHO_N "checking for fork... $ECHO_C" >&6; } - if test "${ac_cv_func_fork+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -74132,68 +74681,59 @@ - - #undef fork - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char fork (); - /* 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. */ --#if defined (__stub_fork) || defined (__stub___fork) -+#if defined __stub_fork || defined __stub___fork - choke me --#else --char (*f) () = fork; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != fork; -+return fork (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_func_fork=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_fork=no -+ ac_cv_func_fork=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_fork" >&5 --echo "${ECHO_T}$ac_cv_func_fork" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_func_fork" >&5 -+echo "${ECHO_T}$ac_cv_func_fork" >&6; } - if test $ac_cv_func_fork = yes; then - ompi_check_slurm_happy="yes" - else -@@ -74204,8 +74744,8 @@ - - - if test "$ompi_check_slurm_happy" = "yes"; then -- echo "$as_me:$LINENO: checking for execve" >&5 --echo $ECHO_N "checking for execve... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for execve" >&5 -+echo $ECHO_N "checking for execve... $ECHO_C" >&6; } - if test "${ac_cv_func_execve+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -74232,68 +74772,59 @@ - - #undef execve - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char execve (); - /* 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. */ --#if defined (__stub_execve) || defined (__stub___execve) -+#if defined __stub_execve || defined __stub___execve - choke me --#else --char (*f) () = execve; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != execve; -+return execve (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_func_execve=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_execve=no -+ ac_cv_func_execve=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_execve" >&5 --echo "${ECHO_T}$ac_cv_func_execve" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_func_execve" >&5 -+echo "${ECHO_T}$ac_cv_func_execve" >&6; } - if test $ac_cv_func_execve = yes; then - ompi_check_slurm_happy="yes" - else -@@ -74304,8 +74835,8 @@ - - - if test "$ompi_check_slurm_happy" = "yes"; then -- echo "$as_me:$LINENO: checking for setpgid" >&5 --echo $ECHO_N "checking for setpgid... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for setpgid" >&5 -+echo $ECHO_N "checking for setpgid... $ECHO_C" >&6; } - if test "${ac_cv_func_setpgid+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -74332,68 +74863,59 @@ - - #undef setpgid - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char setpgid (); - /* 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. */ --#if defined (__stub_setpgid) || defined (__stub___setpgid) -+#if defined __stub_setpgid || defined __stub___setpgid - choke me --#else --char (*f) () = setpgid; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != setpgid; -+return setpgid (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_func_setpgid=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_setpgid=no -+ ac_cv_func_setpgid=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_setpgid" >&5 --echo "${ECHO_T}$ac_cv_func_setpgid" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_func_setpgid" >&5 -+echo "${ECHO_T}$ac_cv_func_setpgid" >&6; } - if test $ac_cv_func_setpgid = yes; then - ompi_check_slurm_happy="yes" - else -@@ -74453,10 +74975,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -74539,10 +75061,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component ras:slurm can compile" >&5 --echo $ECHO_N "checking if MCA component ras:slurm can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component ras:slurm can compile" >&5 -+echo $ECHO_N "checking if MCA component ras:slurm can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -74697,14 +75219,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_ras" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -74714,11 +75236,11 @@ - - - --# Check whether --with-tm or --without-tm was given. -+# Check whether --with-tm was given. - if test "${with_tm+set}" = set; then -- withval="$with_tm" -+ withval=$with_tm; -+fi - --fi; - - if test "$with_tm" = "no"; then - ompi_check_tm_hapy="no" -@@ -74761,20 +75283,20 @@ - ompi_check_package_header_happy="no" - if test "$ompi_check_tm_dir" = "/usr" -o "$ompi_check_tm_dir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for header without includes" >&5 --echo "${ECHO_T}looking for header without includes" >&6 -+ { echo "$as_me:$LINENO: result: looking for header without includes" >&5 -+echo "${ECHO_T}looking for header without includes" >&6; } - if test "${ac_cv_header_tm_h+set}" = set; then -- echo "$as_me:$LINENO: checking for tm.h" >&5 --echo $ECHO_N "checking for tm.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for tm.h" >&5 -+echo $ECHO_N "checking for tm.h... $ECHO_C" >&6; } - if test "${ac_cv_header_tm_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 --echo "${ECHO_T}$ac_cv_header_tm_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 -+echo "${ECHO_T}$ac_cv_header_tm_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking tm.h usability" >&5 --echo $ECHO_N "checking tm.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking tm.h usability" >&5 -+echo $ECHO_N "checking tm.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -74785,41 +75307,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking tm.h presence" >&5 --echo $ECHO_N "checking tm.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking tm.h presence" >&5 -+echo $ECHO_N "checking tm.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -74828,24 +75346,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -74853,9 +75369,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -74879,25 +75396,23 @@ - echo "$as_me: WARNING: tm.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: tm.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: tm.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for tm.h" >&5 --echo $ECHO_N "checking for tm.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for tm.h" >&5 -+echo $ECHO_N "checking for tm.h... $ECHO_C" >&6; } - if test "${ac_cv_header_tm_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_tm_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 --echo "${ECHO_T}$ac_cv_header_tm_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 -+echo "${ECHO_T}$ac_cv_header_tm_h" >&6; } - - fi - if test $ac_cv_header_tm_h = yes; then -@@ -74922,17 +75437,17 @@ - fi - - if test "${ac_cv_header_tm_h+set}" = set; then -- echo "$as_me:$LINENO: checking for tm.h" >&5 --echo $ECHO_N "checking for tm.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for tm.h" >&5 -+echo $ECHO_N "checking for tm.h... $ECHO_C" >&6; } - if test "${ac_cv_header_tm_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 --echo "${ECHO_T}$ac_cv_header_tm_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 -+echo "${ECHO_T}$ac_cv_header_tm_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking tm.h usability" >&5 --echo $ECHO_N "checking tm.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking tm.h usability" >&5 -+echo $ECHO_N "checking tm.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -74943,41 +75458,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking tm.h presence" >&5 --echo $ECHO_N "checking tm.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking tm.h presence" >&5 -+echo $ECHO_N "checking tm.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -74986,24 +75497,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -75011,9 +75520,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -75037,25 +75547,23 @@ - echo "$as_me: WARNING: tm.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: tm.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: tm.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for tm.h" >&5 --echo $ECHO_N "checking for tm.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for tm.h" >&5 -+echo $ECHO_N "checking for tm.h... $ECHO_C" >&6; } - if test "${ac_cv_header_tm_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_tm_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 --echo "${ECHO_T}$ac_cv_header_tm_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 -+echo "${ECHO_T}$ac_cv_header_tm_h" >&6; } - - fi - if test $ac_cv_header_tm_h = yes; then -@@ -75076,10 +75584,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for tm_init in -lpbs" >&5 --echo $ECHO_N "checking for tm_init in -lpbs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for tm_init in -lpbs" >&5 -+echo $ECHO_N "checking for tm_init in -lpbs... $ECHO_C" >&6; } - if test "${ac_cv_lib_pbs_tm_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -75092,56 +75600,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char tm_init (); - int - main () - { --tm_init (); -+return tm_init (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_pbs_tm_init=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_pbs_tm_init=no -+ ac_cv_lib_pbs_tm_init=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_pbs_tm_init" >&5 --echo "${ECHO_T}$ac_cv_lib_pbs_tm_init" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_pbs_tm_init" >&5 -+echo "${ECHO_T}$ac_cv_lib_pbs_tm_init" >&6; } - if test $ac_cv_lib_pbs_tm_init = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -75162,10 +75667,10 @@ - if test "$ompi_check_package_libdir" != ""; then - ras_tm_LDFLAGS="$ras_tm_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for tm_init in -lpbs" >&5 --echo $ECHO_N "checking for tm_init in -lpbs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for tm_init in -lpbs" >&5 -+echo $ECHO_N "checking for tm_init in -lpbs... $ECHO_C" >&6; } - if test "${ac_cv_lib_pbs_tm_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -75178,56 +75683,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char tm_init (); - int - main () - { --tm_init (); -+return tm_init (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_pbs_tm_init=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_pbs_tm_init=no -+ ac_cv_lib_pbs_tm_init=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_pbs_tm_init" >&5 --echo "${ECHO_T}$ac_cv_lib_pbs_tm_init" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_pbs_tm_init" >&5 -+echo "${ECHO_T}$ac_cv_lib_pbs_tm_init" >&6; } - if test $ac_cv_lib_pbs_tm_init = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -75250,10 +75752,10 @@ - if test "$ompi_check_package_libdir" != ""; then - ras_tm_LDFLAGS="$ras_tm_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for tm_init in -lpbs" >&5 --echo $ECHO_N "checking for tm_init in -lpbs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for tm_init in -lpbs" >&5 -+echo $ECHO_N "checking for tm_init in -lpbs... $ECHO_C" >&6; } - if test "${ac_cv_lib_pbs_tm_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -75266,56 +75768,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char tm_init (); - int - main () - { --tm_init (); -+return tm_init (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_pbs_tm_init=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_pbs_tm_init=no -+ ac_cv_lib_pbs_tm_init=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_pbs_tm_init" >&5 --echo "${ECHO_T}$ac_cv_lib_pbs_tm_init" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_pbs_tm_init" >&5 -+echo "${ECHO_T}$ac_cv_lib_pbs_tm_init" >&6; } - if test $ac_cv_lib_pbs_tm_init = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -75365,10 +75864,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for tm_init in -lpbs" >&5 --echo $ECHO_N "checking for tm_init in -lpbs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for tm_init in -lpbs" >&5 -+echo $ECHO_N "checking for tm_init in -lpbs... $ECHO_C" >&6; } - if test "${ac_cv_lib_pbs_tm_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -75381,56 +75880,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char tm_init (); - int - main () - { --tm_init (); -+return tm_init (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_pbs_tm_init=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_pbs_tm_init=no -+ ac_cv_lib_pbs_tm_init=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_pbs_tm_init" >&5 --echo "${ECHO_T}$ac_cv_lib_pbs_tm_init" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_pbs_tm_init" >&5 -+echo "${ECHO_T}$ac_cv_lib_pbs_tm_init" >&6; } - if test $ac_cv_lib_pbs_tm_init = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -75451,10 +75947,10 @@ - if test "$ompi_check_package_libdir" != ""; then - ras_tm_LDFLAGS="$ras_tm_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for tm_init in -lpbs" >&5 --echo $ECHO_N "checking for tm_init in -lpbs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for tm_init in -lpbs" >&5 -+echo $ECHO_N "checking for tm_init in -lpbs... $ECHO_C" >&6; } - if test "${ac_cv_lib_pbs_tm_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -75467,56 +75963,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char tm_init (); - int - main () - { --tm_init (); -+return tm_init (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_pbs_tm_init=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_pbs_tm_init=no -+ ac_cv_lib_pbs_tm_init=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_pbs_tm_init" >&5 --echo "${ECHO_T}$ac_cv_lib_pbs_tm_init" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_pbs_tm_init" >&5 -+echo "${ECHO_T}$ac_cv_lib_pbs_tm_init" >&6; } - if test $ac_cv_lib_pbs_tm_init = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -75539,10 +76032,10 @@ - if test "$ompi_check_package_libdir" != ""; then - ras_tm_LDFLAGS="$ras_tm_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for tm_init in -lpbs" >&5 --echo $ECHO_N "checking for tm_init in -lpbs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for tm_init in -lpbs" >&5 -+echo $ECHO_N "checking for tm_init in -lpbs... $ECHO_C" >&6; } - if test "${ac_cv_lib_pbs_tm_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -75555,56 +76048,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char tm_init (); - int - main () - { --tm_init (); -+return tm_init (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_pbs_tm_init=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_pbs_tm_init=no -+ ac_cv_lib_pbs_tm_init=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_pbs_tm_init" >&5 --echo "${ECHO_T}$ac_cv_lib_pbs_tm_init" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_pbs_tm_init" >&5 -+echo "${ECHO_T}$ac_cv_lib_pbs_tm_init" >&6; } - if test $ac_cv_lib_pbs_tm_init = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -75681,20 +76171,20 @@ - ompi_check_package_header_happy="no" - if test "$ompi_check_tm_dir" = "/usr" -o "$ompi_check_tm_dir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for header without includes" >&5 --echo "${ECHO_T}looking for header without includes" >&6 -+ { echo "$as_me:$LINENO: result: looking for header without includes" >&5 -+echo "${ECHO_T}looking for header without includes" >&6; } - if test "${ac_cv_header_tm_h+set}" = set; then -- echo "$as_me:$LINENO: checking for tm.h" >&5 --echo $ECHO_N "checking for tm.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for tm.h" >&5 -+echo $ECHO_N "checking for tm.h... $ECHO_C" >&6; } - if test "${ac_cv_header_tm_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 --echo "${ECHO_T}$ac_cv_header_tm_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 -+echo "${ECHO_T}$ac_cv_header_tm_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking tm.h usability" >&5 --echo $ECHO_N "checking tm.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking tm.h usability" >&5 -+echo $ECHO_N "checking tm.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -75705,41 +76195,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking tm.h presence" >&5 --echo $ECHO_N "checking tm.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking tm.h presence" >&5 -+echo $ECHO_N "checking tm.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -75748,24 +76234,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -75773,9 +76257,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -75799,25 +76284,23 @@ - echo "$as_me: WARNING: tm.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: tm.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: tm.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for tm.h" >&5 --echo $ECHO_N "checking for tm.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for tm.h" >&5 -+echo $ECHO_N "checking for tm.h... $ECHO_C" >&6; } - if test "${ac_cv_header_tm_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_tm_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 --echo "${ECHO_T}$ac_cv_header_tm_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 -+echo "${ECHO_T}$ac_cv_header_tm_h" >&6; } - - fi - if test $ac_cv_header_tm_h = yes; then -@@ -75842,17 +76325,17 @@ - fi - - if test "${ac_cv_header_tm_h+set}" = set; then -- echo "$as_me:$LINENO: checking for tm.h" >&5 --echo $ECHO_N "checking for tm.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for tm.h" >&5 -+echo $ECHO_N "checking for tm.h... $ECHO_C" >&6; } - if test "${ac_cv_header_tm_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 --echo "${ECHO_T}$ac_cv_header_tm_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 -+echo "${ECHO_T}$ac_cv_header_tm_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking tm.h usability" >&5 --echo $ECHO_N "checking tm.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking tm.h usability" >&5 -+echo $ECHO_N "checking tm.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -75863,41 +76346,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking tm.h presence" >&5 --echo $ECHO_N "checking tm.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking tm.h presence" >&5 -+echo $ECHO_N "checking tm.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -75906,24 +76385,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -75931,9 +76408,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -75957,25 +76435,23 @@ - echo "$as_me: WARNING: tm.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: tm.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: tm.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for tm.h" >&5 --echo $ECHO_N "checking for tm.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for tm.h" >&5 -+echo $ECHO_N "checking for tm.h... $ECHO_C" >&6; } - if test "${ac_cv_header_tm_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_tm_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 --echo "${ECHO_T}$ac_cv_header_tm_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_tm_h" >&5 -+echo "${ECHO_T}$ac_cv_header_tm_h" >&6; } - - fi - if test $ac_cv_header_tm_h = yes; then -@@ -75996,10 +76472,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for tm_finalize in -ltorque" >&5 --echo $ECHO_N "checking for tm_finalize in -ltorque... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for tm_finalize in -ltorque" >&5 -+echo $ECHO_N "checking for tm_finalize in -ltorque... $ECHO_C" >&6; } - if test "${ac_cv_lib_torque_tm_finalize+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -76012,56 +76488,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char tm_finalize (); - int - main () - { --tm_finalize (); -+return tm_finalize (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_torque_tm_finalize=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_torque_tm_finalize=no -+ ac_cv_lib_torque_tm_finalize=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_torque_tm_finalize" >&5 --echo "${ECHO_T}$ac_cv_lib_torque_tm_finalize" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_torque_tm_finalize" >&5 -+echo "${ECHO_T}$ac_cv_lib_torque_tm_finalize" >&6; } - if test $ac_cv_lib_torque_tm_finalize = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -76082,10 +76555,10 @@ - if test "$ompi_check_package_libdir" != ""; then - ras_tm_LDFLAGS="$ras_tm_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for tm_finalize in -ltorque" >&5 --echo $ECHO_N "checking for tm_finalize in -ltorque... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for tm_finalize in -ltorque" >&5 -+echo $ECHO_N "checking for tm_finalize in -ltorque... $ECHO_C" >&6; } - if test "${ac_cv_lib_torque_tm_finalize+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -76098,56 +76571,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char tm_finalize (); - int - main () - { --tm_finalize (); -+return tm_finalize (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_torque_tm_finalize=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_torque_tm_finalize=no -+ ac_cv_lib_torque_tm_finalize=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_torque_tm_finalize" >&5 --echo "${ECHO_T}$ac_cv_lib_torque_tm_finalize" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_torque_tm_finalize" >&5 -+echo "${ECHO_T}$ac_cv_lib_torque_tm_finalize" >&6; } - if test $ac_cv_lib_torque_tm_finalize = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -76170,10 +76640,10 @@ - if test "$ompi_check_package_libdir" != ""; then - ras_tm_LDFLAGS="$ras_tm_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for tm_finalize in -ltorque" >&5 --echo $ECHO_N "checking for tm_finalize in -ltorque... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for tm_finalize in -ltorque" >&5 -+echo $ECHO_N "checking for tm_finalize in -ltorque... $ECHO_C" >&6; } - if test "${ac_cv_lib_torque_tm_finalize+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -76186,56 +76656,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char tm_finalize (); - int - main () - { --tm_finalize (); -+return tm_finalize (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_torque_tm_finalize=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_torque_tm_finalize=no -+ ac_cv_lib_torque_tm_finalize=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_torque_tm_finalize" >&5 --echo "${ECHO_T}$ac_cv_lib_torque_tm_finalize" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_torque_tm_finalize" >&5 -+echo "${ECHO_T}$ac_cv_lib_torque_tm_finalize" >&6; } - if test $ac_cv_lib_torque_tm_finalize = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -76285,10 +76752,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for tm_finalize in -ltorque" >&5 --echo $ECHO_N "checking for tm_finalize in -ltorque... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for tm_finalize in -ltorque" >&5 -+echo $ECHO_N "checking for tm_finalize in -ltorque... $ECHO_C" >&6; } - if test "${ac_cv_lib_torque_tm_finalize+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -76301,56 +76768,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char tm_finalize (); - int - main () - { --tm_finalize (); -+return tm_finalize (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_torque_tm_finalize=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_torque_tm_finalize=no -+ ac_cv_lib_torque_tm_finalize=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_torque_tm_finalize" >&5 --echo "${ECHO_T}$ac_cv_lib_torque_tm_finalize" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_torque_tm_finalize" >&5 -+echo "${ECHO_T}$ac_cv_lib_torque_tm_finalize" >&6; } - if test $ac_cv_lib_torque_tm_finalize = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -76371,10 +76835,10 @@ - if test "$ompi_check_package_libdir" != ""; then - ras_tm_LDFLAGS="$ras_tm_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for tm_finalize in -ltorque" >&5 --echo $ECHO_N "checking for tm_finalize in -ltorque... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for tm_finalize in -ltorque" >&5 -+echo $ECHO_N "checking for tm_finalize in -ltorque... $ECHO_C" >&6; } - if test "${ac_cv_lib_torque_tm_finalize+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -76387,56 +76851,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char tm_finalize (); - int - main () - { --tm_finalize (); -+return tm_finalize (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_torque_tm_finalize=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_torque_tm_finalize=no -+ ac_cv_lib_torque_tm_finalize=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_torque_tm_finalize" >&5 --echo "${ECHO_T}$ac_cv_lib_torque_tm_finalize" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_torque_tm_finalize" >&5 -+echo "${ECHO_T}$ac_cv_lib_torque_tm_finalize" >&6; } - if test $ac_cv_lib_torque_tm_finalize = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -76459,10 +76920,10 @@ - if test "$ompi_check_package_libdir" != ""; then - ras_tm_LDFLAGS="$ras_tm_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for tm_finalize in -ltorque" >&5 --echo $ECHO_N "checking for tm_finalize in -ltorque... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for tm_finalize in -ltorque" >&5 -+echo $ECHO_N "checking for tm_finalize in -ltorque... $ECHO_C" >&6; } - if test "${ac_cv_lib_torque_tm_finalize+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -76475,56 +76936,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char tm_finalize (); - int - main () - { --tm_finalize (); -+return tm_finalize (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_torque_tm_finalize=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_torque_tm_finalize=no -+ ac_cv_lib_torque_tm_finalize=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_torque_tm_finalize" >&5 --echo "${ECHO_T}$ac_cv_lib_torque_tm_finalize" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_torque_tm_finalize" >&5 -+echo "${ECHO_T}$ac_cv_lib_torque_tm_finalize" >&6; } - if test $ac_cv_lib_torque_tm_finalize = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -76629,10 +77087,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -76715,10 +77173,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component ras:tm can compile" >&5 --echo $ECHO_N "checking if MCA component ras:tm can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component ras:tm can compile" >&5 -+echo $ECHO_N "checking if MCA component ras:tm can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -76873,14 +77331,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_ras" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -76892,14 +77350,14 @@ - - - --# Check whether --with-xgrid or --without-xgrid was given. -+# Check whether --with-xgrid was given. - if test "${with_xgrid+set}" = set; then -- withval="$with_xgrid" -+ withval=$with_xgrid; -+fi - --fi; - -- echo "$as_me:$LINENO: checking for XGridFoundation Framework" >&5 --echo $ECHO_N "checking for XGridFoundation Framework... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for XGridFoundation Framework" >&5 -+echo $ECHO_N "checking for XGridFoundation Framework... $ECHO_C" >&6; } - if test "${ompi_cv_check_xgrid_foundation+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -76937,35 +77395,32 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ompi_check_xgrid_happy="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_check_xgrid_happy="no" -+ ompi_check_xgrid_happy="no" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - CFLAGS="$ompi_check_xgrid_save_CFLAGS" - if test "$ompi_check_xgrid_happy" = "no"; then -@@ -76982,8 +77437,8 @@ - fi - - fi --echo "$as_me:$LINENO: result: $ompi_cv_check_xgrid_foundation" >&5 --echo "${ECHO_T}$ompi_cv_check_xgrid_foundation" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_check_xgrid_foundation" >&5 -+echo "${ECHO_T}$ompi_cv_check_xgrid_foundation" >&6; } - - if test "$ompi_cv_check_xgrid_foundation" = "yes"; then - ras_xgrid_OBJCFLAGS="$ras_xgrid_OBJCFLAGS -F XGridFoundation" -@@ -77039,10 +77494,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -77125,10 +77580,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component ras:xgrid can compile" >&5 --echo $ECHO_N "checking if MCA component ras:xgrid can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component ras:xgrid can compile" >&5 -+echo $ECHO_N "checking if MCA component ras:xgrid can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -77290,14 +77745,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_ras" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -77462,10 +77917,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -77548,10 +78003,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component ras:$component can compile" >&5 --echo $ECHO_N "checking if MCA component ras:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component ras:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component ras:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -77620,7 +78075,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files orte/mca/ras/Makefile" -+ ac_config_files="$ac_config_files orte/mca/ras/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -77690,32 +78145,48 @@ - else - outdir=orte/mca/rds/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -77723,14 +78194,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework rds" >&5 --echo $ECHO_N "checking for no configure components in framework rds... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: hostfile, resfile" >&5 --echo "${ECHO_T}hostfile, resfile" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework rds" >&5 --echo $ECHO_N "checking for m4 configure components in framework rds... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework rds" >&5 -+echo $ECHO_N "checking for no configure components in framework rds... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: hostfile, resfile" >&5 -+echo "${ECHO_T}hostfile, resfile" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework rds" >&5 -+echo $ECHO_N "checking for m4 configure components in framework rds... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: " >&5 -+echo "${ECHO_T}" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -77840,14 +78311,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_rds" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -77874,10 +78345,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -77960,10 +78431,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component rds:hostfile can compile" >&5 --echo $ECHO_N "checking if MCA component rds:hostfile can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component rds:hostfile can compile" >&5 -+echo $ECHO_N "checking if MCA component rds:hostfile can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -78109,14 +78580,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_rds" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -78143,10 +78614,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -78229,10 +78700,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component rds:resfile can compile" >&5 --echo $ECHO_N "checking if MCA component rds:resfile can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component rds:resfile can compile" >&5 -+echo $ECHO_N "checking if MCA component rds:resfile can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -78393,14 +78864,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_rds" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -78565,10 +79036,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -78651,10 +79122,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component rds:$component can compile" >&5 --echo $ECHO_N "checking if MCA component rds:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component rds:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component rds:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -78723,7 +79194,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files orte/mca/rds/Makefile" -+ ac_config_files="$ac_config_files orte/mca/rds/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -78793,32 +79264,48 @@ - else - outdir=orte/mca/rmaps/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -78826,14 +79313,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework rmaps" >&5 --echo $ECHO_N "checking for no configure components in framework rmaps... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: round_robin" >&5 --echo "${ECHO_T}round_robin" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework rmaps" >&5 --echo $ECHO_N "checking for m4 configure components in framework rmaps... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework rmaps" >&5 -+echo $ECHO_N "checking for no configure components in framework rmaps... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: round_robin" >&5 -+echo "${ECHO_T}round_robin" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework rmaps" >&5 -+echo $ECHO_N "checking for m4 configure components in framework rmaps... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: " >&5 -+echo "${ECHO_T}" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -78943,14 +79430,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_rmaps" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -78977,10 +79464,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -79063,10 +79550,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component rmaps:round_robin can compile" >&5 --echo $ECHO_N "checking if MCA component rmaps:round_robin can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component rmaps:round_robin can compile" >&5 -+echo $ECHO_N "checking if MCA component rmaps:round_robin can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -79227,14 +79714,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_rmaps" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -79399,10 +79886,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -79485,10 +79972,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component rmaps:$component can compile" >&5 --echo $ECHO_N "checking if MCA component rmaps:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component rmaps:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component rmaps:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -79557,7 +80044,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files orte/mca/rmaps/Makefile" -+ ac_config_files="$ac_config_files orte/mca/rmaps/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -79627,32 +80114,48 @@ - else - outdir=orte/mca/rmgr/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -79660,14 +80163,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework rmgr" >&5 --echo $ECHO_N "checking for no configure components in framework rmgr... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: proxy, urm" >&5 --echo "${ECHO_T}proxy, urm" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework rmgr" >&5 --echo $ECHO_N "checking for m4 configure components in framework rmgr... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: cnos" >&5 --echo "${ECHO_T}cnos" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework rmgr" >&5 -+echo $ECHO_N "checking for no configure components in framework rmgr... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: proxy, urm" >&5 -+echo "${ECHO_T}proxy, urm" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework rmgr" >&5 -+echo $ECHO_N "checking for m4 configure components in framework rmgr... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: cnos" >&5 -+echo "${ECHO_T}cnos" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -79777,14 +80280,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_rmgr" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -79811,10 +80314,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -79897,10 +80400,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component rmgr:proxy can compile" >&5 --echo $ECHO_N "checking if MCA component rmgr:proxy can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component rmgr:proxy can compile" >&5 -+echo $ECHO_N "checking if MCA component rmgr:proxy can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -80046,14 +80549,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_rmgr" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -80080,10 +80583,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -80166,10 +80669,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component rmgr:urm can compile" >&5 --echo $ECHO_N "checking if MCA component rmgr:urm can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component rmgr:urm can compile" >&5 -+echo $ECHO_N "checking if MCA component rmgr:urm can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -80323,14 +80826,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_rmgr" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -80344,8 +80847,8 @@ - rmgr_cnos_happy="yes" - else - # check for cnos functions -- echo "$as_me:$LINENO: checking for cnos_barrier" >&5 --echo $ECHO_N "checking for cnos_barrier... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for cnos_barrier" >&5 -+echo $ECHO_N "checking for cnos_barrier... $ECHO_C" >&6; } - if test "${ac_cv_func_cnos_barrier+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -80372,68 +80875,59 @@ - - #undef cnos_barrier - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char cnos_barrier (); - /* 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. */ --#if defined (__stub_cnos_barrier) || defined (__stub___cnos_barrier) -+#if defined __stub_cnos_barrier || defined __stub___cnos_barrier - choke me --#else --char (*f) () = cnos_barrier; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != cnos_barrier; -+return cnos_barrier (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_func_cnos_barrier=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_cnos_barrier=no -+ ac_cv_func_cnos_barrier=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_cnos_barrier" >&5 --echo "${ECHO_T}$ac_cv_func_cnos_barrier" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_func_cnos_barrier" >&5 -+echo "${ECHO_T}$ac_cv_func_cnos_barrier" >&6; } - if test $ac_cv_func_cnos_barrier = yes; then - rmgr_cnos_happy="yes" - else -@@ -80447,9 +80941,9 @@ - for ac_func in killrank cnos_pm_barrier - do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 --if eval "test \"\${$as_ac_var+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_func" >&5 -+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -80475,68 +80969,60 @@ - - #undef $ac_func - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char $ac_func (); - /* 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. */ --#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -+#if defined __stub_$ac_func || defined __stub___$ac_func - choke me --#else --char (*f) () = $ac_func; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != $ac_func; -+return $ac_func (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - eval "$as_ac_var=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_var=no" -+ eval "$as_ac_var=no" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_var'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_var'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -@@ -80579,10 +81065,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -80665,10 +81151,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component rmgr:cnos can compile" >&5 --echo $ECHO_N "checking if MCA component rmgr:cnos can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component rmgr:cnos can compile" >&5 -+echo $ECHO_N "checking if MCA component rmgr:cnos can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -80830,14 +81316,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_rmgr" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -81002,10 +81488,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -81088,10 +81574,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component rmgr:$component can compile" >&5 --echo $ECHO_N "checking if MCA component rmgr:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component rmgr:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component rmgr:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -81160,7 +81646,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files orte/mca/rmgr/Makefile" -+ ac_config_files="$ac_config_files orte/mca/rmgr/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -81230,32 +81716,48 @@ - else - outdir=orte/mca/rml/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -81263,14 +81765,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework rml" >&5 --echo $ECHO_N "checking for no configure components in framework rml... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: oob" >&5 --echo "${ECHO_T}oob" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework rml" >&5 --echo $ECHO_N "checking for m4 configure components in framework rml... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: cnos" >&5 --echo "${ECHO_T}cnos" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework rml" >&5 -+echo $ECHO_N "checking for no configure components in framework rml... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: oob" >&5 -+echo "${ECHO_T}oob" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework rml" >&5 -+echo $ECHO_N "checking for m4 configure components in framework rml... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: cnos" >&5 -+echo "${ECHO_T}cnos" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -81380,14 +81882,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_rml" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -81414,10 +81916,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -81500,10 +82002,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component rml:oob can compile" >&5 --echo $ECHO_N "checking if MCA component rml:oob can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component rml:oob can compile" >&5 -+echo $ECHO_N "checking if MCA component rml:oob can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -81657,14 +82159,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_rml" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -81679,8 +82181,8 @@ - rml_cnos_barrier=0 - else - # check for cnos functions -- echo "$as_me:$LINENO: checking for cnos_barrier" >&5 --echo $ECHO_N "checking for cnos_barrier... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for cnos_barrier" >&5 -+echo $ECHO_N "checking for cnos_barrier... $ECHO_C" >&6; } - if test "${ac_cv_func_cnos_barrier+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -81707,68 +82209,59 @@ - - #undef cnos_barrier - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char cnos_barrier (); - /* 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. */ --#if defined (__stub_cnos_barrier) || defined (__stub___cnos_barrier) -+#if defined __stub_cnos_barrier || defined __stub___cnos_barrier - choke me --#else --char (*f) () = cnos_barrier; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != cnos_barrier; -+return cnos_barrier (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_func_cnos_barrier=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_cnos_barrier=no -+ ac_cv_func_cnos_barrier=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_cnos_barrier" >&5 --echo "${ECHO_T}$ac_cv_func_cnos_barrier" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_func_cnos_barrier" >&5 -+echo "${ECHO_T}$ac_cv_func_cnos_barrier" >&6; } - if test $ac_cv_func_cnos_barrier = yes; then - rml_cnos_happy="yes" - rml_cnos_barrier=1 -@@ -81817,10 +82310,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -81903,10 +82396,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component rml:cnos can compile" >&5 --echo $ECHO_N "checking if MCA component rml:cnos can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component rml:cnos can compile" >&5 -+echo $ECHO_N "checking if MCA component rml:cnos can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -82068,14 +82561,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_rml" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -82240,10 +82733,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -82326,10 +82819,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component rml:$component can compile" >&5 --echo $ECHO_N "checking if MCA component rml:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component rml:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component rml:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -82398,7 +82891,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files orte/mca/rml/Makefile" -+ ac_config_files="$ac_config_files orte/mca/rml/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -82468,32 +82961,48 @@ - else - outdir=orte/mca/schema/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -82501,14 +83010,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework schema" >&5 --echo $ECHO_N "checking for no configure components in framework schema... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework schema" >&5 --echo $ECHO_N "checking for m4 configure components in framework schema... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework schema" >&5 -+echo $ECHO_N "checking for no configure components in framework schema... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: " >&5 -+echo "${ECHO_T}" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework schema" >&5 -+echo $ECHO_N "checking for m4 configure components in framework schema... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: " >&5 -+echo "${ECHO_T}" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -82633,14 +83142,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_schema" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -82805,10 +83314,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -82891,10 +83400,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component schema:$component can compile" >&5 --echo $ECHO_N "checking if MCA component schema:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component schema:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component schema:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -82963,7 +83472,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files orte/mca/schema/Makefile" -+ ac_config_files="$ac_config_files orte/mca/schema/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -83033,32 +83542,48 @@ - else - outdir=orte/mca/sds/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -83066,14 +83591,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework sds" >&5 --echo $ECHO_N "checking for no configure components in framework sds... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: env, seed, singleton" >&5 --echo "${ECHO_T}env, seed, singleton" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework sds" >&5 --echo $ECHO_N "checking for m4 configure components in framework sds... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: bproc, cnos, pipe, portals_utcp, slurm" >&5 --echo "${ECHO_T}bproc, cnos, pipe, portals_utcp, slurm" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework sds" >&5 -+echo $ECHO_N "checking for no configure components in framework sds... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: env, seed, singleton" >&5 -+echo "${ECHO_T}env, seed, singleton" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework sds" >&5 -+echo $ECHO_N "checking for m4 configure components in framework sds... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: bproc, cnos, pipe, portals_utcp, slurm" >&5 -+echo "${ECHO_T}bproc, cnos, pipe, portals_utcp, slurm" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -83183,14 +83708,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_sds" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -83217,10 +83742,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -83303,10 +83828,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component sds:env can compile" >&5 --echo $ECHO_N "checking if MCA component sds:env can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component sds:env can compile" >&5 -+echo $ECHO_N "checking if MCA component sds:env can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -83452,14 +83977,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_sds" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -83486,10 +84011,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -83572,10 +84097,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component sds:seed can compile" >&5 --echo $ECHO_N "checking if MCA component sds:seed can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component sds:seed can compile" >&5 -+echo $ECHO_N "checking if MCA component sds:seed can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -83721,14 +84246,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_sds" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -83755,10 +84280,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -83841,10 +84366,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component sds:singleton can compile" >&5 --echo $ECHO_N "checking if MCA component sds:singleton can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component sds:singleton can compile" >&5 -+echo $ECHO_N "checking if MCA component sds:singleton can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -83998,14 +84523,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_sds" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -84015,11 +84540,11 @@ - - - --# Check whether --with-bproc or --without-bproc was given. -+# Check whether --with-bproc was given. - if test "${with_bproc+set}" = set; then -- withval="$with_bproc" -+ withval=$with_bproc; -+fi - --fi; - - if test ! -z "$with_bproc" -a "$with_bproc" = "no"; then - sds_bproc_good=0 -@@ -84038,18 +84563,19 @@ - for ac_header in sys/bproc.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --if eval "test \"\${$as_ac_Header+set}\" = set"; then -- echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -+ { echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -84060,41 +84586,37 @@ - #include <$ac_header> - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -84103,24 +84625,22 @@ - /* end confdefs.h. */ - #include <$ac_header> - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -84128,9 +84648,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -84154,33 +84675,32 @@ - echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - - fi - if test `eval echo '${'$as_ac_Header'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF -- echo "$as_me:$LINENO: checking for bproc_numnodes in -lbproc" >&5 --echo $ECHO_N "checking for bproc_numnodes in -lbproc... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for bproc_numnodes in -lbproc" >&5 -+echo $ECHO_N "checking for bproc_numnodes in -lbproc... $ECHO_C" >&6; } - if test "${ac_cv_lib_bproc_bproc_numnodes+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -84193,56 +84713,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char bproc_numnodes (); - int - main () - { --bproc_numnodes (); -+return bproc_numnodes (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_bproc_bproc_numnodes=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_bproc_bproc_numnodes=no -+ ac_cv_lib_bproc_bproc_numnodes=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_bproc_bproc_numnodes" >&5 --echo "${ECHO_T}$ac_cv_lib_bproc_bproc_numnodes" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_bproc_bproc_numnodes" >&5 -+echo "${ECHO_T}$ac_cv_lib_bproc_bproc_numnodes" >&6; } - if test $ac_cv_lib_bproc_bproc_numnodes = yes; then - ompi_check_bproc_happy="yes" - else -@@ -84262,9 +84779,9 @@ - for ac_header in sys/bproc_common.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -84279,38 +84796,35 @@ - #include <$ac_header> - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - eval "$as_ac_Header=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_Header=no" -+ eval "$as_ac_Header=no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_Header'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -@@ -84399,10 +84913,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -84485,10 +84999,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component sds:bproc can compile" >&5 --echo $ECHO_N "checking if MCA component sds:bproc can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component sds:bproc can compile" >&5 -+echo $ECHO_N "checking if MCA component sds:bproc can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -84643,14 +85157,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_sds" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -84659,8 +85173,8 @@ - if test "$should_build" = "1"; then - - # check for cnos functions -- echo "$as_me:$LINENO: checking for cnos_get_rank" >&5 --echo $ECHO_N "checking for cnos_get_rank... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for cnos_get_rank" >&5 -+echo $ECHO_N "checking for cnos_get_rank... $ECHO_C" >&6; } - if test "${ac_cv_func_cnos_get_rank+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -84687,68 +85201,59 @@ - - #undef cnos_get_rank - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char cnos_get_rank (); - /* 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. */ --#if defined (__stub_cnos_get_rank) || defined (__stub___cnos_get_rank) -+#if defined __stub_cnos_get_rank || defined __stub___cnos_get_rank - choke me --#else --char (*f) () = cnos_get_rank; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != cnos_get_rank; -+return cnos_get_rank (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_func_cnos_get_rank=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_cnos_get_rank=no -+ ac_cv_func_cnos_get_rank=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_cnos_get_rank" >&5 --echo "${ECHO_T}$ac_cv_func_cnos_get_rank" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_func_cnos_get_rank" >&5 -+echo "${ECHO_T}$ac_cv_func_cnos_get_rank" >&6; } - if test $ac_cv_func_cnos_get_rank = yes; then - should_build=1 - else -@@ -84782,10 +85287,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -84868,10 +85373,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component sds:cnos can compile" >&5 --echo $ECHO_N "checking if MCA component sds:cnos can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component sds:cnos can compile" >&5 -+echo $ECHO_N "checking if MCA component sds:cnos can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -85026,14 +85531,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_sds" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -85042,8 +85547,8 @@ - if test "$should_build" = "1"; then - - # check for pipe -- echo "$as_me:$LINENO: checking for pipe" >&5 --echo $ECHO_N "checking for pipe... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for pipe" >&5 -+echo $ECHO_N "checking for pipe... $ECHO_C" >&6; } - if test "${ac_cv_func_pipe+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -85070,68 +85575,59 @@ - - #undef pipe - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char pipe (); - /* 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. */ --#if defined (__stub_pipe) || defined (__stub___pipe) -+#if defined __stub_pipe || defined __stub___pipe - choke me --#else --char (*f) () = pipe; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != pipe; -+return pipe (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_func_pipe=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_pipe=no -+ ac_cv_func_pipe=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_pipe" >&5 --echo "${ECHO_T}$ac_cv_func_pipe" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_func_pipe" >&5 -+echo "${ECHO_T}$ac_cv_func_pipe" >&6; } - if test $ac_cv_func_pipe = yes; then - should_build=1 - else -@@ -85165,10 +85661,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -85251,10 +85747,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component sds:pipe can compile" >&5 --echo $ECHO_N "checking if MCA component sds:pipe can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component sds:pipe can compile" >&5 -+echo $ECHO_N "checking if MCA component sds:pipe can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -85409,14 +85905,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_sds" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -85432,11 +85928,11 @@ - - # allow user a way to say where the Portals installation is - --# Check whether --with-portals or --without-portals was given. -+# Check whether --with-portals was given. - if test "${with_portals+set}" = set; then -- withval="$with_portals" -+ withval=$with_portals; -+fi - --fi; - - if test -n "$with_portals"; then - if test -d "$with_portals/include"; then -@@ -85454,11 +85950,11 @@ - - # Try to find all the portals libraries (this is not fun!) - --# Check whether --with-portals-libs or --without-portals-libs was given. -+# Check whether --with-portals-libs was given. - if test "${with_portals_libs+set}" = set; then -- withval="$with_portals_libs" -+ withval=$with_portals_libs; -+fi - --fi; - if test -n "$with_portals_libs" ; then - sds_portals_utcp_LIBS="" - for lib in $with_portals_libs ; do -@@ -85470,8 +85966,8 @@ - - # check for portals - LIBS="$LIBS $sds_portals_utcp_LIBS" -- echo "$as_me:$LINENO: checking for PtlGetRank" >&5 --echo $ECHO_N "checking for PtlGetRank... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for PtlGetRank" >&5 -+echo $ECHO_N "checking for PtlGetRank... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -85498,39 +85994,36 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - should_build=1 - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - should_build=0 - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - - # substitute in the things needed to build Portals -@@ -85569,10 +86062,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -85655,10 +86148,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component sds:portals_utcp can compile" >&5 --echo $ECHO_N "checking if MCA component sds:portals_utcp can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component sds:portals_utcp can compile" >&5 -+echo $ECHO_N "checking if MCA component sds:portals_utcp can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -85813,14 +86306,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_sds" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -85830,11 +86323,11 @@ - - - --# Check whether --with-slurm or --without-slurm was given. -+# Check whether --with-slurm was given. - if test "${with_slurm+set}" = set; then -- withval="$with_slurm" -+ withval=$with_slurm; -+fi - --fi; - - if test "$with_slurm" = "no" ; then - ompi_check_slurm_happy="no" -@@ -85854,8 +86347,8 @@ - fi - - if test "$ompi_check_slurm_happy" = "yes"; then -- echo "$as_me:$LINENO: checking for fork" >&5 --echo $ECHO_N "checking for fork... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for fork" >&5 -+echo $ECHO_N "checking for fork... $ECHO_C" >&6; } - if test "${ac_cv_func_fork+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -85882,68 +86375,59 @@ - - #undef fork - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char fork (); - /* 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. */ --#if defined (__stub_fork) || defined (__stub___fork) -+#if defined __stub_fork || defined __stub___fork - choke me --#else --char (*f) () = fork; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != fork; -+return fork (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_func_fork=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_fork=no -+ ac_cv_func_fork=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_fork" >&5 --echo "${ECHO_T}$ac_cv_func_fork" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_func_fork" >&5 -+echo "${ECHO_T}$ac_cv_func_fork" >&6; } - if test $ac_cv_func_fork = yes; then - ompi_check_slurm_happy="yes" - else -@@ -85954,8 +86438,8 @@ - - - if test "$ompi_check_slurm_happy" = "yes"; then -- echo "$as_me:$LINENO: checking for execve" >&5 --echo $ECHO_N "checking for execve... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for execve" >&5 -+echo $ECHO_N "checking for execve... $ECHO_C" >&6; } - if test "${ac_cv_func_execve+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -85982,68 +86466,59 @@ - - #undef execve - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char execve (); - /* 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. */ --#if defined (__stub_execve) || defined (__stub___execve) -+#if defined __stub_execve || defined __stub___execve - choke me --#else --char (*f) () = execve; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != execve; -+return execve (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_func_execve=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_execve=no -+ ac_cv_func_execve=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_execve" >&5 --echo "${ECHO_T}$ac_cv_func_execve" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_func_execve" >&5 -+echo "${ECHO_T}$ac_cv_func_execve" >&6; } - if test $ac_cv_func_execve = yes; then - ompi_check_slurm_happy="yes" - else -@@ -86054,8 +86529,8 @@ - - - if test "$ompi_check_slurm_happy" = "yes"; then -- echo "$as_me:$LINENO: checking for setpgid" >&5 --echo $ECHO_N "checking for setpgid... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for setpgid" >&5 -+echo $ECHO_N "checking for setpgid... $ECHO_C" >&6; } - if test "${ac_cv_func_setpgid+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -86082,68 +86557,59 @@ - - #undef setpgid - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char setpgid (); - /* 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. */ --#if defined (__stub_setpgid) || defined (__stub___setpgid) -+#if defined __stub_setpgid || defined __stub___setpgid - choke me --#else --char (*f) () = setpgid; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != setpgid; -+return setpgid (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_func_setpgid=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_setpgid=no -+ ac_cv_func_setpgid=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_setpgid" >&5 --echo "${ECHO_T}$ac_cv_func_setpgid" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_func_setpgid" >&5 -+echo "${ECHO_T}$ac_cv_func_setpgid" >&6; } - if test $ac_cv_func_setpgid = yes; then - ompi_check_slurm_happy="yes" - else -@@ -86203,10 +86669,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -86289,10 +86755,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component sds:slurm can compile" >&5 --echo $ECHO_N "checking if MCA component sds:slurm can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component sds:slurm can compile" >&5 -+echo $ECHO_N "checking if MCA component sds:slurm can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -86454,14 +86920,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_sds" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -86626,10 +87092,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -86712,10 +87178,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component sds:$component can compile" >&5 --echo $ECHO_N "checking if MCA component sds:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component sds:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component sds:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -86784,7 +87250,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files orte/mca/sds/Makefile" -+ ac_config_files="$ac_config_files orte/mca/sds/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -86854,32 +87320,48 @@ - else - outdir=orte/mca/soh/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -86887,14 +87369,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework soh" >&5 --echo $ECHO_N "checking for no configure components in framework soh... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework soh" >&5 --echo $ECHO_N "checking for m4 configure components in framework soh... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: bproc" >&5 --echo "${ECHO_T}bproc" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework soh" >&5 -+echo $ECHO_N "checking for no configure components in framework soh... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: " >&5 -+echo "${ECHO_T}" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework soh" >&5 -+echo $ECHO_N "checking for m4 configure components in framework soh... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: bproc" >&5 -+echo "${ECHO_T}bproc" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -87012,14 +87494,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_soh" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -87029,11 +87511,11 @@ - - - --# Check whether --with-bproc or --without-bproc was given. -+# Check whether --with-bproc was given. - if test "${with_bproc+set}" = set; then -- withval="$with_bproc" -+ withval=$with_bproc; -+fi - --fi; - - if test ! -z "$with_bproc" -a "$with_bproc" = "no"; then - soh_bproc_good=0 -@@ -87052,18 +87534,19 @@ - for ac_header in sys/bproc.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --if eval "test \"\${$as_ac_Header+set}\" = set"; then -- echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -+ { echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -87074,41 +87557,37 @@ - #include <$ac_header> - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -87117,24 +87596,22 @@ - /* end confdefs.h. */ - #include <$ac_header> - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -87142,9 +87619,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -87168,33 +87646,32 @@ - echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - - fi - if test `eval echo '${'$as_ac_Header'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF -- echo "$as_me:$LINENO: checking for bproc_numnodes in -lbproc" >&5 --echo $ECHO_N "checking for bproc_numnodes in -lbproc... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for bproc_numnodes in -lbproc" >&5 -+echo $ECHO_N "checking for bproc_numnodes in -lbproc... $ECHO_C" >&6; } - if test "${ac_cv_lib_bproc_bproc_numnodes+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -87207,56 +87684,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char bproc_numnodes (); - int - main () - { --bproc_numnodes (); -+return bproc_numnodes (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_bproc_bproc_numnodes=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_bproc_bproc_numnodes=no -+ ac_cv_lib_bproc_bproc_numnodes=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_bproc_bproc_numnodes" >&5 --echo "${ECHO_T}$ac_cv_lib_bproc_bproc_numnodes" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_bproc_bproc_numnodes" >&5 -+echo "${ECHO_T}$ac_cv_lib_bproc_bproc_numnodes" >&6; } - if test $ac_cv_lib_bproc_bproc_numnodes = yes; then - ompi_check_bproc_happy="yes" - else -@@ -87276,9 +87750,9 @@ - for ac_header in sys/bproc_common.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -87293,38 +87767,35 @@ - #include <$ac_header> - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - eval "$as_ac_Header=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_Header=no" -+ eval "$as_ac_Header=no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_Header'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -@@ -87376,8 +87847,8 @@ - #BPROC_API_VERSION was added in bproc 4.0.0, and this component - #will only compile with >= bproc 4.0.0 - if test "$soh_bproc_good" = "1"; then -- echo "$as_me:$LINENO: checking for BPROC_API_VERSION" >&5 --echo $ECHO_N "checking for BPROC_API_VERSION... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for BPROC_API_VERSION" >&5 -+echo $ECHO_N "checking for BPROC_API_VERSION... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -87394,37 +87865,33 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - have_bproc_api_ver_msg=yes soh_bproc_good=1 - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --have_bproc_api_ver_msg=no soh_bproc_good=0 -+ have_bproc_api_ver_msg=no soh_bproc_good=0 - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -- echo "$as_me:$LINENO: result: $have_bproc_api_ver_msg" >&5 --echo "${ECHO_T}$have_bproc_api_ver_msg" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ { echo "$as_me:$LINENO: result: $have_bproc_api_ver_msg" >&5 -+echo "${ECHO_T}$have_bproc_api_ver_msg" >&6; } - fi - - -@@ -87470,10 +87937,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -87556,10 +88023,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component soh:bproc can compile" >&5 --echo $ECHO_N "checking if MCA component soh:bproc can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component soh:bproc can compile" >&5 -+echo $ECHO_N "checking if MCA component soh:bproc can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -87721,14 +88188,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_soh" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -87893,10 +88360,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -87979,10 +88446,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component soh:$component can compile" >&5 --echo $ECHO_N "checking if MCA component soh:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component soh:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component soh:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -88051,7 +88518,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files orte/mca/soh/Makefile" -+ ac_config_files="$ac_config_files orte/mca/soh/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -88100,10 +88567,10 @@ - - ompi_show_subtitle "Configuring MCA for ompi" - -- echo "$as_me:$LINENO: checking for frameworks for ompi" >&5 --echo $ECHO_N "checking for frameworks for ompi... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: allocator, bml, btl, coll, common, io, mpool, osc, pml, rcache, topo" >&5 --echo "${ECHO_T}allocator, bml, btl, coll, common, io, mpool, osc, pml, rcache, topo" >&6 -+ { echo "$as_me:$LINENO: checking for frameworks for ompi" >&5 -+echo $ECHO_N "checking for frameworks for ompi... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: allocator, bml, btl, coll, common, io, mpool, osc, pml, rcache, topo" >&5 -+echo "${ECHO_T}allocator, bml, btl, coll, common, io, mpool, osc, pml, rcache, topo" >&6; } - - # iterate through the list of frameworks. There is something - # funky with m4 foreach if the list is defined, but empty. It -@@ -88162,32 +88629,48 @@ - else - outdir=ompi/mca/allocator/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -88195,14 +88678,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework allocator" >&5 --echo $ECHO_N "checking for no configure components in framework allocator... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: basic, bucket" >&5 --echo "${ECHO_T}basic, bucket" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework allocator" >&5 --echo $ECHO_N "checking for m4 configure components in framework allocator... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework allocator" >&5 -+echo $ECHO_N "checking for no configure components in framework allocator... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: basic, bucket" >&5 -+echo "${ECHO_T}basic, bucket" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework allocator" >&5 -+echo $ECHO_N "checking for m4 configure components in framework allocator... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: " >&5 -+echo "${ECHO_T}" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -88312,14 +88795,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_allocator" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -88346,10 +88829,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -88432,10 +88915,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component allocator:basic can compile" >&5 --echo $ECHO_N "checking if MCA component allocator:basic can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component allocator:basic can compile" >&5 -+echo $ECHO_N "checking if MCA component allocator:basic can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -88581,14 +89064,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_allocator" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -88615,10 +89098,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -88701,10 +89184,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component allocator:bucket can compile" >&5 --echo $ECHO_N "checking if MCA component allocator:bucket can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component allocator:bucket can compile" >&5 -+echo $ECHO_N "checking if MCA component allocator:bucket can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -88865,14 +89348,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_allocator" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -89037,10 +89520,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -89123,10 +89606,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component allocator:$component can compile" >&5 --echo $ECHO_N "checking if MCA component allocator:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component allocator:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component allocator:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -89195,7 +89678,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files ompi/mca/allocator/Makefile" -+ ac_config_files="$ac_config_files ompi/mca/allocator/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -89265,32 +89748,48 @@ - else - outdir=ompi/mca/bml/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -89298,14 +89797,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework bml" >&5 --echo $ECHO_N "checking for no configure components in framework bml... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: r2" >&5 --echo "${ECHO_T}r2" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework bml" >&5 --echo $ECHO_N "checking for m4 configure components in framework bml... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework bml" >&5 -+echo $ECHO_N "checking for no configure components in framework bml... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: r2" >&5 -+echo "${ECHO_T}r2" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework bml" >&5 -+echo $ECHO_N "checking for m4 configure components in framework bml... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: " >&5 -+echo "${ECHO_T}" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -89415,14 +89914,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_bml" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -89449,10 +89948,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -89535,10 +90034,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component bml:r2 can compile" >&5 --echo $ECHO_N "checking if MCA component bml:r2 can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component bml:r2 can compile" >&5 -+echo $ECHO_N "checking if MCA component bml:r2 can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -89699,14 +90198,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_bml" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -89871,10 +90370,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -89957,10 +90456,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component bml:$component can compile" >&5 --echo $ECHO_N "checking if MCA component bml:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component bml:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component bml:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -90029,7 +90528,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files ompi/mca/bml/Makefile" -+ ac_config_files="$ac_config_files ompi/mca/bml/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -90099,32 +90598,48 @@ - else - outdir=ompi/mca/btl/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -90132,14 +90647,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework btl" >&5 --echo $ECHO_N "checking for no configure components in framework btl... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: self, sm" >&5 --echo "${ECHO_T}self, sm" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework btl" >&5 --echo $ECHO_N "checking for m4 configure components in framework btl... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: gm, mvapi, mx, openib, portals, tcp" >&5 --echo "${ECHO_T}gm, mvapi, mx, openib, portals, tcp" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework btl" >&5 -+echo $ECHO_N "checking for no configure components in framework btl... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: self, sm" >&5 -+echo "${ECHO_T}self, sm" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework btl" >&5 -+echo $ECHO_N "checking for m4 configure components in framework btl... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: gm, mvapi, mx, openib, portals, tcp" >&5 -+echo "${ECHO_T}gm, mvapi, mx, openib, portals, tcp" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -90249,14 +90764,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_btl" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -90283,10 +90798,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -90369,10 +90884,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component btl:self can compile" >&5 --echo $ECHO_N "checking if MCA component btl:self can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component btl:self can compile" >&5 -+echo $ECHO_N "checking if MCA component btl:self can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -90518,14 +91033,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_btl" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -90552,10 +91067,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -90638,10 +91153,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component btl:sm can compile" >&5 --echo $ECHO_N "checking if MCA component btl:sm can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component btl:sm can compile" >&5 -+echo $ECHO_N "checking if MCA component btl:sm can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -90795,14 +91310,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_btl" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -90812,17 +91327,17 @@ - - - --# Check whether --with-gm or --without-gm was given. -+# Check whether --with-gm was given. - if test "${with_gm+set}" = set; then -- withval="$with_gm" -+ withval=$with_gm; -+fi - --fi; - --# Check whether --with-gm-libdir or --without-gm-libdir was given. -+# Check whether --with-gm-libdir was given. - if test "${with_gm_libdir+set}" = set; then -- withval="$with_gm_libdir" -+ withval=$with_gm_libdir; -+fi - --fi; - - if test "$with_gm" != "no"; then - if test ! -z "$with_gm" -a "$with_gm" != "yes"; then -@@ -90857,20 +91372,20 @@ - ompi_check_package_header_happy="no" - if test "$ompi_check_gm_dir" = "/usr" -o "$ompi_check_gm_dir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for header without includes" >&5 --echo "${ECHO_T}looking for header without includes" >&6 -+ { echo "$as_me:$LINENO: result: looking for header without includes" >&5 -+echo "${ECHO_T}looking for header without includes" >&6; } - if test "${ac_cv_header_gm_h+set}" = set; then -- echo "$as_me:$LINENO: checking for gm.h" >&5 --echo $ECHO_N "checking for gm.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for gm.h" >&5 -+echo $ECHO_N "checking for gm.h... $ECHO_C" >&6; } - if test "${ac_cv_header_gm_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_gm_h" >&5 --echo "${ECHO_T}$ac_cv_header_gm_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_gm_h" >&5 -+echo "${ECHO_T}$ac_cv_header_gm_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking gm.h usability" >&5 --echo $ECHO_N "checking gm.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking gm.h usability" >&5 -+echo $ECHO_N "checking gm.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -90881,41 +91396,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking gm.h presence" >&5 --echo $ECHO_N "checking gm.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking gm.h presence" >&5 -+echo $ECHO_N "checking gm.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -90924,24 +91435,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -90949,9 +91458,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -90975,25 +91485,23 @@ - echo "$as_me: WARNING: gm.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: gm.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: gm.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for gm.h" >&5 --echo $ECHO_N "checking for gm.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for gm.h" >&5 -+echo $ECHO_N "checking for gm.h... $ECHO_C" >&6; } - if test "${ac_cv_header_gm_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_gm_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_gm_h" >&5 --echo "${ECHO_T}$ac_cv_header_gm_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_gm_h" >&5 -+echo "${ECHO_T}$ac_cv_header_gm_h" >&6; } - - fi - if test $ac_cv_header_gm_h = yes; then -@@ -91018,17 +91526,17 @@ - fi - - if test "${ac_cv_header_gm_h+set}" = set; then -- echo "$as_me:$LINENO: checking for gm.h" >&5 --echo $ECHO_N "checking for gm.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for gm.h" >&5 -+echo $ECHO_N "checking for gm.h... $ECHO_C" >&6; } - if test "${ac_cv_header_gm_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_gm_h" >&5 --echo "${ECHO_T}$ac_cv_header_gm_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_gm_h" >&5 -+echo "${ECHO_T}$ac_cv_header_gm_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking gm.h usability" >&5 --echo $ECHO_N "checking gm.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking gm.h usability" >&5 -+echo $ECHO_N "checking gm.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -91039,41 +91547,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking gm.h presence" >&5 --echo $ECHO_N "checking gm.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking gm.h presence" >&5 -+echo $ECHO_N "checking gm.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -91082,24 +91586,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -91107,9 +91609,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -91133,25 +91636,23 @@ - echo "$as_me: WARNING: gm.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: gm.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: gm.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for gm.h" >&5 --echo $ECHO_N "checking for gm.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for gm.h" >&5 -+echo $ECHO_N "checking for gm.h... $ECHO_C" >&6; } - if test "${ac_cv_header_gm_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_gm_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_gm_h" >&5 --echo "${ECHO_T}$ac_cv_header_gm_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_gm_h" >&5 -+echo "${ECHO_T}$ac_cv_header_gm_h" >&6; } - - fi - if test $ac_cv_header_gm_h = yes; then -@@ -91172,10 +91673,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for gm_init in -lgm" >&5 --echo $ECHO_N "checking for gm_init in -lgm... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for gm_init in -lgm" >&5 -+echo $ECHO_N "checking for gm_init in -lgm... $ECHO_C" >&6; } - if test "${ac_cv_lib_gm_gm_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -91188,56 +91689,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char gm_init (); - int - main () - { --gm_init (); -+return gm_init (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_gm_gm_init=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_gm_gm_init=no -+ ac_cv_lib_gm_gm_init=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_gm_gm_init" >&5 --echo "${ECHO_T}$ac_cv_lib_gm_gm_init" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_gm_gm_init" >&5 -+echo "${ECHO_T}$ac_cv_lib_gm_gm_init" >&6; } - if test $ac_cv_lib_gm_gm_init = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -91258,10 +91756,10 @@ - if test "$ompi_check_package_libdir" != ""; then - btl_gm_LDFLAGS="$btl_gm_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for gm_init in -lgm" >&5 --echo $ECHO_N "checking for gm_init in -lgm... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for gm_init in -lgm" >&5 -+echo $ECHO_N "checking for gm_init in -lgm... $ECHO_C" >&6; } - if test "${ac_cv_lib_gm_gm_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -91274,56 +91772,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char gm_init (); - int - main () - { --gm_init (); -+return gm_init (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_gm_gm_init=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_gm_gm_init=no -+ ac_cv_lib_gm_gm_init=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_gm_gm_init" >&5 --echo "${ECHO_T}$ac_cv_lib_gm_gm_init" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_gm_gm_init" >&5 -+echo "${ECHO_T}$ac_cv_lib_gm_gm_init" >&6; } - if test $ac_cv_lib_gm_gm_init = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -91346,10 +91841,10 @@ - if test "$ompi_check_package_libdir" != ""; then - btl_gm_LDFLAGS="$btl_gm_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for gm_init in -lgm" >&5 --echo $ECHO_N "checking for gm_init in -lgm... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for gm_init in -lgm" >&5 -+echo $ECHO_N "checking for gm_init in -lgm... $ECHO_C" >&6; } - if test "${ac_cv_lib_gm_gm_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -91362,56 +91857,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char gm_init (); - int - main () - { --gm_init (); -+return gm_init (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_gm_gm_init=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_gm_gm_init=no -+ ac_cv_lib_gm_gm_init=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_gm_gm_init" >&5 --echo "${ECHO_T}$ac_cv_lib_gm_gm_init" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_gm_gm_init" >&5 -+echo "${ECHO_T}$ac_cv_lib_gm_gm_init" >&6; } - if test $ac_cv_lib_gm_gm_init = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -91461,10 +91953,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for gm_init in -lgm" >&5 --echo $ECHO_N "checking for gm_init in -lgm... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for gm_init in -lgm" >&5 -+echo $ECHO_N "checking for gm_init in -lgm... $ECHO_C" >&6; } - if test "${ac_cv_lib_gm_gm_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -91477,56 +91969,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char gm_init (); - int - main () - { --gm_init (); -+return gm_init (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_gm_gm_init=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_gm_gm_init=no -+ ac_cv_lib_gm_gm_init=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_gm_gm_init" >&5 --echo "${ECHO_T}$ac_cv_lib_gm_gm_init" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_gm_gm_init" >&5 -+echo "${ECHO_T}$ac_cv_lib_gm_gm_init" >&6; } - if test $ac_cv_lib_gm_gm_init = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -91547,10 +92036,10 @@ - if test "$ompi_check_package_libdir" != ""; then - btl_gm_LDFLAGS="$btl_gm_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for gm_init in -lgm" >&5 --echo $ECHO_N "checking for gm_init in -lgm... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for gm_init in -lgm" >&5 -+echo $ECHO_N "checking for gm_init in -lgm... $ECHO_C" >&6; } - if test "${ac_cv_lib_gm_gm_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -91563,56 +92052,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char gm_init (); - int - main () - { --gm_init (); -+return gm_init (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_gm_gm_init=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_gm_gm_init=no -+ ac_cv_lib_gm_gm_init=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_gm_gm_init" >&5 --echo "${ECHO_T}$ac_cv_lib_gm_gm_init" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_gm_gm_init" >&5 -+echo "${ECHO_T}$ac_cv_lib_gm_gm_init" >&6; } - if test $ac_cv_lib_gm_gm_init = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -91635,10 +92121,10 @@ - if test "$ompi_check_package_libdir" != ""; then - btl_gm_LDFLAGS="$btl_gm_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for gm_init in -lgm" >&5 --echo $ECHO_N "checking for gm_init in -lgm... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for gm_init in -lgm" >&5 -+echo $ECHO_N "checking for gm_init in -lgm... $ECHO_C" >&6; } - if test "${ac_cv_lib_gm_gm_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -91651,56 +92137,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char gm_init (); - int - main () - { --gm_init (); -+return gm_init (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_gm_gm_init=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_gm_gm_init=no -+ ac_cv_lib_gm_gm_init=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_gm_gm_init" >&5 --echo "${ECHO_T}$ac_cv_lib_gm_gm_init" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_gm_gm_init" >&5 -+echo "${ECHO_T}$ac_cv_lib_gm_gm_init" >&6; } - if test $ac_cv_lib_gm_gm_init = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -91766,8 +92249,8 @@ - # highest one available. It seems that GM_API_VERSION was introduced - # somewhere after 1.3 but before 1.6. :-\ - # -- echo "$as_me:$LINENO: checking for GM_API_VERSION" >&5 --echo $ECHO_N "checking for GM_API_VERSION... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for GM_API_VERSION" >&5 -+echo $ECHO_N "checking for GM_API_VERSION... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -91784,44 +92267,40 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - have_gm_api_ver_msg=yes gm_api_ver=GM_API_VERSION - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --have_gm_api_ver_msg=no gm_api_ver="" -+ have_gm_api_ver_msg=no gm_api_ver="" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -- echo "$as_me:$LINENO: result: $have_gm_api_ver_msg" >&5 --echo "${ECHO_T}$have_gm_api_ver_msg" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ { echo "$as_me:$LINENO: result: $have_gm_api_ver_msg" >&5 -+echo "${ECHO_T}$have_gm_api_ver_msg" >&6; } - if test "$gm_api_ver" = ""; then - found=0 - for val in 5 4 3; do - if test "$found" = "0"; then - var="GM_API_VERSION_1_$val" -- echo "$as_me:$LINENO: checking for $var" >&5 --echo $ECHO_N "checking for $var... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for $var" >&5 -+echo $ECHO_N "checking for $var... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -91838,37 +92317,33 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - msg=yes found=1 gm_api_ver=$var - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --msg=no found=0 gm_api_ver="" -+ msg=no found=0 gm_api_ver="" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -- echo "$as_me:$LINENO: result: $msg" >&5 --echo "${ECHO_T}$msg" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ { echo "$as_me:$LINENO: result: $msg" >&5 -+echo "${ECHO_T}$msg" >&6; } - fi - done - fi -@@ -91892,8 +92367,8 @@ - # 1.6's gm_directed_send_with_callback(). The name was simply changed - # for consistency/symmtery with gm_get(). - # -- echo "$as_me:$LINENO: checking for gm_put()" >&5 --echo $ECHO_N "checking for gm_put()... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for gm_put()" >&5 -+echo $ECHO_N "checking for gm_put()... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -91911,50 +92386,47 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - HAVE_RDMA_PUT=1 MSG=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --HAVE_RDMA_PUT=0 MSG="no, use gm_directed_send_with_callback()" -+ HAVE_RDMA_PUT=0 MSG="no, use gm_directed_send_with_callback()" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - - cat >>confdefs.h <<_ACEOF - #define OMPI_MCA_BTL_GM_HAVE_RDMA_PUT $HAVE_RDMA_PUT - _ACEOF - -- echo "$as_me:$LINENO: result: $MSG" >&5 --echo "${ECHO_T}$MSG" >&6 -+ { echo "$as_me:$LINENO: result: $MSG" >&5 -+echo "${ECHO_T}$MSG" >&6; } - - # - # Do we have gm_get()? - # gm_get() was introduced in gm 2.0. - # -- echo "$as_me:$LINENO: checking for gm_get()" >&5 --echo $ECHO_N "checking for gm_get()... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for gm_get()" >&5 -+echo $ECHO_N "checking for gm_get()... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -91972,47 +92444,44 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - HAVE_RDMA_GET=1 MSG=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --HAVE_RDMA_GET=0 MSG=no -+ HAVE_RDMA_GET=0 MSG=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - - cat >>confdefs.h <<_ACEOF - #define OMPI_MCA_BTL_GM_HAVE_RDMA_GET $HAVE_RDMA_GET - _ACEOF - -- echo "$as_me:$LINENO: result: $MSG" >&5 --echo "${ECHO_T}$MSG" >&6 -+ { echo "$as_me:$LINENO: result: $MSG" >&5 -+echo "${ECHO_T}$MSG" >&6; } - - # Now test to see if the targetted GM is a broken one broken gm builds -- echo "$as_me:$LINENO: checking for broken GM 2.x RDMA gets build" >&5 --echo $ECHO_N "checking for broken GM 2.x RDMA gets build... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for broken GM 2.x RDMA gets build" >&5 -+echo $ECHO_N "checking for broken GM 2.x RDMA gets build... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -92036,37 +92505,33 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - mca_gm_broken=0 gm_build_broken=no - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- mca_gm_broken=1 gm_build_broken=yes -+ mca_gm_broken=1 gm_build_broken=yes - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -- echo "$as_me:$LINENO: result: $gm_build_broken " >&5 --echo "${ECHO_T}$gm_build_broken " >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ { echo "$as_me:$LINENO: result: $gm_build_broken " >&5 -+echo "${ECHO_T}$gm_build_broken " >&6; } - - cat >>confdefs.h <<_ACEOF - #define OMPI_MCA_BTL_GM_GET_BROKEN $mca_gm_broken -@@ -92138,10 +92603,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -92224,10 +92689,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component btl:gm can compile" >&5 --echo $ECHO_N "checking if MCA component btl:gm can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component btl:gm can compile" >&5 -+echo $ECHO_N "checking if MCA component btl:gm can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -92382,14 +92847,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_btl" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -92399,17 +92864,17 @@ - - - --# Check whether --with-mvapi or --without-mvapi was given. -+# Check whether --with-mvapi was given. - if test "${with_mvapi+set}" = set; then -- withval="$with_mvapi" -+ withval=$with_mvapi; -+fi - --fi; - --# Check whether --with-mvapi-libdir or --without-mvapi-libdir was given. -+# Check whether --with-mvapi-libdir was given. - if test "${with_mvapi_libdir+set}" = set; then -- withval="$with_mvapi_libdir" -+ withval=$with_mvapi_libdir; -+fi - --fi; - - if test ! -z "$with_mvapi" -a "$with_mvapi" != "yes"; then - ompi_check_mvapi_dir="$with_mvapi" -@@ -92463,20 +92928,20 @@ - ompi_check_package_header_happy="no" - if test "$ompi_check_mvapi_dir" = "/usr" -o "$ompi_check_mvapi_dir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for header without includes" >&5 --echo "${ECHO_T}looking for header without includes" >&6 -+ { echo "$as_me:$LINENO: result: looking for header without includes" >&5 -+echo "${ECHO_T}looking for header without includes" >&6; } - if test "${ac_cv_header_vapi_h+set}" = set; then -- echo "$as_me:$LINENO: checking for vapi.h" >&5 --echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for vapi.h" >&5 -+echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6; } - if test "${ac_cv_header_vapi_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 --echo "${ECHO_T}$ac_cv_header_vapi_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 -+echo "${ECHO_T}$ac_cv_header_vapi_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking vapi.h usability" >&5 --echo $ECHO_N "checking vapi.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking vapi.h usability" >&5 -+echo $ECHO_N "checking vapi.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -92487,41 +92952,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking vapi.h presence" >&5 --echo $ECHO_N "checking vapi.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking vapi.h presence" >&5 -+echo $ECHO_N "checking vapi.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -92530,24 +92991,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -92555,9 +93014,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -92581,25 +93041,23 @@ - echo "$as_me: WARNING: vapi.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: vapi.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: vapi.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for vapi.h" >&5 --echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for vapi.h" >&5 -+echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6; } - if test "${ac_cv_header_vapi_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_vapi_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 --echo "${ECHO_T}$ac_cv_header_vapi_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 -+echo "${ECHO_T}$ac_cv_header_vapi_h" >&6; } - - fi - if test $ac_cv_header_vapi_h = yes; then -@@ -92624,17 +93082,17 @@ - fi - - if test "${ac_cv_header_vapi_h+set}" = set; then -- echo "$as_me:$LINENO: checking for vapi.h" >&5 --echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for vapi.h" >&5 -+echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6; } - if test "${ac_cv_header_vapi_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 --echo "${ECHO_T}$ac_cv_header_vapi_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 -+echo "${ECHO_T}$ac_cv_header_vapi_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking vapi.h usability" >&5 --echo $ECHO_N "checking vapi.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking vapi.h usability" >&5 -+echo $ECHO_N "checking vapi.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -92645,41 +93103,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking vapi.h presence" >&5 --echo $ECHO_N "checking vapi.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking vapi.h presence" >&5 -+echo $ECHO_N "checking vapi.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -92688,24 +93142,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -92713,9 +93165,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -92739,25 +93192,23 @@ - echo "$as_me: WARNING: vapi.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: vapi.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: vapi.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for vapi.h" >&5 --echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for vapi.h" >&5 -+echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6; } - if test "${ac_cv_header_vapi_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_vapi_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 --echo "${ECHO_T}$ac_cv_header_vapi_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 -+echo "${ECHO_T}$ac_cv_header_vapi_h" >&6; } - - fi - if test $ac_cv_header_vapi_h = yes; then -@@ -92778,10 +93229,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 --echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 -+echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6; } - if test "${ac_cv_lib_vapi_VAPI_open_hca+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -92794,56 +93245,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char VAPI_open_hca (); - int - main () - { --VAPI_open_hca (); -+return VAPI_open_hca (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_vapi_VAPI_open_hca=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_vapi_VAPI_open_hca=no -+ ac_cv_lib_vapi_VAPI_open_hca=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 --echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 -+echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6; } - if test $ac_cv_lib_vapi_VAPI_open_hca = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -92864,10 +93312,10 @@ - if test "$ompi_check_package_libdir" != ""; then - btl_mvapi_LDFLAGS="$btl_mvapi_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 --echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 -+echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6; } - if test "${ac_cv_lib_vapi_VAPI_open_hca+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -92880,56 +93328,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char VAPI_open_hca (); - int - main () - { --VAPI_open_hca (); -+return VAPI_open_hca (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_vapi_VAPI_open_hca=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_vapi_VAPI_open_hca=no -+ ac_cv_lib_vapi_VAPI_open_hca=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 --echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 -+echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6; } - if test $ac_cv_lib_vapi_VAPI_open_hca = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -92952,10 +93397,10 @@ - if test "$ompi_check_package_libdir" != ""; then - btl_mvapi_LDFLAGS="$btl_mvapi_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 --echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 -+echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6; } - if test "${ac_cv_lib_vapi_VAPI_open_hca+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -92968,56 +93413,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char VAPI_open_hca (); - int - main () - { --VAPI_open_hca (); -+return VAPI_open_hca (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_vapi_VAPI_open_hca=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_vapi_VAPI_open_hca=no -+ ac_cv_lib_vapi_VAPI_open_hca=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 --echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 -+echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6; } - if test $ac_cv_lib_vapi_VAPI_open_hca = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -93067,10 +93509,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 --echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 -+echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6; } - if test "${ac_cv_lib_vapi_VAPI_open_hca+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -93083,56 +93525,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char VAPI_open_hca (); - int - main () - { --VAPI_open_hca (); -+return VAPI_open_hca (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_vapi_VAPI_open_hca=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_vapi_VAPI_open_hca=no -+ ac_cv_lib_vapi_VAPI_open_hca=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 --echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 -+echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6; } - if test $ac_cv_lib_vapi_VAPI_open_hca = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -93153,10 +93592,10 @@ - if test "$ompi_check_package_libdir" != ""; then - btl_mvapi_LDFLAGS="$btl_mvapi_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 --echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 -+echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6; } - if test "${ac_cv_lib_vapi_VAPI_open_hca+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -93169,56 +93608,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char VAPI_open_hca (); - int - main () - { --VAPI_open_hca (); -+return VAPI_open_hca (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_vapi_VAPI_open_hca=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_vapi_VAPI_open_hca=no -+ ac_cv_lib_vapi_VAPI_open_hca=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 --echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 -+echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6; } - if test $ac_cv_lib_vapi_VAPI_open_hca = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -93241,10 +93677,10 @@ - if test "$ompi_check_package_libdir" != ""; then - btl_mvapi_LDFLAGS="$btl_mvapi_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 --echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 -+echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6; } - if test "${ac_cv_lib_vapi_VAPI_open_hca+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -93257,56 +93693,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char VAPI_open_hca (); - int - main () - { --VAPI_open_hca (); -+return VAPI_open_hca (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_vapi_VAPI_open_hca=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_vapi_VAPI_open_hca=no -+ ac_cv_lib_vapi_VAPI_open_hca=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 --echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 -+echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6; } - if test $ac_cv_lib_vapi_VAPI_open_hca = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -93378,20 +93811,20 @@ - ompi_check_package_header_happy="no" - if test "$ompi_check_mvapi_dir" = "/usr" -o "$ompi_check_mvapi_dir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for header without includes" >&5 --echo "${ECHO_T}looking for header without includes" >&6 -+ { echo "$as_me:$LINENO: result: looking for header without includes" >&5 -+echo "${ECHO_T}looking for header without includes" >&6; } - if test "${ac_cv_header_vapi_h+set}" = set; then -- echo "$as_me:$LINENO: checking for vapi.h" >&5 --echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for vapi.h" >&5 -+echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6; } - if test "${ac_cv_header_vapi_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 --echo "${ECHO_T}$ac_cv_header_vapi_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 -+echo "${ECHO_T}$ac_cv_header_vapi_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking vapi.h usability" >&5 --echo $ECHO_N "checking vapi.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking vapi.h usability" >&5 -+echo $ECHO_N "checking vapi.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -93402,41 +93835,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking vapi.h presence" >&5 --echo $ECHO_N "checking vapi.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking vapi.h presence" >&5 -+echo $ECHO_N "checking vapi.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -93445,24 +93874,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -93470,9 +93897,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -93496,25 +93924,23 @@ - echo "$as_me: WARNING: vapi.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: vapi.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: vapi.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for vapi.h" >&5 --echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for vapi.h" >&5 -+echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6; } - if test "${ac_cv_header_vapi_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_vapi_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 --echo "${ECHO_T}$ac_cv_header_vapi_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 -+echo "${ECHO_T}$ac_cv_header_vapi_h" >&6; } - - fi - if test $ac_cv_header_vapi_h = yes; then -@@ -93539,17 +93965,17 @@ - fi - - if test "${ac_cv_header_vapi_h+set}" = set; then -- echo "$as_me:$LINENO: checking for vapi.h" >&5 --echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for vapi.h" >&5 -+echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6; } - if test "${ac_cv_header_vapi_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 --echo "${ECHO_T}$ac_cv_header_vapi_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 -+echo "${ECHO_T}$ac_cv_header_vapi_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking vapi.h usability" >&5 --echo $ECHO_N "checking vapi.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking vapi.h usability" >&5 -+echo $ECHO_N "checking vapi.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -93560,41 +93986,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking vapi.h presence" >&5 --echo $ECHO_N "checking vapi.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking vapi.h presence" >&5 -+echo $ECHO_N "checking vapi.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -93603,24 +94025,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -93628,9 +94048,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -93654,25 +94075,23 @@ - echo "$as_me: WARNING: vapi.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: vapi.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: vapi.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for vapi.h" >&5 --echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for vapi.h" >&5 -+echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6; } - if test "${ac_cv_header_vapi_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_vapi_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 --echo "${ECHO_T}$ac_cv_header_vapi_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 -+echo "${ECHO_T}$ac_cv_header_vapi_h" >&6; } - - fi - if test $ac_cv_header_vapi_h = yes; then -@@ -93693,10 +94112,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 --echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 -+echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6; } - if test "${ac_cv_lib_vapi_VAPI_open_hca+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -93709,56 +94128,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char VAPI_open_hca (); - int - main () - { --VAPI_open_hca (); -+return VAPI_open_hca (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_vapi_VAPI_open_hca=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_vapi_VAPI_open_hca=no -+ ac_cv_lib_vapi_VAPI_open_hca=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 --echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 -+echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6; } - if test $ac_cv_lib_vapi_VAPI_open_hca = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -93779,10 +94195,10 @@ - if test "$ompi_check_package_libdir" != ""; then - btl_mvapi_LDFLAGS="$btl_mvapi_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 --echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 -+echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6; } - if test "${ac_cv_lib_vapi_VAPI_open_hca+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -93795,56 +94211,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char VAPI_open_hca (); - int - main () - { --VAPI_open_hca (); -+return VAPI_open_hca (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_vapi_VAPI_open_hca=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_vapi_VAPI_open_hca=no -+ ac_cv_lib_vapi_VAPI_open_hca=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 --echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 -+echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6; } - if test $ac_cv_lib_vapi_VAPI_open_hca = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -93867,10 +94280,10 @@ - if test "$ompi_check_package_libdir" != ""; then - btl_mvapi_LDFLAGS="$btl_mvapi_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 --echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 -+echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6; } - if test "${ac_cv_lib_vapi_VAPI_open_hca+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -93883,56 +94296,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char VAPI_open_hca (); - int - main () - { --VAPI_open_hca (); -+return VAPI_open_hca (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_vapi_VAPI_open_hca=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_vapi_VAPI_open_hca=no -+ ac_cv_lib_vapi_VAPI_open_hca=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 --echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 -+echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6; } - if test $ac_cv_lib_vapi_VAPI_open_hca = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -93982,10 +94392,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 --echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 -+echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6; } - if test "${ac_cv_lib_vapi_VAPI_open_hca+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -93998,56 +94408,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char VAPI_open_hca (); - int - main () - { --VAPI_open_hca (); -+return VAPI_open_hca (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_vapi_VAPI_open_hca=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_vapi_VAPI_open_hca=no -+ ac_cv_lib_vapi_VAPI_open_hca=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 --echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 -+echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6; } - if test $ac_cv_lib_vapi_VAPI_open_hca = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -94068,10 +94475,10 @@ - if test "$ompi_check_package_libdir" != ""; then - btl_mvapi_LDFLAGS="$btl_mvapi_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 --echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 -+echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6; } - if test "${ac_cv_lib_vapi_VAPI_open_hca+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -94084,56 +94491,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char VAPI_open_hca (); - int - main () - { --VAPI_open_hca (); -+return VAPI_open_hca (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_vapi_VAPI_open_hca=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_vapi_VAPI_open_hca=no -+ ac_cv_lib_vapi_VAPI_open_hca=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 --echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 -+echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6; } - if test $ac_cv_lib_vapi_VAPI_open_hca = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -94156,10 +94560,10 @@ - if test "$ompi_check_package_libdir" != ""; then - btl_mvapi_LDFLAGS="$btl_mvapi_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 --echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 -+echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6; } - if test "${ac_cv_lib_vapi_VAPI_open_hca+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -94172,56 +94576,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char VAPI_open_hca (); - int - main () - { --VAPI_open_hca (); -+return VAPI_open_hca (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_vapi_VAPI_open_hca=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_vapi_VAPI_open_hca=no -+ ac_cv_lib_vapi_VAPI_open_hca=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 --echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 -+echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6; } - if test $ac_cv_lib_vapi_VAPI_open_hca = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -94353,10 +94754,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -94439,10 +94840,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component btl:mvapi can compile" >&5 --echo $ECHO_N "checking if MCA component btl:mvapi can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component btl:mvapi can compile" >&5 -+echo $ECHO_N "checking if MCA component btl:mvapi can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -94597,14 +94998,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_btl" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -94614,17 +95015,17 @@ - - - --# Check whether --with-mx or --without-mx was given. -+# Check whether --with-mx was given. - if test "${with_mx+set}" = set; then -- withval="$with_mx" -+ withval=$with_mx; -+fi - --fi; - --# Check whether --with-mx-libdir or --without-mx-libdir was given. -+# Check whether --with-mx-libdir was given. - if test "${with_mx_libdir+set}" = set; then -- withval="$with_mx_libdir" -+ withval=$with_mx_libdir; -+fi - --fi; - - ompi_check_mx_btl_mx_save_CPPFLAGS="$CPPFLAGS" - ompi_check_mx_btl_mx_save_LDFLAGS="$LDFLAGS" -@@ -94663,20 +95064,20 @@ - ompi_check_package_header_happy="no" - if test "$ompi_check_mx_dir" = "/usr" -o "$ompi_check_mx_dir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for header without includes" >&5 --echo "${ECHO_T}looking for header without includes" >&6 -+ { echo "$as_me:$LINENO: result: looking for header without includes" >&5 -+echo "${ECHO_T}looking for header without includes" >&6; } - if test "${ac_cv_header_myriexpress_h+set}" = set; then -- echo "$as_me:$LINENO: checking for myriexpress.h" >&5 --echo $ECHO_N "checking for myriexpress.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for myriexpress.h" >&5 -+echo $ECHO_N "checking for myriexpress.h... $ECHO_C" >&6; } - if test "${ac_cv_header_myriexpress_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_myriexpress_h" >&5 --echo "${ECHO_T}$ac_cv_header_myriexpress_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_myriexpress_h" >&5 -+echo "${ECHO_T}$ac_cv_header_myriexpress_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking myriexpress.h usability" >&5 --echo $ECHO_N "checking myriexpress.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking myriexpress.h usability" >&5 -+echo $ECHO_N "checking myriexpress.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -94687,41 +95088,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking myriexpress.h presence" >&5 --echo $ECHO_N "checking myriexpress.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking myriexpress.h presence" >&5 -+echo $ECHO_N "checking myriexpress.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -94730,24 +95127,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -94755,9 +95150,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -94781,25 +95177,23 @@ - echo "$as_me: WARNING: myriexpress.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: myriexpress.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: myriexpress.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for myriexpress.h" >&5 --echo $ECHO_N "checking for myriexpress.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for myriexpress.h" >&5 -+echo $ECHO_N "checking for myriexpress.h... $ECHO_C" >&6; } - if test "${ac_cv_header_myriexpress_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_myriexpress_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_myriexpress_h" >&5 --echo "${ECHO_T}$ac_cv_header_myriexpress_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_myriexpress_h" >&5 -+echo "${ECHO_T}$ac_cv_header_myriexpress_h" >&6; } - - fi - if test $ac_cv_header_myriexpress_h = yes; then -@@ -94824,17 +95218,17 @@ - fi - - if test "${ac_cv_header_myriexpress_h+set}" = set; then -- echo "$as_me:$LINENO: checking for myriexpress.h" >&5 --echo $ECHO_N "checking for myriexpress.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for myriexpress.h" >&5 -+echo $ECHO_N "checking for myriexpress.h... $ECHO_C" >&6; } - if test "${ac_cv_header_myriexpress_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_myriexpress_h" >&5 --echo "${ECHO_T}$ac_cv_header_myriexpress_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_myriexpress_h" >&5 -+echo "${ECHO_T}$ac_cv_header_myriexpress_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking myriexpress.h usability" >&5 --echo $ECHO_N "checking myriexpress.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking myriexpress.h usability" >&5 -+echo $ECHO_N "checking myriexpress.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -94845,41 +95239,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking myriexpress.h presence" >&5 --echo $ECHO_N "checking myriexpress.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking myriexpress.h presence" >&5 -+echo $ECHO_N "checking myriexpress.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -94888,24 +95278,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -94913,9 +95301,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -94939,25 +95328,23 @@ - echo "$as_me: WARNING: myriexpress.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: myriexpress.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: myriexpress.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for myriexpress.h" >&5 --echo $ECHO_N "checking for myriexpress.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for myriexpress.h" >&5 -+echo $ECHO_N "checking for myriexpress.h... $ECHO_C" >&6; } - if test "${ac_cv_header_myriexpress_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_myriexpress_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_myriexpress_h" >&5 --echo "${ECHO_T}$ac_cv_header_myriexpress_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_myriexpress_h" >&5 -+echo "${ECHO_T}$ac_cv_header_myriexpress_h" >&6; } - - fi - if test $ac_cv_header_myriexpress_h = yes; then -@@ -94978,10 +95365,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for mx_finalize in -lmyriexpress" >&5 --echo $ECHO_N "checking for mx_finalize in -lmyriexpress... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for mx_finalize in -lmyriexpress" >&5 -+echo $ECHO_N "checking for mx_finalize in -lmyriexpress... $ECHO_C" >&6; } - if test "${ac_cv_lib_myriexpress_mx_finalize+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -94994,56 +95381,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char mx_finalize (); - int - main () - { --mx_finalize (); -+return mx_finalize (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_myriexpress_mx_finalize=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_myriexpress_mx_finalize=no -+ ac_cv_lib_myriexpress_mx_finalize=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_myriexpress_mx_finalize" >&5 --echo "${ECHO_T}$ac_cv_lib_myriexpress_mx_finalize" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_myriexpress_mx_finalize" >&5 -+echo "${ECHO_T}$ac_cv_lib_myriexpress_mx_finalize" >&6; } - if test $ac_cv_lib_myriexpress_mx_finalize = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -95064,10 +95448,10 @@ - if test "$ompi_check_package_libdir" != ""; then - btl_mx_LDFLAGS="$btl_mx_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for mx_finalize in -lmyriexpress" >&5 --echo $ECHO_N "checking for mx_finalize in -lmyriexpress... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for mx_finalize in -lmyriexpress" >&5 -+echo $ECHO_N "checking for mx_finalize in -lmyriexpress... $ECHO_C" >&6; } - if test "${ac_cv_lib_myriexpress_mx_finalize+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -95080,56 +95464,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char mx_finalize (); - int - main () - { --mx_finalize (); -+return mx_finalize (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_myriexpress_mx_finalize=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_myriexpress_mx_finalize=no -+ ac_cv_lib_myriexpress_mx_finalize=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_myriexpress_mx_finalize" >&5 --echo "${ECHO_T}$ac_cv_lib_myriexpress_mx_finalize" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_myriexpress_mx_finalize" >&5 -+echo "${ECHO_T}$ac_cv_lib_myriexpress_mx_finalize" >&6; } - if test $ac_cv_lib_myriexpress_mx_finalize = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -95152,10 +95533,10 @@ - if test "$ompi_check_package_libdir" != ""; then - btl_mx_LDFLAGS="$btl_mx_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for mx_finalize in -lmyriexpress" >&5 --echo $ECHO_N "checking for mx_finalize in -lmyriexpress... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for mx_finalize in -lmyriexpress" >&5 -+echo $ECHO_N "checking for mx_finalize in -lmyriexpress... $ECHO_C" >&6; } - if test "${ac_cv_lib_myriexpress_mx_finalize+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -95168,56 +95549,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char mx_finalize (); - int - main () - { --mx_finalize (); -+return mx_finalize (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_myriexpress_mx_finalize=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_myriexpress_mx_finalize=no -+ ac_cv_lib_myriexpress_mx_finalize=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_myriexpress_mx_finalize" >&5 --echo "${ECHO_T}$ac_cv_lib_myriexpress_mx_finalize" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_myriexpress_mx_finalize" >&5 -+echo "${ECHO_T}$ac_cv_lib_myriexpress_mx_finalize" >&6; } - if test $ac_cv_lib_myriexpress_mx_finalize = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -95267,10 +95645,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for mx_finalize in -lmyriexpress" >&5 --echo $ECHO_N "checking for mx_finalize in -lmyriexpress... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for mx_finalize in -lmyriexpress" >&5 -+echo $ECHO_N "checking for mx_finalize in -lmyriexpress... $ECHO_C" >&6; } - if test "${ac_cv_lib_myriexpress_mx_finalize+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -95283,56 +95661,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char mx_finalize (); - int - main () - { --mx_finalize (); -+return mx_finalize (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_myriexpress_mx_finalize=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_myriexpress_mx_finalize=no -+ ac_cv_lib_myriexpress_mx_finalize=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_myriexpress_mx_finalize" >&5 --echo "${ECHO_T}$ac_cv_lib_myriexpress_mx_finalize" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_myriexpress_mx_finalize" >&5 -+echo "${ECHO_T}$ac_cv_lib_myriexpress_mx_finalize" >&6; } - if test $ac_cv_lib_myriexpress_mx_finalize = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -95353,10 +95728,10 @@ - if test "$ompi_check_package_libdir" != ""; then - btl_mx_LDFLAGS="$btl_mx_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for mx_finalize in -lmyriexpress" >&5 --echo $ECHO_N "checking for mx_finalize in -lmyriexpress... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for mx_finalize in -lmyriexpress" >&5 -+echo $ECHO_N "checking for mx_finalize in -lmyriexpress... $ECHO_C" >&6; } - if test "${ac_cv_lib_myriexpress_mx_finalize+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -95369,56 +95744,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char mx_finalize (); - int - main () - { --mx_finalize (); -+return mx_finalize (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_myriexpress_mx_finalize=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_myriexpress_mx_finalize=no -+ ac_cv_lib_myriexpress_mx_finalize=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_myriexpress_mx_finalize" >&5 --echo "${ECHO_T}$ac_cv_lib_myriexpress_mx_finalize" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_myriexpress_mx_finalize" >&5 -+echo "${ECHO_T}$ac_cv_lib_myriexpress_mx_finalize" >&6; } - if test $ac_cv_lib_myriexpress_mx_finalize = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -95441,10 +95813,10 @@ - if test "$ompi_check_package_libdir" != ""; then - btl_mx_LDFLAGS="$btl_mx_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for mx_finalize in -lmyriexpress" >&5 --echo $ECHO_N "checking for mx_finalize in -lmyriexpress... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for mx_finalize in -lmyriexpress" >&5 -+echo $ECHO_N "checking for mx_finalize in -lmyriexpress... $ECHO_C" >&6; } - if test "${ac_cv_lib_myriexpress_mx_finalize+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -95457,56 +95829,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char mx_finalize (); - int - main () - { --mx_finalize (); -+return mx_finalize (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_myriexpress_mx_finalize=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_myriexpress_mx_finalize=no -+ ac_cv_lib_myriexpress_mx_finalize=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_myriexpress_mx_finalize" >&5 --echo "${ECHO_T}$ac_cv_lib_myriexpress_mx_finalize" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_myriexpress_mx_finalize" >&5 -+echo "${ECHO_T}$ac_cv_lib_myriexpress_mx_finalize" >&6; } - if test $ac_cv_lib_myriexpress_mx_finalize = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -95569,8 +95938,8 @@ - LDFLAGS="$ompi_check_mx_btl_mx_save_LDFLAGS $btl_mx_LDFLAGS" - LIBS="$ompi_check_mx_btl_mx_save_LIBS $btl_mx_LIBS" - -- echo "$as_me:$LINENO: checking for MX version 1.0 or later" >&5 --echo $ECHO_N "checking for MX version 1.0 or later... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MX version 1.0 or later" >&5 -+echo $ECHO_N "checking for MX version 1.0 or later... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -95589,40 +95958,36 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - have_recent_api="yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --have_recent_api="no" -+ have_recent_api="no" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -- echo "$as_me:$LINENO: result: $have_recent_api" >&5 --echo "${ECHO_T}$have_recent_api" >&6 - -- echo "$as_me:$LINENO: checking for MX_API" >&5 --echo $ECHO_N "checking for MX_API... $ECHO_C" >&6 -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ { echo "$as_me:$LINENO: result: $have_recent_api" >&5 -+echo "${ECHO_T}$have_recent_api" >&6; } -+ -+ { echo "$as_me:$LINENO: checking for MX_API" >&5 -+echo $ECHO_N "checking for MX_API... $ECHO_C" >&6; } - if test x"$have_recent_api" = "xyes"; then - - cat >>confdefs.h <<_ACEOF -@@ -95705,10 +96070,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -95791,10 +96156,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component btl:mx can compile" >&5 --echo $ECHO_N "checking if MCA component btl:mx can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component btl:mx can compile" >&5 -+echo $ECHO_N "checking if MCA component btl:mx can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -95949,14 +96314,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_btl" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -95966,17 +96331,17 @@ - - - --# Check whether --with-openib or --without-openib was given. -+# Check whether --with-openib was given. - if test "${with_openib+set}" = set; then -- withval="$with_openib" -+ withval=$with_openib; -+fi - --fi; - --# Check whether --with-openib-libdir or --without-openib-libdir was given. -+# Check whether --with-openib-libdir was given. - if test "${with_openib_libdir+set}" = set; then -- withval="$with_openib_libdir" -+ withval=$with_openib_libdir; -+fi - --fi; - - if test ! -z "$with_openib" -a "$with_openib" != "yes"; then - ompi_check_openib_dir="$with_openib" -@@ -95998,8 +96363,8 @@ - ompi_check_openib_btl_openib_save_LDFLAGS="$LDFLAGS" - ompi_check_openib_btl_openib_save_LIBS="$LIBS" - -- echo "$as_me:$LINENO: checking for sysfs_open_class in -lsysfs" >&5 --echo $ECHO_N "checking for sysfs_open_class in -lsysfs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for sysfs_open_class in -lsysfs" >&5 -+echo $ECHO_N "checking for sysfs_open_class in -lsysfs... $ECHO_C" >&6; } - if test "${ac_cv_lib_sysfs_sysfs_open_class+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -96012,56 +96377,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char sysfs_open_class (); - int - main () - { --sysfs_open_class (); -+return sysfs_open_class (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_sysfs_sysfs_open_class=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_sysfs_sysfs_open_class=no -+ ac_cv_lib_sysfs_sysfs_open_class=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_sysfs_sysfs_open_class" >&5 --echo "${ECHO_T}$ac_cv_lib_sysfs_sysfs_open_class" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_sysfs_sysfs_open_class" >&5 -+echo "${ECHO_T}$ac_cv_lib_sysfs_sysfs_open_class" >&6; } - if test $ac_cv_lib_sysfs_sysfs_open_class = yes; then - ompi_check_openib_sysfs=yes - LIBS="$LIBS -lsysfs" -@@ -96082,17 +96444,17 @@ - - - if test "${ac_cv_header_sysfs_libsysfs_h+set}" = set; then -- echo "$as_me:$LINENO: checking for sysfs/libsysfs.h" >&5 --echo $ECHO_N "checking for sysfs/libsysfs.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for sysfs/libsysfs.h" >&5 -+echo $ECHO_N "checking for sysfs/libsysfs.h... $ECHO_C" >&6; } - if test "${ac_cv_header_sysfs_libsysfs_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_sysfs_libsysfs_h" >&5 --echo "${ECHO_T}$ac_cv_header_sysfs_libsysfs_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_sysfs_libsysfs_h" >&5 -+echo "${ECHO_T}$ac_cv_header_sysfs_libsysfs_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking sysfs/libsysfs.h usability" >&5 --echo $ECHO_N "checking sysfs/libsysfs.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking sysfs/libsysfs.h usability" >&5 -+echo $ECHO_N "checking sysfs/libsysfs.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -96103,41 +96465,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking sysfs/libsysfs.h presence" >&5 --echo $ECHO_N "checking sysfs/libsysfs.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking sysfs/libsysfs.h presence" >&5 -+echo $ECHO_N "checking sysfs/libsysfs.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -96146,24 +96504,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -96171,9 +96527,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -96197,25 +96554,23 @@ - echo "$as_me: WARNING: sysfs/libsysfs.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: sysfs/libsysfs.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: sysfs/libsysfs.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for sysfs/libsysfs.h" >&5 --echo $ECHO_N "checking for sysfs/libsysfs.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for sysfs/libsysfs.h" >&5 -+echo $ECHO_N "checking for sysfs/libsysfs.h... $ECHO_C" >&6; } - if test "${ac_cv_header_sysfs_libsysfs_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_sysfs_libsysfs_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_sysfs_libsysfs_h" >&5 --echo "${ECHO_T}$ac_cv_header_sysfs_libsysfs_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_sysfs_libsysfs_h" >&5 -+echo "${ECHO_T}$ac_cv_header_sysfs_libsysfs_h" >&6; } - - fi - if test $ac_cv_header_sysfs_libsysfs_h = yes; then -@@ -96267,8 +96622,8 @@ - fi - - -- echo "$as_me:$LINENO: checking for cm_timeout in -lcm" >&5 --echo $ECHO_N "checking for cm_timeout in -lcm... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for cm_timeout in -lcm" >&5 -+echo $ECHO_N "checking for cm_timeout in -lcm... $ECHO_C" >&6; } - if test "${ac_cv_lib_cm_cm_timeout+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -96281,56 +96636,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char cm_timeout (); - int - main () - { --cm_timeout (); -+return cm_timeout (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_cm_cm_timeout=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_cm_cm_timeout=no -+ ac_cv_lib_cm_cm_timeout=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_cm_cm_timeout" >&5 --echo "${ECHO_T}$ac_cv_lib_cm_cm_timeout" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_cm_cm_timeout" >&5 -+echo "${ECHO_T}$ac_cv_lib_cm_cm_timeout" >&6; } - if test $ac_cv_lib_cm_cm_timeout = yes; then - ompi_check_openib_libdeps="-lcm" - ompi_check_openib_libdeps="" -@@ -96360,20 +96712,20 @@ - ompi_check_package_header_happy="no" - if test "$ompi_check_openib_dir" = "/usr" -o "$ompi_check_openib_dir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for header without includes" >&5 --echo "${ECHO_T}looking for header without includes" >&6 -+ { echo "$as_me:$LINENO: result: looking for header without includes" >&5 -+echo "${ECHO_T}looking for header without includes" >&6; } - if test "${ac_cv_header_infiniband_verbs_h+set}" = set; then -- echo "$as_me:$LINENO: checking for infiniband/verbs.h" >&5 --echo $ECHO_N "checking for infiniband/verbs.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for infiniband/verbs.h" >&5 -+echo $ECHO_N "checking for infiniband/verbs.h... $ECHO_C" >&6; } - if test "${ac_cv_header_infiniband_verbs_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_infiniband_verbs_h" >&5 --echo "${ECHO_T}$ac_cv_header_infiniband_verbs_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_infiniband_verbs_h" >&5 -+echo "${ECHO_T}$ac_cv_header_infiniband_verbs_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking infiniband/verbs.h usability" >&5 --echo $ECHO_N "checking infiniband/verbs.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking infiniband/verbs.h usability" >&5 -+echo $ECHO_N "checking infiniband/verbs.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -96384,41 +96736,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking infiniband/verbs.h presence" >&5 --echo $ECHO_N "checking infiniband/verbs.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking infiniband/verbs.h presence" >&5 -+echo $ECHO_N "checking infiniband/verbs.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -96427,24 +96775,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -96452,9 +96798,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -96478,25 +96825,23 @@ - echo "$as_me: WARNING: infiniband/verbs.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: infiniband/verbs.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: infiniband/verbs.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for infiniband/verbs.h" >&5 --echo $ECHO_N "checking for infiniband/verbs.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for infiniband/verbs.h" >&5 -+echo $ECHO_N "checking for infiniband/verbs.h... $ECHO_C" >&6; } - if test "${ac_cv_header_infiniband_verbs_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_infiniband_verbs_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_infiniband_verbs_h" >&5 --echo "${ECHO_T}$ac_cv_header_infiniband_verbs_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_infiniband_verbs_h" >&5 -+echo "${ECHO_T}$ac_cv_header_infiniband_verbs_h" >&6; } - - fi - if test $ac_cv_header_infiniband_verbs_h = yes; then -@@ -96521,17 +96866,17 @@ - fi - - if test "${ac_cv_header_infiniband_verbs_h+set}" = set; then -- echo "$as_me:$LINENO: checking for infiniband/verbs.h" >&5 --echo $ECHO_N "checking for infiniband/verbs.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for infiniband/verbs.h" >&5 -+echo $ECHO_N "checking for infiniband/verbs.h... $ECHO_C" >&6; } - if test "${ac_cv_header_infiniband_verbs_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_infiniband_verbs_h" >&5 --echo "${ECHO_T}$ac_cv_header_infiniband_verbs_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_infiniband_verbs_h" >&5 -+echo "${ECHO_T}$ac_cv_header_infiniband_verbs_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking infiniband/verbs.h usability" >&5 --echo $ECHO_N "checking infiniband/verbs.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking infiniband/verbs.h usability" >&5 -+echo $ECHO_N "checking infiniband/verbs.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -96542,41 +96887,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking infiniband/verbs.h presence" >&5 --echo $ECHO_N "checking infiniband/verbs.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking infiniband/verbs.h presence" >&5 -+echo $ECHO_N "checking infiniband/verbs.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -96585,24 +96926,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -96610,9 +96949,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -96636,25 +96976,23 @@ - echo "$as_me: WARNING: infiniband/verbs.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: infiniband/verbs.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: infiniband/verbs.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for infiniband/verbs.h" >&5 --echo $ECHO_N "checking for infiniband/verbs.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for infiniband/verbs.h" >&5 -+echo $ECHO_N "checking for infiniband/verbs.h... $ECHO_C" >&6; } - if test "${ac_cv_header_infiniband_verbs_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_infiniband_verbs_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_infiniband_verbs_h" >&5 --echo "${ECHO_T}$ac_cv_header_infiniband_verbs_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_infiniband_verbs_h" >&5 -+echo "${ECHO_T}$ac_cv_header_infiniband_verbs_h" >&6; } - - fi - if test $ac_cv_header_infiniband_verbs_h = yes; then -@@ -96675,10 +97013,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for ibv_open_device in -libverbs" >&5 --echo $ECHO_N "checking for ibv_open_device in -libverbs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for ibv_open_device in -libverbs" >&5 -+echo $ECHO_N "checking for ibv_open_device in -libverbs... $ECHO_C" >&6; } - if test "${ac_cv_lib_ibverbs_ibv_open_device+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -96691,56 +97029,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char ibv_open_device (); - int - main () - { --ibv_open_device (); -+return ibv_open_device (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_ibverbs_ibv_open_device=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_ibverbs_ibv_open_device=no -+ ac_cv_lib_ibverbs_ibv_open_device=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_ibverbs_ibv_open_device" >&5 --echo "${ECHO_T}$ac_cv_lib_ibverbs_ibv_open_device" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_ibverbs_ibv_open_device" >&5 -+echo "${ECHO_T}$ac_cv_lib_ibverbs_ibv_open_device" >&6; } - if test $ac_cv_lib_ibverbs_ibv_open_device = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -96761,10 +97096,10 @@ - if test "$ompi_check_package_libdir" != ""; then - btl_openib_LDFLAGS="$btl_openib_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for ibv_open_device in -libverbs" >&5 --echo $ECHO_N "checking for ibv_open_device in -libverbs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for ibv_open_device in -libverbs" >&5 -+echo $ECHO_N "checking for ibv_open_device in -libverbs... $ECHO_C" >&6; } - if test "${ac_cv_lib_ibverbs_ibv_open_device+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -96777,56 +97112,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char ibv_open_device (); - int - main () - { --ibv_open_device (); -+return ibv_open_device (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_ibverbs_ibv_open_device=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_ibverbs_ibv_open_device=no -+ ac_cv_lib_ibverbs_ibv_open_device=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_ibverbs_ibv_open_device" >&5 --echo "${ECHO_T}$ac_cv_lib_ibverbs_ibv_open_device" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_ibverbs_ibv_open_device" >&5 -+echo "${ECHO_T}$ac_cv_lib_ibverbs_ibv_open_device" >&6; } - if test $ac_cv_lib_ibverbs_ibv_open_device = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -96849,10 +97181,10 @@ - if test "$ompi_check_package_libdir" != ""; then - btl_openib_LDFLAGS="$btl_openib_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for ibv_open_device in -libverbs" >&5 --echo $ECHO_N "checking for ibv_open_device in -libverbs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for ibv_open_device in -libverbs" >&5 -+echo $ECHO_N "checking for ibv_open_device in -libverbs... $ECHO_C" >&6; } - if test "${ac_cv_lib_ibverbs_ibv_open_device+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -96865,56 +97197,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char ibv_open_device (); - int - main () - { --ibv_open_device (); -+return ibv_open_device (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_ibverbs_ibv_open_device=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_ibverbs_ibv_open_device=no -+ ac_cv_lib_ibverbs_ibv_open_device=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_ibverbs_ibv_open_device" >&5 --echo "${ECHO_T}$ac_cv_lib_ibverbs_ibv_open_device" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_ibverbs_ibv_open_device" >&5 -+echo "${ECHO_T}$ac_cv_lib_ibverbs_ibv_open_device" >&6; } - if test $ac_cv_lib_ibverbs_ibv_open_device = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -96964,10 +97293,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for ibv_open_device in -libverbs" >&5 --echo $ECHO_N "checking for ibv_open_device in -libverbs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for ibv_open_device in -libverbs" >&5 -+echo $ECHO_N "checking for ibv_open_device in -libverbs... $ECHO_C" >&6; } - if test "${ac_cv_lib_ibverbs_ibv_open_device+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -96980,56 +97309,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char ibv_open_device (); - int - main () - { --ibv_open_device (); -+return ibv_open_device (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_ibverbs_ibv_open_device=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_ibverbs_ibv_open_device=no -+ ac_cv_lib_ibverbs_ibv_open_device=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_ibverbs_ibv_open_device" >&5 --echo "${ECHO_T}$ac_cv_lib_ibverbs_ibv_open_device" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_ibverbs_ibv_open_device" >&5 -+echo "${ECHO_T}$ac_cv_lib_ibverbs_ibv_open_device" >&6; } - if test $ac_cv_lib_ibverbs_ibv_open_device = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -97050,10 +97376,10 @@ - if test "$ompi_check_package_libdir" != ""; then - btl_openib_LDFLAGS="$btl_openib_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for ibv_open_device in -libverbs" >&5 --echo $ECHO_N "checking for ibv_open_device in -libverbs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for ibv_open_device in -libverbs" >&5 -+echo $ECHO_N "checking for ibv_open_device in -libverbs... $ECHO_C" >&6; } - if test "${ac_cv_lib_ibverbs_ibv_open_device+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -97066,56 +97392,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char ibv_open_device (); - int - main () - { --ibv_open_device (); -+return ibv_open_device (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_ibverbs_ibv_open_device=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_ibverbs_ibv_open_device=no -+ ac_cv_lib_ibverbs_ibv_open_device=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_ibverbs_ibv_open_device" >&5 --echo "${ECHO_T}$ac_cv_lib_ibverbs_ibv_open_device" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_ibverbs_ibv_open_device" >&5 -+echo "${ECHO_T}$ac_cv_lib_ibverbs_ibv_open_device" >&6; } - if test $ac_cv_lib_ibverbs_ibv_open_device = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -97138,10 +97461,10 @@ - if test "$ompi_check_package_libdir" != ""; then - btl_openib_LDFLAGS="$btl_openib_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for ibv_open_device in -libverbs" >&5 --echo $ECHO_N "checking for ibv_open_device in -libverbs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for ibv_open_device in -libverbs" >&5 -+echo $ECHO_N "checking for ibv_open_device in -libverbs... $ECHO_C" >&6; } - if test "${ac_cv_lib_ibverbs_ibv_open_device+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -97154,56 +97477,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char ibv_open_device (); - int - main () - { --ibv_open_device (); -+return ibv_open_device (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_ibverbs_ibv_open_device=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_ibverbs_ibv_open_device=no -+ ac_cv_lib_ibverbs_ibv_open_device=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_ibverbs_ibv_open_device" >&5 --echo "${ECHO_T}$ac_cv_lib_ibverbs_ibv_open_device" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_ibverbs_ibv_open_device" >&5 -+echo "${ECHO_T}$ac_cv_lib_ibverbs_ibv_open_device" >&6; } - if test $ac_cv_lib_ibverbs_ibv_open_device = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -97256,8 +97576,8 @@ - LIBS="$LIBS $btl_openib_LIBS" - - if test "$ompi_check_openib_happy" = "yes"; then -- echo "$as_me:$LINENO: checking number of arguments to ibv_create_cq" >&5 --echo $ECHO_N "checking number of arguments to ibv_create_cq... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking number of arguments to ibv_create_cq" >&5 -+echo $ECHO_N "checking number of arguments to ibv_create_cq... $ECHO_C" >&6; } - if test "${ompi_cv_func_ibv_create_cq_args+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -97277,33 +97597,29 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ompi_cv_func_ibv_create_cq_args=5 - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext -@@ -97319,42 +97635,40 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ompi_cv_func_ibv_create_cq_args=3 - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_func_ibv_create_cq_args="unknown" -+ ompi_cv_func_ibv_create_cq_args="unknown" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ompi_cv_func_ibv_create_cq_args" >&5 --echo "${ECHO_T}$ompi_cv_func_ibv_create_cq_args" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_func_ibv_create_cq_args" >&5 -+echo "${ECHO_T}$ompi_cv_func_ibv_create_cq_args" >&6; } - if test "$ompi_cv_func_ibv_create_cq_args" = "unknown"; then - { { echo "$as_me:$LINENO: error: Can not determine number of args to ibv_create_cq. Aborting" >&5 - echo "$as_me: error: Can not determine number of args to ibv_create_cq. Aborting" >&2;} -@@ -97374,9 +97688,9 @@ - for ac_func in ibv_create_srq - do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 --if eval "test \"\${$as_ac_var+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_func" >&5 -+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -97402,68 +97716,60 @@ - - #undef $ac_func - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char $ac_func (); - /* 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. */ --#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -+#if defined __stub_$ac_func || defined __stub___$ac_func - choke me --#else --char (*f) () = $ac_func; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != $ac_func; -+return $ac_func (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - eval "$as_ac_var=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_var=no" -+ eval "$as_ac_var=no" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_var'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_var'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -@@ -97484,9 +97790,9 @@ - for ac_func in ibv_get_device_list - do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 --if eval "test \"\${$as_ac_var+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_func" >&5 -+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -97512,68 +97818,60 @@ - - #undef $ac_func - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char $ac_func (); - /* 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. */ --#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -+#if defined __stub_$ac_func || defined __stub___$ac_func - choke me --#else --char (*f) () = $ac_func; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != $ac_func; -+return $ac_func (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - eval "$as_ac_var=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_var=no" -+ eval "$as_ac_var=no" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_var'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_var'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -@@ -97663,10 +97961,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -97749,10 +98047,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component btl:openib can compile" >&5 --echo $ECHO_N "checking if MCA component btl:openib can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component btl:openib can compile" >&5 -+echo $ECHO_N "checking if MCA component btl:openib can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -97907,14 +98205,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_btl" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -97930,11 +98228,11 @@ - - # allow user a way to say where the Portals installation is - --# Check whether --with-portals or --without-portals was given. -+# Check whether --with-portals was given. - if test "${with_portals+set}" = set; then -- withval="$with_portals" -+ withval=$with_portals; -+fi - --fi; - - if test -n "$with_portals"; then - if test -d "$with_portals/include"; then -@@ -97961,13 +98259,13 @@ - btl_portals_header_prefix= - btl_portals_starting_table_id=0 - --# Check whether --with-portals-config or --without-portals-config was given. -+# Check whether --with-portals-config was given. - if test "${with_portals_config+set}" = set; then -- withval="$with_portals_config" -+ withval=$with_portals_config; -+fi - --fi; -- echo "$as_me:$LINENO: checking for Portals configuration" >&5 --echo $ECHO_N "checking for Portals configuration... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for Portals configuration" >&5 -+echo $ECHO_N "checking for Portals configuration... $ECHO_C" >&6; } - if test "$with_portals_config" = "" ; then - with_portals_config="utcp" - fi -@@ -97979,8 +98277,8 @@ - btl_portals_compat="utcp" - btl_portals_header_prefix= - btl_portals_starting_table_id=0 -- echo "$as_me:$LINENO: result: utcp" >&5 --echo "${ECHO_T}utcp" >&6 -+ { echo "$as_me:$LINENO: result: utcp" >&5 -+echo "${ECHO_T}utcp" >&6; } - ;; - "redstorm") - BTL_PORTALS_REDSTORM=1 -@@ -97989,8 +98287,8 @@ - btl_portals_compat="redstorm" - btl_portals_header_prefix="portals/" - btl_portals_starting_table_id=30 -- echo "$as_me:$LINENO: result: red storm" >&5 --echo "${ECHO_T}red storm" >&6 -+ { echo "$as_me:$LINENO: result: red storm" >&5 -+echo "${ECHO_T}red storm" >&6; } - ;; - *) - # ok to call ERROR here - the user specified something invalid. -@@ -98003,11 +98301,11 @@ - - # Try to find all the portals libraries (this is not fun!) - --# Check whether --with-portals-libs or --without-portals-libs was given. -+# Check whether --with-portals-libs was given. - if test "${with_portals_libs+set}" = set; then -- withval="$with_portals_libs" -+ withval=$with_portals_libs; -+fi - --fi; - if test -n "$with_portals_libs" ; then - btl_portals_LIBS="" - for lib in $with_portals_libs ; do -@@ -98038,7 +98336,7 @@ - _ACEOF - - -- ac_config_links="$ac_config_links ompi/mca/btl/portals/btl_portals_compat.c:ompi/mca/btl/portals/btl_portals_compat_${btl_portals_compat}.c" -+ ac_config_links="$ac_config_links ompi/mca/btl/portals/btl_portals_compat.c:ompi/mca/btl/portals/btl_portals_compat_${btl_portals_compat}.c" - - - -@@ -98048,18 +98346,19 @@ - for ac_header in ${btl_portals_header_prefix}portals3.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --if eval "test \"\${$as_ac_Header+set}\" = set"; then -- echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -+ { echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -98070,41 +98369,37 @@ - #include <$ac_header> - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -98113,24 +98408,22 @@ - /* end confdefs.h. */ - #include <$ac_header> - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -98138,9 +98431,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -98164,33 +98458,32 @@ - echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - - fi - if test `eval echo '${'$as_ac_Header'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF -- echo "$as_me:$LINENO: checking if possible to link Portals application" >&5 --echo $ECHO_N "checking if possible to link Portals application... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if possible to link Portals application" >&5 -+echo $ECHO_N "checking if possible to link Portals application... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -98207,29 +98500,25 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - btl_portals_WRAPPER_EXTRA_LDFLAGS="$btl_portals_LDFLAGS" - btl_portals_WRAPPER_EXTRA_LIBS="$btl_portals_LIBS" - should_build=1 -@@ -98237,11 +98526,12 @@ - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - should_build=0 - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - else - should_build=0 -@@ -98286,10 +98576,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -98372,10 +98662,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component btl:portals can compile" >&5 --echo $ECHO_N "checking if MCA component btl:portals can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component btl:portals can compile" >&5 -+echo $ECHO_N "checking if MCA component btl:portals can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -98530,14 +98820,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_btl" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -98546,8 +98836,8 @@ - if test "$should_build" = "1"; then - - # check for sockaddr_in (a good sign we have TCP) -- echo "$as_me:$LINENO: checking for struct sockaddr_in" >&5 --echo $ECHO_N "checking for struct sockaddr_in... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for struct sockaddr_in" >&5 -+echo $ECHO_N "checking for struct sockaddr_in... $ECHO_C" >&6; } - if test "${ac_cv_type_struct_sockaddr_in+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -98562,50 +98852,47 @@ - #include - #endif - -+typedef struct sockaddr_in ac__type_new_; - int - main () - { --if ((struct sockaddr_in *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (struct sockaddr_in)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_struct_sockaddr_in=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_struct_sockaddr_in=no -+ ac_cv_type_struct_sockaddr_in=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_struct_sockaddr_in" >&5 --echo "${ECHO_T}$ac_cv_type_struct_sockaddr_in" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_struct_sockaddr_in" >&5 -+echo "${ECHO_T}$ac_cv_type_struct_sockaddr_in" >&6; } - if test $ac_cv_type_struct_sockaddr_in = yes; then - - cat >>confdefs.h <<_ACEOF -@@ -98644,10 +98931,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -98730,10 +99017,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component btl:tcp can compile" >&5 --echo $ECHO_N "checking if MCA component btl:tcp can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component btl:tcp can compile" >&5 -+echo $ECHO_N "checking if MCA component btl:tcp can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -98895,14 +99182,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_btl" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -99067,10 +99354,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -99153,10 +99440,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component btl:$component can compile" >&5 --echo $ECHO_N "checking if MCA component btl:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component btl:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component btl:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -99225,7 +99512,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files ompi/mca/btl/Makefile" -+ ac_config_files="$ac_config_files ompi/mca/btl/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -99295,32 +99582,48 @@ - else - outdir=ompi/mca/coll/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -99328,14 +99631,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework coll" >&5 --echo $ECHO_N "checking for no configure components in framework coll... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: basic, hierarch, self, sm, tuned" >&5 --echo "${ECHO_T}basic, hierarch, self, sm, tuned" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework coll" >&5 --echo $ECHO_N "checking for m4 configure components in framework coll... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework coll" >&5 -+echo $ECHO_N "checking for no configure components in framework coll... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: basic, hierarch, self, sm, tuned" >&5 -+echo "${ECHO_T}basic, hierarch, self, sm, tuned" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework coll" >&5 -+echo $ECHO_N "checking for m4 configure components in framework coll... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: " >&5 -+echo "${ECHO_T}" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -99445,14 +99748,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_coll" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -99479,10 +99782,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -99565,10 +99868,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component coll:basic can compile" >&5 --echo $ECHO_N "checking if MCA component coll:basic can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component coll:basic can compile" >&5 -+echo $ECHO_N "checking if MCA component coll:basic can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -99714,14 +100017,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_coll" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -99748,10 +100051,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -99834,10 +100137,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component coll:hierarch can compile" >&5 --echo $ECHO_N "checking if MCA component coll:hierarch can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component coll:hierarch can compile" >&5 -+echo $ECHO_N "checking if MCA component coll:hierarch can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -99983,14 +100286,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_coll" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -100017,10 +100320,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -100103,10 +100406,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component coll:self can compile" >&5 --echo $ECHO_N "checking if MCA component coll:self can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component coll:self can compile" >&5 -+echo $ECHO_N "checking if MCA component coll:self can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -100252,14 +100555,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_coll" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -100286,10 +100589,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -100372,10 +100675,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component coll:sm can compile" >&5 --echo $ECHO_N "checking if MCA component coll:sm can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component coll:sm can compile" >&5 -+echo $ECHO_N "checking if MCA component coll:sm can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -100521,14 +100824,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_coll" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -100555,10 +100858,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -100641,10 +100944,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component coll:tuned can compile" >&5 --echo $ECHO_N "checking if MCA component coll:tuned can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component coll:tuned can compile" >&5 -+echo $ECHO_N "checking if MCA component coll:tuned can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -100805,14 +101108,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_coll" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -100977,10 +101280,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -101063,10 +101366,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component coll:$component can compile" >&5 --echo $ECHO_N "checking if MCA component coll:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component coll:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component coll:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -101135,7 +101438,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files ompi/mca/coll/Makefile" -+ ac_config_files="$ac_config_files ompi/mca/coll/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -101205,32 +101508,48 @@ - else - outdir=ompi/mca/common/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -101238,14 +101557,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework common" >&5 --echo $ECHO_N "checking for no configure components in framework common... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: sm" >&5 --echo "${ECHO_T}sm" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework common" >&5 --echo $ECHO_N "checking for m4 configure components in framework common... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework common" >&5 -+echo $ECHO_N "checking for no configure components in framework common... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: sm" >&5 -+echo "${ECHO_T}sm" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework common" >&5 -+echo $ECHO_N "checking for m4 configure components in framework common... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: " >&5 -+echo "${ECHO_T}" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -101355,14 +101674,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_common" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -101389,10 +101708,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -101475,10 +101794,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component common:sm can compile" >&5 --echo $ECHO_N "checking if MCA component common:sm can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component common:sm can compile" >&5 -+echo $ECHO_N "checking if MCA component common:sm can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -101639,14 +101958,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_common" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -101811,10 +102130,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -101897,10 +102216,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component common:$component can compile" >&5 --echo $ECHO_N "checking if MCA component common:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component common:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component common:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -101969,7 +102288,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files ompi/mca/common/Makefile" -+ ac_config_files="$ac_config_files ompi/mca/common/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -102039,32 +102358,48 @@ - else - outdir=ompi/mca/io/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -102072,14 +102407,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework io" >&5 --echo $ECHO_N "checking for no configure components in framework io... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework io" >&5 --echo $ECHO_N "checking for m4 configure components in framework io... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: romio" >&5 --echo "${ECHO_T}romio" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework io" >&5 -+echo $ECHO_N "checking for no configure components in framework io... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: " >&5 -+echo "${ECHO_T}" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework io" >&5 -+echo $ECHO_N "checking for m4 configure components in framework io... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: romio" >&5 -+echo "${ECHO_T}romio" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -102197,14 +102532,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_io" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -102212,31 +102547,31 @@ - # --enable-dist, since we'll always have makefiles. - if test "$should_build" = "1"; then - -- # Check whether --enable-io-romio or --disable-io-romio was given. -+ # Check whether --enable-io-romio was given. - if test "${enable_io_romio+set}" = set; then -- enableval="$enable_io_romio" -+ enableval=$enable_io_romio; -+fi - --fi; - --# Check whether --with-io-romio-flags or --without-io-romio-flags was given. -+# Check whether --with-io-romio-flags was given. - if test "${with_io_romio_flags+set}" = set; then -- withval="$with_io_romio_flags" -+ withval=$with_io_romio_flags; -+fi - --fi; -- echo "$as_me:$LINENO: checking if want ROMIO component" >&5 --echo $ECHO_N "checking if want ROMIO component... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if want ROMIO component" >&5 -+echo $ECHO_N "checking if want ROMIO component... $ECHO_C" >&6; } - if test "$enable_io_romio" = "no"; then -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - should_build=0 - else -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -- echo "$as_me:$LINENO: checking if MPI profiling is enabled" >&5 --echo $ECHO_N "checking if MPI profiling is enabled... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } -+ { echo "$as_me:$LINENO: checking if MPI profiling is enabled" >&5 -+echo $ECHO_N "checking if MPI profiling is enabled... $ECHO_C" >&6; } - if test "$enable_mpi_profile" = "no"; then -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - { echo "$as_me:$LINENO: WARNING: *** The ROMIO io component requires the MPI profiling layer" >&5 - echo "$as_me: WARNING: *** The ROMIO io component requires the MPI profiling layer" >&2;} - if test "$enable_io_romio" = "yes"; then -@@ -102247,8 +102582,8 @@ - - should_build=0 - else -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - if test -n "$with_io_romio_flags" -a "$with_io_romio_flags" != "no"; then - io_romio_flags="$with_io_romio_flags $io_romio_flags" -@@ -102498,10 +102833,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -102584,10 +102919,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component io:romio can compile" >&5 --echo $ECHO_N "checking if MCA component io:romio can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component io:romio can compile" >&5 -+echo $ECHO_N "checking if MCA component io:romio can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -102749,14 +103084,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_io" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -102921,10 +103256,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -103007,10 +103342,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component io:$component can compile" >&5 --echo $ECHO_N "checking if MCA component io:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component io:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component io:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -103079,7 +103414,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files ompi/mca/io/Makefile" -+ ac_config_files="$ac_config_files ompi/mca/io/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -103149,32 +103484,48 @@ - else - outdir=ompi/mca/mpool/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -103182,14 +103533,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework mpool" >&5 --echo $ECHO_N "checking for no configure components in framework mpool... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: sm" >&5 --echo "${ECHO_T}sm" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework mpool" >&5 --echo $ECHO_N "checking for m4 configure components in framework mpool... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: gm, mvapi, openib" >&5 --echo "${ECHO_T}gm, mvapi, openib" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework mpool" >&5 -+echo $ECHO_N "checking for no configure components in framework mpool... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: sm" >&5 -+echo "${ECHO_T}sm" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework mpool" >&5 -+echo $ECHO_N "checking for m4 configure components in framework mpool... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: gm, mvapi, openib" >&5 -+echo "${ECHO_T}gm, mvapi, openib" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -103299,14 +103650,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_mpool" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -103333,10 +103684,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -103419,10 +103770,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component mpool:sm can compile" >&5 --echo $ECHO_N "checking if MCA component mpool:sm can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component mpool:sm can compile" >&5 -+echo $ECHO_N "checking if MCA component mpool:sm can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -103576,14 +103927,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_mpool" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -103593,17 +103944,17 @@ - - - --# Check whether --with-gm or --without-gm was given. -+# Check whether --with-gm was given. - if test "${with_gm+set}" = set; then -- withval="$with_gm" -+ withval=$with_gm; -+fi - --fi; - --# Check whether --with-gm-libdir or --without-gm-libdir was given. -+# Check whether --with-gm-libdir was given. - if test "${with_gm_libdir+set}" = set; then -- withval="$with_gm_libdir" -+ withval=$with_gm_libdir; -+fi - --fi; - - if test "$with_gm" != "no"; then - if test ! -z "$with_gm" -a "$with_gm" != "yes"; then -@@ -103638,20 +103989,20 @@ - ompi_check_package_header_happy="no" - if test "$ompi_check_gm_dir" = "/usr" -o "$ompi_check_gm_dir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for header without includes" >&5 --echo "${ECHO_T}looking for header without includes" >&6 -+ { echo "$as_me:$LINENO: result: looking for header without includes" >&5 -+echo "${ECHO_T}looking for header without includes" >&6; } - if test "${ac_cv_header_gm_h+set}" = set; then -- echo "$as_me:$LINENO: checking for gm.h" >&5 --echo $ECHO_N "checking for gm.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for gm.h" >&5 -+echo $ECHO_N "checking for gm.h... $ECHO_C" >&6; } - if test "${ac_cv_header_gm_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_gm_h" >&5 --echo "${ECHO_T}$ac_cv_header_gm_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_gm_h" >&5 -+echo "${ECHO_T}$ac_cv_header_gm_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking gm.h usability" >&5 --echo $ECHO_N "checking gm.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking gm.h usability" >&5 -+echo $ECHO_N "checking gm.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -103662,41 +104013,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking gm.h presence" >&5 --echo $ECHO_N "checking gm.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking gm.h presence" >&5 -+echo $ECHO_N "checking gm.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -103705,24 +104052,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -103730,9 +104075,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -103756,25 +104102,23 @@ - echo "$as_me: WARNING: gm.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: gm.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: gm.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for gm.h" >&5 --echo $ECHO_N "checking for gm.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for gm.h" >&5 -+echo $ECHO_N "checking for gm.h... $ECHO_C" >&6; } - if test "${ac_cv_header_gm_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_gm_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_gm_h" >&5 --echo "${ECHO_T}$ac_cv_header_gm_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_gm_h" >&5 -+echo "${ECHO_T}$ac_cv_header_gm_h" >&6; } - - fi - if test $ac_cv_header_gm_h = yes; then -@@ -103799,17 +104143,17 @@ - fi - - if test "${ac_cv_header_gm_h+set}" = set; then -- echo "$as_me:$LINENO: checking for gm.h" >&5 --echo $ECHO_N "checking for gm.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for gm.h" >&5 -+echo $ECHO_N "checking for gm.h... $ECHO_C" >&6; } - if test "${ac_cv_header_gm_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_gm_h" >&5 --echo "${ECHO_T}$ac_cv_header_gm_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_gm_h" >&5 -+echo "${ECHO_T}$ac_cv_header_gm_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking gm.h usability" >&5 --echo $ECHO_N "checking gm.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking gm.h usability" >&5 -+echo $ECHO_N "checking gm.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -103820,41 +104164,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking gm.h presence" >&5 --echo $ECHO_N "checking gm.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking gm.h presence" >&5 -+echo $ECHO_N "checking gm.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -103863,24 +104203,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -103888,9 +104226,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -103914,25 +104253,23 @@ - echo "$as_me: WARNING: gm.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: gm.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: gm.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for gm.h" >&5 --echo $ECHO_N "checking for gm.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for gm.h" >&5 -+echo $ECHO_N "checking for gm.h... $ECHO_C" >&6; } - if test "${ac_cv_header_gm_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_gm_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_gm_h" >&5 --echo "${ECHO_T}$ac_cv_header_gm_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_gm_h" >&5 -+echo "${ECHO_T}$ac_cv_header_gm_h" >&6; } - - fi - if test $ac_cv_header_gm_h = yes; then -@@ -103953,10 +104290,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for gm_init in -lgm" >&5 --echo $ECHO_N "checking for gm_init in -lgm... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for gm_init in -lgm" >&5 -+echo $ECHO_N "checking for gm_init in -lgm... $ECHO_C" >&6; } - if test "${ac_cv_lib_gm_gm_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -103969,56 +104306,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char gm_init (); - int - main () - { --gm_init (); -+return gm_init (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_gm_gm_init=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_gm_gm_init=no -+ ac_cv_lib_gm_gm_init=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_gm_gm_init" >&5 --echo "${ECHO_T}$ac_cv_lib_gm_gm_init" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_gm_gm_init" >&5 -+echo "${ECHO_T}$ac_cv_lib_gm_gm_init" >&6; } - if test $ac_cv_lib_gm_gm_init = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -104039,10 +104373,10 @@ - if test "$ompi_check_package_libdir" != ""; then - mpool_gm_LDFLAGS="$mpool_gm_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for gm_init in -lgm" >&5 --echo $ECHO_N "checking for gm_init in -lgm... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for gm_init in -lgm" >&5 -+echo $ECHO_N "checking for gm_init in -lgm... $ECHO_C" >&6; } - if test "${ac_cv_lib_gm_gm_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -104055,56 +104389,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char gm_init (); - int - main () - { --gm_init (); -+return gm_init (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_gm_gm_init=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_gm_gm_init=no -+ ac_cv_lib_gm_gm_init=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_gm_gm_init" >&5 --echo "${ECHO_T}$ac_cv_lib_gm_gm_init" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_gm_gm_init" >&5 -+echo "${ECHO_T}$ac_cv_lib_gm_gm_init" >&6; } - if test $ac_cv_lib_gm_gm_init = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -104127,10 +104458,10 @@ - if test "$ompi_check_package_libdir" != ""; then - mpool_gm_LDFLAGS="$mpool_gm_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for gm_init in -lgm" >&5 --echo $ECHO_N "checking for gm_init in -lgm... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for gm_init in -lgm" >&5 -+echo $ECHO_N "checking for gm_init in -lgm... $ECHO_C" >&6; } - if test "${ac_cv_lib_gm_gm_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -104143,56 +104474,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char gm_init (); - int - main () - { --gm_init (); -+return gm_init (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_gm_gm_init=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_gm_gm_init=no -+ ac_cv_lib_gm_gm_init=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_gm_gm_init" >&5 --echo "${ECHO_T}$ac_cv_lib_gm_gm_init" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_gm_gm_init" >&5 -+echo "${ECHO_T}$ac_cv_lib_gm_gm_init" >&6; } - if test $ac_cv_lib_gm_gm_init = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -104242,10 +104570,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for gm_init in -lgm" >&5 --echo $ECHO_N "checking for gm_init in -lgm... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for gm_init in -lgm" >&5 -+echo $ECHO_N "checking for gm_init in -lgm... $ECHO_C" >&6; } - if test "${ac_cv_lib_gm_gm_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -104258,56 +104586,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char gm_init (); - int - main () - { --gm_init (); -+return gm_init (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_gm_gm_init=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_gm_gm_init=no -+ ac_cv_lib_gm_gm_init=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_gm_gm_init" >&5 --echo "${ECHO_T}$ac_cv_lib_gm_gm_init" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_gm_gm_init" >&5 -+echo "${ECHO_T}$ac_cv_lib_gm_gm_init" >&6; } - if test $ac_cv_lib_gm_gm_init = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -104328,10 +104653,10 @@ - if test "$ompi_check_package_libdir" != ""; then - mpool_gm_LDFLAGS="$mpool_gm_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for gm_init in -lgm" >&5 --echo $ECHO_N "checking for gm_init in -lgm... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for gm_init in -lgm" >&5 -+echo $ECHO_N "checking for gm_init in -lgm... $ECHO_C" >&6; } - if test "${ac_cv_lib_gm_gm_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -104344,56 +104669,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char gm_init (); - int - main () - { --gm_init (); -+return gm_init (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_gm_gm_init=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_gm_gm_init=no -+ ac_cv_lib_gm_gm_init=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_gm_gm_init" >&5 --echo "${ECHO_T}$ac_cv_lib_gm_gm_init" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_gm_gm_init" >&5 -+echo "${ECHO_T}$ac_cv_lib_gm_gm_init" >&6; } - if test $ac_cv_lib_gm_gm_init = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -104416,10 +104738,10 @@ - if test "$ompi_check_package_libdir" != ""; then - mpool_gm_LDFLAGS="$mpool_gm_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for gm_init in -lgm" >&5 --echo $ECHO_N "checking for gm_init in -lgm... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for gm_init in -lgm" >&5 -+echo $ECHO_N "checking for gm_init in -lgm... $ECHO_C" >&6; } - if test "${ac_cv_lib_gm_gm_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -104432,56 +104754,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char gm_init (); - int - main () - { --gm_init (); -+return gm_init (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_gm_gm_init=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_gm_gm_init=no -+ ac_cv_lib_gm_gm_init=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_gm_gm_init" >&5 --echo "${ECHO_T}$ac_cv_lib_gm_gm_init" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_gm_gm_init" >&5 -+echo "${ECHO_T}$ac_cv_lib_gm_gm_init" >&6; } - if test $ac_cv_lib_gm_gm_init = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -104547,8 +104866,8 @@ - # highest one available. It seems that GM_API_VERSION was introduced - # somewhere after 1.3 but before 1.6. :-\ - # -- echo "$as_me:$LINENO: checking for GM_API_VERSION" >&5 --echo $ECHO_N "checking for GM_API_VERSION... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for GM_API_VERSION" >&5 -+echo $ECHO_N "checking for GM_API_VERSION... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -104565,44 +104884,40 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - have_gm_api_ver_msg=yes gm_api_ver=GM_API_VERSION - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --have_gm_api_ver_msg=no gm_api_ver="" -+ have_gm_api_ver_msg=no gm_api_ver="" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -- echo "$as_me:$LINENO: result: $have_gm_api_ver_msg" >&5 --echo "${ECHO_T}$have_gm_api_ver_msg" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ { echo "$as_me:$LINENO: result: $have_gm_api_ver_msg" >&5 -+echo "${ECHO_T}$have_gm_api_ver_msg" >&6; } - if test "$gm_api_ver" = ""; then - found=0 - for val in 5 4 3; do - if test "$found" = "0"; then - var="GM_API_VERSION_1_$val" -- echo "$as_me:$LINENO: checking for $var" >&5 --echo $ECHO_N "checking for $var... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for $var" >&5 -+echo $ECHO_N "checking for $var... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -104619,37 +104934,33 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - msg=yes found=1 gm_api_ver=$var - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --msg=no found=0 gm_api_ver="" -+ msg=no found=0 gm_api_ver="" - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -- echo "$as_me:$LINENO: result: $msg" >&5 --echo "${ECHO_T}$msg" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ { echo "$as_me:$LINENO: result: $msg" >&5 -+echo "${ECHO_T}$msg" >&6; } - fi - done - fi -@@ -104673,8 +104984,8 @@ - # 1.6's gm_directed_send_with_callback(). The name was simply changed - # for consistency/symmtery with gm_get(). - # -- echo "$as_me:$LINENO: checking for gm_put()" >&5 --echo $ECHO_N "checking for gm_put()... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for gm_put()" >&5 -+echo $ECHO_N "checking for gm_put()... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -104692,50 +105003,47 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - HAVE_RDMA_PUT=1 MSG=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --HAVE_RDMA_PUT=0 MSG="no, use gm_directed_send_with_callback()" -+ HAVE_RDMA_PUT=0 MSG="no, use gm_directed_send_with_callback()" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - - cat >>confdefs.h <<_ACEOF - #define OMPI_MCA_MPOOL_GM_HAVE_RDMA_PUT $HAVE_RDMA_PUT - _ACEOF - -- echo "$as_me:$LINENO: result: $MSG" >&5 --echo "${ECHO_T}$MSG" >&6 -+ { echo "$as_me:$LINENO: result: $MSG" >&5 -+echo "${ECHO_T}$MSG" >&6; } - - # - # Do we have gm_get()? - # gm_get() was introduced in gm 2.0. - # -- echo "$as_me:$LINENO: checking for gm_get()" >&5 --echo $ECHO_N "checking for gm_get()... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for gm_get()" >&5 -+echo $ECHO_N "checking for gm_get()... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -104753,47 +105061,44 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - HAVE_RDMA_GET=1 MSG=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --HAVE_RDMA_GET=0 MSG=no -+ HAVE_RDMA_GET=0 MSG=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - - cat >>confdefs.h <<_ACEOF - #define OMPI_MCA_MPOOL_GM_HAVE_RDMA_GET $HAVE_RDMA_GET - _ACEOF - -- echo "$as_me:$LINENO: result: $MSG" >&5 --echo "${ECHO_T}$MSG" >&6 -+ { echo "$as_me:$LINENO: result: $MSG" >&5 -+echo "${ECHO_T}$MSG" >&6; } - - # Now test to see if the targetted GM is a broken one broken gm builds -- echo "$as_me:$LINENO: checking for broken GM 2.x RDMA gets build" >&5 --echo $ECHO_N "checking for broken GM 2.x RDMA gets build... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for broken GM 2.x RDMA gets build" >&5 -+echo $ECHO_N "checking for broken GM 2.x RDMA gets build... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -104817,37 +105122,33 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - mca_gm_broken=0 gm_build_broken=no - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- mca_gm_broken=1 gm_build_broken=yes -+ mca_gm_broken=1 gm_build_broken=yes - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -- echo "$as_me:$LINENO: result: $gm_build_broken " >&5 --echo "${ECHO_T}$gm_build_broken " >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ { echo "$as_me:$LINENO: result: $gm_build_broken " >&5 -+echo "${ECHO_T}$gm_build_broken " >&6; } - - cat >>confdefs.h <<_ACEOF - #define OMPI_MCA_MPOOL_GM_GET_BROKEN $mca_gm_broken -@@ -104919,10 +105220,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -105005,10 +105306,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component mpool:gm can compile" >&5 --echo $ECHO_N "checking if MCA component mpool:gm can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component mpool:gm can compile" >&5 -+echo $ECHO_N "checking if MCA component mpool:gm can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -105163,14 +105464,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_mpool" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -105180,17 +105481,17 @@ - - - --# Check whether --with-mvapi or --without-mvapi was given. -+# Check whether --with-mvapi was given. - if test "${with_mvapi+set}" = set; then -- withval="$with_mvapi" -+ withval=$with_mvapi; -+fi - --fi; - --# Check whether --with-mvapi-libdir or --without-mvapi-libdir was given. -+# Check whether --with-mvapi-libdir was given. - if test "${with_mvapi_libdir+set}" = set; then -- withval="$with_mvapi_libdir" -+ withval=$with_mvapi_libdir; -+fi - --fi; - - if test ! -z "$with_mvapi" -a "$with_mvapi" != "yes"; then - ompi_check_mvapi_dir="$with_mvapi" -@@ -105244,20 +105545,20 @@ - ompi_check_package_header_happy="no" - if test "$ompi_check_mvapi_dir" = "/usr" -o "$ompi_check_mvapi_dir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for header without includes" >&5 --echo "${ECHO_T}looking for header without includes" >&6 -+ { echo "$as_me:$LINENO: result: looking for header without includes" >&5 -+echo "${ECHO_T}looking for header without includes" >&6; } - if test "${ac_cv_header_vapi_h+set}" = set; then -- echo "$as_me:$LINENO: checking for vapi.h" >&5 --echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for vapi.h" >&5 -+echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6; } - if test "${ac_cv_header_vapi_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 --echo "${ECHO_T}$ac_cv_header_vapi_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 -+echo "${ECHO_T}$ac_cv_header_vapi_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking vapi.h usability" >&5 --echo $ECHO_N "checking vapi.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking vapi.h usability" >&5 -+echo $ECHO_N "checking vapi.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -105268,41 +105569,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking vapi.h presence" >&5 --echo $ECHO_N "checking vapi.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking vapi.h presence" >&5 -+echo $ECHO_N "checking vapi.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -105311,24 +105608,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -105336,9 +105631,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -105362,25 +105658,23 @@ - echo "$as_me: WARNING: vapi.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: vapi.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: vapi.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for vapi.h" >&5 --echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for vapi.h" >&5 -+echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6; } - if test "${ac_cv_header_vapi_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_vapi_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 --echo "${ECHO_T}$ac_cv_header_vapi_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 -+echo "${ECHO_T}$ac_cv_header_vapi_h" >&6; } - - fi - if test $ac_cv_header_vapi_h = yes; then -@@ -105405,17 +105699,17 @@ - fi - - if test "${ac_cv_header_vapi_h+set}" = set; then -- echo "$as_me:$LINENO: checking for vapi.h" >&5 --echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for vapi.h" >&5 -+echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6; } - if test "${ac_cv_header_vapi_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 --echo "${ECHO_T}$ac_cv_header_vapi_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 -+echo "${ECHO_T}$ac_cv_header_vapi_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking vapi.h usability" >&5 --echo $ECHO_N "checking vapi.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking vapi.h usability" >&5 -+echo $ECHO_N "checking vapi.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -105426,41 +105720,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking vapi.h presence" >&5 --echo $ECHO_N "checking vapi.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking vapi.h presence" >&5 -+echo $ECHO_N "checking vapi.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -105469,24 +105759,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -105494,9 +105782,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -105520,25 +105809,23 @@ - echo "$as_me: WARNING: vapi.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: vapi.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: vapi.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for vapi.h" >&5 --echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for vapi.h" >&5 -+echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6; } - if test "${ac_cv_header_vapi_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_vapi_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 --echo "${ECHO_T}$ac_cv_header_vapi_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 -+echo "${ECHO_T}$ac_cv_header_vapi_h" >&6; } - - fi - if test $ac_cv_header_vapi_h = yes; then -@@ -105559,10 +105846,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 --echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 -+echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6; } - if test "${ac_cv_lib_vapi_VAPI_open_hca+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -105575,56 +105862,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char VAPI_open_hca (); - int - main () - { --VAPI_open_hca (); -+return VAPI_open_hca (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_vapi_VAPI_open_hca=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_vapi_VAPI_open_hca=no -+ ac_cv_lib_vapi_VAPI_open_hca=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 --echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 -+echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6; } - if test $ac_cv_lib_vapi_VAPI_open_hca = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -105645,10 +105929,10 @@ - if test "$ompi_check_package_libdir" != ""; then - mpool_mvapi_LDFLAGS="$mpool_mvapi_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 --echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 -+echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6; } - if test "${ac_cv_lib_vapi_VAPI_open_hca+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -105661,56 +105945,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char VAPI_open_hca (); - int - main () - { --VAPI_open_hca (); -+return VAPI_open_hca (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_vapi_VAPI_open_hca=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_vapi_VAPI_open_hca=no -+ ac_cv_lib_vapi_VAPI_open_hca=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 --echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 -+echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6; } - if test $ac_cv_lib_vapi_VAPI_open_hca = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -105733,10 +106014,10 @@ - if test "$ompi_check_package_libdir" != ""; then - mpool_mvapi_LDFLAGS="$mpool_mvapi_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 --echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 -+echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6; } - if test "${ac_cv_lib_vapi_VAPI_open_hca+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -105749,56 +106030,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char VAPI_open_hca (); - int - main () - { --VAPI_open_hca (); -+return VAPI_open_hca (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_vapi_VAPI_open_hca=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_vapi_VAPI_open_hca=no -+ ac_cv_lib_vapi_VAPI_open_hca=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 --echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 -+echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6; } - if test $ac_cv_lib_vapi_VAPI_open_hca = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -105848,10 +106126,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 --echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 -+echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6; } - if test "${ac_cv_lib_vapi_VAPI_open_hca+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -105864,56 +106142,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char VAPI_open_hca (); - int - main () - { --VAPI_open_hca (); -+return VAPI_open_hca (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_vapi_VAPI_open_hca=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_vapi_VAPI_open_hca=no -+ ac_cv_lib_vapi_VAPI_open_hca=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 --echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 -+echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6; } - if test $ac_cv_lib_vapi_VAPI_open_hca = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -105934,10 +106209,10 @@ - if test "$ompi_check_package_libdir" != ""; then - mpool_mvapi_LDFLAGS="$mpool_mvapi_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 --echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 -+echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6; } - if test "${ac_cv_lib_vapi_VAPI_open_hca+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -105950,56 +106225,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char VAPI_open_hca (); - int - main () - { --VAPI_open_hca (); -+return VAPI_open_hca (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_vapi_VAPI_open_hca=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_vapi_VAPI_open_hca=no -+ ac_cv_lib_vapi_VAPI_open_hca=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 --echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 -+echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6; } - if test $ac_cv_lib_vapi_VAPI_open_hca = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -106022,10 +106294,10 @@ - if test "$ompi_check_package_libdir" != ""; then - mpool_mvapi_LDFLAGS="$mpool_mvapi_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 --echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 -+echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6; } - if test "${ac_cv_lib_vapi_VAPI_open_hca+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -106038,56 +106310,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char VAPI_open_hca (); - int - main () - { --VAPI_open_hca (); -+return VAPI_open_hca (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_vapi_VAPI_open_hca=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_vapi_VAPI_open_hca=no -+ ac_cv_lib_vapi_VAPI_open_hca=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 --echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 -+echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6; } - if test $ac_cv_lib_vapi_VAPI_open_hca = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -106159,20 +106428,20 @@ - ompi_check_package_header_happy="no" - if test "$ompi_check_mvapi_dir" = "/usr" -o "$ompi_check_mvapi_dir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for header without includes" >&5 --echo "${ECHO_T}looking for header without includes" >&6 -+ { echo "$as_me:$LINENO: result: looking for header without includes" >&5 -+echo "${ECHO_T}looking for header without includes" >&6; } - if test "${ac_cv_header_vapi_h+set}" = set; then -- echo "$as_me:$LINENO: checking for vapi.h" >&5 --echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for vapi.h" >&5 -+echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6; } - if test "${ac_cv_header_vapi_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 --echo "${ECHO_T}$ac_cv_header_vapi_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 -+echo "${ECHO_T}$ac_cv_header_vapi_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking vapi.h usability" >&5 --echo $ECHO_N "checking vapi.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking vapi.h usability" >&5 -+echo $ECHO_N "checking vapi.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -106183,41 +106452,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking vapi.h presence" >&5 --echo $ECHO_N "checking vapi.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking vapi.h presence" >&5 -+echo $ECHO_N "checking vapi.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -106226,24 +106491,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -106251,9 +106514,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -106277,25 +106541,23 @@ - echo "$as_me: WARNING: vapi.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: vapi.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: vapi.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for vapi.h" >&5 --echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for vapi.h" >&5 -+echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6; } - if test "${ac_cv_header_vapi_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_vapi_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 --echo "${ECHO_T}$ac_cv_header_vapi_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 -+echo "${ECHO_T}$ac_cv_header_vapi_h" >&6; } - - fi - if test $ac_cv_header_vapi_h = yes; then -@@ -106320,17 +106582,17 @@ - fi - - if test "${ac_cv_header_vapi_h+set}" = set; then -- echo "$as_me:$LINENO: checking for vapi.h" >&5 --echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for vapi.h" >&5 -+echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6; } - if test "${ac_cv_header_vapi_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 --echo "${ECHO_T}$ac_cv_header_vapi_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 -+echo "${ECHO_T}$ac_cv_header_vapi_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking vapi.h usability" >&5 --echo $ECHO_N "checking vapi.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking vapi.h usability" >&5 -+echo $ECHO_N "checking vapi.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -106341,41 +106603,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking vapi.h presence" >&5 --echo $ECHO_N "checking vapi.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking vapi.h presence" >&5 -+echo $ECHO_N "checking vapi.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -106384,24 +106642,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -106409,9 +106665,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -106435,25 +106692,23 @@ - echo "$as_me: WARNING: vapi.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: vapi.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: vapi.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for vapi.h" >&5 --echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for vapi.h" >&5 -+echo $ECHO_N "checking for vapi.h... $ECHO_C" >&6; } - if test "${ac_cv_header_vapi_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_vapi_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 --echo "${ECHO_T}$ac_cv_header_vapi_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_vapi_h" >&5 -+echo "${ECHO_T}$ac_cv_header_vapi_h" >&6; } - - fi - if test $ac_cv_header_vapi_h = yes; then -@@ -106474,10 +106729,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 --echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 -+echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6; } - if test "${ac_cv_lib_vapi_VAPI_open_hca+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -106490,56 +106745,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char VAPI_open_hca (); - int - main () - { --VAPI_open_hca (); -+return VAPI_open_hca (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_vapi_VAPI_open_hca=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_vapi_VAPI_open_hca=no -+ ac_cv_lib_vapi_VAPI_open_hca=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 --echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 -+echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6; } - if test $ac_cv_lib_vapi_VAPI_open_hca = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -106560,10 +106812,10 @@ - if test "$ompi_check_package_libdir" != ""; then - mpool_mvapi_LDFLAGS="$mpool_mvapi_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 --echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 -+echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6; } - if test "${ac_cv_lib_vapi_VAPI_open_hca+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -106576,56 +106828,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char VAPI_open_hca (); - int - main () - { --VAPI_open_hca (); -+return VAPI_open_hca (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_vapi_VAPI_open_hca=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_vapi_VAPI_open_hca=no -+ ac_cv_lib_vapi_VAPI_open_hca=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 --echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 -+echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6; } - if test $ac_cv_lib_vapi_VAPI_open_hca = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -106648,10 +106897,10 @@ - if test "$ompi_check_package_libdir" != ""; then - mpool_mvapi_LDFLAGS="$mpool_mvapi_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 --echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 -+echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6; } - if test "${ac_cv_lib_vapi_VAPI_open_hca+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -106664,56 +106913,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char VAPI_open_hca (); - int - main () - { --VAPI_open_hca (); -+return VAPI_open_hca (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_vapi_VAPI_open_hca=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_vapi_VAPI_open_hca=no -+ ac_cv_lib_vapi_VAPI_open_hca=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 --echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 -+echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6; } - if test $ac_cv_lib_vapi_VAPI_open_hca = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -106763,10 +107009,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 --echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 -+echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6; } - if test "${ac_cv_lib_vapi_VAPI_open_hca+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -106779,56 +107025,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char VAPI_open_hca (); - int - main () - { --VAPI_open_hca (); -+return VAPI_open_hca (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_vapi_VAPI_open_hca=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_vapi_VAPI_open_hca=no -+ ac_cv_lib_vapi_VAPI_open_hca=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 --echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 -+echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6; } - if test $ac_cv_lib_vapi_VAPI_open_hca = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -106849,10 +107092,10 @@ - if test "$ompi_check_package_libdir" != ""; then - mpool_mvapi_LDFLAGS="$mpool_mvapi_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 --echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 -+echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6; } - if test "${ac_cv_lib_vapi_VAPI_open_hca+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -106865,56 +107108,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char VAPI_open_hca (); - int - main () - { --VAPI_open_hca (); -+return VAPI_open_hca (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_vapi_VAPI_open_hca=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_vapi_VAPI_open_hca=no -+ ac_cv_lib_vapi_VAPI_open_hca=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 --echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 -+echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6; } - if test $ac_cv_lib_vapi_VAPI_open_hca = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -106937,10 +107177,10 @@ - if test "$ompi_check_package_libdir" != ""; then - mpool_mvapi_LDFLAGS="$mpool_mvapi_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 --echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for VAPI_open_hca in -lvapi" >&5 -+echo $ECHO_N "checking for VAPI_open_hca in -lvapi... $ECHO_C" >&6; } - if test "${ac_cv_lib_vapi_VAPI_open_hca+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -106953,56 +107193,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char VAPI_open_hca (); - int - main () - { --VAPI_open_hca (); -+return VAPI_open_hca (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_vapi_VAPI_open_hca=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_vapi_VAPI_open_hca=no -+ ac_cv_lib_vapi_VAPI_open_hca=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 --echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_vapi_VAPI_open_hca" >&5 -+echo "${ECHO_T}$ac_cv_lib_vapi_VAPI_open_hca" >&6; } - if test $ac_cv_lib_vapi_VAPI_open_hca = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -107134,10 +107371,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -107220,10 +107457,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component mpool:mvapi can compile" >&5 --echo $ECHO_N "checking if MCA component mpool:mvapi can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component mpool:mvapi can compile" >&5 -+echo $ECHO_N "checking if MCA component mpool:mvapi can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -107378,14 +107615,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_mpool" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -107395,17 +107632,17 @@ - - - --# Check whether --with-openib or --without-openib was given. -+# Check whether --with-openib was given. - if test "${with_openib+set}" = set; then -- withval="$with_openib" -+ withval=$with_openib; -+fi - --fi; - --# Check whether --with-openib-libdir or --without-openib-libdir was given. -+# Check whether --with-openib-libdir was given. - if test "${with_openib_libdir+set}" = set; then -- withval="$with_openib_libdir" -+ withval=$with_openib_libdir; -+fi - --fi; - - if test ! -z "$with_openib" -a "$with_openib" != "yes"; then - ompi_check_openib_dir="$with_openib" -@@ -107427,8 +107664,8 @@ - ompi_check_openib_mpool_openib_save_LDFLAGS="$LDFLAGS" - ompi_check_openib_mpool_openib_save_LIBS="$LIBS" - -- echo "$as_me:$LINENO: checking for sysfs_open_class in -lsysfs" >&5 --echo $ECHO_N "checking for sysfs_open_class in -lsysfs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for sysfs_open_class in -lsysfs" >&5 -+echo $ECHO_N "checking for sysfs_open_class in -lsysfs... $ECHO_C" >&6; } - if test "${ac_cv_lib_sysfs_sysfs_open_class+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -107441,56 +107678,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char sysfs_open_class (); - int - main () - { --sysfs_open_class (); -+return sysfs_open_class (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_sysfs_sysfs_open_class=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_sysfs_sysfs_open_class=no -+ ac_cv_lib_sysfs_sysfs_open_class=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_sysfs_sysfs_open_class" >&5 --echo "${ECHO_T}$ac_cv_lib_sysfs_sysfs_open_class" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_sysfs_sysfs_open_class" >&5 -+echo "${ECHO_T}$ac_cv_lib_sysfs_sysfs_open_class" >&6; } - if test $ac_cv_lib_sysfs_sysfs_open_class = yes; then - ompi_check_openib_sysfs=yes - LIBS="$LIBS -lsysfs" -@@ -107511,17 +107745,17 @@ - - - if test "${ac_cv_header_sysfs_libsysfs_h+set}" = set; then -- echo "$as_me:$LINENO: checking for sysfs/libsysfs.h" >&5 --echo $ECHO_N "checking for sysfs/libsysfs.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for sysfs/libsysfs.h" >&5 -+echo $ECHO_N "checking for sysfs/libsysfs.h... $ECHO_C" >&6; } - if test "${ac_cv_header_sysfs_libsysfs_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_sysfs_libsysfs_h" >&5 --echo "${ECHO_T}$ac_cv_header_sysfs_libsysfs_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_sysfs_libsysfs_h" >&5 -+echo "${ECHO_T}$ac_cv_header_sysfs_libsysfs_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking sysfs/libsysfs.h usability" >&5 --echo $ECHO_N "checking sysfs/libsysfs.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking sysfs/libsysfs.h usability" >&5 -+echo $ECHO_N "checking sysfs/libsysfs.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -107532,41 +107766,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking sysfs/libsysfs.h presence" >&5 --echo $ECHO_N "checking sysfs/libsysfs.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking sysfs/libsysfs.h presence" >&5 -+echo $ECHO_N "checking sysfs/libsysfs.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -107575,24 +107805,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -107600,9 +107828,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -107626,25 +107855,23 @@ - echo "$as_me: WARNING: sysfs/libsysfs.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: sysfs/libsysfs.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: sysfs/libsysfs.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for sysfs/libsysfs.h" >&5 --echo $ECHO_N "checking for sysfs/libsysfs.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for sysfs/libsysfs.h" >&5 -+echo $ECHO_N "checking for sysfs/libsysfs.h... $ECHO_C" >&6; } - if test "${ac_cv_header_sysfs_libsysfs_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_sysfs_libsysfs_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_sysfs_libsysfs_h" >&5 --echo "${ECHO_T}$ac_cv_header_sysfs_libsysfs_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_sysfs_libsysfs_h" >&5 -+echo "${ECHO_T}$ac_cv_header_sysfs_libsysfs_h" >&6; } - - fi - if test $ac_cv_header_sysfs_libsysfs_h = yes; then -@@ -107696,8 +107923,8 @@ - fi - - -- echo "$as_me:$LINENO: checking for cm_timeout in -lcm" >&5 --echo $ECHO_N "checking for cm_timeout in -lcm... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for cm_timeout in -lcm" >&5 -+echo $ECHO_N "checking for cm_timeout in -lcm... $ECHO_C" >&6; } - if test "${ac_cv_lib_cm_cm_timeout+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -107710,56 +107937,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char cm_timeout (); - int - main () - { --cm_timeout (); -+return cm_timeout (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_cm_cm_timeout=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_cm_cm_timeout=no -+ ac_cv_lib_cm_cm_timeout=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_cm_cm_timeout" >&5 --echo "${ECHO_T}$ac_cv_lib_cm_cm_timeout" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_cm_cm_timeout" >&5 -+echo "${ECHO_T}$ac_cv_lib_cm_cm_timeout" >&6; } - if test $ac_cv_lib_cm_cm_timeout = yes; then - ompi_check_openib_libdeps="-lcm" - ompi_check_openib_libdeps="" -@@ -107789,20 +108013,20 @@ - ompi_check_package_header_happy="no" - if test "$ompi_check_openib_dir" = "/usr" -o "$ompi_check_openib_dir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for header without includes" >&5 --echo "${ECHO_T}looking for header without includes" >&6 -+ { echo "$as_me:$LINENO: result: looking for header without includes" >&5 -+echo "${ECHO_T}looking for header without includes" >&6; } - if test "${ac_cv_header_infiniband_verbs_h+set}" = set; then -- echo "$as_me:$LINENO: checking for infiniband/verbs.h" >&5 --echo $ECHO_N "checking for infiniband/verbs.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for infiniband/verbs.h" >&5 -+echo $ECHO_N "checking for infiniband/verbs.h... $ECHO_C" >&6; } - if test "${ac_cv_header_infiniband_verbs_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_infiniband_verbs_h" >&5 --echo "${ECHO_T}$ac_cv_header_infiniband_verbs_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_infiniband_verbs_h" >&5 -+echo "${ECHO_T}$ac_cv_header_infiniband_verbs_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking infiniband/verbs.h usability" >&5 --echo $ECHO_N "checking infiniband/verbs.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking infiniband/verbs.h usability" >&5 -+echo $ECHO_N "checking infiniband/verbs.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -107813,41 +108037,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking infiniband/verbs.h presence" >&5 --echo $ECHO_N "checking infiniband/verbs.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking infiniband/verbs.h presence" >&5 -+echo $ECHO_N "checking infiniband/verbs.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -107856,24 +108076,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -107881,9 +108099,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -107907,25 +108126,23 @@ - echo "$as_me: WARNING: infiniband/verbs.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: infiniband/verbs.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: infiniband/verbs.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for infiniband/verbs.h" >&5 --echo $ECHO_N "checking for infiniband/verbs.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for infiniband/verbs.h" >&5 -+echo $ECHO_N "checking for infiniband/verbs.h... $ECHO_C" >&6; } - if test "${ac_cv_header_infiniband_verbs_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_infiniband_verbs_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_infiniband_verbs_h" >&5 --echo "${ECHO_T}$ac_cv_header_infiniband_verbs_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_infiniband_verbs_h" >&5 -+echo "${ECHO_T}$ac_cv_header_infiniband_verbs_h" >&6; } - - fi - if test $ac_cv_header_infiniband_verbs_h = yes; then -@@ -107950,17 +108167,17 @@ - fi - - if test "${ac_cv_header_infiniband_verbs_h+set}" = set; then -- echo "$as_me:$LINENO: checking for infiniband/verbs.h" >&5 --echo $ECHO_N "checking for infiniband/verbs.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for infiniband/verbs.h" >&5 -+echo $ECHO_N "checking for infiniband/verbs.h... $ECHO_C" >&6; } - if test "${ac_cv_header_infiniband_verbs_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: $ac_cv_header_infiniband_verbs_h" >&5 --echo "${ECHO_T}$ac_cv_header_infiniband_verbs_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_infiniband_verbs_h" >&5 -+echo "${ECHO_T}$ac_cv_header_infiniband_verbs_h" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking infiniband/verbs.h usability" >&5 --echo $ECHO_N "checking infiniband/verbs.h usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking infiniband/verbs.h usability" >&5 -+echo $ECHO_N "checking infiniband/verbs.h usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -107971,41 +108188,37 @@ - #include - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking infiniband/verbs.h presence" >&5 --echo $ECHO_N "checking infiniband/verbs.h presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking infiniband/verbs.h presence" >&5 -+echo $ECHO_N "checking infiniband/verbs.h presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -108014,24 +108227,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -108039,9 +108250,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -108065,25 +108277,23 @@ - echo "$as_me: WARNING: infiniband/verbs.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: infiniband/verbs.h: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: infiniband/verbs.h: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for infiniband/verbs.h" >&5 --echo $ECHO_N "checking for infiniband/verbs.h... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for infiniband/verbs.h" >&5 -+echo $ECHO_N "checking for infiniband/verbs.h... $ECHO_C" >&6; } - if test "${ac_cv_header_infiniband_verbs_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_cv_header_infiniband_verbs_h=$ac_header_preproc - fi --echo "$as_me:$LINENO: result: $ac_cv_header_infiniband_verbs_h" >&5 --echo "${ECHO_T}$ac_cv_header_infiniband_verbs_h" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_infiniband_verbs_h" >&5 -+echo "${ECHO_T}$ac_cv_header_infiniband_verbs_h" >&6; } - - fi - if test $ac_cv_header_infiniband_verbs_h = yes; then -@@ -108104,10 +108314,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for ibv_open_device in -libverbs" >&5 --echo $ECHO_N "checking for ibv_open_device in -libverbs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for ibv_open_device in -libverbs" >&5 -+echo $ECHO_N "checking for ibv_open_device in -libverbs... $ECHO_C" >&6; } - if test "${ac_cv_lib_ibverbs_ibv_open_device+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -108120,56 +108330,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char ibv_open_device (); - int - main () - { --ibv_open_device (); -+return ibv_open_device (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_ibverbs_ibv_open_device=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_ibverbs_ibv_open_device=no -+ ac_cv_lib_ibverbs_ibv_open_device=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_ibverbs_ibv_open_device" >&5 --echo "${ECHO_T}$ac_cv_lib_ibverbs_ibv_open_device" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_ibverbs_ibv_open_device" >&5 -+echo "${ECHO_T}$ac_cv_lib_ibverbs_ibv_open_device" >&6; } - if test $ac_cv_lib_ibverbs_ibv_open_device = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -108190,10 +108397,10 @@ - if test "$ompi_check_package_libdir" != ""; then - mpool_openib_LDFLAGS="$mpool_openib_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for ibv_open_device in -libverbs" >&5 --echo $ECHO_N "checking for ibv_open_device in -libverbs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for ibv_open_device in -libverbs" >&5 -+echo $ECHO_N "checking for ibv_open_device in -libverbs... $ECHO_C" >&6; } - if test "${ac_cv_lib_ibverbs_ibv_open_device+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -108206,56 +108413,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char ibv_open_device (); - int - main () - { --ibv_open_device (); -+return ibv_open_device (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_ibverbs_ibv_open_device=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_ibverbs_ibv_open_device=no -+ ac_cv_lib_ibverbs_ibv_open_device=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_ibverbs_ibv_open_device" >&5 --echo "${ECHO_T}$ac_cv_lib_ibverbs_ibv_open_device" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_ibverbs_ibv_open_device" >&5 -+echo "${ECHO_T}$ac_cv_lib_ibverbs_ibv_open_device" >&6; } - if test $ac_cv_lib_ibverbs_ibv_open_device = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -108278,10 +108482,10 @@ - if test "$ompi_check_package_libdir" != ""; then - mpool_openib_LDFLAGS="$mpool_openib_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for ibv_open_device in -libverbs" >&5 --echo $ECHO_N "checking for ibv_open_device in -libverbs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for ibv_open_device in -libverbs" >&5 -+echo $ECHO_N "checking for ibv_open_device in -libverbs... $ECHO_C" >&6; } - if test "${ac_cv_lib_ibverbs_ibv_open_device+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -108294,56 +108498,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char ibv_open_device (); - int - main () - { --ibv_open_device (); -+return ibv_open_device (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_ibverbs_ibv_open_device=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_ibverbs_ibv_open_device=no -+ ac_cv_lib_ibverbs_ibv_open_device=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_ibverbs_ibv_open_device" >&5 --echo "${ECHO_T}$ac_cv_lib_ibverbs_ibv_open_device" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_ibverbs_ibv_open_device" >&5 -+echo "${ECHO_T}$ac_cv_lib_ibverbs_ibv_open_device" >&6; } - if test $ac_cv_lib_ibverbs_ibv_open_device = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -108393,10 +108594,10 @@ - - if test "$ompi_check_packag_libdir" = "" -o "$ompi_check_package_libdir" = "/usr" -o "$ompi_check_package_libdir" = "/usr/local"; then - # try as is... -- echo "$as_me:$LINENO: result: looking for library without search path" >&5 --echo "${ECHO_T}looking for library without search path" >&6 -- echo "$as_me:$LINENO: checking for ibv_open_device in -libverbs" >&5 --echo $ECHO_N "checking for ibv_open_device in -libverbs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library without search path" >&5 -+echo "${ECHO_T}looking for library without search path" >&6; } -+ { echo "$as_me:$LINENO: checking for ibv_open_device in -libverbs" >&5 -+echo $ECHO_N "checking for ibv_open_device in -libverbs... $ECHO_C" >&6; } - if test "${ac_cv_lib_ibverbs_ibv_open_device+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -108409,56 +108610,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char ibv_open_device (); - int - main () - { --ibv_open_device (); -+return ibv_open_device (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_ibverbs_ibv_open_device=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_ibverbs_ibv_open_device=no -+ ac_cv_lib_ibverbs_ibv_open_device=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_ibverbs_ibv_open_device" >&5 --echo "${ECHO_T}$ac_cv_lib_ibverbs_ibv_open_device" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_ibverbs_ibv_open_device" >&5 -+echo "${ECHO_T}$ac_cv_lib_ibverbs_ibv_open_device" >&6; } - if test $ac_cv_lib_ibverbs_ibv_open_device = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -108479,10 +108677,10 @@ - if test "$ompi_check_package_libdir" != ""; then - mpool_openib_LDFLAGS="$mpool_openib_LDFLAGS -L$ompi_check_package_libdir/lib" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib" -- echo "$as_me:$LINENO: result: looking for library in lib" >&5 --echo "${ECHO_T}looking for library in lib" >&6 -- echo "$as_me:$LINENO: checking for ibv_open_device in -libverbs" >&5 --echo $ECHO_N "checking for ibv_open_device in -libverbs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib" >&5 -+echo "${ECHO_T}looking for library in lib" >&6; } -+ { echo "$as_me:$LINENO: checking for ibv_open_device in -libverbs" >&5 -+echo $ECHO_N "checking for ibv_open_device in -libverbs... $ECHO_C" >&6; } - if test "${ac_cv_lib_ibverbs_ibv_open_device+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -108495,56 +108693,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char ibv_open_device (); - int - main () - { --ibv_open_device (); -+return ibv_open_device (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_ibverbs_ibv_open_device=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_ibverbs_ibv_open_device=no -+ ac_cv_lib_ibverbs_ibv_open_device=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_ibverbs_ibv_open_device" >&5 --echo "${ECHO_T}$ac_cv_lib_ibverbs_ibv_open_device" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_ibverbs_ibv_open_device" >&5 -+echo "${ECHO_T}$ac_cv_lib_ibverbs_ibv_open_device" >&6; } - if test $ac_cv_lib_ibverbs_ibv_open_device = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -108567,10 +108762,10 @@ - if test "$ompi_check_package_libdir" != ""; then - mpool_openib_LDFLAGS="$mpool_openib_LDFLAGS -L$ompi_check_package_libdir/lib64" - LDFLAGS="$LDFLAGS -L$ompi_check_package_libdir/lib64" -- echo "$as_me:$LINENO: result: looking for library in lib64" >&5 --echo "${ECHO_T}looking for library in lib64" >&6 -- echo "$as_me:$LINENO: checking for ibv_open_device in -libverbs" >&5 --echo $ECHO_N "checking for ibv_open_device in -libverbs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: result: looking for library in lib64" >&5 -+echo "${ECHO_T}looking for library in lib64" >&6; } -+ { echo "$as_me:$LINENO: checking for ibv_open_device in -libverbs" >&5 -+echo $ECHO_N "checking for ibv_open_device in -libverbs... $ECHO_C" >&6; } - if test "${ac_cv_lib_ibverbs_ibv_open_device+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -108583,56 +108778,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char ibv_open_device (); - int - main () - { --ibv_open_device (); -+return ibv_open_device (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_ibverbs_ibv_open_device=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_ibverbs_ibv_open_device=no -+ ac_cv_lib_ibverbs_ibv_open_device=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_ibverbs_ibv_open_device" >&5 --echo "${ECHO_T}$ac_cv_lib_ibverbs_ibv_open_device" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_ibverbs_ibv_open_device" >&5 -+echo "${ECHO_T}$ac_cv_lib_ibverbs_ibv_open_device" >&6; } - if test $ac_cv_lib_ibverbs_ibv_open_device = yes; then - ompi_check_package_lib_happy="yes" - else -@@ -108685,8 +108877,8 @@ - LIBS="$LIBS $mpool_openib_LIBS" - - if test "$ompi_check_openib_happy" = "yes"; then -- echo "$as_me:$LINENO: checking number of arguments to ibv_create_cq" >&5 --echo $ECHO_N "checking number of arguments to ibv_create_cq... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking number of arguments to ibv_create_cq" >&5 -+echo $ECHO_N "checking number of arguments to ibv_create_cq... $ECHO_C" >&6; } - if test "${ompi_cv_func_ibv_create_cq_args+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -108706,33 +108898,29 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ompi_cv_func_ibv_create_cq_args=5 - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --cat >conftest.$ac_ext <<_ACEOF -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext -@@ -108748,42 +108936,40 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ompi_cv_func_ibv_create_cq_args=3 - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ompi_cv_func_ibv_create_cq_args="unknown" -+ ompi_cv_func_ibv_create_cq_args="unknown" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ompi_cv_func_ibv_create_cq_args" >&5 --echo "${ECHO_T}$ompi_cv_func_ibv_create_cq_args" >&6 -+{ echo "$as_me:$LINENO: result: $ompi_cv_func_ibv_create_cq_args" >&5 -+echo "${ECHO_T}$ompi_cv_func_ibv_create_cq_args" >&6; } - if test "$ompi_cv_func_ibv_create_cq_args" = "unknown"; then - { { echo "$as_me:$LINENO: error: Can not determine number of args to ibv_create_cq. Aborting" >&5 - echo "$as_me: error: Can not determine number of args to ibv_create_cq. Aborting" >&2;} -@@ -108803,9 +108989,9 @@ - for ac_func in ibv_create_srq - do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 --if eval "test \"\${$as_ac_var+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_func" >&5 -+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -108831,68 +109017,60 @@ - - #undef $ac_func - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char $ac_func (); - /* 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. */ --#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -+#if defined __stub_$ac_func || defined __stub___$ac_func - choke me --#else --char (*f) () = $ac_func; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != $ac_func; -+return $ac_func (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - eval "$as_ac_var=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_var=no" -+ eval "$as_ac_var=no" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_var'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_var'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -@@ -108913,9 +109091,9 @@ - for ac_func in ibv_get_device_list - do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 --if eval "test \"\${$as_ac_var+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_func" >&5 -+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -108941,68 +109119,60 @@ - - #undef $ac_func - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char $ac_func (); - /* 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. */ --#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -+#if defined __stub_$ac_func || defined __stub___$ac_func - choke me --#else --char (*f) () = $ac_func; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != $ac_func; -+return $ac_func (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - eval "$as_ac_var=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_var=no" -+ eval "$as_ac_var=no" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_var'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_var'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -@@ -109091,10 +109261,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -109177,10 +109347,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component mpool:openib can compile" >&5 --echo $ECHO_N "checking if MCA component mpool:openib can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component mpool:openib can compile" >&5 -+echo $ECHO_N "checking if MCA component mpool:openib can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -109342,14 +109512,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_mpool" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -109514,10 +109684,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -109600,10 +109770,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component mpool:$component can compile" >&5 --echo $ECHO_N "checking if MCA component mpool:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component mpool:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component mpool:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -109672,7 +109842,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files ompi/mca/mpool/Makefile" -+ ac_config_files="$ac_config_files ompi/mca/mpool/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -109742,32 +109912,48 @@ - else - outdir=ompi/mca/osc/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -109775,14 +109961,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework osc" >&5 --echo $ECHO_N "checking for no configure components in framework osc... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: pt2pt" >&5 --echo "${ECHO_T}pt2pt" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework osc" >&5 --echo $ECHO_N "checking for m4 configure components in framework osc... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework osc" >&5 -+echo $ECHO_N "checking for no configure components in framework osc... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: pt2pt" >&5 -+echo "${ECHO_T}pt2pt" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework osc" >&5 -+echo $ECHO_N "checking for m4 configure components in framework osc... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: " >&5 -+echo "${ECHO_T}" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -109892,14 +110078,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_osc" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -109926,10 +110112,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -110012,10 +110198,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component osc:pt2pt can compile" >&5 --echo $ECHO_N "checking if MCA component osc:pt2pt can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component osc:pt2pt can compile" >&5 -+echo $ECHO_N "checking if MCA component osc:pt2pt can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -110176,14 +110362,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_osc" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -110348,10 +110534,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -110434,10 +110620,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component osc:$component can compile" >&5 --echo $ECHO_N "checking if MCA component osc:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component osc:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component osc:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -110506,7 +110692,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files ompi/mca/osc/Makefile" -+ ac_config_files="$ac_config_files ompi/mca/osc/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -110576,32 +110762,48 @@ - else - outdir=ompi/mca/pml/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -110609,14 +110811,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework pml" >&5 --echo $ECHO_N "checking for no configure components in framework pml... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: ob1" >&5 --echo "${ECHO_T}ob1" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework pml" >&5 --echo $ECHO_N "checking for m4 configure components in framework pml... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework pml" >&5 -+echo $ECHO_N "checking for no configure components in framework pml... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: ob1" >&5 -+echo "${ECHO_T}ob1" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework pml" >&5 -+echo $ECHO_N "checking for m4 configure components in framework pml... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: " >&5 -+echo "${ECHO_T}" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -110726,14 +110928,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_pml" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -110760,10 +110962,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -110846,10 +111048,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component pml:ob1 can compile" >&5 --echo $ECHO_N "checking if MCA component pml:ob1 can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component pml:ob1 can compile" >&5 -+echo $ECHO_N "checking if MCA component pml:ob1 can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -111010,14 +111212,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_pml" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -111182,10 +111384,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -111268,10 +111470,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component pml:$component can compile" >&5 --echo $ECHO_N "checking if MCA component pml:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component pml:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component pml:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -111340,7 +111542,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files ompi/mca/pml/Makefile" -+ ac_config_files="$ac_config_files ompi/mca/pml/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -111410,32 +111612,48 @@ - else - outdir=ompi/mca/rcache/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -111443,14 +111661,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework rcache" >&5 --echo $ECHO_N "checking for no configure components in framework rcache... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: rb" >&5 --echo "${ECHO_T}rb" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework rcache" >&5 --echo $ECHO_N "checking for m4 configure components in framework rcache... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework rcache" >&5 -+echo $ECHO_N "checking for no configure components in framework rcache... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: rb" >&5 -+echo "${ECHO_T}rb" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework rcache" >&5 -+echo $ECHO_N "checking for m4 configure components in framework rcache... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: " >&5 -+echo "${ECHO_T}" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -111560,14 +111778,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_rcache" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -111594,10 +111812,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -111680,10 +111898,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component rcache:rb can compile" >&5 --echo $ECHO_N "checking if MCA component rcache:rb can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component rcache:rb can compile" >&5 -+echo $ECHO_N "checking if MCA component rcache:rb can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -111844,14 +112062,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_rcache" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -112016,10 +112234,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -112102,10 +112320,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component rcache:$component can compile" >&5 --echo $ECHO_N "checking if MCA component rcache:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component rcache:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component rcache:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -112174,7 +112392,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files ompi/mca/rcache/Makefile" -+ ac_config_files="$ac_config_files ompi/mca/rcache/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -112244,32 +112462,48 @@ - else - outdir=ompi/mca/topo/base - fi -- { if $as_mkdir_p; then -- mkdir -p $outdir -- else -- as_dir=$outdir -+ { as_dir=$outdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $outdir" >&5 --echo "$as_me: error: cannot create directory $outdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - -- - # remove any previously generated #include files - outfile_real=$outdir/static-components.h - outfile=$outfile_real.new -@@ -112277,14 +112511,14 @@ - touch $outfile.struct $outfile.extern - - # print some nice messages about what we're about to do... -- echo "$as_me:$LINENO: checking for no configure components in framework topo" >&5 --echo $ECHO_N "checking for no configure components in framework topo... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: unity" >&5 --echo "${ECHO_T}unity" >&6 -- echo "$as_me:$LINENO: checking for m4 configure components in framework topo" >&5 --echo $ECHO_N "checking for m4 configure components in framework topo... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6 -+ { echo "$as_me:$LINENO: checking for no configure components in framework topo" >&5 -+echo $ECHO_N "checking for no configure components in framework topo... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: unity" >&5 -+echo "${ECHO_T}unity" >&6; } -+ { echo "$as_me:$LINENO: checking for m4 configure components in framework topo" >&5 -+echo $ECHO_N "checking for m4 configure components in framework topo... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: " >&5 -+echo "${ECHO_T}" >&6; } - - # if we only want the first successful component, set the variable - # happy_value to 0 so we stop on first assignment. Otherwise, set -@@ -112394,14 +112628,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_topo" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -112428,10 +112662,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -112514,10 +112748,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component topo:unity can compile" >&5 --echo $ECHO_N "checking if MCA component topo:unity can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component topo:unity can compile" >&5 -+echo $ECHO_N "checking if MCA component topo:unity can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -112678,14 +112912,14 @@ - compile_mode="static" - fi - -- echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 --echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for MCA component $framework:$component compile mode" >&5 -+echo $ECHO_N "checking for MCA component $framework:$component compile mode... $ECHO_C" >&6; } - if test "$DIRECT_topo" = "$component" ; then -- echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 --echo "${ECHO_T}$compile_mode - direct" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode - direct" >&5 -+echo "${ECHO_T}$compile_mode - direct" >&6; } - else -- echo "$as_me:$LINENO: result: $compile_mode" >&5 --echo "${ECHO_T}$compile_mode" >&6 -+ { echo "$as_me:$LINENO: result: $compile_mode" >&5 -+echo "${ECHO_T}$compile_mode" >&6; } - fi - - -@@ -112850,10 +113084,10 @@ - fi - - # Output pretty results -- echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 --echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component $framework:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component $framework:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - # If there's an output file, add the values to - # scope_EXTRA_flags. -@@ -112936,10 +113170,10 @@ - - else - -- echo "$as_me:$LINENO: checking if MCA component topo:$component can compile" >&5 --echo $ECHO_N "checking if MCA component topo:$component can compile... $ECHO_C" >&6 -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: checking if MCA component topo:$component can compile" >&5 -+echo $ECHO_N "checking if MCA component topo:$component can compile... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - # If this component was requested as the default for this - # type, then abort. -@@ -113008,7 +113242,7 @@ - - # add all the makefiles for the framework to the CONFIG_FILES. - # Don't add common/base, since it doesn't exist -- ac_config_files="$ac_config_files ompi/mca/topo/Makefile" -+ ac_config_files="$ac_config_files ompi/mca/topo/Makefile" - - - # Create the final .h file that will be included in the type's -@@ -113074,9 +113308,9 @@ - _ACEOF - - -- ac_config_files="$ac_config_files ompi/mca/pml/pml_direct_call.h.tmp:ompi/mca/pml/pml_direct_call.h.in" -+ ac_config_files="$ac_config_files ompi/mca/pml/pml_direct_call.h.tmp:ompi/mca/pml/pml_direct_call.h.in" - -- ac_config_commands="$ac_config_commands pml-direct" -+ ac_config_commands="$ac_config_commands pml-direct" - - - -@@ -113087,343 +113321,343 @@ - - - -- ac_config_files="$ac_config_files opal/mca/maffinity/first_use/Makefile" -+ac_config_files="$ac_config_files opal/mca/maffinity/first_use/Makefile" - - - -- ac_config_files="$ac_config_files opal/mca/maffinity/libnuma/Makefile" -+ac_config_files="$ac_config_files opal/mca/maffinity/libnuma/Makefile" - - - -- ac_config_files="$ac_config_files opal/mca/memory/darwin/Makefile" -+ac_config_files="$ac_config_files opal/mca/memory/darwin/Makefile" - - - -- ac_config_files="$ac_config_files opal/mca/memory/malloc_hooks/Makefile" -+ac_config_files="$ac_config_files opal/mca/memory/malloc_hooks/Makefile" - - - -- ac_config_files="$ac_config_files opal/mca/memory/ptmalloc2/Makefile" -+ac_config_files="$ac_config_files opal/mca/memory/ptmalloc2/Makefile" - - - -- ac_config_files="$ac_config_files opal/mca/paffinity/linux/Makefile" -+ac_config_files="$ac_config_files opal/mca/paffinity/linux/Makefile" - - - -- ac_config_files="$ac_config_files opal/mca/paffinity/solaris/Makefile" -+ac_config_files="$ac_config_files opal/mca/paffinity/solaris/Makefile" - - - -- ac_config_files="$ac_config_files opal/mca/paffinity/windows/Makefile" -+ac_config_files="$ac_config_files opal/mca/paffinity/windows/Makefile" - - - -- ac_config_files="$ac_config_files opal/mca/timer/aix/Makefile" -+ac_config_files="$ac_config_files opal/mca/timer/aix/Makefile" - - - -- ac_config_files="$ac_config_files opal/mca/timer/altix/Makefile" -+ac_config_files="$ac_config_files opal/mca/timer/altix/Makefile" - - - -- ac_config_files="$ac_config_files opal/mca/timer/darwin/Makefile" -+ac_config_files="$ac_config_files opal/mca/timer/darwin/Makefile" - - - -- ac_config_files="$ac_config_files opal/mca/timer/linux/Makefile" -+ac_config_files="$ac_config_files opal/mca/timer/linux/Makefile" - - - -- ac_config_files="$ac_config_files opal/mca/timer/solaris/Makefile" -+ac_config_files="$ac_config_files opal/mca/timer/solaris/Makefile" - - - -- ac_config_files="$ac_config_files opal/mca/timer/windows/Makefile" -+ac_config_files="$ac_config_files opal/mca/timer/windows/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/gpr/null/Makefile" -+ac_config_files="$ac_config_files orte/mca/gpr/null/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/gpr/proxy/Makefile" -+ac_config_files="$ac_config_files orte/mca/gpr/proxy/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/gpr/replica/Makefile" -+ac_config_files="$ac_config_files orte/mca/gpr/replica/Makefile" - -- ac_config_files="$ac_config_files orte/mca/gpr/replica/api_layer/Makefile" -+ac_config_files="$ac_config_files orte/mca/gpr/replica/api_layer/Makefile" - -- ac_config_files="$ac_config_files orte/mca/gpr/replica/transition_layer/Makefile" -+ac_config_files="$ac_config_files orte/mca/gpr/replica/transition_layer/Makefile" - -- ac_config_files="$ac_config_files orte/mca/gpr/replica/functional_layer/Makefile" -+ac_config_files="$ac_config_files orte/mca/gpr/replica/functional_layer/Makefile" - -- ac_config_files="$ac_config_files orte/mca/gpr/replica/communications/Makefile" -+ac_config_files="$ac_config_files orte/mca/gpr/replica/communications/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/iof/proxy/Makefile" -+ac_config_files="$ac_config_files orte/mca/iof/proxy/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/iof/svc/Makefile" -+ac_config_files="$ac_config_files orte/mca/iof/svc/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/ns/proxy/Makefile" -+ac_config_files="$ac_config_files orte/mca/ns/proxy/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/ns/replica/Makefile" -+ac_config_files="$ac_config_files orte/mca/ns/replica/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/oob/tcp/Makefile" -+ac_config_files="$ac_config_files orte/mca/oob/tcp/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/pls/bproc/Makefile" -+ac_config_files="$ac_config_files orte/mca/pls/bproc/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/pls/bproc_orted/Makefile" -+ac_config_files="$ac_config_files orte/mca/pls/bproc_orted/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/pls/bproc_seed/Makefile" -+ac_config_files="$ac_config_files orte/mca/pls/bproc_seed/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/pls/fork/Makefile" -+ac_config_files="$ac_config_files orte/mca/pls/fork/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/pls/poe/Makefile" -+ac_config_files="$ac_config_files orte/mca/pls/poe/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/pls/rsh/Makefile" -+ac_config_files="$ac_config_files orte/mca/pls/rsh/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/pls/slurm/Makefile" -+ac_config_files="$ac_config_files orte/mca/pls/slurm/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/pls/tm/Makefile" -+ac_config_files="$ac_config_files orte/mca/pls/tm/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/pls/xgrid/Makefile" -+ac_config_files="$ac_config_files orte/mca/pls/xgrid/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/ras/bjs/Makefile" -+ac_config_files="$ac_config_files orte/mca/ras/bjs/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/ras/dash_host/Makefile" -+ac_config_files="$ac_config_files orte/mca/ras/dash_host/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/ras/hostfile/Makefile" -+ac_config_files="$ac_config_files orte/mca/ras/hostfile/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/ras/localhost/Makefile" -+ac_config_files="$ac_config_files orte/mca/ras/localhost/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/ras/lsf_bproc/Makefile" -+ac_config_files="$ac_config_files orte/mca/ras/lsf_bproc/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/ras/poe/Makefile" -+ac_config_files="$ac_config_files orte/mca/ras/poe/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/ras/slurm/Makefile" -+ac_config_files="$ac_config_files orte/mca/ras/slurm/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/ras/tm/Makefile" -+ac_config_files="$ac_config_files orte/mca/ras/tm/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/ras/xgrid/Makefile" -+ac_config_files="$ac_config_files orte/mca/ras/xgrid/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/rds/hostfile/Makefile" -+ac_config_files="$ac_config_files orte/mca/rds/hostfile/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/rds/resfile/Makefile" -+ac_config_files="$ac_config_files orte/mca/rds/resfile/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/rmaps/round_robin/Makefile" -+ac_config_files="$ac_config_files orte/mca/rmaps/round_robin/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/rmgr/cnos/Makefile" -+ac_config_files="$ac_config_files orte/mca/rmgr/cnos/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/rmgr/proxy/Makefile" -+ac_config_files="$ac_config_files orte/mca/rmgr/proxy/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/rmgr/urm/Makefile" -+ac_config_files="$ac_config_files orte/mca/rmgr/urm/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/rml/cnos/Makefile" -+ac_config_files="$ac_config_files orte/mca/rml/cnos/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/rml/oob/Makefile" -+ac_config_files="$ac_config_files orte/mca/rml/oob/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/sds/bproc/Makefile" -+ac_config_files="$ac_config_files orte/mca/sds/bproc/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/sds/cnos/Makefile" -+ac_config_files="$ac_config_files orte/mca/sds/cnos/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/sds/env/Makefile" -+ac_config_files="$ac_config_files orte/mca/sds/env/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/sds/pipe/Makefile" -+ac_config_files="$ac_config_files orte/mca/sds/pipe/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/sds/portals_utcp/Makefile" -+ac_config_files="$ac_config_files orte/mca/sds/portals_utcp/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/sds/seed/Makefile" -+ac_config_files="$ac_config_files orte/mca/sds/seed/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/sds/singleton/Makefile" -+ac_config_files="$ac_config_files orte/mca/sds/singleton/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/sds/slurm/Makefile" -+ac_config_files="$ac_config_files orte/mca/sds/slurm/Makefile" - - - -- ac_config_files="$ac_config_files orte/mca/soh/bproc/Makefile" -+ac_config_files="$ac_config_files orte/mca/soh/bproc/Makefile" - - - -- ac_config_files="$ac_config_files ompi/mca/allocator/basic/Makefile" -+ac_config_files="$ac_config_files ompi/mca/allocator/basic/Makefile" - - - -- ac_config_files="$ac_config_files ompi/mca/allocator/bucket/Makefile" -+ac_config_files="$ac_config_files ompi/mca/allocator/bucket/Makefile" - - - -- ac_config_files="$ac_config_files ompi/mca/bml/r2/Makefile" -+ac_config_files="$ac_config_files ompi/mca/bml/r2/Makefile" - - - -- ac_config_files="$ac_config_files ompi/mca/btl/gm/Makefile" -+ac_config_files="$ac_config_files ompi/mca/btl/gm/Makefile" - - - -- ac_config_files="$ac_config_files ompi/mca/btl/mvapi/Makefile" -+ac_config_files="$ac_config_files ompi/mca/btl/mvapi/Makefile" - - - -- ac_config_files="$ac_config_files ompi/mca/btl/mx/Makefile" -+ac_config_files="$ac_config_files ompi/mca/btl/mx/Makefile" - - - -- ac_config_files="$ac_config_files ompi/mca/btl/openib/Makefile" -+ac_config_files="$ac_config_files ompi/mca/btl/openib/Makefile" - - - -- ac_config_files="$ac_config_files ompi/mca/btl/portals/Makefile" -+ac_config_files="$ac_config_files ompi/mca/btl/portals/Makefile" - - - -- ac_config_files="$ac_config_files ompi/mca/btl/self/Makefile" -+ac_config_files="$ac_config_files ompi/mca/btl/self/Makefile" - - - -- ac_config_files="$ac_config_files ompi/mca/btl/sm/Makefile" -+ac_config_files="$ac_config_files ompi/mca/btl/sm/Makefile" - - - -- ac_config_files="$ac_config_files ompi/mca/btl/tcp/Makefile" -+ac_config_files="$ac_config_files ompi/mca/btl/tcp/Makefile" - - - -- ac_config_files="$ac_config_files ompi/mca/coll/basic/Makefile" -+ac_config_files="$ac_config_files ompi/mca/coll/basic/Makefile" - - - -- ac_config_files="$ac_config_files ompi/mca/coll/hierarch/Makefile" -+ac_config_files="$ac_config_files ompi/mca/coll/hierarch/Makefile" - - - -- ac_config_files="$ac_config_files ompi/mca/coll/self/Makefile" -+ac_config_files="$ac_config_files ompi/mca/coll/self/Makefile" - - - -- ac_config_files="$ac_config_files ompi/mca/coll/sm/Makefile" -+ac_config_files="$ac_config_files ompi/mca/coll/sm/Makefile" - - - -- ac_config_files="$ac_config_files ompi/mca/coll/tuned/Makefile" -+ac_config_files="$ac_config_files ompi/mca/coll/tuned/Makefile" - - - -- ac_config_files="$ac_config_files ompi/mca/common/sm/Makefile" -+ac_config_files="$ac_config_files ompi/mca/common/sm/Makefile" - - - -- ac_config_files="$ac_config_files ompi/mca/io/romio/Makefile" -+ac_config_files="$ac_config_files ompi/mca/io/romio/Makefile" - - - -- ac_config_files="$ac_config_files ompi/mca/mpool/gm/Makefile" -+ac_config_files="$ac_config_files ompi/mca/mpool/gm/Makefile" - - - -- ac_config_files="$ac_config_files ompi/mca/mpool/mvapi/Makefile" -+ac_config_files="$ac_config_files ompi/mca/mpool/mvapi/Makefile" - - - -- ac_config_files="$ac_config_files ompi/mca/mpool/openib/Makefile" -+ac_config_files="$ac_config_files ompi/mca/mpool/openib/Makefile" - - - -- ac_config_files="$ac_config_files ompi/mca/mpool/sm/Makefile" -+ac_config_files="$ac_config_files ompi/mca/mpool/sm/Makefile" - - - -- ac_config_files="$ac_config_files ompi/mca/osc/pt2pt/Makefile" -+ac_config_files="$ac_config_files ompi/mca/osc/pt2pt/Makefile" - - - -- ac_config_files="$ac_config_files ompi/mca/pml/ob1/Makefile" -+ac_config_files="$ac_config_files ompi/mca/pml/ob1/Makefile" - - - -- ac_config_files="$ac_config_files ompi/mca/rcache/rb/Makefile" -+ac_config_files="$ac_config_files ompi/mca/rcache/rb/Makefile" - - - -- ac_config_files="$ac_config_files ompi/mca/topo/unity/Makefile" -+ac_config_files="$ac_config_files ompi/mca/topo/unity/Makefile" - - - -@@ -113449,39 +113683,58 @@ - - # The following way of writing the cache mishandles newlines in values, - # but we know of no workaround that is simple, portable, and efficient. --# So, don't put newlines in cache variables' values. -+# So, we kill variables containing newlines. - # Ultrix sh set writes to stderr and can't be redirected directly, - # and sets the high bit in the cache file unless we assign to the vars. --{ -+( -+ for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do -+ eval ac_val=\$$ac_var -+ case $ac_val in #( -+ *${as_nl}*) -+ case $ac_var in #( -+ *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 -+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; -+ esac -+ case $ac_var in #( -+ _ | IFS | as_nl) ;; #( -+ *) $as_unset $ac_var ;; -+ esac ;; -+ esac -+ done -+ - (set) 2>&1 | -- case `(ac_space=' '; set | grep ac_space) 2>&1` in -- *ac_space=\ *) -+ case $as_nl`(ac_space=' '; set) 2>&1` in #( -+ *${as_nl}ac_space=\ *) - # `set' does not quote correctly, so add quotes (double-quote - # substitution turns \\\\ into \\, and sed turns \\ into \). - sed -n \ - "s/'/'\\\\''/g; - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" -- ;; -+ ;; #( - *) - # `set' quotes correctly as required by POSIX, so do not add quotes. -- sed -n \ -- "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" -+ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" - ;; -- esac; --} | -+ esac | -+ sort -+) | - sed ' -+ /^ac_cv_env_/b end - t clear -- : clear -+ :clear - s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ - t end -- /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ -- : end' >>confcache --if diff $cache_file confcache >/dev/null 2>&1; then :; else -- if test -w $cache_file; then -- test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" -+ s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ -+ :end' >>confcache -+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else -+ if test -w "$cache_file"; then -+ test "x$cache_file" != "x/dev/null" && -+ { echo "$as_me:$LINENO: updating cache $cache_file" >&5 -+echo "$as_me: updating cache $cache_file" >&6;} - cat confcache >$cache_file - else -- echo "not updating unwritable cache $cache_file" -+ { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 -+echo "$as_me: not updating unwritable cache $cache_file" >&6;} - fi - fi - rm -f confcache -@@ -113505,17 +113758,17 @@ - sources= - - --# Check whether --with-event-rtsig or --without-event-rtsig was given. -+# Check whether --with-event-rtsig was given. - if test "${with_event_rtsig+set}" = set; then -- withval="$with_event_rtsig" -- usertsig=yes -+ withval=$with_event_rtsig; usertsig=yes - else - usertsig=no --fi; -+fi -+ - - --echo "$as_me:$LINENO: checking for ANSI C header files" >&5 --echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 -+echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } - if test "${ac_cv_header_stdc+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -113539,35 +113792,31 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_header_stdc=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_header_stdc=no -+ ac_cv_header_stdc=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+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. -@@ -113623,6 +113872,7 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - #include -+#include - #if ((' ' & 0x0FF) == 0x020) - # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') - # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) -@@ -113642,18 +113892,27 @@ - for (i = 0; i < 256; i++) - if (XOR (islower (i), ISLOWER (i)) - || toupper (i) != TOUPPER (i)) -- exit(2); -- exit (0); -+ return 2; -+ return 0; - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -113666,12 +113925,14 @@ - ( exit $ac_status ) - ac_cv_header_stdc=no - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi -+ -+ - fi - fi --echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 --echo "${ECHO_T}$ac_cv_header_stdc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 -+echo "${ECHO_T}$ac_cv_header_stdc" >&6; } - if test $ac_cv_header_stdc = yes; then - - cat >>confdefs.h <<\_ACEOF -@@ -113692,18 +113953,19 @@ - for ac_header in inttypes.h stdint.h poll.h signal.h unistd.h sys/epoll.h sys/time.h sys/queue.h sys/event.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --if eval "test \"\${$as_ac_Header+set}\" = set"; then -- echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -+ { echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -113714,41 +113976,37 @@ - #include <$ac_header> - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -113757,24 +114015,22 @@ - /* end confdefs.h. */ - #include <$ac_header> - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -113782,9 +114038,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -113808,25 +114065,24 @@ - echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - - fi - if test `eval echo '${'$as_ac_Header'}'` = yes; then -@@ -113839,8 +114095,8 @@ - done - - if test "x$ac_cv_header_sys_queue_h" = "xyes"; then -- echo "$as_me:$LINENO: checking for TAILQ_FOREACH in sys/queue.h" >&5 --echo $ECHO_N "checking for TAILQ_FOREACH in sys/queue.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for TAILQ_FOREACH in sys/queue.h" >&5 -+echo $ECHO_N "checking for TAILQ_FOREACH in sys/queue.h... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -113856,16 +114112,16 @@ - _ACEOF - if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - $EGREP "yes" >/dev/null 2>&1; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - cat >>confdefs.h <<\_ACEOF - #define HAVE_TAILQFOREACH 1 - _ACEOF - - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - fi - rm -f conftest* -@@ -113873,8 +114129,8 @@ - fi - - if test "x$ac_cv_header_sys_time_h" = "xyes"; then -- echo "$as_me:$LINENO: checking for timeradd in sys/time.h" >&5 --echo $ECHO_N "checking for timeradd in sys/time.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for timeradd in sys/time.h" >&5 -+echo $ECHO_N "checking for timeradd in sys/time.h... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -113895,19 +114151,19 @@ - #define HAVE_TIMERADD 1 - _ACEOF - -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - - fi - rm -f conftest* - - fi - --echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 --echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 -+echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; } - if test "${ac_cv_header_time+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -113931,38 +114187,34 @@ - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_header_time=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_header_time=no -+ ac_cv_header_time=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 --echo "${ECHO_T}$ac_cv_header_time" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 -+echo "${ECHO_T}$ac_cv_header_time" >&6; } - if test $ac_cv_header_time = yes; then - - cat >>confdefs.h <<\_ACEOF -@@ -113976,9 +114228,9 @@ - for ac_func in gettimeofday - do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 --if eval "test \"\${$as_ac_var+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_func" >&5 -+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -114004,68 +114256,60 @@ - - #undef $ac_func - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char $ac_func (); - /* 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. */ --#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -+#if defined __stub_$ac_func || defined __stub___$ac_func - choke me --#else --char (*f) () = $ac_func; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != $ac_func; -+return $ac_func (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - eval "$as_ac_var=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_var=no" -+ eval "$as_ac_var=no" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_var'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_var'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -@@ -114081,9 +114325,9 @@ - for ac_func in select - do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 --if eval "test \"\${$as_ac_var+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_func" >&5 -+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -114109,68 +114353,60 @@ - - #undef $ac_func - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char $ac_func (); - /* 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. */ --#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -+#if defined __stub_$ac_func || defined __stub___$ac_func - choke me --#else --char (*f) () = $ac_func; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != $ac_func; -+return $ac_func (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - eval "$as_ac_var=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_var=no" -+ eval "$as_ac_var=no" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_var'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_var'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -@@ -114191,9 +114427,9 @@ - for ac_func in poll - do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 --if eval "test \"\${$as_ac_var+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_func" >&5 -+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -114219,68 +114455,60 @@ - - #undef $ac_func - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char $ac_func (); - /* 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. */ --#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -+#if defined __stub_$ac_func || defined __stub___$ac_func - choke me --#else --char (*f) () = $ac_func; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != $ac_func; -+return $ac_func (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - eval "$as_ac_var=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_var=no" -+ eval "$as_ac_var=no" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_var'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_var'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -@@ -114316,9 +114544,9 @@ - for ac_func in sigtimedwait - do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 --if eval "test \"\${$as_ac_var+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_func" >&5 -+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -114344,68 +114572,60 @@ - - #undef $ac_func - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char $ac_func (); - /* 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. */ --#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -+#if defined __stub_$ac_func || defined __stub___$ac_func - choke me --#else --char (*f) () = $ac_func; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != $ac_func; -+return $ac_func (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - eval "$as_ac_var=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_var=no" -+ eval "$as_ac_var=no" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_var'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_var'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -@@ -114417,8 +114637,8 @@ - fi - fi - if test "x$havertsig" = "xyes" ; then -- echo "$as_me:$LINENO: checking for F_SETSIG in fcntl.h" >&5 --echo $ECHO_N "checking for F_SETSIG in fcntl.h... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for F_SETSIG in fcntl.h" >&5 -+echo $ECHO_N "checking for F_SETSIG in fcntl.h... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -114435,11 +114655,11 @@ - _ACEOF - if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - $EGREP "yes" >/dev/null 2>&1; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; havertsig=no -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; }; havertsig=no - fi - rm -f conftest* - -@@ -114452,8 +114672,8 @@ - - # OMPI: Don't use AC_LIBOBJ - sources="rtsig.c $sources" -- echo "$as_me:$LINENO: checking for working rtsig on pipes" >&5 --echo $ECHO_N "checking for working rtsig on pipes... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for working rtsig on pipes" >&5 -+echo $ECHO_N "checking for working rtsig on pipes... $ECHO_C" >&6; } - if test "$cross_compiling" = yes; then - { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling - See \`config.log' for more details." >&5 -@@ -114494,18 +114714,27 @@ - - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - cat >>confdefs.h <<\_ACEOF - #define HAVE_WORKING_RTSIG 1 -@@ -114517,11 +114746,13 @@ - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) --echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+{ echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi -+ -+ - fi - - haveepoll=no -@@ -114529,9 +114760,9 @@ - for ac_func in epoll_ctl - do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 --if eval "test \"\${$as_ac_var+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_func" >&5 -+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -114557,68 +114788,60 @@ - - #undef $ac_func - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char $ac_func (); - /* 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. */ --#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -+#if defined __stub_$ac_func || defined __stub___$ac_func - choke me --#else --char (*f) () = $ac_func; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != $ac_func; -+return $ac_func (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - eval "$as_ac_var=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_var=no" -+ eval "$as_ac_var=no" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_var'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_var'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -@@ -114640,8 +114863,8 @@ - # after we determine that epoll_ctl is linkable. Grumble. - # If we are cross compiling, just trust AC_CHECK_FUNCS - -- echo "$as_me:$LINENO: checking for epoll_ctl on broken Linux distros" >&5 --echo $ECHO_N "checking for epoll_ctl on broken Linux distros... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for epoll_ctl on broken Linux distros" >&5 -+echo $ECHO_N "checking for epoll_ctl on broken Linux distros... $ECHO_C" >&6; } - rm -f conftest.out - if test "$cross_compiling" = yes; then - { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling -@@ -114671,13 +114894,22 @@ - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -@@ -114688,15 +114920,17 @@ - sed 's/^/| /' conftest.$ac_ext >&5 - - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi -+ -+ - haveepoll=no - if test -f conftest.out -a "`cat conftest.out`" = "0"; then - haveepoll=yes - fi - rm -f conftest.out -- echo "$as_me:$LINENO: result: $haveepoll" >&5 --echo "${ECHO_T}$haveepoll" >&6 -+ { echo "$as_me:$LINENO: result: $haveepoll" >&5 -+echo "${ECHO_T}$haveepoll" >&6; } - fi - - if test "x$haveepoll" = "xyes" ; then -@@ -114716,9 +114950,9 @@ - for ac_func in kqueue - do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 --if eval "test \"\${$as_ac_var+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_func" >&5 -+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -114744,68 +114978,60 @@ - - #undef $ac_func - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char $ac_func (); - /* 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. */ --#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -+#if defined __stub_$ac_func || defined __stub___$ac_func - choke me --#else --char (*f) () = $ac_func; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != $ac_func; -+return $ac_func (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - eval "$as_ac_var=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --eval "$as_ac_var=no" -+ eval "$as_ac_var=no" - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_var'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - if test `eval echo '${'$as_ac_var'}'` = yes; then - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -@@ -114815,11 +115041,11 @@ - done - - if test "x$havekqueue" = "xyes" ; then -- echo "$as_me:$LINENO: checking for working kqueue" >&5 --echo $ECHO_N "checking for working kqueue... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for working kqueue" >&5 -+echo $ECHO_N "checking for working kqueue... $ECHO_C" >&6; } - if test "$cross_compiling" = yes; then -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -114875,18 +115101,27 @@ - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - cat >>confdefs.h <<\_ACEOF - #define HAVE_WORKING_KQUEUE 1 -@@ -114899,11 +115134,13 @@ - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) --echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+{ echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi -+ -+ - # OMPI: don't use AC_LIBOBJ - fi - fi -@@ -114911,11 +115148,11 @@ - haveepollsyscall=no - if test "x$ac_cv_header_sys_epoll_h" = "xyes"; then - if test "x$haveepoll" = "xno" ; then -- echo "$as_me:$LINENO: checking for epoll system call" >&5 --echo $ECHO_N "checking for epoll system call... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for epoll system call" >&5 -+echo $ECHO_N "checking for epoll system call... $ECHO_C" >&6; } - if test "$cross_compiling" = yes; then -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -114947,18 +115184,27 @@ - } - _ACEOF - rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -+ { (case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - - cat >>confdefs.h <<\_ACEOF - #define HAVE_EPOLL 1 -@@ -114974,11 +115220,13 @@ - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) --echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+{ echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi -+ -+ - fi - fi - -@@ -114990,8 +115238,8 @@ - # OMPI: AC_REPLACE_FUNCS doesn't have much meaning here because it - # uses AC_LIBOBJ; use our own test - #AC_REPLACE_FUNCS(err) --echo "$as_me:$LINENO: checking for err" >&5 --echo $ECHO_N "checking for err... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for err" >&5 -+echo $ECHO_N "checking for err... $ECHO_C" >&6; } - if test "${ac_cv_func_err+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -115018,68 +115266,59 @@ - - #undef err - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char err (); - /* 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. */ --#if defined (__stub_err) || defined (__stub___err) -+#if defined __stub_err || defined __stub___err - choke me --#else --char (*f) () = err; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != err; -+return err (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_func_err=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_err=no -+ ac_cv_func_err=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_err" >&5 --echo "${ECHO_T}$ac_cv_func_err" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_func_err" >&5 -+echo "${ECHO_T}$ac_cv_func_err" >&6; } - if test $ac_cv_func_err = yes; then - : - else -@@ -115087,8 +115326,8 @@ - fi - - --echo "$as_me:$LINENO: checking for pid_t" >&5 --echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for pid_t" >&5 -+echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; } - if test "${ac_cv_type_pid_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -115099,50 +115338,47 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef pid_t ac__type_new_; - int - main () - { --if ((pid_t *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (pid_t)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_pid_t=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_pid_t=no -+ ac_cv_type_pid_t=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 --echo "${ECHO_T}$ac_cv_type_pid_t" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 -+echo "${ECHO_T}$ac_cv_type_pid_t" >&6; } - if test $ac_cv_type_pid_t = yes; then - : - else -@@ -115153,8 +115389,8 @@ - - fi - --echo "$as_me:$LINENO: checking for size_t" >&5 --echo $ECHO_N "checking for size_t... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for size_t" >&5 -+echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } - if test "${ac_cv_type_size_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -115165,62 +115401,59 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef size_t ac__type_new_; - int - main () - { --if ((size_t *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (size_t)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_size_t=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_size_t=no -+ ac_cv_type_size_t=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 --echo "${ECHO_T}$ac_cv_type_size_t" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 -+echo "${ECHO_T}$ac_cv_type_size_t" >&6; } - if test $ac_cv_type_size_t = yes; then - : - else - - cat >>confdefs.h <<_ACEOF --#define size_t unsigned -+#define size_t unsigned int - _ACEOF - - fi - --echo "$as_me:$LINENO: checking for u_int64_t" >&5 --echo $ECHO_N "checking for u_int64_t... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for u_int64_t" >&5 -+echo $ECHO_N "checking for u_int64_t... $ECHO_C" >&6; } - if test "${ac_cv_type_u_int64_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -115231,50 +115464,47 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef u_int64_t ac__type_new_; - int - main () - { --if ((u_int64_t *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (u_int64_t)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_u_int64_t=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_u_int64_t=no -+ ac_cv_type_u_int64_t=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_u_int64_t" >&5 --echo "${ECHO_T}$ac_cv_type_u_int64_t" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_u_int64_t" >&5 -+echo "${ECHO_T}$ac_cv_type_u_int64_t" >&6; } - if test $ac_cv_type_u_int64_t = yes; then - : - else -@@ -115285,8 +115515,8 @@ - - fi - --echo "$as_me:$LINENO: checking for u_int32_t" >&5 --echo $ECHO_N "checking for u_int32_t... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for u_int32_t" >&5 -+echo $ECHO_N "checking for u_int32_t... $ECHO_C" >&6; } - if test "${ac_cv_type_u_int32_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -115297,50 +115527,47 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef u_int32_t ac__type_new_; - int - main () - { --if ((u_int32_t *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (u_int32_t)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_u_int32_t=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_u_int32_t=no -+ ac_cv_type_u_int32_t=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_u_int32_t" >&5 --echo "${ECHO_T}$ac_cv_type_u_int32_t" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_u_int32_t" >&5 -+echo "${ECHO_T}$ac_cv_type_u_int32_t" >&6; } - if test $ac_cv_type_u_int32_t = yes; then - : - else -@@ -115351,8 +115578,8 @@ - - fi - --echo "$as_me:$LINENO: checking for u_int16_t" >&5 --echo $ECHO_N "checking for u_int16_t... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for u_int16_t" >&5 -+echo $ECHO_N "checking for u_int16_t... $ECHO_C" >&6; } - if test "${ac_cv_type_u_int16_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -115363,50 +115590,47 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef u_int16_t ac__type_new_; - int - main () - { --if ((u_int16_t *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (u_int16_t)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_u_int16_t=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_u_int16_t=no -+ ac_cv_type_u_int16_t=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_u_int16_t" >&5 --echo "${ECHO_T}$ac_cv_type_u_int16_t" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_u_int16_t" >&5 -+echo "${ECHO_T}$ac_cv_type_u_int16_t" >&6; } - if test $ac_cv_type_u_int16_t = yes; then - : - else -@@ -115417,8 +115641,8 @@ - - fi - --echo "$as_me:$LINENO: checking for u_int8_t" >&5 --echo $ECHO_N "checking for u_int8_t... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for u_int8_t" >&5 -+echo $ECHO_N "checking for u_int8_t... $ECHO_C" >&6; } - if test "${ac_cv_type_u_int8_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -115429,50 +115653,47 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+typedef u_int8_t ac__type_new_; - int - main () - { --if ((u_int8_t *) 0) -+if ((ac__type_new_ *) 0) - return 0; --if (sizeof (u_int8_t)) -+if (sizeof (ac__type_new_)) - return 0; - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_cv_type_u_int8_t=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_type_u_int8_t=no -+ ac_cv_type_u_int8_t=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_type_u_int8_t" >&5 --echo "${ECHO_T}$ac_cv_type_u_int8_t" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_type_u_int8_t" >&5 -+echo "${ECHO_T}$ac_cv_type_u_int8_t" >&6; } - if test $ac_cv_type_u_int8_t = yes; then - : - else -@@ -115524,10 +115745,9 @@ - - - --# Check whether --enable-fast-install or --disable-fast-install was given. -+# Check whether --enable-fast-install was given. - if test "${enable_fast_install+set}" = set; then -- enableval="$enable_fast_install" -- p=${PACKAGE-default} -+ enableval=$enable_fast_install; p=${PACKAGE-default} - case $enableval in - yes) enable_fast_install=yes ;; - no) enable_fast_install=no ;; -@@ -115546,10 +115766,11 @@ - esac - else - enable_fast_install=yes --fi; -+fi - --echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 --echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6 -+ -+{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 -+echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; } - if test "${lt_cv_path_SED+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -115602,22 +115823,22 @@ - fi - - SED=$lt_cv_path_SED --echo "$as_me:$LINENO: result: $SED" >&5 --echo "${ECHO_T}$SED" >&6 -+{ echo "$as_me:$LINENO: result: $SED" >&5 -+echo "${ECHO_T}$SED" >&6; } - - --# Check whether --with-gnu-ld or --without-gnu-ld was given. -+# Check whether --with-gnu-ld was given. - if test "${with_gnu_ld+set}" = set; then -- withval="$with_gnu_ld" -- test "$withval" = no || with_gnu_ld=yes -+ withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes - else - with_gnu_ld=no --fi; -+fi -+ - ac_prog=ld - if test "$GCC" = yes; then - # Check if gcc -print-prog-name=ld gives a path. -- echo "$as_me:$LINENO: checking for ld used by $CC" >&5 --echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for ld used by $CC" >&5 -+echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; } - case $host in - *-*-mingw*) - # gcc leaves a trailing carriage return which upsets mingw -@@ -115646,11 +115867,11 @@ - ;; - esac - elif test "$with_gnu_ld" = yes; then -- echo "$as_me:$LINENO: checking for GNU ld" >&5 --echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for GNU ld" >&5 -+echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; } - else -- echo "$as_me:$LINENO: checking for non-GNU ld" >&5 --echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 -+echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; } - fi - if test "${lt_cv_path_LD+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -@@ -115683,17 +115904,17 @@ - - LD="$lt_cv_path_LD" - if test -n "$LD"; then -- echo "$as_me:$LINENO: result: $LD" >&5 --echo "${ECHO_T}$LD" >&6 -+ { echo "$as_me:$LINENO: result: $LD" >&5 -+echo "${ECHO_T}$LD" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 - echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} - { (exit 1); exit 1; }; } --echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 --echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 -+echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; } - if test "${lt_cv_prog_gnu_ld+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -115707,20 +115928,20 @@ - ;; - esac - fi --echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 --echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6 -+{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 -+echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; } - with_gnu_ld=$lt_cv_prog_gnu_ld - - --echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5 --echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5 -+echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; } - if test "${lt_cv_ld_reload_flag+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - lt_cv_ld_reload_flag='-r' - fi --echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5 --echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6 -+{ echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5 -+echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; } - reload_flag=$lt_cv_ld_reload_flag - case $reload_flag in - "" | " "*) ;; -@@ -115737,8 +115958,8 @@ - ;; - esac - --echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5 --echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5 -+echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6; } - if test "${lt_cv_deplibs_check_method+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -115788,7 +116009,7 @@ - lt_cv_deplibs_check_method=pass_all - ;; - --freebsd* | kfreebsd*-gnu | dragonfly*) -+freebsd* | dragonfly*) - if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then - case $host_cpu in - i*86 ) -@@ -115842,11 +116063,11 @@ - ;; - - # This must be Linux ELF. --linux*) -+linux* | k*bsd*-gnu) - lt_cv_deplibs_check_method=pass_all - ;; - --netbsd*) -+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 -@@ -115913,8 +116134,8 @@ - esac - - fi --echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5 --echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6 -+{ echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5 -+echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; } - file_magic_cmd=$lt_cv_file_magic_cmd - deplibs_check_method=$lt_cv_deplibs_check_method - test -z "$deplibs_check_method" && deplibs_check_method=unknown -@@ -115931,11 +116152,11 @@ - # Allow CC to be a program name with arguments. - compiler=$CC - --# Check whether --enable-libtool-lock or --disable-libtool-lock was given. -+# Check whether --enable-libtool-lock was given. - if test "${enable_libtool_lock+set}" = set; then -- enableval="$enable_libtool_lock" -+ enableval=$enable_libtool_lock; -+fi - --fi; - test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes - - # Some flags need to be propagated to the compiler or linker for good -@@ -115962,7 +116183,7 @@ - ;; - *-*-irix6*) - # Find out which ABI we are using. -- echo '#line 115965 "configure"' > conftest.$ac_ext -+ echo '#line 116186 "configure"' > conftest.$ac_ext - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? -@@ -116047,8 +116268,8 @@ - # On SCO OpenServer 5, we need -belf to get full-featured binaries. - SAVE_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS -belf" -- echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5 --echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5 -+echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; } - if test "${lt_cv_cc_needs_belf+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -116074,35 +116295,32 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - lt_cv_cc_needs_belf=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --lt_cv_cc_needs_belf=no -+ lt_cv_cc_needs_belf=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' -@@ -116111,8 +116329,8 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 --echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6 -+{ echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 -+echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; } - if test x"$lt_cv_cc_needs_belf" != x"yes"; then - # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf - CFLAGS="$SAVE_CFLAGS" -@@ -116148,18 +116366,19 @@ - for ac_header in dlfcn.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --if eval "test \"\${$as_ac_Header+set}\" = set"; then -- echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -+ { echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - else - # Is the header compilable? --echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -116170,41 +116389,37 @@ - #include <$ac_header> - _ACEOF - rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_header_compiler=no -+ ac_header_compiler=no - fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+echo "${ECHO_T}$ac_header_compiler" >&6; } - - # Is the header present? --echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -116213,24 +116428,22 @@ - /* end confdefs.h. */ - #include <$ac_header> - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then - ac_header_preproc=yes - else - echo "$as_me: failed program was:" >&5 -@@ -116238,9 +116451,10 @@ - - ac_header_preproc=no - fi -+ - rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+echo "${ECHO_T}$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -@@ -116264,25 +116478,24 @@ - echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 - echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX -+ ( cat <<\_ASBOX - ## ------------------------------------------------------ ## - ## Report this to http://www.open-mpi.org/community/help/ ## - ## ------------------------------------------------------ ## - _ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -+ ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+ac_res=`eval echo '${'$as_ac_Header'}'` -+ { echo "$as_me:$LINENO: result: $ac_res" >&5 -+echo "${ECHO_T}$ac_res" >&6; } - - fi - if test `eval echo '${'$as_ac_Header'}'` = yes; then -@@ -116299,13 +116512,13 @@ - if test -n "$CXX" && ( test "X$CXX" != "Xno" && - ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || - (test "X$CXX" != "Xg++"))) ; then -- ac_ext=cc -+ 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' - ac_compiler_gnu=$ac_cv_cxx_compiler_gnu --echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 --echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 -+echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; } - if test -z "$CXXCPP"; then - if test "${ac_cv_prog_CXXCPP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -@@ -116335,24 +116548,22 @@ - #endif - Syntax error - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_cxx_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ }; then - : - else - echo "$as_me: failed program was:" >&5 -@@ -116361,9 +116572,10 @@ - # Broken: fails on valid input. - continue - fi -+ - rm -f conftest.err conftest.$ac_ext - -- # OK, works on sane cases. Now check whether non-existent headers -+ # OK, works on sane cases. Now check whether nonexistent headers - # can be detected and how. - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -116373,24 +116585,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_cxx_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ }; then - # Broken: success on invalid input. - continue - else -@@ -116401,6 +116611,7 @@ - ac_preproc_ok=: - break - fi -+ - rm -f conftest.err conftest.$ac_ext - - done -@@ -116418,8 +116629,8 @@ - else - ac_cv_prog_CXXCPP=$CXXCPP - fi --echo "$as_me:$LINENO: result: $CXXCPP" >&5 --echo "${ECHO_T}$CXXCPP" >&6 -+{ echo "$as_me:$LINENO: result: $CXXCPP" >&5 -+echo "${ECHO_T}$CXXCPP" >&6; } - ac_preproc_ok=false - for ac_cxx_preproc_warn_flag in '' yes - do -@@ -116442,24 +116653,22 @@ - #endif - Syntax error - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_cxx_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ }; then - : - else - echo "$as_me: failed program was:" >&5 -@@ -116468,9 +116677,10 @@ - # Broken: fails on valid input. - continue - fi -+ - rm -f conftest.err conftest.$ac_ext - -- # OK, works on sane cases. Now check whether non-existent headers -+ # OK, works on sane cases. Now check whether nonexistent headers - # can be detected and how. - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -116480,24 +116690,22 @@ - /* end confdefs.h. */ - #include - _ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_cxx_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ }; then - # Broken: success on invalid input. - continue - else -@@ -116508,6 +116716,7 @@ - ac_preproc_ok=: - break - fi -+ - rm -f conftest.err conftest.$ac_ext - - done -@@ -116523,7 +116732,7 @@ - { (exit 1); exit 1; }; } - fi - --ac_ext=cc -+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' -@@ -116535,8 +116744,8 @@ - # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! - - # find the maximum length of command line arguments --echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5 --echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5 -+echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; } - if test "${lt_cv_sys_max_cmd_len+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -116644,19 +116853,19 @@ - fi - - if test -n $lt_cv_sys_max_cmd_len ; then -- echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5 --echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6 -+ { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5 -+echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; } - else -- echo "$as_me:$LINENO: result: none" >&5 --echo "${ECHO_T}none" >&6 -+ { echo "$as_me:$LINENO: result: none" >&5 -+echo "${ECHO_T}none" >&6; } - fi - - - - - # Check for command to grab the raw symbol name followed by C symbol from nm. --echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5 --echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5 -+echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; } - if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -116691,7 +116900,7 @@ - lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" - lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" - ;; --linux*) -+linux* | k*bsd*-gnu) - if test "$host_cpu" = ia64; then - symcode='[ABCDGIRSTW]' - lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" -@@ -116860,15 +117069,15 @@ - 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 -- echo "$as_me:$LINENO: result: failed" >&5 --echo "${ECHO_T}failed" >&6 -+ { echo "$as_me:$LINENO: result: failed" >&5 -+echo "${ECHO_T}failed" >&6; } - else -- echo "$as_me:$LINENO: result: ok" >&5 --echo "${ECHO_T}ok" >&6 -+ { echo "$as_me:$LINENO: result: ok" >&5 -+echo "${ECHO_T}ok" >&6; } - fi - --echo "$as_me:$LINENO: checking for objdir" >&5 --echo $ECHO_N "checking for objdir... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for objdir" >&5 -+echo $ECHO_N "checking for objdir... $ECHO_C" >&6; } - if test "${lt_cv_objdir+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -116882,8 +117091,8 @@ - fi - rmdir .libs 2>/dev/null - fi --echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5 --echo "${ECHO_T}$lt_cv_objdir" >&6 -+{ echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5 -+echo "${ECHO_T}$lt_cv_objdir" >&6; } - objdir=$lt_cv_objdir - - -@@ -116934,8 +117143,8 @@ - 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 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_AR+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -116948,32 +117157,34 @@ - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_AR="${ac_tool_prefix}ar" - echo "$as_me:$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 -- echo "$as_me:$LINENO: result: $AR" >&5 --echo "${ECHO_T}$AR" >&6 -+ { echo "$as_me:$LINENO: result: $AR" >&5 -+echo "${ECHO_T}$AR" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - -+ - fi - if test -z "$ac_cv_prog_AR"; then - 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 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_ac_ct_AR+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -116986,27 +117197,41 @@ - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_AR="ar" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done - done -+IFS=$as_save_IFS - -- test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false" - fi - fi - ac_ct_AR=$ac_cv_prog_ac_ct_AR - if test -n "$ac_ct_AR"; then -- echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 --echo "${ECHO_T}$ac_ct_AR" >&6 -+ { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 -+echo "${ECHO_T}$ac_ct_AR" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - -- AR=$ac_ct_AR -+ if test "x$ac_ct_AR" = x; then -+ AR="false" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+whose name does not start with the host triplet. If you think this -+configuration is useful to you, please write to autoconf@gnu.org." >&5 -+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+whose name does not start with the host triplet. If you think this -+configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+ac_tool_warned=yes ;; -+esac -+ AR=$ac_ct_AR -+ fi - else - AR="$ac_cv_prog_AR" - fi -@@ -117014,8 +117239,8 @@ - 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 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_RANLIB+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -117028,32 +117253,34 @@ - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" - echo "$as_me:$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 -- echo "$as_me:$LINENO: result: $RANLIB" >&5 --echo "${ECHO_T}$RANLIB" >&6 -+ { echo "$as_me:$LINENO: result: $RANLIB" >&5 -+echo "${ECHO_T}$RANLIB" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}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 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -117066,27 +117293,41 @@ - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_RANLIB="ranlib" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done - done -+IFS=$as_save_IFS - -- test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" - fi - fi - ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB - if test -n "$ac_ct_RANLIB"; then -- echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 --echo "${ECHO_T}$ac_ct_RANLIB" >&6 -+ { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 -+echo "${ECHO_T}$ac_ct_RANLIB" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - -- RANLIB=$ac_ct_RANLIB -+ if test "x$ac_ct_RANLIB" = x; then -+ RANLIB=":" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+whose name does not start with the host triplet. If you think this -+configuration is useful to you, please write to autoconf@gnu.org." >&5 -+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+whose name does not start with the host triplet. If you think this -+configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+ac_tool_warned=yes ;; -+esac -+ RANLIB=$ac_ct_RANLIB -+ fi - else - RANLIB="$ac_cv_prog_RANLIB" - fi -@@ -117094,8 +117335,8 @@ - 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 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_STRIP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -117108,32 +117349,34 @@ - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_STRIP="${ac_tool_prefix}strip" - echo "$as_me:$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 -- echo "$as_me:$LINENO: result: $STRIP" >&5 --echo "${ECHO_T}$STRIP" >&6 -+ { echo "$as_me:$LINENO: result: $STRIP" >&5 -+echo "${ECHO_T}$STRIP" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - -+ - fi - if test -z "$ac_cv_prog_STRIP"; then - 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 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -117146,27 +117389,41 @@ - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_STRIP="strip" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done - done -+IFS=$as_save_IFS - -- test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":" - fi - fi - ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP - if test -n "$ac_ct_STRIP"; then -- echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 --echo "${ECHO_T}$ac_ct_STRIP" >&6 -+ { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 -+echo "${ECHO_T}$ac_ct_STRIP" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - -- STRIP=$ac_ct_STRIP -+ if test "x$ac_ct_STRIP" = x; then -+ STRIP=":" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+whose name does not start with the host triplet. If you think this -+configuration is useful to you, please write to autoconf@gnu.org." >&5 -+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+whose name does not start with the host triplet. If you think this -+configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+ac_tool_warned=yes ;; -+esac -+ STRIP=$ac_ct_STRIP -+ fi - else - STRIP="$ac_cv_prog_STRIP" - fi -@@ -117225,8 +117482,8 @@ - case $deplibs_check_method in - file_magic*) - if test "$file_magic_cmd" = '$MAGIC_CMD'; then -- echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5 --echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5 -+echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; } - if test "${lt_cv_path_MAGIC_CMD+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -117278,17 +117535,17 @@ - - MAGIC_CMD="$lt_cv_path_MAGIC_CMD" - if test -n "$MAGIC_CMD"; then -- echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 --echo "${ECHO_T}$MAGIC_CMD" >&6 -+ { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 -+echo "${ECHO_T}$MAGIC_CMD" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - - if test -z "$lt_cv_path_MAGIC_CMD"; then - if test -n "$ac_tool_prefix"; then -- echo "$as_me:$LINENO: checking for file" >&5 --echo $ECHO_N "checking for file... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for file" >&5 -+echo $ECHO_N "checking for file... $ECHO_C" >&6; } - if test "${lt_cv_path_MAGIC_CMD+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -117340,11 +117597,11 @@ - - MAGIC_CMD="$lt_cv_path_MAGIC_CMD" - if test -n "$MAGIC_CMD"; then -- echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 --echo "${ECHO_T}$MAGIC_CMD" >&6 -+ { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 -+echo "${ECHO_T}$MAGIC_CMD" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - - else -@@ -117359,21 +117616,21 @@ - enable_dlopen=yes - enable_win32_dll=no - --# Check whether --enable-libtool-lock or --disable-libtool-lock was given. -+# Check whether --enable-libtool-lock was given. - if test "${enable_libtool_lock+set}" = set; then -- enableval="$enable_libtool_lock" -+ enableval=$enable_libtool_lock; -+fi - --fi; - test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes - - --# Check whether --with-pic or --without-pic was given. -+# Check whether --with-pic was given. - if test "${with_pic+set}" = set; then -- withval="$with_pic" -- pic_mode="$withval" -+ withval=$with_pic; pic_mode="$withval" - else - pic_mode=default --fi; -+fi -+ - test -z "$pic_mode" && pic_mode=default - - # Use C for the default configuration in the libtool script -@@ -117431,8 +117688,8 @@ - lt_prog_compiler_no_builtin_flag=' -fno-builtin' - - --echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 --echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 -+echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; } - if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -117449,11 +117706,11 @@ - -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:117452: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:117709: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 -- echo "$as_me:117456: \$? = $ac_status" >&5 -+ echo "$as_me:117713: \$? = $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. -@@ -117466,8 +117723,8 @@ - $rm conftest* - - fi --echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 --echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6 -+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 -+echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; } - - if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then - lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" -@@ -117481,8 +117738,8 @@ - lt_prog_compiler_pic= - lt_prog_compiler_static= - --echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 --echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 -+echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } - - if test "$GCC" = yes; then - lt_prog_compiler_wl='-Wl,' -@@ -117611,7 +117868,7 @@ - lt_prog_compiler_static='-Bstatic' - ;; - -- linux*) -+ linux* | k*bsd*-gnu) - case $cc_basename in - icc* | ecc*) - lt_prog_compiler_wl='-Wl,' -@@ -117691,16 +117948,16 @@ - esac - fi - --echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5 --echo "${ECHO_T}$lt_prog_compiler_pic" >&6 -+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5 -+echo "${ECHO_T}$lt_prog_compiler_pic" >&6; } - - # - # Check to make sure the PIC flag actually works. - # - if test -n "$lt_prog_compiler_pic"; then - --echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 --echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 -+echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; } - if test "${lt_prog_compiler_pic_works+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -117717,11 +117974,11 @@ - -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:117720: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:117977: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 -- echo "$as_me:117724: \$? = $ac_status" >&5 -+ echo "$as_me:117981: \$? = $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. -@@ -117734,8 +117991,8 @@ - $rm conftest* - - fi --echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5 --echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6 -+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5 -+echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6; } - - if test x"$lt_prog_compiler_pic_works" = xyes; then - case $lt_prog_compiler_pic in -@@ -117762,8 +118019,8 @@ - # Check to make sure the static flag actually works. - # - wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" --echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 --echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 -+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } - if test "${lt_prog_compiler_static_works+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -117790,8 +118047,8 @@ - LDFLAGS="$save_LDFLAGS" - - fi --echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5 --echo "${ECHO_T}$lt_prog_compiler_static_works" >&6 -+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5 -+echo "${ECHO_T}$lt_prog_compiler_static_works" >&6; } - - if test x"$lt_prog_compiler_static_works" = xyes; then - : -@@ -117800,8 +118057,8 @@ - fi - - --echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 --echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 -+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } - if test "${lt_cv_prog_compiler_c_o+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -117821,11 +118078,11 @@ - -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:117824: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:118081: $lt_compile\"" >&5) - (eval "$lt_compile" 2>out/conftest.err) - ac_status=$? - cat out/conftest.err >&5 -- echo "$as_me:117828: \$? = $ac_status" >&5 -+ echo "$as_me:118085: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s out/conftest2.$ac_objext - then - # The compiler can only warn and ignore the option if not recognized -@@ -117847,23 +118104,23 @@ - $rm conftest* - - fi --echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5 --echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6 -+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5 -+echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; } - - - hard_links="nottested" - if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then - # do not overwrite the value of need_locks provided by the user -- echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 --echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 -+echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&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 -- echo "$as_me:$LINENO: result: $hard_links" >&5 --echo "${ECHO_T}$hard_links" >&6 -+ { echo "$as_me:$LINENO: result: $hard_links" >&5 -+echo "${ECHO_T}$hard_links" >&6; } - if test "$hard_links" = no; then - { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 - echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} -@@ -117873,8 +118130,8 @@ - need_locks=no - fi - --echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 --echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 -+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } - - runpath_var= - allow_undefined_flag= -@@ -118050,7 +118307,7 @@ - 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' - ;; - -- linux*) -+ linux* | k*bsd*-gnu) - if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then - tmp_addflag= - case $cc_basename,$host_cpu in -@@ -118076,12 +118333,13 @@ - $echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' - fi -+ link_all_deplibs=no - else - ld_shlibs=no - fi - ;; - -- netbsd*) -+ netbsd* | netbsdelf*-gnu) - if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then - archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' - wlarc= -@@ -118289,27 +118547,23 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - - aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } - }'` -@@ -118320,8 +118574,10 @@ - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi - -@@ -118350,27 +118606,23 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - - aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } - }'` -@@ -118381,8 +118633,10 @@ - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi - -@@ -118513,7 +118767,7 @@ - ;; - - # FreeBSD 3 and greater uses gcc -shared to do shared libraries. -- freebsd* | kfreebsd*-gnu | dragonfly*) -+ freebsd* | dragonfly*) - archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' - hardcode_libdir_flag_spec='-R$libdir' - hardcode_direct=yes -@@ -118615,7 +118869,7 @@ - link_all_deplibs=yes - ;; - -- netbsd*) -+ 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 -@@ -118831,8 +119085,8 @@ - esac - fi - --echo "$as_me:$LINENO: result: $ld_shlibs" >&5 --echo "${ECHO_T}$ld_shlibs" >&6 -+{ echo "$as_me:$LINENO: result: $ld_shlibs" >&5 -+echo "${ECHO_T}$ld_shlibs" >&6; } - test "$ld_shlibs" = no && can_build_shared=no - - # -@@ -118852,8 +119106,8 @@ - # 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. -- echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 --echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 -+echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } - $rm conftest* - printf "$lt_simple_compile_test_code" > conftest.$ac_ext - -@@ -118890,16 +119144,16 @@ - cat conftest.err 1>&5 - fi - $rm conftest* -- echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5 --echo "${ECHO_T}$archive_cmds_need_lc" >&6 -+ { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5 -+echo "${ECHO_T}$archive_cmds_need_lc" >&6; } - ;; - esac - fi - ;; - esac - --echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 --echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 -+echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } - library_names_spec= - libname_spec='lib$name' - soname_spec= -@@ -119105,18 +119359,6 @@ - dynamic_linker=no - ;; - --kfreebsd*-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='GNU ld.so' -- ;; -- - freebsd* | dragonfly*) - # DragonFly does not have aout. When/if they implement a new - # versioning mechanism, adjust this. -@@ -119272,7 +119514,7 @@ - ;; - - # This must be Linux ELF. --linux*) -+linux* | k*bsd*-gnu) - version_type=linux - need_lib_prefix=no - need_version=no -@@ -119301,7 +119543,7 @@ - dynamic_linker='GNU/Linux ld.so' - ;; - --knetbsd*-gnu) -+netbsdelf*-gnu) - version_type=linux - need_lib_prefix=no - need_version=no -@@ -119310,7 +119552,7 @@ - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes -- dynamic_linker='GNU ld.so' -+ dynamic_linker='NetBSD ld.elf_so' - ;; - - netbsd*) -@@ -119486,8 +119728,8 @@ - dynamic_linker=no - ;; - esac --echo "$as_me:$LINENO: result: $dynamic_linker" >&5 --echo "${ECHO_T}$dynamic_linker" >&6 -+{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5 -+echo "${ECHO_T}$dynamic_linker" >&6; } - test "$dynamic_linker" = no && can_build_shared=no - - variables_saved_for_relink="PATH $shlibpath_var $runpath_var" -@@ -119495,8 +119737,8 @@ - variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" - fi - --echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 --echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 -+echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } - hardcode_action= - if test -n "$hardcode_libdir_flag_spec" || \ - test -n "$runpath_var" || \ -@@ -119520,8 +119762,8 @@ - # directories. - hardcode_action=unsupported - fi --echo "$as_me:$LINENO: result: $hardcode_action" >&5 --echo "${ECHO_T}$hardcode_action" >&6 -+{ echo "$as_me:$LINENO: result: $hardcode_action" >&5 -+echo "${ECHO_T}$hardcode_action" >&6; } - - if test "$hardcode_action" = relink; then - # Fast installation is not supported -@@ -119534,29 +119776,29 @@ - - striplib= - old_striplib= --echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 --echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 -+echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&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" -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}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" -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - ;; - *) -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - ;; - esac - fi -@@ -119588,8 +119830,8 @@ - - darwin*) - # if libdl is installed we need to link against it -- echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 --echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 -+echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } - if test "${ac_cv_lib_dl_dlopen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -119602,56 +119844,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char dlopen (); - int - main () - { --dlopen (); -+return dlopen (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_dl_dlopen=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_dl_dlopen=no -+ ac_cv_lib_dl_dlopen=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 --echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 -+echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } - if test $ac_cv_lib_dl_dlopen = yes; then - lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" - else -@@ -119665,8 +119904,8 @@ - ;; - - *) -- echo "$as_me:$LINENO: checking for shl_load" >&5 --echo $ECHO_N "checking for shl_load... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for shl_load" >&5 -+echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; } - if test "${ac_cv_func_shl_load+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -119693,73 +119932,64 @@ - - #undef shl_load - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char shl_load (); - /* 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. */ --#if defined (__stub_shl_load) || defined (__stub___shl_load) -+#if defined __stub_shl_load || defined __stub___shl_load - choke me --#else --char (*f) () = shl_load; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != shl_load; -+return shl_load (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_func_shl_load=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_shl_load=no -+ ac_cv_func_shl_load=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 --echo "${ECHO_T}$ac_cv_func_shl_load" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 -+echo "${ECHO_T}$ac_cv_func_shl_load" >&6; } - if test $ac_cv_func_shl_load = yes; then - lt_cv_dlopen="shl_load" - else -- echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 --echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 -+echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; } - if test "${ac_cv_lib_dld_shl_load+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -119772,61 +120002,58 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char shl_load (); - int - main () - { --shl_load (); -+return shl_load (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_dld_shl_load=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_dld_shl_load=no -+ ac_cv_lib_dld_shl_load=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 --echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 -+echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; } - if test $ac_cv_lib_dld_shl_load = yes; then - lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld" - else -- echo "$as_me:$LINENO: checking for dlopen" >&5 --echo $ECHO_N "checking for dlopen... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for dlopen" >&5 -+echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; } - if test "${ac_cv_func_dlopen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -119853,73 +120080,64 @@ - - #undef dlopen - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char dlopen (); - /* 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. */ --#if defined (__stub_dlopen) || defined (__stub___dlopen) -+#if defined __stub_dlopen || defined __stub___dlopen - choke me --#else --char (*f) () = dlopen; --#endif --#ifdef __cplusplus --} - #endif - - int - main () - { --return f != dlopen; -+return dlopen (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_func_dlopen=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_dlopen=no -+ ac_cv_func_dlopen=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 --echo "${ECHO_T}$ac_cv_func_dlopen" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 -+echo "${ECHO_T}$ac_cv_func_dlopen" >&6; } - if test $ac_cv_func_dlopen = yes; then - lt_cv_dlopen="dlopen" - else -- echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 --echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 -+echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } - if test "${ac_cv_lib_dl_dlopen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -119932,61 +120150,58 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char dlopen (); - int - main () - { --dlopen (); -+return dlopen (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_dl_dlopen=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_dl_dlopen=no -+ ac_cv_lib_dl_dlopen=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 --echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 -+echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } - if test $ac_cv_lib_dl_dlopen = yes; then - lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" - else -- echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 --echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 -+echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; } - if test "${ac_cv_lib_svld_dlopen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -119999,61 +120214,58 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char dlopen (); - int - main () - { --dlopen (); -+return dlopen (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_svld_dlopen=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_svld_dlopen=no -+ ac_cv_lib_svld_dlopen=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 --echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 -+echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; } - if test $ac_cv_lib_svld_dlopen = yes; then - lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" - else -- echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 --echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 -+echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; } - if test "${ac_cv_lib_dld_dld_link+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -120066,56 +120278,53 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --/* Override any gcc2 internal prototype to avoid an error. */ -+/* 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 --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ - char dld_link (); - int - main () - { --dld_link (); -+return dld_link (); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - ac_cv_lib_dld_dld_link=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_dld_dld_link=no -+ ac_cv_lib_dld_dld_link=no - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 --echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6 -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 -+echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; } - if test $ac_cv_lib_dld_dld_link = yes; then - lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" - fi -@@ -120155,8 +120364,8 @@ - save_LIBS="$LIBS" - LIBS="$lt_cv_dlopen_libs $LIBS" - -- echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 --echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 -+echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; } - if test "${lt_cv_dlopen_self+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -120166,7 +120375,7 @@ - lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 - lt_status=$lt_dlunknown - cat > conftest.$ac_ext <&5 --echo "${ECHO_T}$lt_cv_dlopen_self" >&6 -+{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 -+echo "${ECHO_T}$lt_cv_dlopen_self" >&6; } - - if test "x$lt_cv_dlopen_self" = xyes; then - wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" -- echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 --echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 -+echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; } - if test "${lt_cv_dlopen_self_static+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -120266,7 +120475,7 @@ - lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 - lt_status=$lt_dlunknown - cat > conftest.$ac_ext <&5 --echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6 -+{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 -+echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; } - fi - - CPPFLAGS="$save_CPPFLAGS" -@@ -120373,13 +120582,13 @@ - - - # Report which library types will actually be built --echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 --echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6 --echo "$as_me:$LINENO: result: $can_build_shared" >&5 --echo "${ECHO_T}$can_build_shared" >&6 -+{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 -+echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; } -+{ echo "$as_me:$LINENO: result: $can_build_shared" >&5 -+echo "${ECHO_T}$can_build_shared" >&6; } - --echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 --echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 -+echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; } - test "$can_build_shared" = "no" && enable_shared=no - - # On AIX, shared libraries and static libraries use the same namespace, and -@@ -120399,15 +120608,15 @@ - fi - ;; - esac --echo "$as_me:$LINENO: result: $enable_shared" >&5 --echo "${ECHO_T}$enable_shared" >&6 -+{ echo "$as_me:$LINENO: result: $enable_shared" >&5 -+echo "${ECHO_T}$enable_shared" >&6; } - --echo "$as_me:$LINENO: checking whether to build static libraries" >&5 --echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5 -+echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; } - # Make sure either enable_shared or enable_static is yes. - test "$enable_shared" = yes || enable_static=yes --echo "$as_me:$LINENO: result: $enable_static" >&5 --echo "${ECHO_T}$enable_static" >&6 -+{ echo "$as_me:$LINENO: result: $enable_static" >&5 -+echo "${ECHO_T}$enable_static" >&6; } - - # The else clause should only fire when bootstrapping the - # libtool distribution, otherwise you forgot to ship ltmain.sh -@@ -120899,11 +121108,11 @@ - CC="$lt_save_CC" - - --# Check whether --with-tags or --without-tags was given. -+# Check whether --with-tags was given. - if test "${with_tags+set}" = set; then -- withval="$with_tags" -- tagnames="$withval" --fi; -+ withval=$with_tags; tagnames="$withval" -+fi -+ - - if test -f "$ltmain" && test -n "$tagnames"; then - if test ! -f "${ofile}"; then -@@ -120957,7 +121166,7 @@ - if test -n "$CXX" && ( test "X$CXX" != "Xno" && - ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || - (test "X$CXX" != "Xg++"))) ; then -- ac_ext=cc -+ 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' -@@ -121076,18 +121285,18 @@ - # Set up default GNU C++ configuration - - --# Check whether --with-gnu-ld or --without-gnu-ld was given. -+# Check whether --with-gnu-ld was given. - if test "${with_gnu_ld+set}" = set; then -- withval="$with_gnu_ld" -- test "$withval" = no || with_gnu_ld=yes -+ withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes - else - with_gnu_ld=no --fi; -+fi -+ - ac_prog=ld - if test "$GCC" = yes; then - # Check if gcc -print-prog-name=ld gives a path. -- echo "$as_me:$LINENO: checking for ld used by $CC" >&5 --echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for ld used by $CC" >&5 -+echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; } - case $host in - *-*-mingw*) - # gcc leaves a trailing carriage return which upsets mingw -@@ -121116,11 +121325,11 @@ - ;; - esac - elif test "$with_gnu_ld" = yes; then -- echo "$as_me:$LINENO: checking for GNU ld" >&5 --echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for GNU ld" >&5 -+echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; } - else -- echo "$as_me:$LINENO: checking for non-GNU ld" >&5 --echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 -+echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; } - fi - if test "${lt_cv_path_LD+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -@@ -121153,17 +121362,17 @@ - - LD="$lt_cv_path_LD" - if test -n "$LD"; then -- echo "$as_me:$LINENO: result: $LD" >&5 --echo "${ECHO_T}$LD" >&6 -+ { echo "$as_me:$LINENO: result: $LD" >&5 -+echo "${ECHO_T}$LD" >&6; } - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 - echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} - { (exit 1); exit 1; }; } --echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 --echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 -+echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; } - if test "${lt_cv_prog_gnu_ld+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -121177,8 +121386,8 @@ - ;; - esac - fi --echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 --echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6 -+{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 -+echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; } - with_gnu_ld=$lt_cv_prog_gnu_ld - - -@@ -121228,8 +121437,8 @@ - fi - - # PORTME: fill in a description of your system's C++ link characteristics --echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 --echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 -+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } - ld_shlibs_CXX=yes - case $host_os in - aix3*) -@@ -121341,27 +121550,23 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - - aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } - }'` -@@ -121372,8 +121577,10 @@ - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi - -@@ -121403,27 +121610,23 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_cxx_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - - aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } - }'` -@@ -121434,8 +121637,10 @@ - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi - -@@ -121583,7 +121788,7 @@ - freebsd-elf*) - archive_cmds_need_lc_CXX=no - ;; -- freebsd* | kfreebsd*-gnu | dragonfly*) -+ freebsd* | dragonfly*) - # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF - # conventions - ld_shlibs_CXX=yes -@@ -121742,7 +121947,7 @@ - hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' - hardcode_libdir_separator_CXX=: - ;; -- linux*) -+ linux* | k*bsd*-gnu) - case $cc_basename in - KCC*) - # Kuck and Associates, Inc. (KAI) C++ Compiler -@@ -121844,7 +122049,7 @@ - ;; - esac - ;; -- netbsd*) -+ netbsd* | netbsdelf*-gnu) - if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then - archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' - wlarc= -@@ -122166,8 +122371,8 @@ - ld_shlibs_CXX=no - ;; - esac --echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 --echo "${ECHO_T}$ld_shlibs_CXX" >&6 -+{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 -+echo "${ECHO_T}$ld_shlibs_CXX" >&6; } - test "$ld_shlibs_CXX" = no && can_build_shared=no - - GCC_CXX="$GXX" -@@ -122306,8 +122511,8 @@ - lt_prog_compiler_pic_CXX= - lt_prog_compiler_static_CXX= - --echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 --echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 -+echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } - - # C++ specific cases for pic, static, wl, etc. - if test "$GXX" = yes; then -@@ -122411,7 +122616,7 @@ - ;; - esac - ;; -- freebsd* | kfreebsd*-gnu | dragonfly*) -+ freebsd* | dragonfly*) - # FreeBSD uses GNU C++ - ;; - hpux9* | hpux10* | hpux11*) -@@ -122454,7 +122659,7 @@ - ;; - esac - ;; -- linux*) -+ linux* | k*bsd*-gnu) - case $cc_basename in - KCC*) - # KAI C++ Compiler -@@ -122497,7 +122702,7 @@ - ;; - esac - ;; -- netbsd*) -+ netbsd* | netbsdelf*-gnu) - ;; - osf3* | osf4* | osf5*) - case $cc_basename in -@@ -122580,16 +122785,16 @@ - esac - fi - --echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5 --echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6 -+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5 -+echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; } - - # - # Check to make sure the PIC flag actually works. - # - if test -n "$lt_prog_compiler_pic_CXX"; then - --echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 --echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 -+echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; } - if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -122606,11 +122811,11 @@ - -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:122609: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:122814: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 -- echo "$as_me:122613: \$? = $ac_status" >&5 -+ echo "$as_me:122818: \$? = $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. -@@ -122623,8 +122828,8 @@ - $rm conftest* - - fi --echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5 --echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6 -+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5 -+echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6; } - - if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then - case $lt_prog_compiler_pic_CXX in -@@ -122651,8 +122856,8 @@ - # Check to make sure the static flag actually works. - # - wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\" --echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 --echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 -+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } - if test "${lt_prog_compiler_static_works_CXX+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -122679,8 +122884,8 @@ - LDFLAGS="$save_LDFLAGS" - - fi --echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_CXX" >&5 --echo "${ECHO_T}$lt_prog_compiler_static_works_CXX" >&6 -+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_CXX" >&5 -+echo "${ECHO_T}$lt_prog_compiler_static_works_CXX" >&6; } - - if test x"$lt_prog_compiler_static_works_CXX" = xyes; then - : -@@ -122689,8 +122894,8 @@ - fi - - --echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 --echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 -+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } - if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -122710,11 +122915,11 @@ - -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:122713: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:122918: $lt_compile\"" >&5) - (eval "$lt_compile" 2>out/conftest.err) - ac_status=$? - cat out/conftest.err >&5 -- echo "$as_me:122717: \$? = $ac_status" >&5 -+ echo "$as_me:122922: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s out/conftest2.$ac_objext - then - # The compiler can only warn and ignore the option if not recognized -@@ -122736,23 +122941,23 @@ - $rm conftest* - - fi --echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5 --echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6 -+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5 -+echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; } - - - hard_links="nottested" - if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then - # do not overwrite the value of need_locks provided by the user -- echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 --echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 -+echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&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 -- echo "$as_me:$LINENO: result: $hard_links" >&5 --echo "${ECHO_T}$hard_links" >&6 -+ { echo "$as_me:$LINENO: result: $hard_links" >&5 -+echo "${ECHO_T}$hard_links" >&6; } - if test "$hard_links" = no; then - { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 - echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} -@@ -122762,8 +122967,8 @@ - need_locks=no - fi - --echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 --echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 -+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } - - export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' - case $host_os in -@@ -122782,13 +122987,16 @@ - cygwin* | mingw*) - export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([^ ]*\) [^ ]*/\1 DATA/;/^I /d;/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' - ;; -+ linux* | k*bsd*-gnu) -+ link_all_deplibs_CXX=no -+ ;; - *) - export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' - ;; - esac - --echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 --echo "${ECHO_T}$ld_shlibs_CXX" >&6 -+{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 -+echo "${ECHO_T}$ld_shlibs_CXX" >&6; } - test "$ld_shlibs_CXX" = no && can_build_shared=no - - # -@@ -122808,8 +123016,8 @@ - # 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. -- echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 --echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 -+echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } - $rm conftest* - printf "$lt_simple_compile_test_code" > conftest.$ac_ext - -@@ -122846,16 +123054,16 @@ - cat conftest.err 1>&5 - fi - $rm conftest* -- echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5 --echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6 -+ { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5 -+echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; } - ;; - esac - fi - ;; - esac - --echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 --echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 -+echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } - library_names_spec= - libname_spec='lib$name' - soname_spec= -@@ -123061,18 +123269,6 @@ - dynamic_linker=no - ;; - --kfreebsd*-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='GNU ld.so' -- ;; -- - freebsd* | dragonfly*) - # DragonFly does not have aout. When/if they implement a new - # versioning mechanism, adjust this. -@@ -123228,7 +123424,7 @@ - ;; - - # This must be Linux ELF. --linux*) -+linux* | k*bsd*-gnu) - version_type=linux - need_lib_prefix=no - need_version=no -@@ -123257,7 +123453,7 @@ - dynamic_linker='GNU/Linux ld.so' - ;; - --knetbsd*-gnu) -+netbsdelf*-gnu) - version_type=linux - need_lib_prefix=no - need_version=no -@@ -123266,7 +123462,7 @@ - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes -- dynamic_linker='GNU ld.so' -+ dynamic_linker='NetBSD ld.elf_so' - ;; - - netbsd*) -@@ -123442,8 +123638,8 @@ - dynamic_linker=no - ;; - esac --echo "$as_me:$LINENO: result: $dynamic_linker" >&5 --echo "${ECHO_T}$dynamic_linker" >&6 -+{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5 -+echo "${ECHO_T}$dynamic_linker" >&6; } - test "$dynamic_linker" = no && can_build_shared=no - - variables_saved_for_relink="PATH $shlibpath_var $runpath_var" -@@ -123451,8 +123647,8 @@ - variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" - fi - --echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 --echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 -+echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } - hardcode_action_CXX= - if test -n "$hardcode_libdir_flag_spec_CXX" || \ - test -n "$runpath_var_CXX" || \ -@@ -123476,8 +123672,8 @@ - # directories. - hardcode_action_CXX=unsupported - fi --echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5 --echo "${ECHO_T}$hardcode_action_CXX" >&6 -+{ echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5 -+echo "${ECHO_T}$hardcode_action_CXX" >&6; } - - if test "$hardcode_action_CXX" = relink; then - # Fast installation is not supported -@@ -124002,13 +124198,13 @@ - cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` - - --echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 --echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6 --echo "$as_me:$LINENO: result: $can_build_shared" >&5 --echo "${ECHO_T}$can_build_shared" >&6 -+{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 -+echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; } -+{ echo "$as_me:$LINENO: result: $can_build_shared" >&5 -+echo "${ECHO_T}$can_build_shared" >&6; } - --echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 --echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 -+echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; } - test "$can_build_shared" = "no" && enable_shared=no - - # On AIX, shared libraries and static libraries use the same namespace, and -@@ -124027,15 +124223,15 @@ - fi - ;; - esac --echo "$as_me:$LINENO: result: $enable_shared" >&5 --echo "${ECHO_T}$enable_shared" >&6 -+{ echo "$as_me:$LINENO: result: $enable_shared" >&5 -+echo "${ECHO_T}$enable_shared" >&6; } - --echo "$as_me:$LINENO: checking whether to build static libraries" >&5 --echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5 -+echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; } - # Make sure either enable_shared or enable_static is yes. - test "$enable_shared" = yes || enable_static=yes --echo "$as_me:$LINENO: result: $enable_static" >&5 --echo "${ECHO_T}$enable_static" >&6 -+{ echo "$as_me:$LINENO: result: $enable_static" >&5 -+echo "${ECHO_T}$enable_static" >&6; } - - GCC_F77="$G77" - LD_F77="$LD" -@@ -124044,8 +124240,8 @@ - lt_prog_compiler_pic_F77= - lt_prog_compiler_static_F77= - --echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 --echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 -+echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } - - if test "$GCC" = yes; then - lt_prog_compiler_wl_F77='-Wl,' -@@ -124174,7 +124370,7 @@ - lt_prog_compiler_static_F77='-Bstatic' - ;; - -- linux*) -+ linux* | k*bsd*-gnu) - case $cc_basename in - icc* | ecc*) - lt_prog_compiler_wl_F77='-Wl,' -@@ -124254,16 +124450,16 @@ - esac - fi - --echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5 --echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6 -+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5 -+echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6; } - - # - # Check to make sure the PIC flag actually works. - # - if test -n "$lt_prog_compiler_pic_F77"; then - --echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5 --echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5 -+echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6; } - if test "${lt_prog_compiler_pic_works_F77+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -124280,11 +124476,11 @@ - -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:124283: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:124479: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 -- echo "$as_me:124287: \$? = $ac_status" >&5 -+ echo "$as_me:124483: \$? = $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. -@@ -124297,8 +124493,8 @@ - $rm conftest* - - fi --echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5 --echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6 -+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5 -+echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6; } - - if test x"$lt_prog_compiler_pic_works_F77" = xyes; then - case $lt_prog_compiler_pic_F77 in -@@ -124325,8 +124521,8 @@ - # Check to make sure the static flag actually works. - # - wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\" --echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 --echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 -+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } - if test "${lt_prog_compiler_static_works_F77+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -124353,8 +124549,8 @@ - LDFLAGS="$save_LDFLAGS" - - fi --echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_F77" >&5 --echo "${ECHO_T}$lt_prog_compiler_static_works_F77" >&6 -+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_F77" >&5 -+echo "${ECHO_T}$lt_prog_compiler_static_works_F77" >&6; } - - if test x"$lt_prog_compiler_static_works_F77" = xyes; then - : -@@ -124363,8 +124559,8 @@ - fi - - --echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 --echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 -+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } - if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -124384,11 +124580,11 @@ - -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:124387: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:124583: $lt_compile\"" >&5) - (eval "$lt_compile" 2>out/conftest.err) - ac_status=$? - cat out/conftest.err >&5 -- echo "$as_me:124391: \$? = $ac_status" >&5 -+ echo "$as_me:124587: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s out/conftest2.$ac_objext - then - # The compiler can only warn and ignore the option if not recognized -@@ -124410,23 +124606,23 @@ - $rm conftest* - - fi --echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5 --echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6 -+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5 -+echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6; } - - - hard_links="nottested" - if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then - # do not overwrite the value of need_locks provided by the user -- echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 --echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 -+echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&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 -- echo "$as_me:$LINENO: result: $hard_links" >&5 --echo "${ECHO_T}$hard_links" >&6 -+ { echo "$as_me:$LINENO: result: $hard_links" >&5 -+echo "${ECHO_T}$hard_links" >&6; } - if test "$hard_links" = no; then - { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 - echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} -@@ -124436,8 +124632,8 @@ - need_locks=no - fi - --echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 --echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 -+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } - - runpath_var= - allow_undefined_flag_F77= -@@ -124613,7 +124809,7 @@ - archive_expsym_cmds_F77='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' - ;; - -- linux*) -+ linux* | k*bsd*-gnu) - if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then - tmp_addflag= - case $cc_basename,$host_cpu in -@@ -124639,12 +124835,13 @@ - $echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' - fi -+ link_all_deplibs_F77=no - else - ld_shlibs_F77=no - fi - ;; - -- netbsd*) -+ netbsd* | netbsdelf*-gnu) - if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then - archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' - wlarc= -@@ -124842,27 +125039,23 @@ - end - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_f77_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_f77_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - - aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } - }'` -@@ -124873,8 +125066,10 @@ - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi - -@@ -124893,27 +125088,23 @@ - end - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_f77_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_f77_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - - aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } - }'` -@@ -124924,8 +125115,10 @@ - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi - -@@ -125056,7 +125249,7 @@ - ;; - - # FreeBSD 3 and greater uses gcc -shared to do shared libraries. -- freebsd* | kfreebsd*-gnu | dragonfly*) -+ freebsd* | dragonfly*) - archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' - hardcode_libdir_flag_spec_F77='-R$libdir' - hardcode_direct_F77=yes -@@ -125158,7 +125351,7 @@ - link_all_deplibs_F77=yes - ;; - -- netbsd*) -+ netbsd* | netbsdelf*-gnu) - if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then - archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out - else -@@ -125374,8 +125567,8 @@ - esac - fi - --echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5 --echo "${ECHO_T}$ld_shlibs_F77" >&6 -+{ echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5 -+echo "${ECHO_T}$ld_shlibs_F77" >&6; } - test "$ld_shlibs_F77" = no && can_build_shared=no - - # -@@ -125395,8 +125588,8 @@ - # 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. -- echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 --echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 -+echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } - $rm conftest* - printf "$lt_simple_compile_test_code" > conftest.$ac_ext - -@@ -125433,16 +125626,16 @@ - cat conftest.err 1>&5 - fi - $rm conftest* -- echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5 --echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6 -+ { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5 -+echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6; } - ;; - esac - fi - ;; - esac - --echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 --echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 -+echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } - library_names_spec= - libname_spec='lib$name' - soname_spec= -@@ -125648,18 +125841,6 @@ - dynamic_linker=no - ;; - --kfreebsd*-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='GNU ld.so' -- ;; -- - freebsd* | dragonfly*) - # DragonFly does not have aout. When/if they implement a new - # versioning mechanism, adjust this. -@@ -125815,7 +125996,7 @@ - ;; - - # This must be Linux ELF. --linux*) -+linux* | k*bsd*-gnu) - version_type=linux - need_lib_prefix=no - need_version=no -@@ -125844,7 +126025,7 @@ - dynamic_linker='GNU/Linux ld.so' - ;; - --knetbsd*-gnu) -+netbsdelf*-gnu) - version_type=linux - need_lib_prefix=no - need_version=no -@@ -125853,7 +126034,7 @@ - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes -- dynamic_linker='GNU ld.so' -+ dynamic_linker='NetBSD ld.elf_so' - ;; - - netbsd*) -@@ -126029,8 +126210,8 @@ - dynamic_linker=no - ;; - esac --echo "$as_me:$LINENO: result: $dynamic_linker" >&5 --echo "${ECHO_T}$dynamic_linker" >&6 -+{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5 -+echo "${ECHO_T}$dynamic_linker" >&6; } - test "$dynamic_linker" = no && can_build_shared=no - - variables_saved_for_relink="PATH $shlibpath_var $runpath_var" -@@ -126038,8 +126219,8 @@ - variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" - fi - --echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 --echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 -+echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } - hardcode_action_F77= - if test -n "$hardcode_libdir_flag_spec_F77" || \ - test -n "$runpath_var_F77" || \ -@@ -126063,8 +126244,8 @@ - # directories. - hardcode_action_F77=unsupported - fi --echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5 --echo "${ECHO_T}$hardcode_action_F77" >&6 -+{ echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5 -+echo "${ECHO_T}$hardcode_action_F77" >&6; } - - if test "$hardcode_action_F77" = relink; then - # Fast installation is not supported -@@ -126501,7 +126682,6 @@ - if test -n "$GCJ" && test "X$GCJ" != "Xno"; then - - -- - # Source file extension for Java test sources. - ac_ext=java - -@@ -126569,8 +126749,8 @@ - lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin' - - --echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 --echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 -+echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; } - if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -126587,11 +126767,11 @@ - -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:126590: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:126770: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 -- echo "$as_me:126594: \$? = $ac_status" >&5 -+ echo "$as_me:126774: \$? = $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. -@@ -126604,8 +126784,8 @@ - $rm conftest* - - fi --echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 --echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6 -+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 -+echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; } - - if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then - lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions" -@@ -126619,8 +126799,8 @@ - lt_prog_compiler_pic_GCJ= - lt_prog_compiler_static_GCJ= - --echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 --echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 -+echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } - - if test "$GCC" = yes; then - lt_prog_compiler_wl_GCJ='-Wl,' -@@ -126749,7 +126929,7 @@ - lt_prog_compiler_static_GCJ='-Bstatic' - ;; - -- linux*) -+ linux* | k*bsd*-gnu) - case $cc_basename in - icc* | ecc*) - lt_prog_compiler_wl_GCJ='-Wl,' -@@ -126829,16 +127009,16 @@ - esac - fi - --echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5 --echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6 -+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5 -+echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6; } - - # - # Check to make sure the PIC flag actually works. - # - if test -n "$lt_prog_compiler_pic_GCJ"; then - --echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5 --echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5 -+echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6; } - if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -126855,11 +127035,11 @@ - -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:126858: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:127038: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 -- echo "$as_me:126862: \$? = $ac_status" >&5 -+ echo "$as_me:127042: \$? = $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. -@@ -126872,8 +127052,8 @@ - $rm conftest* - - fi --echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5 --echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6 -+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5 -+echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6; } - - if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then - case $lt_prog_compiler_pic_GCJ in -@@ -126900,8 +127080,8 @@ - # Check to make sure the static flag actually works. - # - wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\" --echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 --echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 -+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } - if test "${lt_prog_compiler_static_works_GCJ+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -126928,8 +127108,8 @@ - LDFLAGS="$save_LDFLAGS" - - fi --echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_GCJ" >&5 --echo "${ECHO_T}$lt_prog_compiler_static_works_GCJ" >&6 -+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_GCJ" >&5 -+echo "${ECHO_T}$lt_prog_compiler_static_works_GCJ" >&6; } - - if test x"$lt_prog_compiler_static_works_GCJ" = xyes; then - : -@@ -126938,8 +127118,8 @@ - fi - - --echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 --echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 -+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } - if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -126959,11 +127139,11 @@ - -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:126962: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:127142: $lt_compile\"" >&5) - (eval "$lt_compile" 2>out/conftest.err) - ac_status=$? - cat out/conftest.err >&5 -- echo "$as_me:126966: \$? = $ac_status" >&5 -+ echo "$as_me:127146: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s out/conftest2.$ac_objext - then - # The compiler can only warn and ignore the option if not recognized -@@ -126985,23 +127165,23 @@ - $rm conftest* - - fi --echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5 --echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6 -+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5 -+echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6; } - - - hard_links="nottested" - if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then - # do not overwrite the value of need_locks provided by the user -- echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 --echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 -+echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&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 -- echo "$as_me:$LINENO: result: $hard_links" >&5 --echo "${ECHO_T}$hard_links" >&6 -+ { echo "$as_me:$LINENO: result: $hard_links" >&5 -+echo "${ECHO_T}$hard_links" >&6; } - if test "$hard_links" = no; then - { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 - echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} -@@ -127011,8 +127191,8 @@ - need_locks=no - fi - --echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 --echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 -+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } - - runpath_var= - allow_undefined_flag_GCJ= -@@ -127188,7 +127368,7 @@ - archive_expsym_cmds_GCJ='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' - ;; - -- linux*) -+ linux* | k*bsd*-gnu) - if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then - tmp_addflag= - case $cc_basename,$host_cpu in -@@ -127214,12 +127394,13 @@ - $echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' - fi -+ link_all_deplibs_GCJ=no - else - ld_shlibs_GCJ=no - fi - ;; - -- netbsd*) -+ netbsd* | netbsdelf*-gnu) - if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then - archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' - wlarc= -@@ -127427,27 +127608,23 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - - aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } - }'` -@@ -127458,8 +127635,10 @@ - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi - -@@ -127488,27 +127667,23 @@ - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>conftest.er1 -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" -- || test ! -s conftest.err' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then - - aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } - }'` -@@ -127519,8 +127694,10 @@ - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -+ - fi --rm -f conftest.err conftest.$ac_objext \ -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi - -@@ -127651,7 +127828,7 @@ - ;; - - # FreeBSD 3 and greater uses gcc -shared to do shared libraries. -- freebsd* | kfreebsd*-gnu | dragonfly*) -+ freebsd* | dragonfly*) - archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' - hardcode_libdir_flag_spec_GCJ='-R$libdir' - hardcode_direct_GCJ=yes -@@ -127753,7 +127930,7 @@ - link_all_deplibs_GCJ=yes - ;; - -- netbsd*) -+ netbsd* | netbsdelf*-gnu) - if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then - archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out - else -@@ -127969,8 +128146,8 @@ - esac - fi - --echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5 --echo "${ECHO_T}$ld_shlibs_GCJ" >&6 -+{ echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5 -+echo "${ECHO_T}$ld_shlibs_GCJ" >&6; } - test "$ld_shlibs_GCJ" = no && can_build_shared=no - - # -@@ -127990,8 +128167,8 @@ - # 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. -- echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 --echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 -+echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } - $rm conftest* - printf "$lt_simple_compile_test_code" > conftest.$ac_ext - -@@ -128028,16 +128205,16 @@ - cat conftest.err 1>&5 - fi - $rm conftest* -- echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5 --echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6 -+ { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5 -+echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6; } - ;; - esac - fi - ;; - esac - --echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 --echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 -+echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } - library_names_spec= - libname_spec='lib$name' - soname_spec= -@@ -128243,18 +128420,6 @@ - dynamic_linker=no - ;; - --kfreebsd*-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='GNU ld.so' -- ;; -- - freebsd* | dragonfly*) - # DragonFly does not have aout. When/if they implement a new - # versioning mechanism, adjust this. -@@ -128410,7 +128575,7 @@ - ;; - - # This must be Linux ELF. --linux*) -+linux* | k*bsd*-gnu) - version_type=linux - need_lib_prefix=no - need_version=no -@@ -128439,7 +128604,7 @@ - dynamic_linker='GNU/Linux ld.so' - ;; - --knetbsd*-gnu) -+netbsdelf*-gnu) - version_type=linux - need_lib_prefix=no - need_version=no -@@ -128448,7 +128613,7 @@ - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes -- dynamic_linker='GNU ld.so' -+ dynamic_linker='NetBSD ld.elf_so' - ;; - - netbsd*) -@@ -128624,8 +128789,8 @@ - dynamic_linker=no - ;; - esac --echo "$as_me:$LINENO: result: $dynamic_linker" >&5 --echo "${ECHO_T}$dynamic_linker" >&6 -+{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5 -+echo "${ECHO_T}$dynamic_linker" >&6; } - test "$dynamic_linker" = no && can_build_shared=no - - variables_saved_for_relink="PATH $shlibpath_var $runpath_var" -@@ -128633,8 +128798,8 @@ - variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" - fi - --echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 --echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 -+echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } - hardcode_action_GCJ= - if test -n "$hardcode_libdir_flag_spec_GCJ" || \ - test -n "$runpath_var_GCJ" || \ -@@ -128658,8 +128823,8 @@ - # directories. - hardcode_action_GCJ=unsupported - fi --echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5 --echo "${ECHO_T}$hardcode_action_GCJ" >&6 -+{ echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5 -+echo "${ECHO_T}$hardcode_action_GCJ" >&6; } - - if test "$hardcode_action_GCJ" = relink; then - # Fast installation is not supported -@@ -129095,7 +129260,6 @@ - RC) - - -- - # Source file extension for RC test sources. - ac_ext=rc - -@@ -129811,8 +129975,8 @@ - # Try to see if it will add any additional flags for dependant libraries - # - --echo "$as_me:$LINENO: checking for libtool-supplied linker flags" >&5 --echo $ECHO_N "checking for libtool-supplied linker flags... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking for libtool-supplied linker flags" >&5 -+echo $ECHO_N "checking for libtool-supplied linker flags... $ECHO_C" >&6; } - - libtool="opal/libltdl/libtool" - extra_flags="-export-dynamic $flags" -@@ -129840,7 +130004,7 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "yes"; then -- echo "configure:129843: $cmd" >&5 -+ echo "configure:130007: $cmd" >&5 - else - echo $cmd >&5 - fi -@@ -129853,13 +130017,13 @@ - # 1 is the message - # 2 is whether to put a prefix or not - if test -n "yes"; then -- echo "configure:129856: \$? = $status" >&5 -+ echo "configure:130020: \$? = $status" >&5 - else - echo \$? = $status >&5 - fi - if test "$status" != "0"; then -- echo "$as_me:$LINENO: result: libtool error!" >&5 --echo "${ECHO_T}libtool error!" >&6 -+ { echo "$as_me:$LINENO: result: libtool error!" >&5 -+echo "${ECHO_T}libtool error!" >&6; } - { { echo "$as_me:$LINENO: error: Cannot continue" >&5 - echo "$as_me: error: Cannot continue" >&2;} - { (exit 1); exit 1; }; } -@@ -129905,11 +130069,11 @@ - done - - if test -n "$extra_ldflags"; then -- echo "$as_me:$LINENO: result: $extra_ldflags" >&5 --echo "${ECHO_T}$extra_ldflags" >&6 -+ { echo "$as_me:$LINENO: result: $extra_ldflags" >&5 -+echo "${ECHO_T}$extra_ldflags" >&6; } - else -- echo "$as_me:$LINENO: result: no extra flags" >&5 --echo "${ECHO_T}no extra flags" >&6 -+ { echo "$as_me:$LINENO: result: no extra flags" >&5 -+echo "${ECHO_T}no extra flags" >&6; } - fi - - cd .. -@@ -130053,14 +130217,14 @@ - else - TOTALVIEW_DEBUG_FLAGS="-g" - fi --echo "$as_me:$LINENO: checking which of CFLAGS are ok for TotalView modules" >&5 --echo $ECHO_N "checking which of CFLAGS are ok for TotalView modules... $ECHO_C" >&6 --echo "$as_me:$LINENO: result: $CFLAGS_WITHOUT_OPTFLAGS" >&5 --echo "${ECHO_T}$CFLAGS_WITHOUT_OPTFLAGS" >&6 --echo "$as_me:$LINENO: checking extra CFLAGS for TotalView modules" >&5 --echo $ECHO_N "checking extra CFLAGS for TotalView modules... $ECHO_C" >&6 --echo "$as_me:$LINENO: result: $TOTALVIEW_DEBUG_FLAGS" >&5 --echo "${ECHO_T}$TOTALVIEW_DEBUG_FLAGS" >&6 -+{ echo "$as_me:$LINENO: checking which of CFLAGS are ok for TotalView modules" >&5 -+echo $ECHO_N "checking which of CFLAGS are ok for TotalView modules... $ECHO_C" >&6; } -+{ echo "$as_me:$LINENO: result: $CFLAGS_WITHOUT_OPTFLAGS" >&5 -+echo "${ECHO_T}$CFLAGS_WITHOUT_OPTFLAGS" >&6; } -+{ echo "$as_me:$LINENO: checking extra CFLAGS for TotalView modules" >&5 -+echo $ECHO_N "checking extra CFLAGS for TotalView modules... $ECHO_C" >&6; } -+{ echo "$as_me:$LINENO: result: $TOTALVIEW_DEBUG_FLAGS" >&5 -+echo "${ECHO_T}$TOTALVIEW_DEBUG_FLAGS" >&6; } - - - -@@ -130641,51 +130805,51 @@ - - unset ompi_name ompi_i ompi_done ompi_newval ompi_eval ompi_count - -- echo "$as_me:$LINENO: checking for OPAL CPPFLAGS" >&5 --echo $ECHO_N "checking for OPAL CPPFLAGS... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for OPAL CPPFLAGS" >&5 -+echo $ECHO_N "checking for OPAL CPPFLAGS... $ECHO_C" >&6; } - OPAL_WRAPPER_EXTRA_CPPFLAGS="$WRAPPER_EXTRA_CPPFLAGS $USER_WRAPPER_EXTRA_CPPFLAGS" - -- echo "$as_me:$LINENO: result: $OPAL_WRAPPER_EXTRA_CPPFLAGS" >&5 --echo "${ECHO_T}$OPAL_WRAPPER_EXTRA_CPPFLAGS" >&6 -+ { echo "$as_me:$LINENO: result: $OPAL_WRAPPER_EXTRA_CPPFLAGS" >&5 -+echo "${ECHO_T}$OPAL_WRAPPER_EXTRA_CPPFLAGS" >&6; } - -- echo "$as_me:$LINENO: checking for OPAL CFLAGS" >&5 --echo $ECHO_N "checking for OPAL CFLAGS... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for OPAL CFLAGS" >&5 -+echo $ECHO_N "checking for OPAL CFLAGS... $ECHO_C" >&6; } - OPAL_WRAPPER_EXTRA_CFLAGS="$WRAPPER_EXTRA_CFLAGS $USER_WRAPPER_EXTRA_CFLAGS" - -- echo "$as_me:$LINENO: result: $OPAL_WRAPPER_EXTRA_CFLAGS" >&5 --echo "${ECHO_T}$OPAL_WRAPPER_EXTRA_CFLAGS" >&6 -+ { echo "$as_me:$LINENO: result: $OPAL_WRAPPER_EXTRA_CFLAGS" >&5 -+echo "${ECHO_T}$OPAL_WRAPPER_EXTRA_CFLAGS" >&6; } - -- echo "$as_me:$LINENO: checking for OPAL CXXFLAGS" >&5 --echo $ECHO_N "checking for OPAL CXXFLAGS... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for OPAL CXXFLAGS" >&5 -+echo $ECHO_N "checking for OPAL CXXFLAGS... $ECHO_C" >&6; } - OPAL_WRAPPER_EXTRA_CXXFLAGS="$WRAPPER_EXTRA_CXXFLAGS $USER_WRAPPER_EXTRA_CXXFLAGS" - -- echo "$as_me:$LINENO: result: $OPAL_WRAPPER_EXTRA_CXXFLAGS" >&5 --echo "${ECHO_T}$OPAL_WRAPPER_EXTRA_CXXFLAGS" >&6 -+ { echo "$as_me:$LINENO: result: $OPAL_WRAPPER_EXTRA_CXXFLAGS" >&5 -+echo "${ECHO_T}$OPAL_WRAPPER_EXTRA_CXXFLAGS" >&6; } - -- echo "$as_me:$LINENO: checking for OPAL LDFLAGS" >&5 --echo $ECHO_N "checking for OPAL LDFLAGS... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for OPAL LDFLAGS" >&5 -+echo $ECHO_N "checking for OPAL LDFLAGS... $ECHO_C" >&6; } - OPAL_WRAPPER_EXTRA_LDFLAGS="$opal_WRAPPER_EXTRA_LDFLAGS $WRAPPER_EXTRA_LDFLAGS $USER_WRAPPER_EXTRA_LDFLAGS" - -- echo "$as_me:$LINENO: result: $OPAL_WRAPPER_EXTRA_LDFLAGS" >&5 --echo "${ECHO_T}$OPAL_WRAPPER_EXTRA_LDFLAGS" >&6 -+ { echo "$as_me:$LINENO: result: $OPAL_WRAPPER_EXTRA_LDFLAGS" >&5 -+echo "${ECHO_T}$OPAL_WRAPPER_EXTRA_LDFLAGS" >&6; } - -- echo "$as_me:$LINENO: checking for OPAL LIBS" >&5 --echo $ECHO_N "checking for OPAL LIBS... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for OPAL LIBS" >&5 -+echo $ECHO_N "checking for OPAL LIBS... $ECHO_C" >&6; } - OPAL_WRAPPER_EXTRA_LIBS="$opal_WRAPPER_EXTRA_LIBS $WRAPPER_EXTRA_LIBS $USER_WRAPPER_EXTRA_LIBS" - -- echo "$as_me:$LINENO: result: $OPAL_WRAPPER_EXTRA_LIBS" >&5 --echo "${ECHO_T}$OPAL_WRAPPER_EXTRA_LIBS" >&6 -+ { echo "$as_me:$LINENO: result: $OPAL_WRAPPER_EXTRA_LIBS" >&5 -+echo "${ECHO_T}$OPAL_WRAPPER_EXTRA_LIBS" >&6; } - -- echo "$as_me:$LINENO: checking for OPAL extra include dirs" >&5 --echo $ECHO_N "checking for OPAL extra include dirs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for OPAL extra include dirs" >&5 -+echo $ECHO_N "checking for OPAL extra include dirs... $ECHO_C" >&6; } - if test "$WANT_INSTALL_HEADERS" = "1" ; then - OPAL_WRAPPER_EXTRA_INCLUDES="openmpi" - else - OPAL_WRAPPER_EXTRA_INCLUDES= - fi - -- echo "$as_me:$LINENO: result: $OPAL_WRAPPER_EXTRA_INCLUDES" >&5 --echo "${ECHO_T}$OPAL_WRAPPER_EXTRA_INCLUDES" >&6 -+ { echo "$as_me:$LINENO: result: $OPAL_WRAPPER_EXTRA_INCLUDES" >&5 -+echo "${ECHO_T}$OPAL_WRAPPER_EXTRA_INCLUDES" >&6; } - - - # -@@ -130830,47 +130994,47 @@ - - unset ompi_name ompi_i ompi_done ompi_newval ompi_eval ompi_count - -- echo "$as_me:$LINENO: checking for ORTE CPPFLAGS" >&5 --echo $ECHO_N "checking for ORTE CPPFLAGS... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for ORTE CPPFLAGS" >&5 -+echo $ECHO_N "checking for ORTE CPPFLAGS... $ECHO_C" >&6; } - ORTE_WRAPPER_EXTRA_CPPFLAGS="$OPAL_WRAPPER_EXTRA_CPPFLAGS" - -- echo "$as_me:$LINENO: result: $ORTE_WRAPPER_EXTRA_CPPFLAGS" >&5 --echo "${ECHO_T}$ORTE_WRAPPER_EXTRA_CPPFLAGS" >&6 -+ { echo "$as_me:$LINENO: result: $ORTE_WRAPPER_EXTRA_CPPFLAGS" >&5 -+echo "${ECHO_T}$ORTE_WRAPPER_EXTRA_CPPFLAGS" >&6; } - -- echo "$as_me:$LINENO: checking for ORTE CFLAGS" >&5 --echo $ECHO_N "checking for ORTE CFLAGS... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for ORTE CFLAGS" >&5 -+echo $ECHO_N "checking for ORTE CFLAGS... $ECHO_C" >&6; } - ORTE_WRAPPER_EXTRA_CFLAGS="$OPAL_WRAPPER_EXTRA_CFLAGS" - -- echo "$as_me:$LINENO: result: $ORTE_WRAPPER_EXTRA_CFLAGS" >&5 --echo "${ECHO_T}$ORTE_WRAPPER_EXTRA_CFLAGS" >&6 -+ { echo "$as_me:$LINENO: result: $ORTE_WRAPPER_EXTRA_CFLAGS" >&5 -+echo "${ECHO_T}$ORTE_WRAPPER_EXTRA_CFLAGS" >&6; } - -- echo "$as_me:$LINENO: checking for ORTE CXXFLAGS" >&5 --echo $ECHO_N "checking for ORTE CXXFLAGS... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for ORTE CXXFLAGS" >&5 -+echo $ECHO_N "checking for ORTE CXXFLAGS... $ECHO_C" >&6; } - ORTE_WRAPPER_EXTRA_CXXFLAGS="$OPAL_WRAPPER_EXTRA_CXXFLAGS" - -- echo "$as_me:$LINENO: result: $ORTE_WRAPPER_EXTRA_CXXFLAGS" >&5 --echo "${ECHO_T}$ORTE_WRAPPER_EXTRA_CXXFLAGS" >&6 -+ { echo "$as_me:$LINENO: result: $ORTE_WRAPPER_EXTRA_CXXFLAGS" >&5 -+echo "${ECHO_T}$ORTE_WRAPPER_EXTRA_CXXFLAGS" >&6; } - -- echo "$as_me:$LINENO: checking for ORTE LDFLAGS" >&5 --echo $ECHO_N "checking for ORTE LDFLAGS... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for ORTE LDFLAGS" >&5 -+echo $ECHO_N "checking for ORTE LDFLAGS... $ECHO_C" >&6; } - ORTE_WRAPPER_EXTRA_LDFLAGS="$orte_WRAPPER_EXTRA_LDFLAGS $OPAL_WRAPPER_EXTRA_LDFLAGS" - -- echo "$as_me:$LINENO: result: $ORTE_WRAPPER_EXTRA_LDFLAGS" >&5 --echo "${ECHO_T}$ORTE_WRAPPER_EXTRA_LDFLAGS" >&6 -+ { echo "$as_me:$LINENO: result: $ORTE_WRAPPER_EXTRA_LDFLAGS" >&5 -+echo "${ECHO_T}$ORTE_WRAPPER_EXTRA_LDFLAGS" >&6; } - -- echo "$as_me:$LINENO: checking for ORTE LIBS" >&5 --echo $ECHO_N "checking for ORTE LIBS... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for ORTE LIBS" >&5 -+echo $ECHO_N "checking for ORTE LIBS... $ECHO_C" >&6; } - ORTE_WRAPPER_EXTRA_LIBS="$orte_WRAPPER_EXTRA_LIBS $OPAL_WRAPPER_EXTRA_LIBS" - -- echo "$as_me:$LINENO: result: $ORTE_WRAPPER_EXTRA_LIBS" >&5 --echo "${ECHO_T}$ORTE_WRAPPER_EXTRA_LIBS" >&6 -+ { echo "$as_me:$LINENO: result: $ORTE_WRAPPER_EXTRA_LIBS" >&5 -+echo "${ECHO_T}$ORTE_WRAPPER_EXTRA_LIBS" >&6; } - -- echo "$as_me:$LINENO: checking for ORTE extra include dirs" >&5 --echo $ECHO_N "checking for ORTE extra include dirs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for ORTE extra include dirs" >&5 -+echo $ECHO_N "checking for ORTE extra include dirs... $ECHO_C" >&6; } - ORTE_WRAPPER_EXTRA_INCLUDES="$OPAL_WRAPPER_EXTRA_INCLUDES" - -- echo "$as_me:$LINENO: result: $ORTE_WRAPPER_EXTRA_INCLUDES" >&5 --echo "${ECHO_T}$ORTE_WRAPPER_EXTRA_INCLUDES" >&6 -+ { echo "$as_me:$LINENO: result: $ORTE_WRAPPER_EXTRA_INCLUDES" >&5 -+echo "${ECHO_T}$ORTE_WRAPPER_EXTRA_INCLUDES" >&6; } - - - # -@@ -131015,57 +131179,57 @@ - - unset ompi_name ompi_i ompi_done ompi_newval ompi_eval ompi_count - -- echo "$as_me:$LINENO: checking for OMPI CPPFLAGS" >&5 --echo $ECHO_N "checking for OMPI CPPFLAGS... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for OMPI CPPFLAGS" >&5 -+echo $ECHO_N "checking for OMPI CPPFLAGS... $ECHO_C" >&6; } - OMPI_WRAPPER_EXTRA_CPPFLAGS="$ORTE_WRAPPER_EXTRA_CPPFLAGS" - -- echo "$as_me:$LINENO: result: $OMPI_WRAPPER_EXTRA_CPPFLAGS" >&5 --echo "${ECHO_T}$OMPI_WRAPPER_EXTRA_CPPFLAGS" >&6 -+ { echo "$as_me:$LINENO: result: $OMPI_WRAPPER_EXTRA_CPPFLAGS" >&5 -+echo "${ECHO_T}$OMPI_WRAPPER_EXTRA_CPPFLAGS" >&6; } - -- echo "$as_me:$LINENO: checking for OMPI CFLAGS" >&5 --echo $ECHO_N "checking for OMPI CFLAGS... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for OMPI CFLAGS" >&5 -+echo $ECHO_N "checking for OMPI CFLAGS... $ECHO_C" >&6; } - OMPI_WRAPPER_EXTRA_CFLAGS="$ORTE_WRAPPER_EXTRA_CFLAGS" - -- echo "$as_me:$LINENO: result: $OMPI_WRAPPER_EXTRA_CFLAGS" >&5 --echo "${ECHO_T}$OMPI_WRAPPER_EXTRA_CFLAGS" >&6 -+ { echo "$as_me:$LINENO: result: $OMPI_WRAPPER_EXTRA_CFLAGS" >&5 -+echo "${ECHO_T}$OMPI_WRAPPER_EXTRA_CFLAGS" >&6; } - -- echo "$as_me:$LINENO: checking for OMPI CXXFLAGS" >&5 --echo $ECHO_N "checking for OMPI CXXFLAGS... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for OMPI CXXFLAGS" >&5 -+echo $ECHO_N "checking for OMPI CXXFLAGS... $ECHO_C" >&6; } - OMPI_WRAPPER_EXTRA_CXXFLAGS="$ORTE_WRAPPER_EXTRA_CXXFLAGS" - -- echo "$as_me:$LINENO: result: $OMPI_WRAPPER_EXTRA_CXXFLAGS" >&5 --echo "${ECHO_T}$OMPI_WRAPPER_EXTRA_CXXFLAGS" >&6 -+ { echo "$as_me:$LINENO: result: $OMPI_WRAPPER_EXTRA_CXXFLAGS" >&5 -+echo "${ECHO_T}$OMPI_WRAPPER_EXTRA_CXXFLAGS" >&6; } - -- echo "$as_me:$LINENO: checking for OMPI FFLAGS" >&5 --echo $ECHO_N "checking for OMPI FFLAGS... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for OMPI FFLAGS" >&5 -+echo $ECHO_N "checking for OMPI FFLAGS... $ECHO_C" >&6; } - OMPI_WRAPPER_EXTRA_FFLAGS="$WRAPPER_EXTRA_FFLAGS $USER_WRAPPER_EXTRA_FFLAGS" - -- echo "$as_me:$LINENO: result: $OMPI_WRAPPER_EXTRA_FFLAGS" >&5 --echo "${ECHO_T}$OMPI_WRAPPER_EXTRA_FFLAGS" >&6 -+ { echo "$as_me:$LINENO: result: $OMPI_WRAPPER_EXTRA_FFLAGS" >&5 -+echo "${ECHO_T}$OMPI_WRAPPER_EXTRA_FFLAGS" >&6; } - -- echo "$as_me:$LINENO: checking for OMPI FCFLAGS" >&5 --echo $ECHO_N "checking for OMPI FCFLAGS... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for OMPI FCFLAGS" >&5 -+echo $ECHO_N "checking for OMPI FCFLAGS... $ECHO_C" >&6; } - OMPI_WRAPPER_EXTRA_FCFLAGS="$WRAPPER_EXTRA_FCFLAGS $USER_WRAPPER_EXTRA_FCFLAGS" - -- echo "$as_me:$LINENO: result: $OMPI_WRAPPER_EXTRA_FCFLAGS" >&5 --echo "${ECHO_T}$OMPI_WRAPPER_EXTRA_FCFLAGS" >&6 -+ { echo "$as_me:$LINENO: result: $OMPI_WRAPPER_EXTRA_FCFLAGS" >&5 -+echo "${ECHO_T}$OMPI_WRAPPER_EXTRA_FCFLAGS" >&6; } - -- echo "$as_me:$LINENO: checking for OMPI LDFLAGS" >&5 --echo $ECHO_N "checking for OMPI LDFLAGS... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for OMPI LDFLAGS" >&5 -+echo $ECHO_N "checking for OMPI LDFLAGS... $ECHO_C" >&6; } - OMPI_WRAPPER_EXTRA_LDFLAGS="$ompi_WRAPPER_EXTRA_LDFLAGS $ORTE_WRAPPER_EXTRA_LDFLAGS" - -- echo "$as_me:$LINENO: result: $OMPI_WRAPPER_EXTRA_LDFLAGS" >&5 --echo "${ECHO_T}$OMPI_WRAPPER_EXTRA_LDFLAGS" >&6 -+ { echo "$as_me:$LINENO: result: $OMPI_WRAPPER_EXTRA_LDFLAGS" >&5 -+echo "${ECHO_T}$OMPI_WRAPPER_EXTRA_LDFLAGS" >&6; } - -- echo "$as_me:$LINENO: checking for OMPI LIBS" >&5 --echo $ECHO_N "checking for OMPI LIBS... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for OMPI LIBS" >&5 -+echo $ECHO_N "checking for OMPI LIBS... $ECHO_C" >&6; } - OMPI_WRAPPER_EXTRA_LIBS="$ompi_WRAPPER_EXTRA_LIBS $ORTE_WRAPPER_EXTRA_LIBS" - -- echo "$as_me:$LINENO: result: $OMPI_WRAPPER_EXTRA_LIBS" >&5 --echo "${ECHO_T}$OMPI_WRAPPER_EXTRA_LIBS" >&6 -+ { echo "$as_me:$LINENO: result: $OMPI_WRAPPER_EXTRA_LIBS" >&5 -+echo "${ECHO_T}$OMPI_WRAPPER_EXTRA_LIBS" >&6; } - -- echo "$as_me:$LINENO: checking for OMPI extra include dirs" >&5 --echo $ECHO_N "checking for OMPI extra include dirs... $ECHO_C" >&6 -+ { echo "$as_me:$LINENO: checking for OMPI extra include dirs" >&5 -+echo $ECHO_N "checking for OMPI extra include dirs... $ECHO_C" >&6; } - if test "$WANT_INSTALL_HEADERS" = "1" ; then - # Always include openmpi in case C++ bindings get installed - OMPI_WRAPPER_EXTRA_INCLUDES="$ORTE_WRAPPER_EXTRA_INCLUDES" -@@ -131073,8 +131237,8 @@ - OMPI_WRAPPER_EXTRA_INCLUDES="$ORTE_WRAPPER_EXTRA_INCLUDES openmpi" - fi - -- echo "$as_me:$LINENO: result: $OMPI_WRAPPER_EXTRA_INCLUDES" >&5 --echo "${ECHO_T}$OMPI_WRAPPER_EXTRA_INCLUDES" >&6 -+ { echo "$as_me:$LINENO: result: $OMPI_WRAPPER_EXTRA_INCLUDES" >&5 -+echo "${ECHO_T}$OMPI_WRAPPER_EXTRA_INCLUDES" >&6; } - - # language binding support. C++ is a bit different, as the - # compiler should work even if there is no language support. -@@ -131197,13 +131361,13 @@ - prefix="$ompi_prefix_save" - exec_prefix="$ompi_exec_prefix_save" - -- ac_config_files="$ac_config_files opal/include/opal/install_dirs.h" -+ ac_config_files="$ac_config_files opal/include/opal/install_dirs.h" - - - -- ac_config_headers="$ac_config_headers opal/include/opal_config.h orte/include/orte_config.h ompi/include/ompi_config.h ompi/include/mpi.h" -+ac_config_headers="$ac_config_headers opal/include/opal_config.h orte/include/orte_config.h ompi/include/ompi_config.h ompi/include/mpi.h" - -- ac_config_files="$ac_config_files Makefile config/Makefile contrib/Makefile opal/Makefile opal/etc/Makefile opal/include/Makefile opal/asm/Makefile opal/event/Makefile opal/event/compat/Makefile opal/event/compat/sys/Makefile opal/util/Makefile opal/util/keyval/Makefile opal/mca/base/Makefile opal/tools/wrappers/Makefile opal/tools/wrappers/opalcc-wrapper-data.txt opal/tools/wrappers/opalc++-wrapper-data.txt orte/Makefile orte/include/Makefile orte/etc/Makefile orte/tools/console/Makefile orte/tools/orted/Makefile orte/tools/orteprobe/Makefile orte/tools/orterun/Makefile orte/tools/openmpi/Makefile orte/tools/wrappers/Makefile orte/tools/wrappers/ortecc-wrapper-data.txt orte/tools/wrappers/ortec++-wrapper-data.txt ompi/Makefile ompi/etc/Makefile ompi/include/Makefile ompi/include/mpif.h ompi/include/mpif-config.h ompi/datatype/Makefile ompi/debuggers/Makefile ompi/mpi/Makefile ompi/mpi/c/Makefile ompi/mpi/c/profile/Makefile ompi/mpi/cxx/Makefile ompi/mpi/f77/Makefile ompi/mpi/f77/profile/Makefile ompi/mpi/f90/Makefile ompi/mpi/f90/fortran_kinds.sh ompi/mpi/f90/fortran_sizes.h ompi/mpi/f90/scripts/Makefile ompi/tools/ompi_info/Makefile ompi/tools/wrappers/Makefile ompi/tools/wrappers/mpicc-wrapper-data.txt ompi/tools/wrappers/mpic++-wrapper-data.txt ompi/tools/wrappers/mpif77-wrapper-data.txt ompi/tools/wrappers/mpif90-wrapper-data.txt test/Makefile test/asm/Makefile test/class/Makefile test/dss/Makefile test/mca/Makefile test/mca/gpr/Makefile test/mca/gpr/remote/Makefile test/mca/ns/Makefile test/mca/oob/Makefile test/mca/ras/Makefile test/mca/rds/Makefile test/mca/rmaps/Makefile test/mca/rmgr/Makefile test/mca/schema/Makefile test/mca/soh/Makefile test/memory/Makefile test/runtime/Makefile test/support/Makefile test/threads/Makefile test/util/Makefile test/peruse/Makefile" -+ac_config_files="$ac_config_files Makefile config/Makefile contrib/Makefile opal/Makefile opal/etc/Makefile opal/include/Makefile opal/asm/Makefile opal/event/Makefile opal/event/compat/Makefile opal/event/compat/sys/Makefile opal/util/Makefile opal/util/keyval/Makefile opal/mca/base/Makefile opal/tools/wrappers/Makefile opal/tools/wrappers/opalcc-wrapper-data.txt opal/tools/wrappers/opalc++-wrapper-data.txt orte/Makefile orte/include/Makefile orte/etc/Makefile orte/tools/console/Makefile orte/tools/orted/Makefile orte/tools/orteprobe/Makefile orte/tools/orterun/Makefile orte/tools/openmpi/Makefile orte/tools/wrappers/Makefile orte/tools/wrappers/ortecc-wrapper-data.txt orte/tools/wrappers/ortec++-wrapper-data.txt ompi/Makefile ompi/etc/Makefile ompi/include/Makefile ompi/include/mpif.h ompi/include/mpif-config.h ompi/datatype/Makefile ompi/debuggers/Makefile ompi/mpi/Makefile ompi/mpi/c/Makefile ompi/mpi/c/profile/Makefile ompi/mpi/cxx/Makefile ompi/mpi/f77/Makefile ompi/mpi/f77/profile/Makefile ompi/mpi/f90/Makefile ompi/mpi/f90/fortran_kinds.sh ompi/mpi/f90/fortran_sizes.h ompi/mpi/f90/scripts/Makefile ompi/tools/ompi_info/Makefile ompi/tools/wrappers/Makefile ompi/tools/wrappers/mpicc-wrapper-data.txt ompi/tools/wrappers/mpic++-wrapper-data.txt ompi/tools/wrappers/mpif77-wrapper-data.txt ompi/tools/wrappers/mpif90-wrapper-data.txt test/Makefile test/asm/Makefile test/class/Makefile test/dss/Makefile test/mca/Makefile test/mca/gpr/Makefile test/mca/gpr/remote/Makefile test/mca/ns/Makefile test/mca/oob/Makefile test/mca/ras/Makefile test/mca/rds/Makefile test/mca/rmaps/Makefile test/mca/rmgr/Makefile test/mca/schema/Makefile test/mca/soh/Makefile test/memory/Makefile test/runtime/Makefile test/support/Makefile test/threads/Makefile test/util/Makefile test/peruse/Makefile" - - cat >confcache <<\_ACEOF - # This file is a shell script that caches the results of configure -@@ -131223,39 +131387,58 @@ - - # The following way of writing the cache mishandles newlines in values, - # but we know of no workaround that is simple, portable, and efficient. --# So, don't put newlines in cache variables' values. -+# So, we kill variables containing newlines. - # Ultrix sh set writes to stderr and can't be redirected directly, - # and sets the high bit in the cache file unless we assign to the vars. --{ -+( -+ for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do -+ eval ac_val=\$$ac_var -+ case $ac_val in #( -+ *${as_nl}*) -+ case $ac_var in #( -+ *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 -+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; -+ esac -+ case $ac_var in #( -+ _ | IFS | as_nl) ;; #( -+ *) $as_unset $ac_var ;; -+ esac ;; -+ esac -+ done -+ - (set) 2>&1 | -- case `(ac_space=' '; set | grep ac_space) 2>&1` in -- *ac_space=\ *) -+ case $as_nl`(ac_space=' '; set) 2>&1` in #( -+ *${as_nl}ac_space=\ *) - # `set' does not quote correctly, so add quotes (double-quote - # substitution turns \\\\ into \\, and sed turns \\ into \). - sed -n \ - "s/'/'\\\\''/g; - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" -- ;; -+ ;; #( - *) - # `set' quotes correctly as required by POSIX, so do not add quotes. -- sed -n \ -- "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" -+ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" - ;; -- esac; --} | -+ esac | -+ sort -+) | - sed ' -+ /^ac_cv_env_/b end - t clear -- : clear -+ :clear - s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ - t end -- /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ -- : end' >>confcache --if diff $cache_file confcache >/dev/null 2>&1; then :; else -- if test -w $cache_file; then -- test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" -+ s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ -+ :end' >>confcache -+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else -+ if test -w "$cache_file"; then -+ test "x$cache_file" != "x/dev/null" && -+ { echo "$as_me:$LINENO: updating cache $cache_file" >&5 -+echo "$as_me: updating cache $cache_file" >&6;} - cat confcache >$cache_file - else -- echo "not updating unwritable cache $cache_file" -+ { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 -+echo "$as_me: not updating unwritable cache $cache_file" >&6;} - fi - fi - rm -f confcache -@@ -131264,32 +131447,18 @@ - # Let make expand exec_prefix. - test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' - --# VPATH may cause trouble with some makes, so we remove $(srcdir), --# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and --# trailing colons and then remove the whole line if VPATH becomes empty --# (actually we leave an empty line to preserve line numbers). --if test "x$srcdir" = x.; then -- ac_vpsub='/^[ ]*VPATH[ ]*=/{ --s/:*\$(srcdir):*/:/; --s/:*\${srcdir}:*/:/; --s/:*@srcdir@:*/:/; --s/^\([^=]*=[ ]*\):*/\1/; --s/:*$//; --s/^[^=]*=[ ]*$//; --}' --fi -- - DEFS=-DHAVE_CONFIG_H - - ac_libobjs= - ac_ltlibobjs= - for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue - # 1. Remove the extension, and $U if already installed. -- ac_i=`echo "$ac_i" | -- sed 's/\$U\././;s/\.o$//;s/\.obj$//'` -- # 2. Add them. -- ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" -- ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' -+ ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' -+ ac_i=`echo "$ac_i" | sed "$ac_script"` -+ # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR -+ # will be set to the directory where LIBOBJS objects are built. -+ ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" -+ ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' - done - LIBOBJS=$ac_libobjs - -@@ -132076,17 +132245,45 @@ - ## M4sh Initialization. ## - ## --------------------- ## - --# Be Bourne compatible -+# 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=: - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' --elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then -- set -o posix -+ setopt NO_GLOB_SUBST -+else -+ case `(set -o) 2>/dev/null` in -+ *posix*) set -o posix ;; -+esac -+ -+fi -+ -+ -+ -+ -+# PATH needs CR -+# Avoid depending upon Character Ranges. -+as_cr_letters='abcdefghijklmnopqrstuvwxyz' -+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' -+as_cr_Letters=$as_cr_letters$as_cr_LETTERS -+as_cr_digits='0123456789' -+as_cr_alnum=$as_cr_Letters$as_cr_digits -+ -+# The user is always right. -+if test "${PATH_SEPARATOR+set}" != set; then -+ echo "#! /bin/sh" >conf$$.sh -+ echo "exit 0" >>conf$$.sh -+ chmod +x conf$$.sh -+ if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then -+ PATH_SEPARATOR=';' -+ else -+ PATH_SEPARATOR=: -+ fi -+ rm -f conf$$.sh - fi --DUALCASE=1; export DUALCASE # for MKS sh - - # Support unset when possible. - if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then -@@ -132096,8 +132293,43 @@ - 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.) -+as_nl=' -+' -+IFS=" "" $as_nl" -+ -+# Find who we are. Look in the path if we contain no directory separator. -+case $0 in -+ *[\\/]* ) as_myself=$0 ;; -+ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+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 -+ echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 -+ { (exit 1); exit 1; } -+fi -+ - # Work around bugs in pre-3.0 UWIN ksh. --$as_unset ENV MAIL MAILPATH -+for as_var in ENV MAIL MAILPATH -+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var -+done - PS1='$ ' - PS2='> ' - PS4='+ ' -@@ -132111,18 +132343,19 @@ - if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then - eval $as_var=C; export $as_var - else -- $as_unset $as_var -+ ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var - fi - done - - # Required to use basename. --if expr a : '\(a\)' >/dev/null 2>&1; then -+if expr a : '\(a\)' >/dev/null 2>&1 && -+ test "X`expr 00001 : '.*\(...\)'`" = X001; then - as_expr=expr - else - as_expr=false - fi - --if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then -+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then - as_basename=basename - else - as_basename=false -@@ -132130,159 +132363,120 @@ - - - # Name of the executable. --as_me=`$as_basename "$0" || -+as_me=`$as_basename -- "$0" || - $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ - X"$0" : 'X\(//\)$' \| \ -- X"$0" : 'X\(/\)$' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$0" : 'X\(/\)' \| . 2>/dev/null || - echo X/"$0" | -- sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } -- /^X\/\(\/\/\)$/{ s//\1/; q; } -- /^X\/\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -+ sed '/^.*\/\([^/][^/]*\)\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\/\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\/\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` - -- --# PATH needs CR, and LINENO needs CR and PATH. --# Avoid depending upon Character Ranges. --as_cr_letters='abcdefghijklmnopqrstuvwxyz' --as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' --as_cr_Letters=$as_cr_letters$as_cr_LETTERS --as_cr_digits='0123456789' --as_cr_alnum=$as_cr_Letters$as_cr_digits -- --# The user is always right. --if test "${PATH_SEPARATOR+set}" != set; then -- echo "#! /bin/sh" >conf$$.sh -- echo "exit 0" >>conf$$.sh -- chmod +x conf$$.sh -- if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then -- PATH_SEPARATOR=';' -- else -- PATH_SEPARATOR=: -- fi -- rm -f conf$$.sh --fi -+# CDPATH. -+$as_unset CDPATH - - -- as_lineno_1=$LINENO -- as_lineno_2=$LINENO -- as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` -- test "x$as_lineno_1" != "x$as_lineno_2" && -- test "x$as_lineno_3" = "x$as_lineno_2" || { -- # Find who we are. Look in the path if we contain no path at all -- # relative or not. -- case $0 in -- *[\\/]* ) as_myself=$0 ;; -- *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR --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 - -- ;; -- 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 -- { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 --echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} -- { (exit 1); exit 1; }; } -- fi -- case $CONFIG_SHELL in -- '') -- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR --for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH --do -- IFS=$as_save_IFS -- test -z "$as_dir" && as_dir=. -- for as_base in sh bash ksh sh5; do -- case $as_dir in -- /*) -- if ("$as_dir/$as_base" -c ' - as_lineno_1=$LINENO - as_lineno_2=$LINENO -- as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` - test "x$as_lineno_1" != "x$as_lineno_2" && -- test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then -- $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } -- $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } -- CONFIG_SHELL=$as_dir/$as_base -- export CONFIG_SHELL -- exec "$CONFIG_SHELL" "$0" ${1+"$@"} -- fi;; -- esac -- done --done --;; -- esac -+ test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { - - # Create $as_me.lineno as a copy of $as_myself, but with $LINENO - # uniformly replaced by the line number. The first 'sed' inserts a -- # line-number line before each line; the second 'sed' does the real -- # work. The second script uses 'N' to pair each line-number line -- # with the numbered line, and appends trailing '-' during -- # substitution so that $LINENO is not a special case at line end. -+ # line-number line after each line using $LINENO; the second 'sed' -+ # does the real work. The second script uses 'N' to pair each -+ # line-number line with the line containing $LINENO, and appends -+ # trailing '-' during substitution so that $LINENO is not a special -+ # case at line end. - # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the -- # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) -- sed '=' <$as_myself | -+ # scripts with optimization help from Paolo Bonzini. Blame Lee -+ # E. McMahon (1931-1989) for sed's syntax. :-) -+ sed -n ' -+ p -+ /[$]LINENO/= -+ ' <$as_myself | - sed ' -+ s/[$]LINENO.*/&-/ -+ t lineno -+ b -+ :lineno - N -- s,$,-, -- : loop -- s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, -+ :loop -+ s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ - t loop -- s,-$,, -- s,^['$as_cr_digits']*\n,, -+ s/-\n.*// - ' >$as_me.lineno && -- chmod +x $as_me.lineno || -- { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 --echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} -+ chmod +x "$as_me.lineno" || -+ { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 - { (exit 1); exit 1; }; } - - # Don't try to exec as it changes $[0], causing all sort of problems - # (the dirname of $[0] is not the place where we might find the -- # original and so on. Autoconf is especially sensible to this). -- . ./$as_me.lineno -+ # original and so on. Autoconf is especially sensitive to this). -+ . "./$as_me.lineno" - # Exit status is that of the last command. - exit - } - - --case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in -- *c*,-n*) ECHO_N= ECHO_C=' --' ECHO_T=' ' ;; -- *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; -- *) ECHO_N= ECHO_C='\c' ECHO_T= ;; -+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then -+ as_dirname=dirname -+else -+ as_dirname=false -+fi -+ -+ECHO_C= ECHO_N= ECHO_T= -+case `echo -n x` in -+-n*) -+ case `echo 'x\c'` in -+ *c*) ECHO_T=' ';; # ECHO_T is single tab character. -+ *) ECHO_C='\c';; -+ esac;; -+*) -+ ECHO_N='-n';; - esac - --if expr a : '\(a\)' >/dev/null 2>&1; then -+if expr a : '\(a\)' >/dev/null 2>&1 && -+ test "X`expr 00001 : '.*\(...\)'`" = X001; then - as_expr=expr - else - as_expr=false - fi - - rm -f conf$$ conf$$.exe conf$$.file -+if test -d conf$$.dir; then -+ rm -f conf$$.dir/conf$$.file -+else -+ rm -f conf$$.dir -+ mkdir conf$$.dir -+fi - echo >conf$$.file - if ln -s conf$$.file conf$$ 2>/dev/null; then -- # We could just check for DJGPP; but this test a) works b) is more generic -- # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). -- if test -f conf$$.exe; then -- # Don't use ln at all; we don't have any links -+ 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 -p'. -+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || - as_ln_s='cp -p' -- else -- as_ln_s='ln -s' -- fi - elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln - else - as_ln_s='cp -p' - fi --rm -f conf$$ conf$$.exe conf$$.file -+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file -+rmdir conf$$.dir 2>/dev/null - - if mkdir -p . 2>/dev/null; then - as_mkdir_p=: -@@ -132291,7 +132485,28 @@ - as_mkdir_p=false - fi - --as_executable_p="test -f" -+if test -x / >/dev/null 2>&1; then -+ as_test_x='test -x' -+else -+ if ls -dL / >/dev/null 2>&1; then -+ as_ls_L_option=L -+ else -+ as_ls_L_option= -+ fi -+ as_test_x=' -+ eval sh -c '\'' -+ if test -d "$1"; then -+ test -d "$1/."; -+ else -+ case $1 in -+ -*)set "./$1";; -+ esac; -+ case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in -+ ???[sx]*):;;*)false;;esac;fi -+ '\'' sh -+ ' -+fi -+as_executable_p=$as_test_x - - # 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'" -@@ -132300,31 +132515,14 @@ - as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" - - --# IFS --# We need space, tab and new line, in precisely that order. --as_nl=' --' --IFS=" $as_nl" -- --# CDPATH. --$as_unset CDPATH -- - exec 6>&1 - --# Open the log real soon, to keep \$[0] and so on meaningful, and to -+# Save the log message, to keep $[0] and so on meaningful, and to - # report actual input values of CONFIG_FILES etc. instead of their --# values after options handling. Logging --version etc. is OK. --exec 5>>config.log --{ -- echo -- sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX --## Running $as_me. ## --_ASBOX --} >&5 --cat >&5 <<_CSEOF -- -+# values after options handling. -+ac_log=" - This file was extended by Open MPI $as_me 1.1, which was --generated by GNU Autoconf 2.59. Invocation command line was -+generated by GNU Autoconf 2.61. Invocation command line was - - CONFIG_FILES = $CONFIG_FILES - CONFIG_HEADERS = $CONFIG_HEADERS -@@ -132332,30 +132530,21 @@ - CONFIG_COMMANDS = $CONFIG_COMMANDS - $ $0 $@ - --_CSEOF --echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 --echo >&5 -+on `(hostname || uname -n) 2>/dev/null | sed 1q` -+" -+ - _ACEOF - -+cat >>$CONFIG_STATUS <<_ACEOF - # Files that config.status was made for. --if test -n "$ac_config_files"; then -- echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS --fi -+config_files="$ac_config_files" -+config_headers="$ac_config_headers" -+config_links="$ac_config_links" -+config_commands="$ac_config_commands" - --if test -n "$ac_config_headers"; then -- echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS --fi -- --if test -n "$ac_config_links"; then -- echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS --fi -- --if test -n "$ac_config_commands"; then -- echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS --fi -+_ACEOF - - cat >>$CONFIG_STATUS <<\_ACEOF -- - ac_cs_usage="\ - \`$as_me' instantiates files from templates according to the - current configuration. -@@ -132363,7 +132552,7 @@ - Usage: $0 [OPTIONS] [FILE]... - - -h, --help print this help, then exit -- -V, --version print version number, then exit -+ -V, --version print version number and configuration settings, then exit - -q, --quiet do not print progress messages - -d, --debug don't remove temporary files - --recheck update $as_me by reconfiguring in the same conditions -@@ -132385,19 +132574,21 @@ - $config_commands - - Report bugs to ." --_ACEOF - -+_ACEOF - cat >>$CONFIG_STATUS <<_ACEOF - ac_cs_version="\\ - Open MPI config.status 1.1 --configured by $0, generated by GNU Autoconf 2.59, -- with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -+configured by $0, generated by GNU Autoconf 2.61, -+ with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" - --Copyright (C) 2003 Free Software Foundation, Inc. -+Copyright (C) 2006 Free Software Foundation, Inc. - This config.status script is free software; the Free Software Foundation - gives unlimited permission to copy, distribute and modify it." --srcdir=$srcdir --INSTALL="$INSTALL" -+ -+ac_pwd='$ac_pwd' -+srcdir='$srcdir' -+INSTALL='$INSTALL' - _ACEOF - - cat >>$CONFIG_STATUS <<\_ACEOF -@@ -132408,39 +132599,24 @@ - do - case $1 in - --*=*) -- ac_option=`expr "x$1" : 'x\([^=]*\)='` -- ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` -+ ac_option=`expr "X$1" : 'X\([^=]*\)='` -+ ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` - ac_shift=: - ;; -- -*) -+ *) - ac_option=$1 - ac_optarg=$2 - ac_shift=shift - ;; -- *) # This is not an option, so the user has probably given explicit -- # arguments. -- ac_option=$1 -- ac_need_defaults=false;; - esac - - case $ac_option in - # Handling of the options. --_ACEOF --cat >>$CONFIG_STATUS <<\_ACEOF - -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) - ac_cs_recheck=: ;; -- --version | --vers* | -V ) -- echo "$ac_cs_version"; exit 0 ;; -- --he | --h) -- # Conflict between --help and --header -- { { echo "$as_me:$LINENO: error: ambiguous option: $1 --Try \`$0 --help' for more information." >&5 --echo "$as_me: error: ambiguous option: $1 --Try \`$0 --help' for more information." >&2;} -- { (exit 1); exit 1; }; };; -- --help | --hel | -h ) -- echo "$ac_cs_usage"; exit 0 ;; -- --debug | --d* | -d ) -+ --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) -+ echo "$ac_cs_version"; exit ;; -+ --debug | --debu | --deb | --de | --d | -d ) - debug=: ;; - --file | --fil | --fi | --f ) - $ac_shift -@@ -132450,18 +132626,24 @@ - $ac_shift - CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" - ac_need_defaults=false;; -+ --he | --h) -+ # Conflict between --help and --header -+ { echo "$as_me: error: ambiguous option: $1 -+Try \`$0 --help' for more information." >&2 -+ { (exit 1); exit 1; }; };; -+ --help | --hel | -h ) -+ echo "$ac_cs_usage"; exit ;; - -q | -quiet | --quiet | --quie | --qui | --qu | --q \ - | -silent | --silent | --silen | --sile | --sil | --si | --s) - ac_cs_silent=: ;; - - # This is an error. -- -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 --Try \`$0 --help' for more information." >&5 --echo "$as_me: error: unrecognized option: $1 --Try \`$0 --help' for more information." >&2;} -+ -*) { echo "$as_me: error: unrecognized option: $1 -+Try \`$0 --help' for more information." >&2 - { (exit 1); exit 1; }; } ;; - -- *) ac_config_targets="$ac_config_targets $1" ;; -+ *) ac_config_targets="$ac_config_targets $1" -+ ac_need_defaults=false ;; - - esac - shift -@@ -132477,236 +132659,248 @@ - _ACEOF - cat >>$CONFIG_STATUS <<_ACEOF - if \$ac_cs_recheck; then -- echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 -- exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion -+ echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 -+ CONFIG_SHELL=$SHELL -+ export CONFIG_SHELL -+ exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion - fi - - _ACEOF -+cat >>$CONFIG_STATUS <<\_ACEOF -+exec 5>>config.log -+{ -+ echo -+ sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX -+## Running $as_me. ## -+_ASBOX -+ echo "$ac_log" -+} >&5 - -+_ACEOF - cat >>$CONFIG_STATUS <<_ACEOF - # --# INIT-COMMANDS section. -+# INIT-COMMANDS - # -- - AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" - - _ACEOF - -- -- - cat >>$CONFIG_STATUS <<\_ACEOF -+ -+# Handling of arguments. - for ac_config_target in $ac_config_targets - do -- case "$ac_config_target" in -- # Handling of arguments. -- "ompi/include/ompi/version.h" ) CONFIG_FILES="$CONFIG_FILES ompi/include/ompi/version.h" ;; -- "orte/include/orte/version.h" ) CONFIG_FILES="$CONFIG_FILES orte/include/orte/version.h" ;; -- "opal/include/opal/version.h" ) CONFIG_FILES="$CONFIG_FILES opal/include/opal/version.h" ;; -- "opal/mca/maffinity/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/mca/maffinity/Makefile" ;; -- "opal/mca/memcpy/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/mca/memcpy/Makefile" ;; -- "opal/mca/memory/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/mca/memory/Makefile" ;; -- "opal/mca/paffinity/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/mca/paffinity/Makefile" ;; -- "opal/mca/timer/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/mca/timer/Makefile" ;; -- "orte/mca/errmgr/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/errmgr/Makefile" ;; -- "orte/mca/gpr/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/gpr/Makefile" ;; -- "orte/mca/iof/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/iof/Makefile" ;; -- "orte/mca/ns/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/ns/Makefile" ;; -- "orte/mca/oob/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/oob/Makefile" ;; -- "orte/mca/pls/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/pls/Makefile" ;; -- "orte/mca/ras/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/ras/Makefile" ;; -- "orte/mca/rds/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/rds/Makefile" ;; -- "orte/mca/rmaps/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/rmaps/Makefile" ;; -- "orte/mca/rmgr/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/rmgr/Makefile" ;; -- "orte/mca/rml/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/rml/Makefile" ;; -- "orte/mca/schema/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/schema/Makefile" ;; -- "orte/mca/sds/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/sds/Makefile" ;; -- "orte/mca/soh/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/soh/Makefile" ;; -- "ompi/mca/allocator/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/allocator/Makefile" ;; -- "ompi/mca/bml/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/bml/Makefile" ;; -- "ompi/mca/btl/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/btl/Makefile" ;; -- "ompi/mca/coll/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/coll/Makefile" ;; -- "ompi/mca/common/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/common/Makefile" ;; -- "ompi/mca/io/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/io/Makefile" ;; -- "ompi/mca/mpool/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/mpool/Makefile" ;; -- "ompi/mca/osc/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/osc/Makefile" ;; -- "ompi/mca/pml/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/pml/Makefile" ;; -- "ompi/mca/rcache/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/rcache/Makefile" ;; -- "ompi/mca/topo/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/topo/Makefile" ;; -- "ompi/mca/pml/pml_direct_call.h.tmp" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/pml/pml_direct_call.h.tmp:ompi/mca/pml/pml_direct_call.h.in" ;; -- "opal/mca/maffinity/first_use/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/mca/maffinity/first_use/Makefile" ;; -- "opal/mca/maffinity/libnuma/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/mca/maffinity/libnuma/Makefile" ;; -- "opal/mca/memory/darwin/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/mca/memory/darwin/Makefile" ;; -- "opal/mca/memory/malloc_hooks/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/mca/memory/malloc_hooks/Makefile" ;; -- "opal/mca/memory/ptmalloc2/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/mca/memory/ptmalloc2/Makefile" ;; -- "opal/mca/paffinity/linux/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/mca/paffinity/linux/Makefile" ;; -- "opal/mca/paffinity/solaris/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/mca/paffinity/solaris/Makefile" ;; -- "opal/mca/paffinity/windows/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/mca/paffinity/windows/Makefile" ;; -- "opal/mca/timer/aix/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/mca/timer/aix/Makefile" ;; -- "opal/mca/timer/altix/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/mca/timer/altix/Makefile" ;; -- "opal/mca/timer/darwin/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/mca/timer/darwin/Makefile" ;; -- "opal/mca/timer/linux/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/mca/timer/linux/Makefile" ;; -- "opal/mca/timer/solaris/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/mca/timer/solaris/Makefile" ;; -- "opal/mca/timer/windows/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/mca/timer/windows/Makefile" ;; -- "orte/mca/gpr/null/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/gpr/null/Makefile" ;; -- "orte/mca/gpr/proxy/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/gpr/proxy/Makefile" ;; -- "orte/mca/gpr/replica/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/gpr/replica/Makefile" ;; -- "orte/mca/gpr/replica/api_layer/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/gpr/replica/api_layer/Makefile" ;; -- "orte/mca/gpr/replica/transition_layer/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/gpr/replica/transition_layer/Makefile" ;; -- "orte/mca/gpr/replica/functional_layer/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/gpr/replica/functional_layer/Makefile" ;; -- "orte/mca/gpr/replica/communications/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/gpr/replica/communications/Makefile" ;; -- "orte/mca/iof/proxy/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/iof/proxy/Makefile" ;; -- "orte/mca/iof/svc/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/iof/svc/Makefile" ;; -- "orte/mca/ns/proxy/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/ns/proxy/Makefile" ;; -- "orte/mca/ns/replica/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/ns/replica/Makefile" ;; -- "orte/mca/oob/tcp/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/oob/tcp/Makefile" ;; -- "orte/mca/pls/bproc/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/pls/bproc/Makefile" ;; -- "orte/mca/pls/bproc_orted/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/pls/bproc_orted/Makefile" ;; -- "orte/mca/pls/bproc_seed/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/pls/bproc_seed/Makefile" ;; -- "orte/mca/pls/fork/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/pls/fork/Makefile" ;; -- "orte/mca/pls/poe/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/pls/poe/Makefile" ;; -- "orte/mca/pls/rsh/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/pls/rsh/Makefile" ;; -- "orte/mca/pls/slurm/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/pls/slurm/Makefile" ;; -- "orte/mca/pls/tm/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/pls/tm/Makefile" ;; -- "orte/mca/pls/xgrid/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/pls/xgrid/Makefile" ;; -- "orte/mca/ras/bjs/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/ras/bjs/Makefile" ;; -- "orte/mca/ras/dash_host/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/ras/dash_host/Makefile" ;; -- "orte/mca/ras/hostfile/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/ras/hostfile/Makefile" ;; -- "orte/mca/ras/localhost/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/ras/localhost/Makefile" ;; -- "orte/mca/ras/lsf_bproc/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/ras/lsf_bproc/Makefile" ;; -- "orte/mca/ras/poe/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/ras/poe/Makefile" ;; -- "orte/mca/ras/slurm/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/ras/slurm/Makefile" ;; -- "orte/mca/ras/tm/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/ras/tm/Makefile" ;; -- "orte/mca/ras/xgrid/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/ras/xgrid/Makefile" ;; -- "orte/mca/rds/hostfile/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/rds/hostfile/Makefile" ;; -- "orte/mca/rds/resfile/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/rds/resfile/Makefile" ;; -- "orte/mca/rmaps/round_robin/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/rmaps/round_robin/Makefile" ;; -- "orte/mca/rmgr/cnos/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/rmgr/cnos/Makefile" ;; -- "orte/mca/rmgr/proxy/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/rmgr/proxy/Makefile" ;; -- "orte/mca/rmgr/urm/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/rmgr/urm/Makefile" ;; -- "orte/mca/rml/cnos/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/rml/cnos/Makefile" ;; -- "orte/mca/rml/oob/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/rml/oob/Makefile" ;; -- "orte/mca/sds/bproc/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/sds/bproc/Makefile" ;; -- "orte/mca/sds/cnos/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/sds/cnos/Makefile" ;; -- "orte/mca/sds/env/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/sds/env/Makefile" ;; -- "orte/mca/sds/pipe/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/sds/pipe/Makefile" ;; -- "orte/mca/sds/portals_utcp/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/sds/portals_utcp/Makefile" ;; -- "orte/mca/sds/seed/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/sds/seed/Makefile" ;; -- "orte/mca/sds/singleton/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/sds/singleton/Makefile" ;; -- "orte/mca/sds/slurm/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/sds/slurm/Makefile" ;; -- "orte/mca/soh/bproc/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/mca/soh/bproc/Makefile" ;; -- "ompi/mca/allocator/basic/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/allocator/basic/Makefile" ;; -- "ompi/mca/allocator/bucket/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/allocator/bucket/Makefile" ;; -- "ompi/mca/bml/r2/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/bml/r2/Makefile" ;; -- "ompi/mca/btl/gm/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/btl/gm/Makefile" ;; -- "ompi/mca/btl/mvapi/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/btl/mvapi/Makefile" ;; -- "ompi/mca/btl/mx/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/btl/mx/Makefile" ;; -- "ompi/mca/btl/openib/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/btl/openib/Makefile" ;; -- "ompi/mca/btl/portals/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/btl/portals/Makefile" ;; -- "ompi/mca/btl/self/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/btl/self/Makefile" ;; -- "ompi/mca/btl/sm/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/btl/sm/Makefile" ;; -- "ompi/mca/btl/tcp/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/btl/tcp/Makefile" ;; -- "ompi/mca/coll/basic/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/coll/basic/Makefile" ;; -- "ompi/mca/coll/hierarch/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/coll/hierarch/Makefile" ;; -- "ompi/mca/coll/self/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/coll/self/Makefile" ;; -- "ompi/mca/coll/sm/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/coll/sm/Makefile" ;; -- "ompi/mca/coll/tuned/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/coll/tuned/Makefile" ;; -- "ompi/mca/common/sm/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/common/sm/Makefile" ;; -- "ompi/mca/io/romio/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/io/romio/Makefile" ;; -- "ompi/mca/mpool/gm/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/mpool/gm/Makefile" ;; -- "ompi/mca/mpool/mvapi/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/mpool/mvapi/Makefile" ;; -- "ompi/mca/mpool/openib/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/mpool/openib/Makefile" ;; -- "ompi/mca/mpool/sm/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/mpool/sm/Makefile" ;; -- "ompi/mca/osc/pt2pt/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/osc/pt2pt/Makefile" ;; -- "ompi/mca/pml/ob1/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/pml/ob1/Makefile" ;; -- "ompi/mca/rcache/rb/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/rcache/rb/Makefile" ;; -- "ompi/mca/topo/unity/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mca/topo/unity/Makefile" ;; -- "opal/include/opal/install_dirs.h" ) CONFIG_FILES="$CONFIG_FILES opal/include/opal/install_dirs.h" ;; -- "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; -- "config/Makefile" ) CONFIG_FILES="$CONFIG_FILES config/Makefile" ;; -- "contrib/Makefile" ) CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;; -- "opal/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/Makefile" ;; -- "opal/etc/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/etc/Makefile" ;; -- "opal/include/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/include/Makefile" ;; -- "opal/asm/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/asm/Makefile" ;; -- "opal/event/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/event/Makefile" ;; -- "opal/event/compat/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/event/compat/Makefile" ;; -- "opal/event/compat/sys/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/event/compat/sys/Makefile" ;; -- "opal/util/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/util/Makefile" ;; -- "opal/util/keyval/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/util/keyval/Makefile" ;; -- "opal/mca/base/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/mca/base/Makefile" ;; -- "opal/tools/wrappers/Makefile" ) CONFIG_FILES="$CONFIG_FILES opal/tools/wrappers/Makefile" ;; -- "opal/tools/wrappers/opalcc-wrapper-data.txt" ) CONFIG_FILES="$CONFIG_FILES opal/tools/wrappers/opalcc-wrapper-data.txt" ;; -- "opal/tools/wrappers/opalc++-wrapper-data.txt" ) CONFIG_FILES="$CONFIG_FILES opal/tools/wrappers/opalc++-wrapper-data.txt" ;; -- "orte/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/Makefile" ;; -- "orte/include/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/include/Makefile" ;; -- "orte/etc/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/etc/Makefile" ;; -- "orte/tools/console/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/tools/console/Makefile" ;; -- "orte/tools/orted/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/tools/orted/Makefile" ;; -- "orte/tools/orteprobe/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/tools/orteprobe/Makefile" ;; -- "orte/tools/orterun/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/tools/orterun/Makefile" ;; -- "orte/tools/openmpi/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/tools/openmpi/Makefile" ;; -- "orte/tools/wrappers/Makefile" ) CONFIG_FILES="$CONFIG_FILES orte/tools/wrappers/Makefile" ;; -- "orte/tools/wrappers/ortecc-wrapper-data.txt" ) CONFIG_FILES="$CONFIG_FILES orte/tools/wrappers/ortecc-wrapper-data.txt" ;; -- "orte/tools/wrappers/ortec++-wrapper-data.txt" ) CONFIG_FILES="$CONFIG_FILES orte/tools/wrappers/ortec++-wrapper-data.txt" ;; -- "ompi/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/Makefile" ;; -- "ompi/etc/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/etc/Makefile" ;; -- "ompi/include/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/include/Makefile" ;; -- "ompi/include/mpif.h" ) CONFIG_FILES="$CONFIG_FILES ompi/include/mpif.h" ;; -- "ompi/include/mpif-config.h" ) CONFIG_FILES="$CONFIG_FILES ompi/include/mpif-config.h" ;; -- "ompi/datatype/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/datatype/Makefile" ;; -- "ompi/debuggers/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/debuggers/Makefile" ;; -- "ompi/mpi/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mpi/Makefile" ;; -- "ompi/mpi/c/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mpi/c/Makefile" ;; -- "ompi/mpi/c/profile/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mpi/c/profile/Makefile" ;; -- "ompi/mpi/cxx/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mpi/cxx/Makefile" ;; -- "ompi/mpi/f77/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mpi/f77/Makefile" ;; -- "ompi/mpi/f77/profile/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mpi/f77/profile/Makefile" ;; -- "ompi/mpi/f90/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mpi/f90/Makefile" ;; -- "ompi/mpi/f90/fortran_kinds.sh" ) CONFIG_FILES="$CONFIG_FILES ompi/mpi/f90/fortran_kinds.sh" ;; -- "ompi/mpi/f90/fortran_sizes.h" ) CONFIG_FILES="$CONFIG_FILES ompi/mpi/f90/fortran_sizes.h" ;; -- "ompi/mpi/f90/scripts/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/mpi/f90/scripts/Makefile" ;; -- "ompi/tools/ompi_info/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/tools/ompi_info/Makefile" ;; -- "ompi/tools/wrappers/Makefile" ) CONFIG_FILES="$CONFIG_FILES ompi/tools/wrappers/Makefile" ;; -- "ompi/tools/wrappers/mpicc-wrapper-data.txt" ) CONFIG_FILES="$CONFIG_FILES ompi/tools/wrappers/mpicc-wrapper-data.txt" ;; -- "ompi/tools/wrappers/mpic++-wrapper-data.txt" ) CONFIG_FILES="$CONFIG_FILES ompi/tools/wrappers/mpic++-wrapper-data.txt" ;; -- "ompi/tools/wrappers/mpif77-wrapper-data.txt" ) CONFIG_FILES="$CONFIG_FILES ompi/tools/wrappers/mpif77-wrapper-data.txt" ;; -- "ompi/tools/wrappers/mpif90-wrapper-data.txt" ) CONFIG_FILES="$CONFIG_FILES ompi/tools/wrappers/mpif90-wrapper-data.txt" ;; -- "test/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; -- "test/asm/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/asm/Makefile" ;; -- "test/class/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/class/Makefile" ;; -- "test/dss/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/dss/Makefile" ;; -- "test/mca/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/mca/Makefile" ;; -- "test/mca/gpr/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/mca/gpr/Makefile" ;; -- "test/mca/gpr/remote/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/mca/gpr/remote/Makefile" ;; -- "test/mca/ns/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/mca/ns/Makefile" ;; -- "test/mca/oob/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/mca/oob/Makefile" ;; -- "test/mca/ras/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/mca/ras/Makefile" ;; -- "test/mca/rds/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/mca/rds/Makefile" ;; -- "test/mca/rmaps/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/mca/rmaps/Makefile" ;; -- "test/mca/rmgr/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/mca/rmgr/Makefile" ;; -- "test/mca/schema/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/mca/schema/Makefile" ;; -- "test/mca/soh/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/mca/soh/Makefile" ;; -- "test/memory/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/memory/Makefile" ;; -- "test/runtime/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/runtime/Makefile" ;; -- "test/support/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/support/Makefile" ;; -- "test/threads/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/threads/Makefile" ;; -- "test/util/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/util/Makefile" ;; -- "test/peruse/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/peruse/Makefile" ;; -- "opal/mca/memcpy/base/base_impl.h" ) CONFIG_LINKS="$CONFIG_LINKS opal/mca/memcpy/base/base_impl.h:opal/mca/memcpy/$memcpy_base_include" ;; -- "opal/mca/timer/base/base_impl.h" ) CONFIG_LINKS="$CONFIG_LINKS opal/mca/timer/base/base_impl.h:opal/mca/timer/$timer_base_include" ;; -- "ompi/mca/btl/portals/btl_portals_compat.c" ) CONFIG_LINKS="$CONFIG_LINKS ompi/mca/btl/portals/btl_portals_compat.c:ompi/mca/btl/portals/btl_portals_compat_${btl_portals_compat}.c" ;; -- "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; -- "pml-direct" ) CONFIG_COMMANDS="$CONFIG_COMMANDS pml-direct" ;; -- "opal/include/opal_config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS opal/include/opal_config.h" ;; -- "orte/include/orte_config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS orte/include/orte_config.h" ;; -- "ompi/include/ompi_config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS ompi/include/ompi_config.h" ;; -- "ompi/include/mpi.h" ) CONFIG_HEADERS="$CONFIG_HEADERS ompi/include/mpi.h" ;; -+ case $ac_config_target in -+ "ompi/include/ompi/version.h") CONFIG_FILES="$CONFIG_FILES ompi/include/ompi/version.h" ;; -+ "orte/include/orte/version.h") CONFIG_FILES="$CONFIG_FILES orte/include/orte/version.h" ;; -+ "opal/include/opal/version.h") CONFIG_FILES="$CONFIG_FILES opal/include/opal/version.h" ;; -+ "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; -+ "opal/mca/maffinity/Makefile") CONFIG_FILES="$CONFIG_FILES opal/mca/maffinity/Makefile" ;; -+ "opal/mca/memcpy/Makefile") CONFIG_FILES="$CONFIG_FILES opal/mca/memcpy/Makefile" ;; -+ "opal/mca/memcpy/base/base_impl.h") CONFIG_LINKS="$CONFIG_LINKS opal/mca/memcpy/base/base_impl.h:opal/mca/memcpy/$memcpy_base_include" ;; -+ "opal/mca/memory/Makefile") CONFIG_FILES="$CONFIG_FILES opal/mca/memory/Makefile" ;; -+ "opal/mca/paffinity/Makefile") CONFIG_FILES="$CONFIG_FILES opal/mca/paffinity/Makefile" ;; -+ "opal/mca/timer/Makefile") CONFIG_FILES="$CONFIG_FILES opal/mca/timer/Makefile" ;; -+ "opal/mca/timer/base/base_impl.h") CONFIG_LINKS="$CONFIG_LINKS opal/mca/timer/base/base_impl.h:opal/mca/timer/$timer_base_include" ;; -+ "orte/mca/errmgr/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/errmgr/Makefile" ;; -+ "orte/mca/gpr/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/gpr/Makefile" ;; -+ "orte/mca/iof/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/iof/Makefile" ;; -+ "orte/mca/ns/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/ns/Makefile" ;; -+ "orte/mca/oob/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/oob/Makefile" ;; -+ "orte/mca/pls/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/pls/Makefile" ;; -+ "orte/mca/ras/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/ras/Makefile" ;; -+ "orte/mca/rds/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/rds/Makefile" ;; -+ "orte/mca/rmaps/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/rmaps/Makefile" ;; -+ "orte/mca/rmgr/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/rmgr/Makefile" ;; -+ "orte/mca/rml/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/rml/Makefile" ;; -+ "orte/mca/schema/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/schema/Makefile" ;; -+ "orte/mca/sds/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/sds/Makefile" ;; -+ "orte/mca/soh/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/soh/Makefile" ;; -+ "ompi/mca/allocator/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/allocator/Makefile" ;; -+ "ompi/mca/bml/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/bml/Makefile" ;; -+ "ompi/mca/btl/portals/btl_portals_compat.c") CONFIG_LINKS="$CONFIG_LINKS ompi/mca/btl/portals/btl_portals_compat.c:ompi/mca/btl/portals/btl_portals_compat_${btl_portals_compat}.c" ;; -+ "ompi/mca/btl/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/btl/Makefile" ;; -+ "ompi/mca/coll/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/coll/Makefile" ;; -+ "ompi/mca/common/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/common/Makefile" ;; -+ "ompi/mca/io/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/io/Makefile" ;; -+ "ompi/mca/mpool/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/mpool/Makefile" ;; -+ "ompi/mca/osc/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/osc/Makefile" ;; -+ "ompi/mca/pml/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/pml/Makefile" ;; -+ "ompi/mca/rcache/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/rcache/Makefile" ;; -+ "ompi/mca/topo/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/topo/Makefile" ;; -+ "ompi/mca/pml/pml_direct_call.h.tmp") CONFIG_FILES="$CONFIG_FILES ompi/mca/pml/pml_direct_call.h.tmp:ompi/mca/pml/pml_direct_call.h.in" ;; -+ "pml-direct") CONFIG_COMMANDS="$CONFIG_COMMANDS pml-direct" ;; -+ "opal/mca/maffinity/first_use/Makefile") CONFIG_FILES="$CONFIG_FILES opal/mca/maffinity/first_use/Makefile" ;; -+ "opal/mca/maffinity/libnuma/Makefile") CONFIG_FILES="$CONFIG_FILES opal/mca/maffinity/libnuma/Makefile" ;; -+ "opal/mca/memory/darwin/Makefile") CONFIG_FILES="$CONFIG_FILES opal/mca/memory/darwin/Makefile" ;; -+ "opal/mca/memory/malloc_hooks/Makefile") CONFIG_FILES="$CONFIG_FILES opal/mca/memory/malloc_hooks/Makefile" ;; -+ "opal/mca/memory/ptmalloc2/Makefile") CONFIG_FILES="$CONFIG_FILES opal/mca/memory/ptmalloc2/Makefile" ;; -+ "opal/mca/paffinity/linux/Makefile") CONFIG_FILES="$CONFIG_FILES opal/mca/paffinity/linux/Makefile" ;; -+ "opal/mca/paffinity/solaris/Makefile") CONFIG_FILES="$CONFIG_FILES opal/mca/paffinity/solaris/Makefile" ;; -+ "opal/mca/paffinity/windows/Makefile") CONFIG_FILES="$CONFIG_FILES opal/mca/paffinity/windows/Makefile" ;; -+ "opal/mca/timer/aix/Makefile") CONFIG_FILES="$CONFIG_FILES opal/mca/timer/aix/Makefile" ;; -+ "opal/mca/timer/altix/Makefile") CONFIG_FILES="$CONFIG_FILES opal/mca/timer/altix/Makefile" ;; -+ "opal/mca/timer/darwin/Makefile") CONFIG_FILES="$CONFIG_FILES opal/mca/timer/darwin/Makefile" ;; -+ "opal/mca/timer/linux/Makefile") CONFIG_FILES="$CONFIG_FILES opal/mca/timer/linux/Makefile" ;; -+ "opal/mca/timer/solaris/Makefile") CONFIG_FILES="$CONFIG_FILES opal/mca/timer/solaris/Makefile" ;; -+ "opal/mca/timer/windows/Makefile") CONFIG_FILES="$CONFIG_FILES opal/mca/timer/windows/Makefile" ;; -+ "orte/mca/gpr/null/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/gpr/null/Makefile" ;; -+ "orte/mca/gpr/proxy/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/gpr/proxy/Makefile" ;; -+ "orte/mca/gpr/replica/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/gpr/replica/Makefile" ;; -+ "orte/mca/gpr/replica/api_layer/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/gpr/replica/api_layer/Makefile" ;; -+ "orte/mca/gpr/replica/transition_layer/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/gpr/replica/transition_layer/Makefile" ;; -+ "orte/mca/gpr/replica/functional_layer/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/gpr/replica/functional_layer/Makefile" ;; -+ "orte/mca/gpr/replica/communications/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/gpr/replica/communications/Makefile" ;; -+ "orte/mca/iof/proxy/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/iof/proxy/Makefile" ;; -+ "orte/mca/iof/svc/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/iof/svc/Makefile" ;; -+ "orte/mca/ns/proxy/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/ns/proxy/Makefile" ;; -+ "orte/mca/ns/replica/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/ns/replica/Makefile" ;; -+ "orte/mca/oob/tcp/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/oob/tcp/Makefile" ;; -+ "orte/mca/pls/bproc/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/pls/bproc/Makefile" ;; -+ "orte/mca/pls/bproc_orted/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/pls/bproc_orted/Makefile" ;; -+ "orte/mca/pls/bproc_seed/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/pls/bproc_seed/Makefile" ;; -+ "orte/mca/pls/fork/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/pls/fork/Makefile" ;; -+ "orte/mca/pls/poe/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/pls/poe/Makefile" ;; -+ "orte/mca/pls/rsh/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/pls/rsh/Makefile" ;; -+ "orte/mca/pls/slurm/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/pls/slurm/Makefile" ;; -+ "orte/mca/pls/tm/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/pls/tm/Makefile" ;; -+ "orte/mca/pls/xgrid/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/pls/xgrid/Makefile" ;; -+ "orte/mca/ras/bjs/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/ras/bjs/Makefile" ;; -+ "orte/mca/ras/dash_host/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/ras/dash_host/Makefile" ;; -+ "orte/mca/ras/hostfile/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/ras/hostfile/Makefile" ;; -+ "orte/mca/ras/localhost/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/ras/localhost/Makefile" ;; -+ "orte/mca/ras/lsf_bproc/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/ras/lsf_bproc/Makefile" ;; -+ "orte/mca/ras/poe/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/ras/poe/Makefile" ;; -+ "orte/mca/ras/slurm/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/ras/slurm/Makefile" ;; -+ "orte/mca/ras/tm/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/ras/tm/Makefile" ;; -+ "orte/mca/ras/xgrid/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/ras/xgrid/Makefile" ;; -+ "orte/mca/rds/hostfile/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/rds/hostfile/Makefile" ;; -+ "orte/mca/rds/resfile/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/rds/resfile/Makefile" ;; -+ "orte/mca/rmaps/round_robin/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/rmaps/round_robin/Makefile" ;; -+ "orte/mca/rmgr/cnos/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/rmgr/cnos/Makefile" ;; -+ "orte/mca/rmgr/proxy/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/rmgr/proxy/Makefile" ;; -+ "orte/mca/rmgr/urm/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/rmgr/urm/Makefile" ;; -+ "orte/mca/rml/cnos/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/rml/cnos/Makefile" ;; -+ "orte/mca/rml/oob/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/rml/oob/Makefile" ;; -+ "orte/mca/sds/bproc/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/sds/bproc/Makefile" ;; -+ "orte/mca/sds/cnos/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/sds/cnos/Makefile" ;; -+ "orte/mca/sds/env/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/sds/env/Makefile" ;; -+ "orte/mca/sds/pipe/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/sds/pipe/Makefile" ;; -+ "orte/mca/sds/portals_utcp/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/sds/portals_utcp/Makefile" ;; -+ "orte/mca/sds/seed/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/sds/seed/Makefile" ;; -+ "orte/mca/sds/singleton/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/sds/singleton/Makefile" ;; -+ "orte/mca/sds/slurm/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/sds/slurm/Makefile" ;; -+ "orte/mca/soh/bproc/Makefile") CONFIG_FILES="$CONFIG_FILES orte/mca/soh/bproc/Makefile" ;; -+ "ompi/mca/allocator/basic/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/allocator/basic/Makefile" ;; -+ "ompi/mca/allocator/bucket/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/allocator/bucket/Makefile" ;; -+ "ompi/mca/bml/r2/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/bml/r2/Makefile" ;; -+ "ompi/mca/btl/gm/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/btl/gm/Makefile" ;; -+ "ompi/mca/btl/mvapi/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/btl/mvapi/Makefile" ;; -+ "ompi/mca/btl/mx/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/btl/mx/Makefile" ;; -+ "ompi/mca/btl/openib/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/btl/openib/Makefile" ;; -+ "ompi/mca/btl/portals/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/btl/portals/Makefile" ;; -+ "ompi/mca/btl/self/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/btl/self/Makefile" ;; -+ "ompi/mca/btl/sm/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/btl/sm/Makefile" ;; -+ "ompi/mca/btl/tcp/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/btl/tcp/Makefile" ;; -+ "ompi/mca/coll/basic/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/coll/basic/Makefile" ;; -+ "ompi/mca/coll/hierarch/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/coll/hierarch/Makefile" ;; -+ "ompi/mca/coll/self/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/coll/self/Makefile" ;; -+ "ompi/mca/coll/sm/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/coll/sm/Makefile" ;; -+ "ompi/mca/coll/tuned/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/coll/tuned/Makefile" ;; -+ "ompi/mca/common/sm/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/common/sm/Makefile" ;; -+ "ompi/mca/io/romio/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/io/romio/Makefile" ;; -+ "ompi/mca/mpool/gm/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/mpool/gm/Makefile" ;; -+ "ompi/mca/mpool/mvapi/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/mpool/mvapi/Makefile" ;; -+ "ompi/mca/mpool/openib/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/mpool/openib/Makefile" ;; -+ "ompi/mca/mpool/sm/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/mpool/sm/Makefile" ;; -+ "ompi/mca/osc/pt2pt/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/osc/pt2pt/Makefile" ;; -+ "ompi/mca/pml/ob1/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/pml/ob1/Makefile" ;; -+ "ompi/mca/rcache/rb/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/rcache/rb/Makefile" ;; -+ "ompi/mca/topo/unity/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mca/topo/unity/Makefile" ;; -+ "opal/include/opal/install_dirs.h") CONFIG_FILES="$CONFIG_FILES opal/include/opal/install_dirs.h" ;; -+ "opal/include/opal_config.h") CONFIG_HEADERS="$CONFIG_HEADERS opal/include/opal_config.h" ;; -+ "orte/include/orte_config.h") CONFIG_HEADERS="$CONFIG_HEADERS orte/include/orte_config.h" ;; -+ "ompi/include/ompi_config.h") CONFIG_HEADERS="$CONFIG_HEADERS ompi/include/ompi_config.h" ;; -+ "ompi/include/mpi.h") CONFIG_HEADERS="$CONFIG_HEADERS ompi/include/mpi.h" ;; -+ "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; -+ "config/Makefile") CONFIG_FILES="$CONFIG_FILES config/Makefile" ;; -+ "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;; -+ "opal/Makefile") CONFIG_FILES="$CONFIG_FILES opal/Makefile" ;; -+ "opal/etc/Makefile") CONFIG_FILES="$CONFIG_FILES opal/etc/Makefile" ;; -+ "opal/include/Makefile") CONFIG_FILES="$CONFIG_FILES opal/include/Makefile" ;; -+ "opal/asm/Makefile") CONFIG_FILES="$CONFIG_FILES opal/asm/Makefile" ;; -+ "opal/event/Makefile") CONFIG_FILES="$CONFIG_FILES opal/event/Makefile" ;; -+ "opal/event/compat/Makefile") CONFIG_FILES="$CONFIG_FILES opal/event/compat/Makefile" ;; -+ "opal/event/compat/sys/Makefile") CONFIG_FILES="$CONFIG_FILES opal/event/compat/sys/Makefile" ;; -+ "opal/util/Makefile") CONFIG_FILES="$CONFIG_FILES opal/util/Makefile" ;; -+ "opal/util/keyval/Makefile") CONFIG_FILES="$CONFIG_FILES opal/util/keyval/Makefile" ;; -+ "opal/mca/base/Makefile") CONFIG_FILES="$CONFIG_FILES opal/mca/base/Makefile" ;; -+ "opal/tools/wrappers/Makefile") CONFIG_FILES="$CONFIG_FILES opal/tools/wrappers/Makefile" ;; -+ "opal/tools/wrappers/opalcc-wrapper-data.txt") CONFIG_FILES="$CONFIG_FILES opal/tools/wrappers/opalcc-wrapper-data.txt" ;; -+ "opal/tools/wrappers/opalc++-wrapper-data.txt") CONFIG_FILES="$CONFIG_FILES opal/tools/wrappers/opalc++-wrapper-data.txt" ;; -+ "orte/Makefile") CONFIG_FILES="$CONFIG_FILES orte/Makefile" ;; -+ "orte/include/Makefile") CONFIG_FILES="$CONFIG_FILES orte/include/Makefile" ;; -+ "orte/etc/Makefile") CONFIG_FILES="$CONFIG_FILES orte/etc/Makefile" ;; -+ "orte/tools/console/Makefile") CONFIG_FILES="$CONFIG_FILES orte/tools/console/Makefile" ;; -+ "orte/tools/orted/Makefile") CONFIG_FILES="$CONFIG_FILES orte/tools/orted/Makefile" ;; -+ "orte/tools/orteprobe/Makefile") CONFIG_FILES="$CONFIG_FILES orte/tools/orteprobe/Makefile" ;; -+ "orte/tools/orterun/Makefile") CONFIG_FILES="$CONFIG_FILES orte/tools/orterun/Makefile" ;; -+ "orte/tools/openmpi/Makefile") CONFIG_FILES="$CONFIG_FILES orte/tools/openmpi/Makefile" ;; -+ "orte/tools/wrappers/Makefile") CONFIG_FILES="$CONFIG_FILES orte/tools/wrappers/Makefile" ;; -+ "orte/tools/wrappers/ortecc-wrapper-data.txt") CONFIG_FILES="$CONFIG_FILES orte/tools/wrappers/ortecc-wrapper-data.txt" ;; -+ "orte/tools/wrappers/ortec++-wrapper-data.txt") CONFIG_FILES="$CONFIG_FILES orte/tools/wrappers/ortec++-wrapper-data.txt" ;; -+ "ompi/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/Makefile" ;; -+ "ompi/etc/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/etc/Makefile" ;; -+ "ompi/include/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/include/Makefile" ;; -+ "ompi/include/mpif.h") CONFIG_FILES="$CONFIG_FILES ompi/include/mpif.h" ;; -+ "ompi/include/mpif-config.h") CONFIG_FILES="$CONFIG_FILES ompi/include/mpif-config.h" ;; -+ "ompi/datatype/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/datatype/Makefile" ;; -+ "ompi/debuggers/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/debuggers/Makefile" ;; -+ "ompi/mpi/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mpi/Makefile" ;; -+ "ompi/mpi/c/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mpi/c/Makefile" ;; -+ "ompi/mpi/c/profile/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mpi/c/profile/Makefile" ;; -+ "ompi/mpi/cxx/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mpi/cxx/Makefile" ;; -+ "ompi/mpi/f77/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mpi/f77/Makefile" ;; -+ "ompi/mpi/f77/profile/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mpi/f77/profile/Makefile" ;; -+ "ompi/mpi/f90/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mpi/f90/Makefile" ;; -+ "ompi/mpi/f90/fortran_kinds.sh") CONFIG_FILES="$CONFIG_FILES ompi/mpi/f90/fortran_kinds.sh" ;; -+ "ompi/mpi/f90/fortran_sizes.h") CONFIG_FILES="$CONFIG_FILES ompi/mpi/f90/fortran_sizes.h" ;; -+ "ompi/mpi/f90/scripts/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/mpi/f90/scripts/Makefile" ;; -+ "ompi/tools/ompi_info/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/tools/ompi_info/Makefile" ;; -+ "ompi/tools/wrappers/Makefile") CONFIG_FILES="$CONFIG_FILES ompi/tools/wrappers/Makefile" ;; -+ "ompi/tools/wrappers/mpicc-wrapper-data.txt") CONFIG_FILES="$CONFIG_FILES ompi/tools/wrappers/mpicc-wrapper-data.txt" ;; -+ "ompi/tools/wrappers/mpic++-wrapper-data.txt") CONFIG_FILES="$CONFIG_FILES ompi/tools/wrappers/mpic++-wrapper-data.txt" ;; -+ "ompi/tools/wrappers/mpif77-wrapper-data.txt") CONFIG_FILES="$CONFIG_FILES ompi/tools/wrappers/mpif77-wrapper-data.txt" ;; -+ "ompi/tools/wrappers/mpif90-wrapper-data.txt") CONFIG_FILES="$CONFIG_FILES ompi/tools/wrappers/mpif90-wrapper-data.txt" ;; -+ "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; -+ "test/asm/Makefile") CONFIG_FILES="$CONFIG_FILES test/asm/Makefile" ;; -+ "test/class/Makefile") CONFIG_FILES="$CONFIG_FILES test/class/Makefile" ;; -+ "test/dss/Makefile") CONFIG_FILES="$CONFIG_FILES test/dss/Makefile" ;; -+ "test/mca/Makefile") CONFIG_FILES="$CONFIG_FILES test/mca/Makefile" ;; -+ "test/mca/gpr/Makefile") CONFIG_FILES="$CONFIG_FILES test/mca/gpr/Makefile" ;; -+ "test/mca/gpr/remote/Makefile") CONFIG_FILES="$CONFIG_FILES test/mca/gpr/remote/Makefile" ;; -+ "test/mca/ns/Makefile") CONFIG_FILES="$CONFIG_FILES test/mca/ns/Makefile" ;; -+ "test/mca/oob/Makefile") CONFIG_FILES="$CONFIG_FILES test/mca/oob/Makefile" ;; -+ "test/mca/ras/Makefile") CONFIG_FILES="$CONFIG_FILES test/mca/ras/Makefile" ;; -+ "test/mca/rds/Makefile") CONFIG_FILES="$CONFIG_FILES test/mca/rds/Makefile" ;; -+ "test/mca/rmaps/Makefile") CONFIG_FILES="$CONFIG_FILES test/mca/rmaps/Makefile" ;; -+ "test/mca/rmgr/Makefile") CONFIG_FILES="$CONFIG_FILES test/mca/rmgr/Makefile" ;; -+ "test/mca/schema/Makefile") CONFIG_FILES="$CONFIG_FILES test/mca/schema/Makefile" ;; -+ "test/mca/soh/Makefile") CONFIG_FILES="$CONFIG_FILES test/mca/soh/Makefile" ;; -+ "test/memory/Makefile") CONFIG_FILES="$CONFIG_FILES test/memory/Makefile" ;; -+ "test/runtime/Makefile") CONFIG_FILES="$CONFIG_FILES test/runtime/Makefile" ;; -+ "test/support/Makefile") CONFIG_FILES="$CONFIG_FILES test/support/Makefile" ;; -+ "test/threads/Makefile") CONFIG_FILES="$CONFIG_FILES test/threads/Makefile" ;; -+ "test/util/Makefile") CONFIG_FILES="$CONFIG_FILES test/util/Makefile" ;; -+ "test/peruse/Makefile") CONFIG_FILES="$CONFIG_FILES test/peruse/Makefile" ;; -+ - *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 - echo "$as_me: error: invalid argument: $ac_config_target" >&2;} - { (exit 1); exit 1; }; };; - esac - done - -+ - # If the user did not use the arguments to specify the items to instantiate, - # then the envvar interface is used. Set only those that are not. - # We use the long form for the default assignment because of an extremely -@@ -132719,1010 +132913,1362 @@ - fi - - # Have a temporary directory for convenience. Make it in the build tree --# simply because there is no reason to put it here, and in addition, -+# simply because there is no reason against having it here, and in addition, - # creating and moving files from /tmp can sometimes cause problems. --# Create a temporary directory, and hook for its removal unless debugging. -+# Hook for its removal unless debugging. -+# Note that there is a small window in which the directory will not be cleaned: -+# after its creation but before its name has been assigned to `$tmp'. - $debug || - { -- trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 -+ tmp= -+ trap 'exit_status=$? -+ { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status -+' 0 - trap '{ (exit 1); exit 1; }' 1 2 13 15 - } -- - # Create a (secure) tmp directory for tmp files. - - { -- tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && -+ tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && - test -n "$tmp" && test -d "$tmp" - } || - { -- tmp=./confstat$$-$RANDOM -- (umask 077 && mkdir $tmp) -+ tmp=./conf$$-$RANDOM -+ (umask 077 && mkdir "$tmp") - } || - { - echo "$me: cannot create a temporary directory in ." >&2 - { (exit 1); exit 1; } - } - --_ACEOF -- --cat >>$CONFIG_STATUS <<_ACEOF -- - # --# CONFIG_FILES section. -+# Set up the sed scripts for CONFIG_FILES section. - # - - # No need to generate the scripts if there are no CONFIG_FILES. - # This happens for instance when ./config.status config.h --if test -n "\$CONFIG_FILES"; then -- # Protect against being on the right side of a sed subst in config.status. -- sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; -- s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF --s,@SHELL@,$SHELL,;t t --s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t --s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t --s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t --s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t --s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t --s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t --s,@exec_prefix@,$exec_prefix,;t t --s,@prefix@,$prefix,;t t --s,@program_transform_name@,$program_transform_name,;t t --s,@bindir@,$bindir,;t t --s,@sbindir@,$sbindir,;t t --s,@libexecdir@,$libexecdir,;t t --s,@datadir@,$datadir,;t t --s,@sysconfdir@,$sysconfdir,;t t --s,@sharedstatedir@,$sharedstatedir,;t t --s,@localstatedir@,$localstatedir,;t t --s,@libdir@,$libdir,;t t --s,@includedir@,$includedir,;t t --s,@oldincludedir@,$oldincludedir,;t t --s,@infodir@,$infodir,;t t --s,@mandir@,$mandir,;t t --s,@build_alias@,$build_alias,;t t --s,@host_alias@,$host_alias,;t t --s,@target_alias@,$target_alias,;t t --s,@DEFS@,$DEFS,;t t --s,@ECHO_C@,$ECHO_C,;t t --s,@ECHO_N@,$ECHO_N,;t t --s,@ECHO_T@,$ECHO_T,;t t --s,@LIBS@,$LIBS,;t t --s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t --s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t --s,@INSTALL_DATA@,$INSTALL_DATA,;t t --s,@CYGPATH_W@,$CYGPATH_W,;t t --s,@PACKAGE@,$PACKAGE,;t t --s,@VERSION@,$VERSION,;t t --s,@ACLOCAL@,$ACLOCAL,;t t --s,@AUTOCONF@,$AUTOCONF,;t t --s,@AUTOMAKE@,$AUTOMAKE,;t t --s,@AUTOHEADER@,$AUTOHEADER,;t t --s,@MAKEINFO@,$MAKEINFO,;t t --s,@install_sh@,$install_sh,;t t --s,@STRIP@,$STRIP,;t t --s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t --s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t --s,@mkdir_p@,$mkdir_p,;t t --s,@AWK@,$AWK,;t t --s,@SET_MAKE@,$SET_MAKE,;t t --s,@am__leading_dot@,$am__leading_dot,;t t --s,@AMTAR@,$AMTAR,;t t --s,@am__tar@,$am__tar,;t t --s,@am__untar@,$am__untar,;t t --s,@CONFIGURE_DEPENDENCIES@,$CONFIGURE_DEPENDENCIES,;t t --s,@OMPI_CONFIGURE_USER@,$OMPI_CONFIGURE_USER,;t t --s,@OMPI_CONFIGURE_HOST@,$OMPI_CONFIGURE_HOST,;t t --s,@OMPI_CONFIGURE_DATE@,$OMPI_CONFIGURE_DATE,;t t --s,@OMPI_MAJOR_VERSION@,$OMPI_MAJOR_VERSION,;t t --s,@OMPI_MINOR_VERSION@,$OMPI_MINOR_VERSION,;t t --s,@OMPI_RELEASE_VERSION@,$OMPI_RELEASE_VERSION,;t t --s,@OMPI_GREEK_VERSION@,$OMPI_GREEK_VERSION,;t t --s,@OMPI_WANT_SVN@,$OMPI_WANT_SVN,;t t --s,@OMPI_SVN_R@,$OMPI_SVN_R,;t t --s,@OMPI_VERSION@,$OMPI_VERSION,;t t --s,@ORTE_MAJOR_VERSION@,$ORTE_MAJOR_VERSION,;t t --s,@ORTE_MINOR_VERSION@,$ORTE_MINOR_VERSION,;t t --s,@ORTE_RELEASE_VERSION@,$ORTE_RELEASE_VERSION,;t t --s,@ORTE_GREEK_VERSION@,$ORTE_GREEK_VERSION,;t t --s,@ORTE_WANT_SVN@,$ORTE_WANT_SVN,;t t --s,@ORTE_SVN_R@,$ORTE_SVN_R,;t t --s,@ORTE_VERSION@,$ORTE_VERSION,;t t --s,@OPAL_MAJOR_VERSION@,$OPAL_MAJOR_VERSION,;t t --s,@OPAL_MINOR_VERSION@,$OPAL_MINOR_VERSION,;t t --s,@OPAL_RELEASE_VERSION@,$OPAL_RELEASE_VERSION,;t t --s,@OPAL_GREEK_VERSION@,$OPAL_GREEK_VERSION,;t t --s,@OPAL_WANT_SVN@,$OPAL_WANT_SVN,;t t --s,@OPAL_SVN_R@,$OPAL_SVN_R,;t t --s,@OPAL_VERSION@,$OPAL_VERSION,;t t --s,@OMPI_TOP_BUILDDIR@,$OMPI_TOP_BUILDDIR,;t t --s,@OMPI_TOP_SRCDIR@,$OMPI_TOP_SRCDIR,;t t --s,@CLEANFILES@,$CLEANFILES,;t t --s,@build@,$build,;t t --s,@build_cpu@,$build_cpu,;t t --s,@build_vendor@,$build_vendor,;t t --s,@build_os@,$build_os,;t t --s,@host@,$host,;t t --s,@host_cpu@,$host_cpu,;t t --s,@host_vendor@,$host_vendor,;t t --s,@host_os@,$host_os,;t t --s,@ac_prefix_program@,$ac_prefix_program,;t t --s,@top_ompi_srcdir@,$top_ompi_srcdir,;t t --s,@top_ompi_builddir@,$top_ompi_builddir,;t t --s,@OMPI_WANT_BUILD_F90_TRIVIAL_TRUE@,$OMPI_WANT_BUILD_F90_TRIVIAL_TRUE,;t t --s,@OMPI_WANT_BUILD_F90_TRIVIAL_FALSE@,$OMPI_WANT_BUILD_F90_TRIVIAL_FALSE,;t t --s,@OMPI_WANT_BUILD_F90_SMALL_TRUE@,$OMPI_WANT_BUILD_F90_SMALL_TRUE,;t t --s,@OMPI_WANT_BUILD_F90_SMALL_FALSE@,$OMPI_WANT_BUILD_F90_SMALL_FALSE,;t t --s,@OMPI_WANT_BUILD_F90_MEDIUM_TRUE@,$OMPI_WANT_BUILD_F90_MEDIUM_TRUE,;t t --s,@OMPI_WANT_BUILD_F90_MEDIUM_FALSE@,$OMPI_WANT_BUILD_F90_MEDIUM_FALSE,;t t --s,@OMPI_WANT_BUILD_F90_LARGE_TRUE@,$OMPI_WANT_BUILD_F90_LARGE_TRUE,;t t --s,@OMPI_WANT_BUILD_F90_LARGE_FALSE@,$OMPI_WANT_BUILD_F90_LARGE_FALSE,;t t --s,@OMPI_F90_BUILD_SIZE@,$OMPI_F90_BUILD_SIZE,;t t --s,@MPIF_H_PMPI_W_FUNCS@,$MPIF_H_PMPI_W_FUNCS,;t t --s,@WANT_INSTALL_HEADERS_TRUE@,$WANT_INSTALL_HEADERS_TRUE,;t t --s,@WANT_INSTALL_HEADERS_FALSE@,$WANT_INSTALL_HEADERS_FALSE,;t t --s,@WANT_DEPRECATED_EXECUTABLE_NAMES_TRUE@,$WANT_DEPRECATED_EXECUTABLE_NAMES_TRUE,;t t --s,@WANT_DEPRECATED_EXECUTABLE_NAMES_FALSE@,$WANT_DEPRECATED_EXECUTABLE_NAMES_FALSE,;t t --s,@WANT_PERUSE_TRUE@,$WANT_PERUSE_TRUE,;t t --s,@WANT_PERUSE_FALSE@,$WANT_PERUSE_FALSE,;t t --s,@OMPI_FORTRAN_MAX_ARRAY_RANK@,$OMPI_FORTRAN_MAX_ARRAY_RANK,;t t --s,@CC@,$CC,;t t --s,@CFLAGS@,$CFLAGS,;t t --s,@LDFLAGS@,$LDFLAGS,;t t --s,@CPPFLAGS@,$CPPFLAGS,;t t --s,@ac_ct_CC@,$ac_ct_CC,;t t --s,@EXEEXT@,$EXEEXT,;t t --s,@OBJEXT@,$OBJEXT,;t t --s,@DEPDIR@,$DEPDIR,;t t --s,@am__include@,$am__include,;t t --s,@am__quote@,$am__quote,;t t --s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t --s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t --s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t --s,@CCDEPMODE@,$CCDEPMODE,;t t --s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t --s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t --s,@OMPI_CC_ABSOLUTE@,$OMPI_CC_ABSOLUTE,;t t --s,@OMPI_NEED_WINDOWS_REPLACEMENTS_TRUE@,$OMPI_NEED_WINDOWS_REPLACEMENTS_TRUE,;t t --s,@OMPI_NEED_WINDOWS_REPLACEMENTS_FALSE@,$OMPI_NEED_WINDOWS_REPLACEMENTS_FALSE,;t t --s,@CPP@,$CPP,;t t --s,@EGREP@,$EGREP,;t t --s,@WANT_MPI_BINDINGS_LAYER_TRUE@,$WANT_MPI_BINDINGS_LAYER_TRUE,;t t --s,@WANT_MPI_BINDINGS_LAYER_FALSE@,$WANT_MPI_BINDINGS_LAYER_FALSE,;t t --s,@WANT_PMPI_BINDINGS_LAYER_TRUE@,$WANT_PMPI_BINDINGS_LAYER_TRUE,;t t --s,@WANT_PMPI_BINDINGS_LAYER_FALSE@,$WANT_PMPI_BINDINGS_LAYER_FALSE,;t t --s,@COMPILE_PROFILING_SEPARATELY_TRUE@,$COMPILE_PROFILING_SEPARATELY_TRUE,;t t --s,@COMPILE_PROFILING_SEPARATELY_FALSE@,$COMPILE_PROFILING_SEPARATELY_FALSE,;t t --s,@CXX@,$CXX,;t t --s,@CXXFLAGS@,$CXXFLAGS,;t t --s,@ac_ct_CXX@,$ac_ct_CXX,;t t --s,@CXXDEPMODE@,$CXXDEPMODE,;t t --s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t --s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t --s,@CXXCPP@,$CXXCPP,;t t --s,@OMPI_CXX_ABSOLUTE@,$OMPI_CXX_ABSOLUTE,;t t --s,@WANT_MPI_CXX_BINDINGS_TRUE@,$WANT_MPI_CXX_BINDINGS_TRUE,;t t --s,@WANT_MPI_CXX_BINDINGS_FALSE@,$WANT_MPI_CXX_BINDINGS_FALSE,;t t --s,@CCAS@,$CCAS,;t t --s,@CCASFLAGS@,$CCASFLAGS,;t t --s,@OMPI_ASM_TEXT@,$OMPI_ASM_TEXT,;t t --s,@OMPI_AS_GLOBAL@,$OMPI_AS_GLOBAL,;t t --s,@OBJDUMP@,$OBJDUMP,;t t --s,@OMPI_AS_LABEL_SUFFIX@,$OMPI_AS_LABEL_SUFFIX,;t t --s,@OMPI_ASM_GSYM@,$OMPI_ASM_GSYM,;t t --s,@OMPI_ASM_LSYM@,$OMPI_ASM_LSYM,;t t --s,@OMPI_ASM_TYPE@,$OMPI_ASM_TYPE,;t t --s,@OMPI_ASM_SUPPORT_64BIT@,$OMPI_ASM_SUPPORT_64BIT,;t t --s,@OMPI_ASSEMBLY_FORMAT@,$OMPI_ASSEMBLY_FORMAT,;t t --s,@OMPI_ASSEMBLY_ARCH@,$OMPI_ASSEMBLY_ARCH,;t t --s,@FGREP@,$FGREP,;t t --s,@PERL@,$PERL,;t t --s,@OMPI_HAVE_ASM_FILE_TRUE@,$OMPI_HAVE_ASM_FILE_TRUE,;t t --s,@OMPI_HAVE_ASM_FILE_FALSE@,$OMPI_HAVE_ASM_FILE_FALSE,;t t --s,@OMPI_ASM_FILE@,$OMPI_ASM_FILE,;t t --s,@F77@,$F77,;t t --s,@FFLAGS@,$FFLAGS,;t t --s,@ac_ct_F77@,$ac_ct_F77,;t t --s,@OMPI_WANT_F77_BINDINGS_TRUE@,$OMPI_WANT_F77_BINDINGS_TRUE,;t t --s,@OMPI_WANT_F77_BINDINGS_FALSE@,$OMPI_WANT_F77_BINDINGS_FALSE,;t t --s,@OMPI_F77_ABSOLUTE@,$OMPI_F77_ABSOLUTE,;t t --s,@WANT_MPI_F77_BINDINGS_LAYER_TRUE@,$WANT_MPI_F77_BINDINGS_LAYER_TRUE,;t t --s,@WANT_MPI_F77_BINDINGS_LAYER_FALSE@,$WANT_MPI_F77_BINDINGS_LAYER_FALSE,;t t --s,@WANT_PMPI_F77_BINDINGS_LAYER_TRUE@,$WANT_PMPI_F77_BINDINGS_LAYER_TRUE,;t t --s,@WANT_PMPI_F77_BINDINGS_LAYER_FALSE@,$WANT_PMPI_F77_BINDINGS_LAYER_FALSE,;t t --s,@FC@,$FC,;t t --s,@FCFLAGS@,$FCFLAGS,;t t --s,@ac_ct_FC@,$ac_ct_FC,;t t --s,@FCFLAGS_f@,$FCFLAGS_f,;t t --s,@FCFLAGS_f90@,$FCFLAGS_f90,;t t --s,@OMPI_WANT_F90_BINDINGS_TRUE@,$OMPI_WANT_F90_BINDINGS_TRUE,;t t --s,@OMPI_WANT_F90_BINDINGS_FALSE@,$OMPI_WANT_F90_BINDINGS_FALSE,;t t --s,@OMPI_F90_ABSOLUTE@,$OMPI_F90_ABSOLUTE,;t t --s,@OMPI_FC_MODULE_FLAG@,$OMPI_FC_MODULE_FLAG,;t t --s,@OMPI_SIZEOF_F90_LOGICAL@,$OMPI_SIZEOF_F90_LOGICAL,;t t --s,@OMPI_SIZEOF_F90_INTEGER@,$OMPI_SIZEOF_F90_INTEGER,;t t --s,@OMPI_SIZEOF_F90_INTEGER1@,$OMPI_SIZEOF_F90_INTEGER1,;t t --s,@OMPI_SIZEOF_F90_INTEGER2@,$OMPI_SIZEOF_F90_INTEGER2,;t t --s,@OMPI_SIZEOF_F90_INTEGER4@,$OMPI_SIZEOF_F90_INTEGER4,;t t --s,@OMPI_SIZEOF_F90_INTEGER8@,$OMPI_SIZEOF_F90_INTEGER8,;t t --s,@OMPI_SIZEOF_F90_INTEGER16@,$OMPI_SIZEOF_F90_INTEGER16,;t t --s,@OMPI_SIZEOF_F90_REAL@,$OMPI_SIZEOF_F90_REAL,;t t --s,@OMPI_SIZEOF_F90_REAL4@,$OMPI_SIZEOF_F90_REAL4,;t t --s,@OMPI_SIZEOF_F90_REAL8@,$OMPI_SIZEOF_F90_REAL8,;t t --s,@OMPI_SIZEOF_F90_REAL16@,$OMPI_SIZEOF_F90_REAL16,;t t --s,@OMPI_SIZEOF_F90_DOUBLE_PRECISION@,$OMPI_SIZEOF_F90_DOUBLE_PRECISION,;t t --s,@OMPI_SIZEOF_F90_COMPLEX@,$OMPI_SIZEOF_F90_COMPLEX,;t t --s,@OMPI_SIZEOF_F90_COMPLEX8@,$OMPI_SIZEOF_F90_COMPLEX8,;t t --s,@OMPI_SIZEOF_F90_COMPLEX16@,$OMPI_SIZEOF_F90_COMPLEX16,;t t --s,@OMPI_SIZEOF_F90_COMPLEX32@,$OMPI_SIZEOF_F90_COMPLEX32,;t t --s,@OMPI_SIZEOF_F90_DOUBLE_COMPLEX@,$OMPI_SIZEOF_F90_DOUBLE_COMPLEX,;t t --s,@OMPI_F90_IKINDS@,$OMPI_F90_IKINDS,;t t --s,@OMPI_F90_RKINDS@,$OMPI_F90_RKINDS,;t t --s,@OMPI_F90_CKINDS@,$OMPI_F90_CKINDS,;t t --s,@OMPI_MPI_INTEGER_KIND@,$OMPI_MPI_INTEGER_KIND,;t t --s,@OMPI_MPI_ADDRESS_KIND@,$OMPI_MPI_ADDRESS_KIND,;t t --s,@OMPI_MPI_OFFSET_KIND@,$OMPI_MPI_OFFSET_KIND,;t t --s,@OMPI_HAVE_POSIX_THREADS_TRUE@,$OMPI_HAVE_POSIX_THREADS_TRUE,;t t --s,@OMPI_HAVE_POSIX_THREADS_FALSE@,$OMPI_HAVE_POSIX_THREADS_FALSE,;t t --s,@OMPI_HAVE_SOLARIS_THREADS_TRUE@,$OMPI_HAVE_SOLARIS_THREADS_TRUE,;t t --s,@OMPI_HAVE_SOLARIS_THREADS_FALSE@,$OMPI_HAVE_SOLARIS_THREADS_FALSE,;t t --s,@LN_S@,$LN_S,;t t --s,@LEX@,$LEX,;t t --s,@LEXLIB@,$LEXLIB,;t t --s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t --s,@CASE_SENSITIVE_FS_TRUE@,$CASE_SENSITIVE_FS_TRUE,;t t --s,@CASE_SENSITIVE_FS_FALSE@,$CASE_SENSITIVE_FS_FALSE,;t t --s,@OMPI_BUILD_maffinity_first_use_DSO_TRUE@,$OMPI_BUILD_maffinity_first_use_DSO_TRUE,;t t --s,@OMPI_BUILD_maffinity_first_use_DSO_FALSE@,$OMPI_BUILD_maffinity_first_use_DSO_FALSE,;t t --s,@maffinity_libnuma_CPPFLAGS@,$maffinity_libnuma_CPPFLAGS,;t t --s,@maffinity_libnuma_LDFLAGS@,$maffinity_libnuma_LDFLAGS,;t t --s,@maffinity_libnuma_LIBS@,$maffinity_libnuma_LIBS,;t t --s,@OMPI_BUILD_maffinity_libnuma_DSO_TRUE@,$OMPI_BUILD_maffinity_libnuma_DSO_TRUE,;t t --s,@OMPI_BUILD_maffinity_libnuma_DSO_FALSE@,$OMPI_BUILD_maffinity_libnuma_DSO_FALSE,;t t --s,@MCA_maffinity_ALL_COMPONENTS@,$MCA_maffinity_ALL_COMPONENTS,;t t --s,@MCA_maffinity_STATIC_COMPONENTS@,$MCA_maffinity_STATIC_COMPONENTS,;t t --s,@MCA_maffinity_DSO_COMPONENTS@,$MCA_maffinity_DSO_COMPONENTS,;t t --s,@MCA_maffinity_STATIC_LTLIBS@,$MCA_maffinity_STATIC_LTLIBS,;t t --s,@MCA_maffinity_ALL_SUBDIRS@,$MCA_maffinity_ALL_SUBDIRS,;t t --s,@MCA_maffinity_STATIC_SUBDIRS@,$MCA_maffinity_STATIC_SUBDIRS,;t t --s,@MCA_maffinity_DSO_SUBDIRS@,$MCA_maffinity_DSO_SUBDIRS,;t t --s,@MCA_memcpy_ALL_COMPONENTS@,$MCA_memcpy_ALL_COMPONENTS,;t t --s,@MCA_memcpy_STATIC_COMPONENTS@,$MCA_memcpy_STATIC_COMPONENTS,;t t --s,@MCA_memcpy_DSO_COMPONENTS@,$MCA_memcpy_DSO_COMPONENTS,;t t --s,@MCA_memcpy_STATIC_LTLIBS@,$MCA_memcpy_STATIC_LTLIBS,;t t --s,@MCA_memcpy_ALL_SUBDIRS@,$MCA_memcpy_ALL_SUBDIRS,;t t --s,@MCA_memcpy_STATIC_SUBDIRS@,$MCA_memcpy_STATIC_SUBDIRS,;t t --s,@MCA_memcpy_DSO_SUBDIRS@,$MCA_memcpy_DSO_SUBDIRS,;t t --s,@OMPI_BUILD_memory_darwin_DSO_TRUE@,$OMPI_BUILD_memory_darwin_DSO_TRUE,;t t --s,@OMPI_BUILD_memory_darwin_DSO_FALSE@,$OMPI_BUILD_memory_darwin_DSO_FALSE,;t t --s,@memory_ptmalloc2_LIBS@,$memory_ptmalloc2_LIBS,;t t --s,@OMPI_BUILD_memory_ptmalloc2_DSO_TRUE@,$OMPI_BUILD_memory_ptmalloc2_DSO_TRUE,;t t --s,@OMPI_BUILD_memory_ptmalloc2_DSO_FALSE@,$OMPI_BUILD_memory_ptmalloc2_DSO_FALSE,;t t --s,@memory_malloc_hooks_LIBS@,$memory_malloc_hooks_LIBS,;t t --s,@OMPI_BUILD_memory_malloc_hooks_DSO_TRUE@,$OMPI_BUILD_memory_malloc_hooks_DSO_TRUE,;t t --s,@OMPI_BUILD_memory_malloc_hooks_DSO_FALSE@,$OMPI_BUILD_memory_malloc_hooks_DSO_FALSE,;t t --s,@MCA_memory_ALL_COMPONENTS@,$MCA_memory_ALL_COMPONENTS,;t t --s,@MCA_memory_STATIC_COMPONENTS@,$MCA_memory_STATIC_COMPONENTS,;t t --s,@MCA_memory_DSO_COMPONENTS@,$MCA_memory_DSO_COMPONENTS,;t t --s,@MCA_memory_STATIC_LTLIBS@,$MCA_memory_STATIC_LTLIBS,;t t --s,@MCA_memory_ALL_SUBDIRS@,$MCA_memory_ALL_SUBDIRS,;t t --s,@MCA_memory_STATIC_SUBDIRS@,$MCA_memory_STATIC_SUBDIRS,;t t --s,@MCA_memory_DSO_SUBDIRS@,$MCA_memory_DSO_SUBDIRS,;t t --s,@OMPI_BUILD_paffinity_linux_DSO_TRUE@,$OMPI_BUILD_paffinity_linux_DSO_TRUE,;t t --s,@OMPI_BUILD_paffinity_linux_DSO_FALSE@,$OMPI_BUILD_paffinity_linux_DSO_FALSE,;t t --s,@OMPI_BUILD_paffinity_solaris_DSO_TRUE@,$OMPI_BUILD_paffinity_solaris_DSO_TRUE,;t t --s,@OMPI_BUILD_paffinity_solaris_DSO_FALSE@,$OMPI_BUILD_paffinity_solaris_DSO_FALSE,;t t --s,@OMPI_BUILD_paffinity_windows_DSO_TRUE@,$OMPI_BUILD_paffinity_windows_DSO_TRUE,;t t --s,@OMPI_BUILD_paffinity_windows_DSO_FALSE@,$OMPI_BUILD_paffinity_windows_DSO_FALSE,;t t --s,@MCA_paffinity_ALL_COMPONENTS@,$MCA_paffinity_ALL_COMPONENTS,;t t --s,@MCA_paffinity_STATIC_COMPONENTS@,$MCA_paffinity_STATIC_COMPONENTS,;t t --s,@MCA_paffinity_DSO_COMPONENTS@,$MCA_paffinity_DSO_COMPONENTS,;t t --s,@MCA_paffinity_STATIC_LTLIBS@,$MCA_paffinity_STATIC_LTLIBS,;t t --s,@MCA_paffinity_ALL_SUBDIRS@,$MCA_paffinity_ALL_SUBDIRS,;t t --s,@MCA_paffinity_STATIC_SUBDIRS@,$MCA_paffinity_STATIC_SUBDIRS,;t t --s,@MCA_paffinity_DSO_SUBDIRS@,$MCA_paffinity_DSO_SUBDIRS,;t t --s,@timer_aix_LIBS@,$timer_aix_LIBS,;t t --s,@OMPI_BUILD_timer_aix_DSO_TRUE@,$OMPI_BUILD_timer_aix_DSO_TRUE,;t t --s,@OMPI_BUILD_timer_aix_DSO_FALSE@,$OMPI_BUILD_timer_aix_DSO_FALSE,;t t --s,@OMPI_BUILD_timer_altix_DSO_TRUE@,$OMPI_BUILD_timer_altix_DSO_TRUE,;t t --s,@OMPI_BUILD_timer_altix_DSO_FALSE@,$OMPI_BUILD_timer_altix_DSO_FALSE,;t t --s,@OMPI_BUILD_timer_darwin_DSO_TRUE@,$OMPI_BUILD_timer_darwin_DSO_TRUE,;t t --s,@OMPI_BUILD_timer_darwin_DSO_FALSE@,$OMPI_BUILD_timer_darwin_DSO_FALSE,;t t --s,@OMPI_BUILD_timer_solaris_DSO_TRUE@,$OMPI_BUILD_timer_solaris_DSO_TRUE,;t t --s,@OMPI_BUILD_timer_solaris_DSO_FALSE@,$OMPI_BUILD_timer_solaris_DSO_FALSE,;t t --s,@OMPI_BUILD_timer_windows_DSO_TRUE@,$OMPI_BUILD_timer_windows_DSO_TRUE,;t t --s,@OMPI_BUILD_timer_windows_DSO_FALSE@,$OMPI_BUILD_timer_windows_DSO_FALSE,;t t --s,@OMPI_BUILD_timer_linux_DSO_TRUE@,$OMPI_BUILD_timer_linux_DSO_TRUE,;t t --s,@OMPI_BUILD_timer_linux_DSO_FALSE@,$OMPI_BUILD_timer_linux_DSO_FALSE,;t t --s,@MCA_timer_ALL_COMPONENTS@,$MCA_timer_ALL_COMPONENTS,;t t --s,@MCA_timer_STATIC_COMPONENTS@,$MCA_timer_STATIC_COMPONENTS,;t t --s,@MCA_timer_DSO_COMPONENTS@,$MCA_timer_DSO_COMPONENTS,;t t --s,@MCA_timer_STATIC_LTLIBS@,$MCA_timer_STATIC_LTLIBS,;t t --s,@MCA_timer_ALL_SUBDIRS@,$MCA_timer_ALL_SUBDIRS,;t t --s,@MCA_timer_STATIC_SUBDIRS@,$MCA_timer_STATIC_SUBDIRS,;t t --s,@MCA_timer_DSO_SUBDIRS@,$MCA_timer_DSO_SUBDIRS,;t t --s,@MCA_opal_FRAMEWORKS@,$MCA_opal_FRAMEWORKS,;t t --s,@MCA_opal_FRAMEWORKS_SUBDIRS@,$MCA_opal_FRAMEWORKS_SUBDIRS,;t t --s,@MCA_opal_FRAMEWORK_COMPONENT_ALL_SUBDIRS@,$MCA_opal_FRAMEWORK_COMPONENT_ALL_SUBDIRS,;t t --s,@MCA_opal_FRAMEWORK_COMPONENT_DSO_SUBDIRS@,$MCA_opal_FRAMEWORK_COMPONENT_DSO_SUBDIRS,;t t --s,@MCA_opal_FRAMEWORK_COMPONENT_STATIC_SUBDIRS@,$MCA_opal_FRAMEWORK_COMPONENT_STATIC_SUBDIRS,;t t --s,@MCA_opal_FRAMEWORK_LIBS@,$MCA_opal_FRAMEWORK_LIBS,;t t --s,@MCA_errmgr_ALL_COMPONENTS@,$MCA_errmgr_ALL_COMPONENTS,;t t --s,@MCA_errmgr_STATIC_COMPONENTS@,$MCA_errmgr_STATIC_COMPONENTS,;t t --s,@MCA_errmgr_DSO_COMPONENTS@,$MCA_errmgr_DSO_COMPONENTS,;t t --s,@MCA_errmgr_STATIC_LTLIBS@,$MCA_errmgr_STATIC_LTLIBS,;t t --s,@MCA_errmgr_ALL_SUBDIRS@,$MCA_errmgr_ALL_SUBDIRS,;t t --s,@MCA_errmgr_STATIC_SUBDIRS@,$MCA_errmgr_STATIC_SUBDIRS,;t t --s,@MCA_errmgr_DSO_SUBDIRS@,$MCA_errmgr_DSO_SUBDIRS,;t t --s,@OMPI_BUILD_gpr_null_DSO_TRUE@,$OMPI_BUILD_gpr_null_DSO_TRUE,;t t --s,@OMPI_BUILD_gpr_null_DSO_FALSE@,$OMPI_BUILD_gpr_null_DSO_FALSE,;t t --s,@OMPI_BUILD_gpr_proxy_DSO_TRUE@,$OMPI_BUILD_gpr_proxy_DSO_TRUE,;t t --s,@OMPI_BUILD_gpr_proxy_DSO_FALSE@,$OMPI_BUILD_gpr_proxy_DSO_FALSE,;t t --s,@OMPI_BUILD_gpr_replica_DSO_TRUE@,$OMPI_BUILD_gpr_replica_DSO_TRUE,;t t --s,@OMPI_BUILD_gpr_replica_DSO_FALSE@,$OMPI_BUILD_gpr_replica_DSO_FALSE,;t t --s,@MCA_gpr_ALL_COMPONENTS@,$MCA_gpr_ALL_COMPONENTS,;t t --s,@MCA_gpr_STATIC_COMPONENTS@,$MCA_gpr_STATIC_COMPONENTS,;t t --s,@MCA_gpr_DSO_COMPONENTS@,$MCA_gpr_DSO_COMPONENTS,;t t --s,@MCA_gpr_STATIC_LTLIBS@,$MCA_gpr_STATIC_LTLIBS,;t t --s,@MCA_gpr_ALL_SUBDIRS@,$MCA_gpr_ALL_SUBDIRS,;t t --s,@MCA_gpr_STATIC_SUBDIRS@,$MCA_gpr_STATIC_SUBDIRS,;t t --s,@MCA_gpr_DSO_SUBDIRS@,$MCA_gpr_DSO_SUBDIRS,;t t --s,@OMPI_BUILD_iof_proxy_DSO_TRUE@,$OMPI_BUILD_iof_proxy_DSO_TRUE,;t t --s,@OMPI_BUILD_iof_proxy_DSO_FALSE@,$OMPI_BUILD_iof_proxy_DSO_FALSE,;t t --s,@OMPI_BUILD_iof_svc_DSO_TRUE@,$OMPI_BUILD_iof_svc_DSO_TRUE,;t t --s,@OMPI_BUILD_iof_svc_DSO_FALSE@,$OMPI_BUILD_iof_svc_DSO_FALSE,;t t --s,@MCA_iof_ALL_COMPONENTS@,$MCA_iof_ALL_COMPONENTS,;t t --s,@MCA_iof_STATIC_COMPONENTS@,$MCA_iof_STATIC_COMPONENTS,;t t --s,@MCA_iof_DSO_COMPONENTS@,$MCA_iof_DSO_COMPONENTS,;t t --s,@MCA_iof_STATIC_LTLIBS@,$MCA_iof_STATIC_LTLIBS,;t t --s,@MCA_iof_ALL_SUBDIRS@,$MCA_iof_ALL_SUBDIRS,;t t --s,@MCA_iof_STATIC_SUBDIRS@,$MCA_iof_STATIC_SUBDIRS,;t t --s,@MCA_iof_DSO_SUBDIRS@,$MCA_iof_DSO_SUBDIRS,;t t --s,@OMPI_BUILD_ns_proxy_DSO_TRUE@,$OMPI_BUILD_ns_proxy_DSO_TRUE,;t t --s,@OMPI_BUILD_ns_proxy_DSO_FALSE@,$OMPI_BUILD_ns_proxy_DSO_FALSE,;t t --s,@OMPI_BUILD_ns_replica_DSO_TRUE@,$OMPI_BUILD_ns_replica_DSO_TRUE,;t t --s,@OMPI_BUILD_ns_replica_DSO_FALSE@,$OMPI_BUILD_ns_replica_DSO_FALSE,;t t --s,@MCA_ns_ALL_COMPONENTS@,$MCA_ns_ALL_COMPONENTS,;t t --s,@MCA_ns_STATIC_COMPONENTS@,$MCA_ns_STATIC_COMPONENTS,;t t --s,@MCA_ns_DSO_COMPONENTS@,$MCA_ns_DSO_COMPONENTS,;t t --s,@MCA_ns_STATIC_LTLIBS@,$MCA_ns_STATIC_LTLIBS,;t t --s,@MCA_ns_ALL_SUBDIRS@,$MCA_ns_ALL_SUBDIRS,;t t --s,@MCA_ns_STATIC_SUBDIRS@,$MCA_ns_STATIC_SUBDIRS,;t t --s,@MCA_ns_DSO_SUBDIRS@,$MCA_ns_DSO_SUBDIRS,;t t --s,@OMPI_BUILD_oob_tcp_DSO_TRUE@,$OMPI_BUILD_oob_tcp_DSO_TRUE,;t t --s,@OMPI_BUILD_oob_tcp_DSO_FALSE@,$OMPI_BUILD_oob_tcp_DSO_FALSE,;t t --s,@MCA_oob_ALL_COMPONENTS@,$MCA_oob_ALL_COMPONENTS,;t t --s,@MCA_oob_STATIC_COMPONENTS@,$MCA_oob_STATIC_COMPONENTS,;t t --s,@MCA_oob_DSO_COMPONENTS@,$MCA_oob_DSO_COMPONENTS,;t t --s,@MCA_oob_STATIC_LTLIBS@,$MCA_oob_STATIC_LTLIBS,;t t --s,@MCA_oob_ALL_SUBDIRS@,$MCA_oob_ALL_SUBDIRS,;t t --s,@MCA_oob_STATIC_SUBDIRS@,$MCA_oob_STATIC_SUBDIRS,;t t --s,@MCA_oob_DSO_SUBDIRS@,$MCA_oob_DSO_SUBDIRS,;t t --s,@pls_bproc_CPPFLAGS@,$pls_bproc_CPPFLAGS,;t t --s,@pls_bproc_LDFLAGS@,$pls_bproc_LDFLAGS,;t t --s,@pls_bproc_LIBS@,$pls_bproc_LIBS,;t t --s,@OMPI_BUILD_pls_bproc_DSO_TRUE@,$OMPI_BUILD_pls_bproc_DSO_TRUE,;t t --s,@OMPI_BUILD_pls_bproc_DSO_FALSE@,$OMPI_BUILD_pls_bproc_DSO_FALSE,;t t --s,@pls_bproc_orted_CPPFLAGS@,$pls_bproc_orted_CPPFLAGS,;t t --s,@pls_bproc_orted_LDFLAGS@,$pls_bproc_orted_LDFLAGS,;t t --s,@pls_bproc_orted_LIBS@,$pls_bproc_orted_LIBS,;t t --s,@OMPI_BUILD_pls_bproc_orted_DSO_TRUE@,$OMPI_BUILD_pls_bproc_orted_DSO_TRUE,;t t --s,@OMPI_BUILD_pls_bproc_orted_DSO_FALSE@,$OMPI_BUILD_pls_bproc_orted_DSO_FALSE,;t t --s,@pls_bproc_seed_CPPFLAGS@,$pls_bproc_seed_CPPFLAGS,;t t --s,@pls_bproc_seed_LDFLAGS@,$pls_bproc_seed_LDFLAGS,;t t --s,@pls_bproc_seed_LIBS@,$pls_bproc_seed_LIBS,;t t --s,@OMPI_BUILD_pls_bproc_seed_DSO_TRUE@,$OMPI_BUILD_pls_bproc_seed_DSO_TRUE,;t t --s,@OMPI_BUILD_pls_bproc_seed_DSO_FALSE@,$OMPI_BUILD_pls_bproc_seed_DSO_FALSE,;t t --s,@OMPI_BUILD_pls_fork_DSO_TRUE@,$OMPI_BUILD_pls_fork_DSO_TRUE,;t t --s,@OMPI_BUILD_pls_fork_DSO_FALSE@,$OMPI_BUILD_pls_fork_DSO_FALSE,;t t --s,@OMPI_BUILD_pls_poe_DSO_TRUE@,$OMPI_BUILD_pls_poe_DSO_TRUE,;t t --s,@OMPI_BUILD_pls_poe_DSO_FALSE@,$OMPI_BUILD_pls_poe_DSO_FALSE,;t t --s,@OMPI_BUILD_pls_rsh_DSO_TRUE@,$OMPI_BUILD_pls_rsh_DSO_TRUE,;t t --s,@OMPI_BUILD_pls_rsh_DSO_FALSE@,$OMPI_BUILD_pls_rsh_DSO_FALSE,;t t --s,@pls_slurm_CPPFLAGS@,$pls_slurm_CPPFLAGS,;t t --s,@pls_slurm_LDFLAGS@,$pls_slurm_LDFLAGS,;t t --s,@pls_slurm_LIBS@,$pls_slurm_LIBS,;t t --s,@OMPI_BUILD_pls_slurm_DSO_TRUE@,$OMPI_BUILD_pls_slurm_DSO_TRUE,;t t --s,@OMPI_BUILD_pls_slurm_DSO_FALSE@,$OMPI_BUILD_pls_slurm_DSO_FALSE,;t t --s,@pls_tm_CPPFLAGS@,$pls_tm_CPPFLAGS,;t t --s,@pls_tm_LDFLAGS@,$pls_tm_LDFLAGS,;t t --s,@pls_tm_LIBS@,$pls_tm_LIBS,;t t --s,@OMPI_BUILD_pls_tm_DSO_TRUE@,$OMPI_BUILD_pls_tm_DSO_TRUE,;t t --s,@OMPI_BUILD_pls_tm_DSO_FALSE@,$OMPI_BUILD_pls_tm_DSO_FALSE,;t t --s,@OBJC@,$OBJC,;t t --s,@OBJCFLAGS@,$OBJCFLAGS,;t t --s,@ac_ct_OBJC@,$ac_ct_OBJC,;t t --s,@OBJCDEPMODE@,$OBJCDEPMODE,;t t --s,@am__fastdepOBJC_TRUE@,$am__fastdepOBJC_TRUE,;t t --s,@am__fastdepOBJC_FALSE@,$am__fastdepOBJC_FALSE,;t t --s,@pls_xgrid_OBJCFLAGS@,$pls_xgrid_OBJCFLAGS,;t t --s,@pls_xgrid_LDFLAGS@,$pls_xgrid_LDFLAGS,;t t --s,@OMPI_BUILD_pls_xgrid_DSO_TRUE@,$OMPI_BUILD_pls_xgrid_DSO_TRUE,;t t --s,@OMPI_BUILD_pls_xgrid_DSO_FALSE@,$OMPI_BUILD_pls_xgrid_DSO_FALSE,;t t --s,@MCA_pls_ALL_COMPONENTS@,$MCA_pls_ALL_COMPONENTS,;t t --s,@MCA_pls_STATIC_COMPONENTS@,$MCA_pls_STATIC_COMPONENTS,;t t --s,@MCA_pls_DSO_COMPONENTS@,$MCA_pls_DSO_COMPONENTS,;t t --s,@MCA_pls_STATIC_LTLIBS@,$MCA_pls_STATIC_LTLIBS,;t t --s,@MCA_pls_ALL_SUBDIRS@,$MCA_pls_ALL_SUBDIRS,;t t --s,@MCA_pls_STATIC_SUBDIRS@,$MCA_pls_STATIC_SUBDIRS,;t t --s,@MCA_pls_DSO_SUBDIRS@,$MCA_pls_DSO_SUBDIRS,;t t --s,@OMPI_BUILD_ras_dash_host_DSO_TRUE@,$OMPI_BUILD_ras_dash_host_DSO_TRUE,;t t --s,@OMPI_BUILD_ras_dash_host_DSO_FALSE@,$OMPI_BUILD_ras_dash_host_DSO_FALSE,;t t --s,@OMPI_BUILD_ras_hostfile_DSO_TRUE@,$OMPI_BUILD_ras_hostfile_DSO_TRUE,;t t --s,@OMPI_BUILD_ras_hostfile_DSO_FALSE@,$OMPI_BUILD_ras_hostfile_DSO_FALSE,;t t --s,@OMPI_BUILD_ras_localhost_DSO_TRUE@,$OMPI_BUILD_ras_localhost_DSO_TRUE,;t t --s,@OMPI_BUILD_ras_localhost_DSO_FALSE@,$OMPI_BUILD_ras_localhost_DSO_FALSE,;t t --s,@ras_bjs_CPPFLAGS@,$ras_bjs_CPPFLAGS,;t t --s,@ras_bjs_LDFLAGS@,$ras_bjs_LDFLAGS,;t t --s,@ras_bjs_LIBS@,$ras_bjs_LIBS,;t t --s,@OMPI_BUILD_ras_bjs_DSO_TRUE@,$OMPI_BUILD_ras_bjs_DSO_TRUE,;t t --s,@OMPI_BUILD_ras_bjs_DSO_FALSE@,$OMPI_BUILD_ras_bjs_DSO_FALSE,;t t --s,@ras_lsf_bproc_CPPFLAGS@,$ras_lsf_bproc_CPPFLAGS,;t t --s,@ras_lsf_bproc_LDFLAGS@,$ras_lsf_bproc_LDFLAGS,;t t --s,@ras_lsf_bproc_LIBS@,$ras_lsf_bproc_LIBS,;t t --s,@OMPI_BUILD_ras_lsf_bproc_DSO_TRUE@,$OMPI_BUILD_ras_lsf_bproc_DSO_TRUE,;t t --s,@OMPI_BUILD_ras_lsf_bproc_DSO_FALSE@,$OMPI_BUILD_ras_lsf_bproc_DSO_FALSE,;t t --s,@OMPI_BUILD_ras_poe_DSO_TRUE@,$OMPI_BUILD_ras_poe_DSO_TRUE,;t t --s,@OMPI_BUILD_ras_poe_DSO_FALSE@,$OMPI_BUILD_ras_poe_DSO_FALSE,;t t --s,@ras_slurm_CPPFLAGS@,$ras_slurm_CPPFLAGS,;t t --s,@ras_slurm_LDFLAGS@,$ras_slurm_LDFLAGS,;t t --s,@ras_slurm_LIBS@,$ras_slurm_LIBS,;t t --s,@OMPI_BUILD_ras_slurm_DSO_TRUE@,$OMPI_BUILD_ras_slurm_DSO_TRUE,;t t --s,@OMPI_BUILD_ras_slurm_DSO_FALSE@,$OMPI_BUILD_ras_slurm_DSO_FALSE,;t t --s,@ras_tm_CPPFLAGS@,$ras_tm_CPPFLAGS,;t t --s,@ras_tm_LDFLAGS@,$ras_tm_LDFLAGS,;t t --s,@ras_tm_LIBS@,$ras_tm_LIBS,;t t --s,@OMPI_BUILD_ras_tm_DSO_TRUE@,$OMPI_BUILD_ras_tm_DSO_TRUE,;t t --s,@OMPI_BUILD_ras_tm_DSO_FALSE@,$OMPI_BUILD_ras_tm_DSO_FALSE,;t t --s,@OMPI_BUILD_ras_xgrid_DSO_TRUE@,$OMPI_BUILD_ras_xgrid_DSO_TRUE,;t t --s,@OMPI_BUILD_ras_xgrid_DSO_FALSE@,$OMPI_BUILD_ras_xgrid_DSO_FALSE,;t t --s,@MCA_ras_ALL_COMPONENTS@,$MCA_ras_ALL_COMPONENTS,;t t --s,@MCA_ras_STATIC_COMPONENTS@,$MCA_ras_STATIC_COMPONENTS,;t t --s,@MCA_ras_DSO_COMPONENTS@,$MCA_ras_DSO_COMPONENTS,;t t --s,@MCA_ras_STATIC_LTLIBS@,$MCA_ras_STATIC_LTLIBS,;t t --s,@MCA_ras_ALL_SUBDIRS@,$MCA_ras_ALL_SUBDIRS,;t t --s,@MCA_ras_STATIC_SUBDIRS@,$MCA_ras_STATIC_SUBDIRS,;t t --s,@MCA_ras_DSO_SUBDIRS@,$MCA_ras_DSO_SUBDIRS,;t t --s,@OMPI_BUILD_rds_hostfile_DSO_TRUE@,$OMPI_BUILD_rds_hostfile_DSO_TRUE,;t t --s,@OMPI_BUILD_rds_hostfile_DSO_FALSE@,$OMPI_BUILD_rds_hostfile_DSO_FALSE,;t t --s,@OMPI_BUILD_rds_resfile_DSO_TRUE@,$OMPI_BUILD_rds_resfile_DSO_TRUE,;t t --s,@OMPI_BUILD_rds_resfile_DSO_FALSE@,$OMPI_BUILD_rds_resfile_DSO_FALSE,;t t --s,@MCA_rds_ALL_COMPONENTS@,$MCA_rds_ALL_COMPONENTS,;t t --s,@MCA_rds_STATIC_COMPONENTS@,$MCA_rds_STATIC_COMPONENTS,;t t --s,@MCA_rds_DSO_COMPONENTS@,$MCA_rds_DSO_COMPONENTS,;t t --s,@MCA_rds_STATIC_LTLIBS@,$MCA_rds_STATIC_LTLIBS,;t t --s,@MCA_rds_ALL_SUBDIRS@,$MCA_rds_ALL_SUBDIRS,;t t --s,@MCA_rds_STATIC_SUBDIRS@,$MCA_rds_STATIC_SUBDIRS,;t t --s,@MCA_rds_DSO_SUBDIRS@,$MCA_rds_DSO_SUBDIRS,;t t --s,@OMPI_BUILD_rmaps_round_robin_DSO_TRUE@,$OMPI_BUILD_rmaps_round_robin_DSO_TRUE,;t t --s,@OMPI_BUILD_rmaps_round_robin_DSO_FALSE@,$OMPI_BUILD_rmaps_round_robin_DSO_FALSE,;t t --s,@MCA_rmaps_ALL_COMPONENTS@,$MCA_rmaps_ALL_COMPONENTS,;t t --s,@MCA_rmaps_STATIC_COMPONENTS@,$MCA_rmaps_STATIC_COMPONENTS,;t t --s,@MCA_rmaps_DSO_COMPONENTS@,$MCA_rmaps_DSO_COMPONENTS,;t t --s,@MCA_rmaps_STATIC_LTLIBS@,$MCA_rmaps_STATIC_LTLIBS,;t t --s,@MCA_rmaps_ALL_SUBDIRS@,$MCA_rmaps_ALL_SUBDIRS,;t t --s,@MCA_rmaps_STATIC_SUBDIRS@,$MCA_rmaps_STATIC_SUBDIRS,;t t --s,@MCA_rmaps_DSO_SUBDIRS@,$MCA_rmaps_DSO_SUBDIRS,;t t --s,@OMPI_BUILD_rmgr_proxy_DSO_TRUE@,$OMPI_BUILD_rmgr_proxy_DSO_TRUE,;t t --s,@OMPI_BUILD_rmgr_proxy_DSO_FALSE@,$OMPI_BUILD_rmgr_proxy_DSO_FALSE,;t t --s,@OMPI_BUILD_rmgr_urm_DSO_TRUE@,$OMPI_BUILD_rmgr_urm_DSO_TRUE,;t t --s,@OMPI_BUILD_rmgr_urm_DSO_FALSE@,$OMPI_BUILD_rmgr_urm_DSO_FALSE,;t t --s,@OMPI_BUILD_rmgr_cnos_DSO_TRUE@,$OMPI_BUILD_rmgr_cnos_DSO_TRUE,;t t --s,@OMPI_BUILD_rmgr_cnos_DSO_FALSE@,$OMPI_BUILD_rmgr_cnos_DSO_FALSE,;t t --s,@MCA_rmgr_ALL_COMPONENTS@,$MCA_rmgr_ALL_COMPONENTS,;t t --s,@MCA_rmgr_STATIC_COMPONENTS@,$MCA_rmgr_STATIC_COMPONENTS,;t t --s,@MCA_rmgr_DSO_COMPONENTS@,$MCA_rmgr_DSO_COMPONENTS,;t t --s,@MCA_rmgr_STATIC_LTLIBS@,$MCA_rmgr_STATIC_LTLIBS,;t t --s,@MCA_rmgr_ALL_SUBDIRS@,$MCA_rmgr_ALL_SUBDIRS,;t t --s,@MCA_rmgr_STATIC_SUBDIRS@,$MCA_rmgr_STATIC_SUBDIRS,;t t --s,@MCA_rmgr_DSO_SUBDIRS@,$MCA_rmgr_DSO_SUBDIRS,;t t --s,@OMPI_BUILD_rml_oob_DSO_TRUE@,$OMPI_BUILD_rml_oob_DSO_TRUE,;t t --s,@OMPI_BUILD_rml_oob_DSO_FALSE@,$OMPI_BUILD_rml_oob_DSO_FALSE,;t t --s,@OMPI_BUILD_rml_cnos_DSO_TRUE@,$OMPI_BUILD_rml_cnos_DSO_TRUE,;t t --s,@OMPI_BUILD_rml_cnos_DSO_FALSE@,$OMPI_BUILD_rml_cnos_DSO_FALSE,;t t --s,@MCA_rml_ALL_COMPONENTS@,$MCA_rml_ALL_COMPONENTS,;t t --s,@MCA_rml_STATIC_COMPONENTS@,$MCA_rml_STATIC_COMPONENTS,;t t --s,@MCA_rml_DSO_COMPONENTS@,$MCA_rml_DSO_COMPONENTS,;t t --s,@MCA_rml_STATIC_LTLIBS@,$MCA_rml_STATIC_LTLIBS,;t t --s,@MCA_rml_ALL_SUBDIRS@,$MCA_rml_ALL_SUBDIRS,;t t --s,@MCA_rml_STATIC_SUBDIRS@,$MCA_rml_STATIC_SUBDIRS,;t t --s,@MCA_rml_DSO_SUBDIRS@,$MCA_rml_DSO_SUBDIRS,;t t --s,@MCA_schema_ALL_COMPONENTS@,$MCA_schema_ALL_COMPONENTS,;t t --s,@MCA_schema_STATIC_COMPONENTS@,$MCA_schema_STATIC_COMPONENTS,;t t --s,@MCA_schema_DSO_COMPONENTS@,$MCA_schema_DSO_COMPONENTS,;t t --s,@MCA_schema_STATIC_LTLIBS@,$MCA_schema_STATIC_LTLIBS,;t t --s,@MCA_schema_ALL_SUBDIRS@,$MCA_schema_ALL_SUBDIRS,;t t --s,@MCA_schema_STATIC_SUBDIRS@,$MCA_schema_STATIC_SUBDIRS,;t t --s,@MCA_schema_DSO_SUBDIRS@,$MCA_schema_DSO_SUBDIRS,;t t --s,@OMPI_BUILD_sds_env_DSO_TRUE@,$OMPI_BUILD_sds_env_DSO_TRUE,;t t --s,@OMPI_BUILD_sds_env_DSO_FALSE@,$OMPI_BUILD_sds_env_DSO_FALSE,;t t --s,@OMPI_BUILD_sds_seed_DSO_TRUE@,$OMPI_BUILD_sds_seed_DSO_TRUE,;t t --s,@OMPI_BUILD_sds_seed_DSO_FALSE@,$OMPI_BUILD_sds_seed_DSO_FALSE,;t t --s,@OMPI_BUILD_sds_singleton_DSO_TRUE@,$OMPI_BUILD_sds_singleton_DSO_TRUE,;t t --s,@OMPI_BUILD_sds_singleton_DSO_FALSE@,$OMPI_BUILD_sds_singleton_DSO_FALSE,;t t --s,@sds_bproc_CPPFLAGS@,$sds_bproc_CPPFLAGS,;t t --s,@sds_bproc_LDFLAGS@,$sds_bproc_LDFLAGS,;t t --s,@sds_bproc_LIBS@,$sds_bproc_LIBS,;t t --s,@OMPI_BUILD_sds_bproc_DSO_TRUE@,$OMPI_BUILD_sds_bproc_DSO_TRUE,;t t --s,@OMPI_BUILD_sds_bproc_DSO_FALSE@,$OMPI_BUILD_sds_bproc_DSO_FALSE,;t t --s,@OMPI_BUILD_sds_cnos_DSO_TRUE@,$OMPI_BUILD_sds_cnos_DSO_TRUE,;t t --s,@OMPI_BUILD_sds_cnos_DSO_FALSE@,$OMPI_BUILD_sds_cnos_DSO_FALSE,;t t --s,@OMPI_BUILD_sds_pipe_DSO_TRUE@,$OMPI_BUILD_sds_pipe_DSO_TRUE,;t t --s,@OMPI_BUILD_sds_pipe_DSO_FALSE@,$OMPI_BUILD_sds_pipe_DSO_FALSE,;t t --s,@sds_portals_utcp_CPPFLAGS@,$sds_portals_utcp_CPPFLAGS,;t t --s,@sds_portals_utcp_LDFLAGS@,$sds_portals_utcp_LDFLAGS,;t t --s,@sds_portals_utcp_LIBS@,$sds_portals_utcp_LIBS,;t t --s,@OMPI_BUILD_sds_portals_utcp_DSO_TRUE@,$OMPI_BUILD_sds_portals_utcp_DSO_TRUE,;t t --s,@OMPI_BUILD_sds_portals_utcp_DSO_FALSE@,$OMPI_BUILD_sds_portals_utcp_DSO_FALSE,;t t --s,@sds_slurm_CPPFLAGS@,$sds_slurm_CPPFLAGS,;t t --s,@sds_slurm_LDFLAGS@,$sds_slurm_LDFLAGS,;t t --s,@sds_slurm_LIBS@,$sds_slurm_LIBS,;t t --s,@OMPI_BUILD_sds_slurm_DSO_TRUE@,$OMPI_BUILD_sds_slurm_DSO_TRUE,;t t --s,@OMPI_BUILD_sds_slurm_DSO_FALSE@,$OMPI_BUILD_sds_slurm_DSO_FALSE,;t t --s,@MCA_sds_ALL_COMPONENTS@,$MCA_sds_ALL_COMPONENTS,;t t --s,@MCA_sds_STATIC_COMPONENTS@,$MCA_sds_STATIC_COMPONENTS,;t t --s,@MCA_sds_DSO_COMPONENTS@,$MCA_sds_DSO_COMPONENTS,;t t --s,@MCA_sds_STATIC_LTLIBS@,$MCA_sds_STATIC_LTLIBS,;t t --s,@MCA_sds_ALL_SUBDIRS@,$MCA_sds_ALL_SUBDIRS,;t t --s,@MCA_sds_STATIC_SUBDIRS@,$MCA_sds_STATIC_SUBDIRS,;t t --s,@MCA_sds_DSO_SUBDIRS@,$MCA_sds_DSO_SUBDIRS,;t t --s,@soh_bproc_CPPFLAGS@,$soh_bproc_CPPFLAGS,;t t --s,@soh_bproc_LDFLAGS@,$soh_bproc_LDFLAGS,;t t --s,@soh_bproc_LIBS@,$soh_bproc_LIBS,;t t --s,@OMPI_BUILD_soh_bproc_DSO_TRUE@,$OMPI_BUILD_soh_bproc_DSO_TRUE,;t t --s,@OMPI_BUILD_soh_bproc_DSO_FALSE@,$OMPI_BUILD_soh_bproc_DSO_FALSE,;t t --s,@MCA_soh_ALL_COMPONENTS@,$MCA_soh_ALL_COMPONENTS,;t t --s,@MCA_soh_STATIC_COMPONENTS@,$MCA_soh_STATIC_COMPONENTS,;t t --s,@MCA_soh_DSO_COMPONENTS@,$MCA_soh_DSO_COMPONENTS,;t t --s,@MCA_soh_STATIC_LTLIBS@,$MCA_soh_STATIC_LTLIBS,;t t --s,@MCA_soh_ALL_SUBDIRS@,$MCA_soh_ALL_SUBDIRS,;t t --s,@MCA_soh_STATIC_SUBDIRS@,$MCA_soh_STATIC_SUBDIRS,;t t --s,@MCA_soh_DSO_SUBDIRS@,$MCA_soh_DSO_SUBDIRS,;t t --s,@MCA_orte_FRAMEWORKS@,$MCA_orte_FRAMEWORKS,;t t --s,@MCA_orte_FRAMEWORKS_SUBDIRS@,$MCA_orte_FRAMEWORKS_SUBDIRS,;t t --s,@MCA_orte_FRAMEWORK_COMPONENT_ALL_SUBDIRS@,$MCA_orte_FRAMEWORK_COMPONENT_ALL_SUBDIRS,;t t --s,@MCA_orte_FRAMEWORK_COMPONENT_DSO_SUBDIRS@,$MCA_orte_FRAMEWORK_COMPONENT_DSO_SUBDIRS,;t t --s,@MCA_orte_FRAMEWORK_COMPONENT_STATIC_SUBDIRS@,$MCA_orte_FRAMEWORK_COMPONENT_STATIC_SUBDIRS,;t t --s,@MCA_orte_FRAMEWORK_LIBS@,$MCA_orte_FRAMEWORK_LIBS,;t t --s,@OMPI_BUILD_allocator_basic_DSO_TRUE@,$OMPI_BUILD_allocator_basic_DSO_TRUE,;t t --s,@OMPI_BUILD_allocator_basic_DSO_FALSE@,$OMPI_BUILD_allocator_basic_DSO_FALSE,;t t --s,@OMPI_BUILD_allocator_bucket_DSO_TRUE@,$OMPI_BUILD_allocator_bucket_DSO_TRUE,;t t --s,@OMPI_BUILD_allocator_bucket_DSO_FALSE@,$OMPI_BUILD_allocator_bucket_DSO_FALSE,;t t --s,@MCA_allocator_ALL_COMPONENTS@,$MCA_allocator_ALL_COMPONENTS,;t t --s,@MCA_allocator_STATIC_COMPONENTS@,$MCA_allocator_STATIC_COMPONENTS,;t t --s,@MCA_allocator_DSO_COMPONENTS@,$MCA_allocator_DSO_COMPONENTS,;t t --s,@MCA_allocator_STATIC_LTLIBS@,$MCA_allocator_STATIC_LTLIBS,;t t --s,@MCA_allocator_ALL_SUBDIRS@,$MCA_allocator_ALL_SUBDIRS,;t t --s,@MCA_allocator_STATIC_SUBDIRS@,$MCA_allocator_STATIC_SUBDIRS,;t t --s,@MCA_allocator_DSO_SUBDIRS@,$MCA_allocator_DSO_SUBDIRS,;t t --s,@OMPI_BUILD_bml_r2_DSO_TRUE@,$OMPI_BUILD_bml_r2_DSO_TRUE,;t t --s,@OMPI_BUILD_bml_r2_DSO_FALSE@,$OMPI_BUILD_bml_r2_DSO_FALSE,;t t --s,@MCA_bml_ALL_COMPONENTS@,$MCA_bml_ALL_COMPONENTS,;t t --s,@MCA_bml_STATIC_COMPONENTS@,$MCA_bml_STATIC_COMPONENTS,;t t --s,@MCA_bml_DSO_COMPONENTS@,$MCA_bml_DSO_COMPONENTS,;t t --s,@MCA_bml_STATIC_LTLIBS@,$MCA_bml_STATIC_LTLIBS,;t t --s,@MCA_bml_ALL_SUBDIRS@,$MCA_bml_ALL_SUBDIRS,;t t --s,@MCA_bml_STATIC_SUBDIRS@,$MCA_bml_STATIC_SUBDIRS,;t t --s,@MCA_bml_DSO_SUBDIRS@,$MCA_bml_DSO_SUBDIRS,;t t --s,@OMPI_BUILD_btl_self_DSO_TRUE@,$OMPI_BUILD_btl_self_DSO_TRUE,;t t --s,@OMPI_BUILD_btl_self_DSO_FALSE@,$OMPI_BUILD_btl_self_DSO_FALSE,;t t --s,@OMPI_BUILD_btl_sm_DSO_TRUE@,$OMPI_BUILD_btl_sm_DSO_TRUE,;t t --s,@OMPI_BUILD_btl_sm_DSO_FALSE@,$OMPI_BUILD_btl_sm_DSO_FALSE,;t t --s,@btl_gm_CFLAGS@,$btl_gm_CFLAGS,;t t --s,@btl_gm_CPPFLAGS@,$btl_gm_CPPFLAGS,;t t --s,@btl_gm_LDFLAGS@,$btl_gm_LDFLAGS,;t t --s,@btl_gm_LIBS@,$btl_gm_LIBS,;t t --s,@OMPI_BUILD_btl_gm_DSO_TRUE@,$OMPI_BUILD_btl_gm_DSO_TRUE,;t t --s,@OMPI_BUILD_btl_gm_DSO_FALSE@,$OMPI_BUILD_btl_gm_DSO_FALSE,;t t --s,@btl_mvapi_CFLAGS@,$btl_mvapi_CFLAGS,;t t --s,@btl_mvapi_CPPFLAGS@,$btl_mvapi_CPPFLAGS,;t t --s,@btl_mvapi_LDFLAGS@,$btl_mvapi_LDFLAGS,;t t --s,@btl_mvapi_LIBS@,$btl_mvapi_LIBS,;t t --s,@OMPI_BUILD_btl_mvapi_DSO_TRUE@,$OMPI_BUILD_btl_mvapi_DSO_TRUE,;t t --s,@OMPI_BUILD_btl_mvapi_DSO_FALSE@,$OMPI_BUILD_btl_mvapi_DSO_FALSE,;t t --s,@btl_mx_CFLAGS@,$btl_mx_CFLAGS,;t t --s,@btl_mx_CPPFLAGS@,$btl_mx_CPPFLAGS,;t t --s,@btl_mx_LDFLAGS@,$btl_mx_LDFLAGS,;t t --s,@btl_mx_LIBS@,$btl_mx_LIBS,;t t --s,@OMPI_BUILD_btl_mx_DSO_TRUE@,$OMPI_BUILD_btl_mx_DSO_TRUE,;t t --s,@OMPI_BUILD_btl_mx_DSO_FALSE@,$OMPI_BUILD_btl_mx_DSO_FALSE,;t t --s,@btl_openib_CFLAGS@,$btl_openib_CFLAGS,;t t --s,@btl_openib_CPPFLAGS@,$btl_openib_CPPFLAGS,;t t --s,@btl_openib_LDFLAGS@,$btl_openib_LDFLAGS,;t t --s,@btl_openib_LIBS@,$btl_openib_LIBS,;t t --s,@OMPI_BUILD_btl_openib_DSO_TRUE@,$OMPI_BUILD_btl_openib_DSO_TRUE,;t t --s,@OMPI_BUILD_btl_openib_DSO_FALSE@,$OMPI_BUILD_btl_openib_DSO_FALSE,;t t --s,@btl_portals_CPPFLAGS@,$btl_portals_CPPFLAGS,;t t --s,@btl_portals_LDFLAGS@,$btl_portals_LDFLAGS,;t t --s,@btl_portals_LIBS@,$btl_portals_LIBS,;t t --s,@OMPI_BUILD_btl_portals_DSO_TRUE@,$OMPI_BUILD_btl_portals_DSO_TRUE,;t t --s,@OMPI_BUILD_btl_portals_DSO_FALSE@,$OMPI_BUILD_btl_portals_DSO_FALSE,;t t --s,@OMPI_BUILD_btl_tcp_DSO_TRUE@,$OMPI_BUILD_btl_tcp_DSO_TRUE,;t t --s,@OMPI_BUILD_btl_tcp_DSO_FALSE@,$OMPI_BUILD_btl_tcp_DSO_FALSE,;t t --s,@MCA_btl_ALL_COMPONENTS@,$MCA_btl_ALL_COMPONENTS,;t t --s,@MCA_btl_STATIC_COMPONENTS@,$MCA_btl_STATIC_COMPONENTS,;t t --s,@MCA_btl_DSO_COMPONENTS@,$MCA_btl_DSO_COMPONENTS,;t t --s,@MCA_btl_STATIC_LTLIBS@,$MCA_btl_STATIC_LTLIBS,;t t --s,@MCA_btl_ALL_SUBDIRS@,$MCA_btl_ALL_SUBDIRS,;t t --s,@MCA_btl_STATIC_SUBDIRS@,$MCA_btl_STATIC_SUBDIRS,;t t --s,@MCA_btl_DSO_SUBDIRS@,$MCA_btl_DSO_SUBDIRS,;t t --s,@OMPI_BUILD_coll_basic_DSO_TRUE@,$OMPI_BUILD_coll_basic_DSO_TRUE,;t t --s,@OMPI_BUILD_coll_basic_DSO_FALSE@,$OMPI_BUILD_coll_basic_DSO_FALSE,;t t --s,@OMPI_BUILD_coll_hierarch_DSO_TRUE@,$OMPI_BUILD_coll_hierarch_DSO_TRUE,;t t --s,@OMPI_BUILD_coll_hierarch_DSO_FALSE@,$OMPI_BUILD_coll_hierarch_DSO_FALSE,;t t --s,@OMPI_BUILD_coll_self_DSO_TRUE@,$OMPI_BUILD_coll_self_DSO_TRUE,;t t --s,@OMPI_BUILD_coll_self_DSO_FALSE@,$OMPI_BUILD_coll_self_DSO_FALSE,;t t --s,@OMPI_BUILD_coll_sm_DSO_TRUE@,$OMPI_BUILD_coll_sm_DSO_TRUE,;t t --s,@OMPI_BUILD_coll_sm_DSO_FALSE@,$OMPI_BUILD_coll_sm_DSO_FALSE,;t t --s,@OMPI_BUILD_coll_tuned_DSO_TRUE@,$OMPI_BUILD_coll_tuned_DSO_TRUE,;t t --s,@OMPI_BUILD_coll_tuned_DSO_FALSE@,$OMPI_BUILD_coll_tuned_DSO_FALSE,;t t --s,@MCA_coll_ALL_COMPONENTS@,$MCA_coll_ALL_COMPONENTS,;t t --s,@MCA_coll_STATIC_COMPONENTS@,$MCA_coll_STATIC_COMPONENTS,;t t --s,@MCA_coll_DSO_COMPONENTS@,$MCA_coll_DSO_COMPONENTS,;t t --s,@MCA_coll_STATIC_LTLIBS@,$MCA_coll_STATIC_LTLIBS,;t t --s,@MCA_coll_ALL_SUBDIRS@,$MCA_coll_ALL_SUBDIRS,;t t --s,@MCA_coll_STATIC_SUBDIRS@,$MCA_coll_STATIC_SUBDIRS,;t t --s,@MCA_coll_DSO_SUBDIRS@,$MCA_coll_DSO_SUBDIRS,;t t --s,@OMPI_BUILD_common_sm_DSO_TRUE@,$OMPI_BUILD_common_sm_DSO_TRUE,;t t --s,@OMPI_BUILD_common_sm_DSO_FALSE@,$OMPI_BUILD_common_sm_DSO_FALSE,;t t --s,@MCA_common_ALL_COMPONENTS@,$MCA_common_ALL_COMPONENTS,;t t --s,@MCA_common_STATIC_COMPONENTS@,$MCA_common_STATIC_COMPONENTS,;t t --s,@MCA_common_DSO_COMPONENTS@,$MCA_common_DSO_COMPONENTS,;t t --s,@MCA_common_STATIC_LTLIBS@,$MCA_common_STATIC_LTLIBS,;t t --s,@MCA_common_ALL_SUBDIRS@,$MCA_common_ALL_SUBDIRS,;t t --s,@MCA_common_STATIC_SUBDIRS@,$MCA_common_STATIC_SUBDIRS,;t t --s,@MCA_common_DSO_SUBDIRS@,$MCA_common_DSO_SUBDIRS,;t t --s,@OMPI_BUILD_io_romio_DSO_TRUE@,$OMPI_BUILD_io_romio_DSO_TRUE,;t t --s,@OMPI_BUILD_io_romio_DSO_FALSE@,$OMPI_BUILD_io_romio_DSO_FALSE,;t t --s,@MCA_io_ALL_COMPONENTS@,$MCA_io_ALL_COMPONENTS,;t t --s,@MCA_io_STATIC_COMPONENTS@,$MCA_io_STATIC_COMPONENTS,;t t --s,@MCA_io_DSO_COMPONENTS@,$MCA_io_DSO_COMPONENTS,;t t --s,@MCA_io_STATIC_LTLIBS@,$MCA_io_STATIC_LTLIBS,;t t --s,@MCA_io_ALL_SUBDIRS@,$MCA_io_ALL_SUBDIRS,;t t --s,@MCA_io_STATIC_SUBDIRS@,$MCA_io_STATIC_SUBDIRS,;t t --s,@MCA_io_DSO_SUBDIRS@,$MCA_io_DSO_SUBDIRS,;t t --s,@OMPI_BUILD_mpool_sm_DSO_TRUE@,$OMPI_BUILD_mpool_sm_DSO_TRUE,;t t --s,@OMPI_BUILD_mpool_sm_DSO_FALSE@,$OMPI_BUILD_mpool_sm_DSO_FALSE,;t t --s,@mpool_gm_CFLAGS@,$mpool_gm_CFLAGS,;t t --s,@mpool_gm_CPPFLAGS@,$mpool_gm_CPPFLAGS,;t t --s,@mpool_gm_LDFLAGS@,$mpool_gm_LDFLAGS,;t t --s,@mpool_gm_LIBS@,$mpool_gm_LIBS,;t t --s,@OMPI_BUILD_mpool_gm_DSO_TRUE@,$OMPI_BUILD_mpool_gm_DSO_TRUE,;t t --s,@OMPI_BUILD_mpool_gm_DSO_FALSE@,$OMPI_BUILD_mpool_gm_DSO_FALSE,;t t --s,@mpool_mvapi_CFLAGS@,$mpool_mvapi_CFLAGS,;t t --s,@mpool_mvapi_CPPFLAGS@,$mpool_mvapi_CPPFLAGS,;t t --s,@mpool_mvapi_LDFLAGS@,$mpool_mvapi_LDFLAGS,;t t --s,@mpool_mvapi_LIBS@,$mpool_mvapi_LIBS,;t t --s,@OMPI_BUILD_mpool_mvapi_DSO_TRUE@,$OMPI_BUILD_mpool_mvapi_DSO_TRUE,;t t --s,@OMPI_BUILD_mpool_mvapi_DSO_FALSE@,$OMPI_BUILD_mpool_mvapi_DSO_FALSE,;t t --s,@mpool_openib_CFLAGS@,$mpool_openib_CFLAGS,;t t --s,@mpool_openib_CPPFLAGS@,$mpool_openib_CPPFLAGS,;t t --s,@mpool_openib_LDFLAGS@,$mpool_openib_LDFLAGS,;t t --s,@mpool_openib_LIBS@,$mpool_openib_LIBS,;t t --s,@OMPI_BUILD_mpool_openib_DSO_TRUE@,$OMPI_BUILD_mpool_openib_DSO_TRUE,;t t --s,@OMPI_BUILD_mpool_openib_DSO_FALSE@,$OMPI_BUILD_mpool_openib_DSO_FALSE,;t t --s,@MCA_mpool_ALL_COMPONENTS@,$MCA_mpool_ALL_COMPONENTS,;t t --s,@MCA_mpool_STATIC_COMPONENTS@,$MCA_mpool_STATIC_COMPONENTS,;t t --s,@MCA_mpool_DSO_COMPONENTS@,$MCA_mpool_DSO_COMPONENTS,;t t --s,@MCA_mpool_STATIC_LTLIBS@,$MCA_mpool_STATIC_LTLIBS,;t t --s,@MCA_mpool_ALL_SUBDIRS@,$MCA_mpool_ALL_SUBDIRS,;t t --s,@MCA_mpool_STATIC_SUBDIRS@,$MCA_mpool_STATIC_SUBDIRS,;t t --s,@MCA_mpool_DSO_SUBDIRS@,$MCA_mpool_DSO_SUBDIRS,;t t --s,@OMPI_BUILD_osc_pt2pt_DSO_TRUE@,$OMPI_BUILD_osc_pt2pt_DSO_TRUE,;t t --s,@OMPI_BUILD_osc_pt2pt_DSO_FALSE@,$OMPI_BUILD_osc_pt2pt_DSO_FALSE,;t t --s,@MCA_osc_ALL_COMPONENTS@,$MCA_osc_ALL_COMPONENTS,;t t --s,@MCA_osc_STATIC_COMPONENTS@,$MCA_osc_STATIC_COMPONENTS,;t t --s,@MCA_osc_DSO_COMPONENTS@,$MCA_osc_DSO_COMPONENTS,;t t --s,@MCA_osc_STATIC_LTLIBS@,$MCA_osc_STATIC_LTLIBS,;t t --s,@MCA_osc_ALL_SUBDIRS@,$MCA_osc_ALL_SUBDIRS,;t t --s,@MCA_osc_STATIC_SUBDIRS@,$MCA_osc_STATIC_SUBDIRS,;t t --s,@MCA_osc_DSO_SUBDIRS@,$MCA_osc_DSO_SUBDIRS,;t t --s,@OMPI_BUILD_pml_ob1_DSO_TRUE@,$OMPI_BUILD_pml_ob1_DSO_TRUE,;t t --s,@OMPI_BUILD_pml_ob1_DSO_FALSE@,$OMPI_BUILD_pml_ob1_DSO_FALSE,;t t --s,@MCA_pml_ALL_COMPONENTS@,$MCA_pml_ALL_COMPONENTS,;t t --s,@MCA_pml_STATIC_COMPONENTS@,$MCA_pml_STATIC_COMPONENTS,;t t --s,@MCA_pml_DSO_COMPONENTS@,$MCA_pml_DSO_COMPONENTS,;t t --s,@MCA_pml_STATIC_LTLIBS@,$MCA_pml_STATIC_LTLIBS,;t t --s,@MCA_pml_ALL_SUBDIRS@,$MCA_pml_ALL_SUBDIRS,;t t --s,@MCA_pml_STATIC_SUBDIRS@,$MCA_pml_STATIC_SUBDIRS,;t t --s,@MCA_pml_DSO_SUBDIRS@,$MCA_pml_DSO_SUBDIRS,;t t --s,@OMPI_BUILD_rcache_rb_DSO_TRUE@,$OMPI_BUILD_rcache_rb_DSO_TRUE,;t t --s,@OMPI_BUILD_rcache_rb_DSO_FALSE@,$OMPI_BUILD_rcache_rb_DSO_FALSE,;t t --s,@MCA_rcache_ALL_COMPONENTS@,$MCA_rcache_ALL_COMPONENTS,;t t --s,@MCA_rcache_STATIC_COMPONENTS@,$MCA_rcache_STATIC_COMPONENTS,;t t --s,@MCA_rcache_DSO_COMPONENTS@,$MCA_rcache_DSO_COMPONENTS,;t t --s,@MCA_rcache_STATIC_LTLIBS@,$MCA_rcache_STATIC_LTLIBS,;t t --s,@MCA_rcache_ALL_SUBDIRS@,$MCA_rcache_ALL_SUBDIRS,;t t --s,@MCA_rcache_STATIC_SUBDIRS@,$MCA_rcache_STATIC_SUBDIRS,;t t --s,@MCA_rcache_DSO_SUBDIRS@,$MCA_rcache_DSO_SUBDIRS,;t t --s,@OMPI_BUILD_topo_unity_DSO_TRUE@,$OMPI_BUILD_topo_unity_DSO_TRUE,;t t --s,@OMPI_BUILD_topo_unity_DSO_FALSE@,$OMPI_BUILD_topo_unity_DSO_FALSE,;t t --s,@MCA_topo_ALL_COMPONENTS@,$MCA_topo_ALL_COMPONENTS,;t t --s,@MCA_topo_STATIC_COMPONENTS@,$MCA_topo_STATIC_COMPONENTS,;t t --s,@MCA_topo_DSO_COMPONENTS@,$MCA_topo_DSO_COMPONENTS,;t t --s,@MCA_topo_STATIC_LTLIBS@,$MCA_topo_STATIC_LTLIBS,;t t --s,@MCA_topo_ALL_SUBDIRS@,$MCA_topo_ALL_SUBDIRS,;t t --s,@MCA_topo_STATIC_SUBDIRS@,$MCA_topo_STATIC_SUBDIRS,;t t --s,@MCA_topo_DSO_SUBDIRS@,$MCA_topo_DSO_SUBDIRS,;t t --s,@MCA_ompi_FRAMEWORKS@,$MCA_ompi_FRAMEWORKS,;t t --s,@MCA_ompi_FRAMEWORKS_SUBDIRS@,$MCA_ompi_FRAMEWORKS_SUBDIRS,;t t --s,@MCA_ompi_FRAMEWORK_COMPONENT_ALL_SUBDIRS@,$MCA_ompi_FRAMEWORK_COMPONENT_ALL_SUBDIRS,;t t --s,@MCA_ompi_FRAMEWORK_COMPONENT_DSO_SUBDIRS@,$MCA_ompi_FRAMEWORK_COMPONENT_DSO_SUBDIRS,;t t --s,@MCA_ompi_FRAMEWORK_COMPONENT_STATIC_SUBDIRS@,$MCA_ompi_FRAMEWORK_COMPONENT_STATIC_SUBDIRS,;t t --s,@MCA_ompi_FRAMEWORK_LIBS@,$MCA_ompi_FRAMEWORK_LIBS,;t t --s,@MCA_pml_DIRECT_CALL_HEADER@,$MCA_pml_DIRECT_CALL_HEADER,;t t --s,@MCA_PROJECT_SUBDIRS@,$MCA_PROJECT_SUBDIRS,;t t --s,@OMPI_LIBEVENT_SOURCES@,$OMPI_LIBEVENT_SOURCES,;t t --s,@LTDLINCL@,$LTDLINCL,;t t --s,@LIBLTDL@,$LIBLTDL,;t t --s,@ECHO@,$ECHO,;t t --s,@AR@,$AR,;t t --s,@ac_ct_AR@,$ac_ct_AR,;t t --s,@RANLIB@,$RANLIB,;t t --s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t --s,@LIBTOOL@,$LIBTOOL,;t t --s,@LIBLTDL_SUBDIR@,$LIBLTDL_SUBDIR,;t t --s,@LIBLTDL_LTLIB@,$LIBLTDL_LTLIB,;t t --s,@OPAL_LTDL_CPPFLAGS@,$OPAL_LTDL_CPPFLAGS,;t t --s,@WANT_LIBLTDL_TRUE@,$WANT_LIBLTDL_TRUE,;t t --s,@WANT_LIBLTDL_FALSE@,$WANT_LIBLTDL_FALSE,;t t --s,@CFLAGS_WITHOUT_OPTFLAGS@,$CFLAGS_WITHOUT_OPTFLAGS,;t t --s,@TOTALVIEW_DEBUG_FLAGS@,$TOTALVIEW_DEBUG_FLAGS,;t t --s,@CXXCPPFLAGS@,$CXXCPPFLAGS,;t t --s,@OPAL_WRAPPER_EXTRA_CPPFLAGS@,$OPAL_WRAPPER_EXTRA_CPPFLAGS,;t t --s,@OPAL_WRAPPER_EXTRA_CFLAGS@,$OPAL_WRAPPER_EXTRA_CFLAGS,;t t --s,@OPAL_WRAPPER_EXTRA_CXXFLAGS@,$OPAL_WRAPPER_EXTRA_CXXFLAGS,;t t --s,@OPAL_WRAPPER_EXTRA_LDFLAGS@,$OPAL_WRAPPER_EXTRA_LDFLAGS,;t t --s,@OPAL_WRAPPER_EXTRA_LIBS@,$OPAL_WRAPPER_EXTRA_LIBS,;t t --s,@OPAL_WRAPPER_EXTRA_INCLUDES@,$OPAL_WRAPPER_EXTRA_INCLUDES,;t t --s,@ORTE_WRAPPER_EXTRA_CPPFLAGS@,$ORTE_WRAPPER_EXTRA_CPPFLAGS,;t t --s,@ORTE_WRAPPER_EXTRA_CFLAGS@,$ORTE_WRAPPER_EXTRA_CFLAGS,;t t --s,@ORTE_WRAPPER_EXTRA_CXXFLAGS@,$ORTE_WRAPPER_EXTRA_CXXFLAGS,;t t --s,@ORTE_WRAPPER_EXTRA_LDFLAGS@,$ORTE_WRAPPER_EXTRA_LDFLAGS,;t t --s,@ORTE_WRAPPER_EXTRA_LIBS@,$ORTE_WRAPPER_EXTRA_LIBS,;t t --s,@ORTE_WRAPPER_EXTRA_INCLUDES@,$ORTE_WRAPPER_EXTRA_INCLUDES,;t t --s,@OMPI_WRAPPER_EXTRA_CPPFLAGS@,$OMPI_WRAPPER_EXTRA_CPPFLAGS,;t t --s,@OMPI_WRAPPER_EXTRA_CFLAGS@,$OMPI_WRAPPER_EXTRA_CFLAGS,;t t --s,@OMPI_WRAPPER_EXTRA_CXXFLAGS@,$OMPI_WRAPPER_EXTRA_CXXFLAGS,;t t --s,@OMPI_WRAPPER_EXTRA_FFLAGS@,$OMPI_WRAPPER_EXTRA_FFLAGS,;t t --s,@OMPI_WRAPPER_EXTRA_FCFLAGS@,$OMPI_WRAPPER_EXTRA_FCFLAGS,;t t --s,@OMPI_WRAPPER_EXTRA_LDFLAGS@,$OMPI_WRAPPER_EXTRA_LDFLAGS,;t t --s,@OMPI_WRAPPER_EXTRA_LIBS@,$OMPI_WRAPPER_EXTRA_LIBS,;t t --s,@OMPI_WRAPPER_EXTRA_INCLUDES@,$OMPI_WRAPPER_EXTRA_INCLUDES,;t t --s,@OMPI_WRAPPER_CXX_LIB@,$OMPI_WRAPPER_CXX_LIB,;t t --s,@OMPI_WRAPPER_CXX_REQUIRED_FILE@,$OMPI_WRAPPER_CXX_REQUIRED_FILE,;t t --s,@OMPI_WRAPPER_F77_REQUIRED_FILE@,$OMPI_WRAPPER_F77_REQUIRED_FILE,;t t --s,@OMPI_WRAPPER_F90_REQUIRED_FILE@,$OMPI_WRAPPER_F90_REQUIRED_FILE,;t t --s,@WRAPPER_EXTRA_CFLAGS@,$WRAPPER_EXTRA_CFLAGS,;t t --s,@WRAPPER_EXTRA_CXXFLAGS@,$WRAPPER_EXTRA_CXXFLAGS,;t t --s,@WRAPPER_EXTRA_FFLAGS@,$WRAPPER_EXTRA_FFLAGS,;t t --s,@WRAPPER_EXTRA_FCFLAGS@,$WRAPPER_EXTRA_FCFLAGS,;t t --s,@WRAPPER_EXTRA_LDFLAGS@,$WRAPPER_EXTRA_LDFLAGS,;t t --s,@WRAPPER_EXTRA_LIBS@,$WRAPPER_EXTRA_LIBS,;t t --s,@OPAL_PREFIX@,$OPAL_PREFIX,;t t --s,@OPAL_EXEC_PREFIX@,$OPAL_EXEC_PREFIX,;t t --s,@OPAL_BINDIR@,$OPAL_BINDIR,;t t --s,@OPAL_SBINDIR@,$OPAL_SBINDIR,;t t --s,@OPAL_LIBEXECDIR@,$OPAL_LIBEXECDIR,;t t --s,@OPAL_DATADIR@,$OPAL_DATADIR,;t t --s,@OPAL_SYSCONFDIR@,$OPAL_SYSCONFDIR,;t t --s,@OPAL_SHAREDSTATEDIR@,$OPAL_SHAREDSTATEDIR,;t t --s,@OPAL_LOCALSTATEDIR@,$OPAL_LOCALSTATEDIR,;t t --s,@OPAL_LIBDIR@,$OPAL_LIBDIR,;t t --s,@OPAL_INCLUDEDIR@,$OPAL_INCLUDEDIR,;t t --s,@OPAL_INFODIR@,$OPAL_INFODIR,;t t --s,@OPAL_MANDIR@,$OPAL_MANDIR,;t t --s,@LIBOBJS@,$LIBOBJS,;t t --s,@LTLIBOBJS@,$LTLIBOBJS,;t t --CEOF -- --_ACEOF -- -- cat >>$CONFIG_STATUS <<\_ACEOF -- # Split the substitutions into bite-sized pieces for seds with -- # small command number limits, like on Digital OSF/1 and HP-UX. -- ac_max_sed_lines=48 -- ac_sed_frag=1 # Number of current file. -- ac_beg=1 # First line for current file. -- ac_end=$ac_max_sed_lines # Line after last line for current file. -- ac_more_lines=: -- ac_sed_cmds= -- while $ac_more_lines; do -- if test $ac_beg -gt 1; then -- sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag -- else -- sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag -- fi -- if test ! -s $tmp/subs.frag; then -- ac_more_lines=false -- else -- # The purpose of the label and of the branching condition is to -- # speed up the sed processing (if there are no `@' at all, there -- # is no need to browse any of the substitutions). -- # These are the two extra sed commands mentioned above. -- (echo ':t -- /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed -- if test -z "$ac_sed_cmds"; then -- ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" -- else -- ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" -- fi -- ac_sed_frag=`expr $ac_sed_frag + 1` -- ac_beg=$ac_end -- ac_end=`expr $ac_end + $ac_max_sed_lines` -- fi -- done -- if test -z "$ac_sed_cmds"; then -- ac_sed_cmds=cat -+if test -n "$CONFIG_FILES"; then -+ -+_ACEOF -+ -+ -+ -+ac_delim='%!_!# ' -+for ac_last_try in false false false false false :; do -+ cat >conf$$subs.sed <<_ACEOF -+SHELL!$SHELL$ac_delim -+PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim -+PACKAGE_NAME!$PACKAGE_NAME$ac_delim -+PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim -+PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim -+PACKAGE_STRING!$PACKAGE_STRING$ac_delim -+PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim -+exec_prefix!$exec_prefix$ac_delim -+prefix!$prefix$ac_delim -+program_transform_name!$program_transform_name$ac_delim -+bindir!$bindir$ac_delim -+sbindir!$sbindir$ac_delim -+libexecdir!$libexecdir$ac_delim -+datarootdir!$datarootdir$ac_delim -+datadir!$datadir$ac_delim -+sysconfdir!$sysconfdir$ac_delim -+sharedstatedir!$sharedstatedir$ac_delim -+localstatedir!$localstatedir$ac_delim -+includedir!$includedir$ac_delim -+oldincludedir!$oldincludedir$ac_delim -+docdir!$docdir$ac_delim -+infodir!$infodir$ac_delim -+htmldir!$htmldir$ac_delim -+dvidir!$dvidir$ac_delim -+pdfdir!$pdfdir$ac_delim -+psdir!$psdir$ac_delim -+libdir!$libdir$ac_delim -+localedir!$localedir$ac_delim -+mandir!$mandir$ac_delim -+DEFS!$DEFS$ac_delim -+ECHO_C!$ECHO_C$ac_delim -+ECHO_N!$ECHO_N$ac_delim -+ECHO_T!$ECHO_T$ac_delim -+LIBS!$LIBS$ac_delim -+build_alias!$build_alias$ac_delim -+host_alias!$host_alias$ac_delim -+target_alias!$target_alias$ac_delim -+INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim -+INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim -+INSTALL_DATA!$INSTALL_DATA$ac_delim -+CYGPATH_W!$CYGPATH_W$ac_delim -+PACKAGE!$PACKAGE$ac_delim -+VERSION!$VERSION$ac_delim -+ACLOCAL!$ACLOCAL$ac_delim -+AUTOCONF!$AUTOCONF$ac_delim -+AUTOMAKE!$AUTOMAKE$ac_delim -+AUTOHEADER!$AUTOHEADER$ac_delim -+MAKEINFO!$MAKEINFO$ac_delim -+install_sh!$install_sh$ac_delim -+STRIP!$STRIP$ac_delim -+INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim -+mkdir_p!$mkdir_p$ac_delim -+AWK!$AWK$ac_delim -+SET_MAKE!$SET_MAKE$ac_delim -+am__leading_dot!$am__leading_dot$ac_delim -+AMTAR!$AMTAR$ac_delim -+am__tar!$am__tar$ac_delim -+am__untar!$am__untar$ac_delim -+CONFIGURE_DEPENDENCIES!$CONFIGURE_DEPENDENCIES$ac_delim -+OMPI_CONFIGURE_USER!$OMPI_CONFIGURE_USER$ac_delim -+OMPI_CONFIGURE_HOST!$OMPI_CONFIGURE_HOST$ac_delim -+OMPI_CONFIGURE_DATE!$OMPI_CONFIGURE_DATE$ac_delim -+OMPI_MAJOR_VERSION!$OMPI_MAJOR_VERSION$ac_delim -+OMPI_MINOR_VERSION!$OMPI_MINOR_VERSION$ac_delim -+OMPI_RELEASE_VERSION!$OMPI_RELEASE_VERSION$ac_delim -+OMPI_GREEK_VERSION!$OMPI_GREEK_VERSION$ac_delim -+OMPI_WANT_SVN!$OMPI_WANT_SVN$ac_delim -+OMPI_SVN_R!$OMPI_SVN_R$ac_delim -+OMPI_VERSION!$OMPI_VERSION$ac_delim -+ORTE_MAJOR_VERSION!$ORTE_MAJOR_VERSION$ac_delim -+ORTE_MINOR_VERSION!$ORTE_MINOR_VERSION$ac_delim -+ORTE_RELEASE_VERSION!$ORTE_RELEASE_VERSION$ac_delim -+ORTE_GREEK_VERSION!$ORTE_GREEK_VERSION$ac_delim -+ORTE_WANT_SVN!$ORTE_WANT_SVN$ac_delim -+ORTE_SVN_R!$ORTE_SVN_R$ac_delim -+ORTE_VERSION!$ORTE_VERSION$ac_delim -+OPAL_MAJOR_VERSION!$OPAL_MAJOR_VERSION$ac_delim -+OPAL_MINOR_VERSION!$OPAL_MINOR_VERSION$ac_delim -+OPAL_RELEASE_VERSION!$OPAL_RELEASE_VERSION$ac_delim -+OPAL_GREEK_VERSION!$OPAL_GREEK_VERSION$ac_delim -+OPAL_WANT_SVN!$OPAL_WANT_SVN$ac_delim -+OPAL_SVN_R!$OPAL_SVN_R$ac_delim -+OPAL_VERSION!$OPAL_VERSION$ac_delim -+OMPI_TOP_BUILDDIR!$OMPI_TOP_BUILDDIR$ac_delim -+OMPI_TOP_SRCDIR!$OMPI_TOP_SRCDIR$ac_delim -+CLEANFILES!$CLEANFILES$ac_delim -+build!$build$ac_delim -+build_cpu!$build_cpu$ac_delim -+build_vendor!$build_vendor$ac_delim -+build_os!$build_os$ac_delim -+host!$host$ac_delim -+host_cpu!$host_cpu$ac_delim -+host_vendor!$host_vendor$ac_delim -+host_os!$host_os$ac_delim -+ac_prefix_program!$ac_prefix_program$ac_delim -+top_ompi_srcdir!$top_ompi_srcdir$ac_delim -+top_ompi_builddir!$top_ompi_builddir$ac_delim -+_ACEOF -+ -+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then -+ break -+ elif $ac_last_try; then -+ { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} -+ { (exit 1); exit 1; }; } -+ else -+ ac_delim="$ac_delim!$ac_delim _$ac_delim!! " - fi --fi # test -n "$CONFIG_FILES" -+done -+ -+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` -+if test -n "$ac_eof"; then -+ ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` -+ ac_eof=`expr $ac_eof + 1` -+fi -+ -+cat >>$CONFIG_STATUS <<_ACEOF -+cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof -+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b -+_ACEOF -+sed ' -+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g -+s/^/s,@/; s/!/@,|#_!!_#|/ -+:n -+t n -+s/'"$ac_delim"'$/,g/; t -+s/$/\\/; p -+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n -+' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF -+CEOF$ac_eof -+_ACEOF -+ -+ -+ac_delim='%!_!# ' -+for ac_last_try in false false false false false :; do -+ cat >conf$$subs.sed <<_ACEOF -+OMPI_WANT_BUILD_F90_TRIVIAL_TRUE!$OMPI_WANT_BUILD_F90_TRIVIAL_TRUE$ac_delim -+OMPI_WANT_BUILD_F90_TRIVIAL_FALSE!$OMPI_WANT_BUILD_F90_TRIVIAL_FALSE$ac_delim -+OMPI_WANT_BUILD_F90_SMALL_TRUE!$OMPI_WANT_BUILD_F90_SMALL_TRUE$ac_delim -+OMPI_WANT_BUILD_F90_SMALL_FALSE!$OMPI_WANT_BUILD_F90_SMALL_FALSE$ac_delim -+OMPI_WANT_BUILD_F90_MEDIUM_TRUE!$OMPI_WANT_BUILD_F90_MEDIUM_TRUE$ac_delim -+OMPI_WANT_BUILD_F90_MEDIUM_FALSE!$OMPI_WANT_BUILD_F90_MEDIUM_FALSE$ac_delim -+OMPI_WANT_BUILD_F90_LARGE_TRUE!$OMPI_WANT_BUILD_F90_LARGE_TRUE$ac_delim -+OMPI_WANT_BUILD_F90_LARGE_FALSE!$OMPI_WANT_BUILD_F90_LARGE_FALSE$ac_delim -+OMPI_F90_BUILD_SIZE!$OMPI_F90_BUILD_SIZE$ac_delim -+MPIF_H_PMPI_W_FUNCS!$MPIF_H_PMPI_W_FUNCS$ac_delim -+WANT_INSTALL_HEADERS_TRUE!$WANT_INSTALL_HEADERS_TRUE$ac_delim -+WANT_INSTALL_HEADERS_FALSE!$WANT_INSTALL_HEADERS_FALSE$ac_delim -+WANT_DEPRECATED_EXECUTABLE_NAMES_TRUE!$WANT_DEPRECATED_EXECUTABLE_NAMES_TRUE$ac_delim -+WANT_DEPRECATED_EXECUTABLE_NAMES_FALSE!$WANT_DEPRECATED_EXECUTABLE_NAMES_FALSE$ac_delim -+WANT_PERUSE_TRUE!$WANT_PERUSE_TRUE$ac_delim -+WANT_PERUSE_FALSE!$WANT_PERUSE_FALSE$ac_delim -+OMPI_FORTRAN_MAX_ARRAY_RANK!$OMPI_FORTRAN_MAX_ARRAY_RANK$ac_delim -+CC!$CC$ac_delim -+CFLAGS!$CFLAGS$ac_delim -+LDFLAGS!$LDFLAGS$ac_delim -+CPPFLAGS!$CPPFLAGS$ac_delim -+ac_ct_CC!$ac_ct_CC$ac_delim -+EXEEXT!$EXEEXT$ac_delim -+OBJEXT!$OBJEXT$ac_delim -+DEPDIR!$DEPDIR$ac_delim -+am__include!$am__include$ac_delim -+am__quote!$am__quote$ac_delim -+AMDEP_TRUE!$AMDEP_TRUE$ac_delim -+AMDEP_FALSE!$AMDEP_FALSE$ac_delim -+AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim -+CCDEPMODE!$CCDEPMODE$ac_delim -+am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim -+am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim -+OMPI_CC_ABSOLUTE!$OMPI_CC_ABSOLUTE$ac_delim -+OMPI_NEED_WINDOWS_REPLACEMENTS_TRUE!$OMPI_NEED_WINDOWS_REPLACEMENTS_TRUE$ac_delim -+OMPI_NEED_WINDOWS_REPLACEMENTS_FALSE!$OMPI_NEED_WINDOWS_REPLACEMENTS_FALSE$ac_delim -+CPP!$CPP$ac_delim -+GREP!$GREP$ac_delim -+EGREP!$EGREP$ac_delim -+WANT_MPI_BINDINGS_LAYER_TRUE!$WANT_MPI_BINDINGS_LAYER_TRUE$ac_delim -+WANT_MPI_BINDINGS_LAYER_FALSE!$WANT_MPI_BINDINGS_LAYER_FALSE$ac_delim -+WANT_PMPI_BINDINGS_LAYER_TRUE!$WANT_PMPI_BINDINGS_LAYER_TRUE$ac_delim -+WANT_PMPI_BINDINGS_LAYER_FALSE!$WANT_PMPI_BINDINGS_LAYER_FALSE$ac_delim -+COMPILE_PROFILING_SEPARATELY_TRUE!$COMPILE_PROFILING_SEPARATELY_TRUE$ac_delim -+COMPILE_PROFILING_SEPARATELY_FALSE!$COMPILE_PROFILING_SEPARATELY_FALSE$ac_delim -+CXX!$CXX$ac_delim -+CXXFLAGS!$CXXFLAGS$ac_delim -+ac_ct_CXX!$ac_ct_CXX$ac_delim -+CXXDEPMODE!$CXXDEPMODE$ac_delim -+am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim -+am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim -+CXXCPP!$CXXCPP$ac_delim -+OMPI_CXX_ABSOLUTE!$OMPI_CXX_ABSOLUTE$ac_delim -+WANT_MPI_CXX_BINDINGS_TRUE!$WANT_MPI_CXX_BINDINGS_TRUE$ac_delim -+WANT_MPI_CXX_BINDINGS_FALSE!$WANT_MPI_CXX_BINDINGS_FALSE$ac_delim -+CCAS!$CCAS$ac_delim -+CCASFLAGS!$CCASFLAGS$ac_delim -+OMPI_ASM_TEXT!$OMPI_ASM_TEXT$ac_delim -+OMPI_AS_GLOBAL!$OMPI_AS_GLOBAL$ac_delim -+OBJDUMP!$OBJDUMP$ac_delim -+OMPI_AS_LABEL_SUFFIX!$OMPI_AS_LABEL_SUFFIX$ac_delim -+OMPI_ASM_GSYM!$OMPI_ASM_GSYM$ac_delim -+OMPI_ASM_LSYM!$OMPI_ASM_LSYM$ac_delim -+OMPI_ASM_TYPE!$OMPI_ASM_TYPE$ac_delim -+OMPI_ASM_SUPPORT_64BIT!$OMPI_ASM_SUPPORT_64BIT$ac_delim -+OMPI_ASSEMBLY_FORMAT!$OMPI_ASSEMBLY_FORMAT$ac_delim -+OMPI_ASSEMBLY_ARCH!$OMPI_ASSEMBLY_ARCH$ac_delim -+FGREP!$FGREP$ac_delim -+PERL!$PERL$ac_delim -+OMPI_HAVE_ASM_FILE_TRUE!$OMPI_HAVE_ASM_FILE_TRUE$ac_delim -+OMPI_HAVE_ASM_FILE_FALSE!$OMPI_HAVE_ASM_FILE_FALSE$ac_delim -+OMPI_ASM_FILE!$OMPI_ASM_FILE$ac_delim -+F77!$F77$ac_delim -+FFLAGS!$FFLAGS$ac_delim -+ac_ct_F77!$ac_ct_F77$ac_delim -+OMPI_WANT_F77_BINDINGS_TRUE!$OMPI_WANT_F77_BINDINGS_TRUE$ac_delim -+OMPI_WANT_F77_BINDINGS_FALSE!$OMPI_WANT_F77_BINDINGS_FALSE$ac_delim -+OMPI_F77_ABSOLUTE!$OMPI_F77_ABSOLUTE$ac_delim -+WANT_MPI_F77_BINDINGS_LAYER_TRUE!$WANT_MPI_F77_BINDINGS_LAYER_TRUE$ac_delim -+WANT_MPI_F77_BINDINGS_LAYER_FALSE!$WANT_MPI_F77_BINDINGS_LAYER_FALSE$ac_delim -+WANT_PMPI_F77_BINDINGS_LAYER_TRUE!$WANT_PMPI_F77_BINDINGS_LAYER_TRUE$ac_delim -+WANT_PMPI_F77_BINDINGS_LAYER_FALSE!$WANT_PMPI_F77_BINDINGS_LAYER_FALSE$ac_delim -+FC!$FC$ac_delim -+FCFLAGS!$FCFLAGS$ac_delim -+ac_ct_FC!$ac_ct_FC$ac_delim -+FCFLAGS_f!$FCFLAGS_f$ac_delim -+FCFLAGS_f90!$FCFLAGS_f90$ac_delim -+OMPI_WANT_F90_BINDINGS_TRUE!$OMPI_WANT_F90_BINDINGS_TRUE$ac_delim -+OMPI_WANT_F90_BINDINGS_FALSE!$OMPI_WANT_F90_BINDINGS_FALSE$ac_delim -+OMPI_F90_ABSOLUTE!$OMPI_F90_ABSOLUTE$ac_delim -+OMPI_FC_MODULE_FLAG!$OMPI_FC_MODULE_FLAG$ac_delim -+OMPI_SIZEOF_F90_LOGICAL!$OMPI_SIZEOF_F90_LOGICAL$ac_delim -+OMPI_SIZEOF_F90_INTEGER!$OMPI_SIZEOF_F90_INTEGER$ac_delim -+OMPI_SIZEOF_F90_INTEGER1!$OMPI_SIZEOF_F90_INTEGER1$ac_delim -+OMPI_SIZEOF_F90_INTEGER2!$OMPI_SIZEOF_F90_INTEGER2$ac_delim -+OMPI_SIZEOF_F90_INTEGER4!$OMPI_SIZEOF_F90_INTEGER4$ac_delim -+OMPI_SIZEOF_F90_INTEGER8!$OMPI_SIZEOF_F90_INTEGER8$ac_delim -+_ACEOF -+ -+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then -+ break -+ elif $ac_last_try; then -+ { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} -+ { (exit 1); exit 1; }; } -+ else -+ ac_delim="$ac_delim!$ac_delim _$ac_delim!! " -+ fi -+done -+ -+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` -+if test -n "$ac_eof"; then -+ ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` -+ ac_eof=`expr $ac_eof + 1` -+fi -+ -+cat >>$CONFIG_STATUS <<_ACEOF -+cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof -+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b -+_ACEOF -+sed ' -+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g -+s/^/s,@/; s/!/@,|#_!!_#|/ -+:n -+t n -+s/'"$ac_delim"'$/,g/; t -+s/$/\\/; p -+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n -+' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF -+CEOF$ac_eof -+_ACEOF -+ -+ -+ac_delim='%!_!# ' -+for ac_last_try in false false false false false :; do -+ cat >conf$$subs.sed <<_ACEOF -+OMPI_SIZEOF_F90_INTEGER16!$OMPI_SIZEOF_F90_INTEGER16$ac_delim -+OMPI_SIZEOF_F90_REAL!$OMPI_SIZEOF_F90_REAL$ac_delim -+OMPI_SIZEOF_F90_REAL4!$OMPI_SIZEOF_F90_REAL4$ac_delim -+OMPI_SIZEOF_F90_REAL8!$OMPI_SIZEOF_F90_REAL8$ac_delim -+OMPI_SIZEOF_F90_REAL16!$OMPI_SIZEOF_F90_REAL16$ac_delim -+OMPI_SIZEOF_F90_DOUBLE_PRECISION!$OMPI_SIZEOF_F90_DOUBLE_PRECISION$ac_delim -+OMPI_SIZEOF_F90_COMPLEX!$OMPI_SIZEOF_F90_COMPLEX$ac_delim -+OMPI_SIZEOF_F90_COMPLEX8!$OMPI_SIZEOF_F90_COMPLEX8$ac_delim -+OMPI_SIZEOF_F90_COMPLEX16!$OMPI_SIZEOF_F90_COMPLEX16$ac_delim -+OMPI_SIZEOF_F90_COMPLEX32!$OMPI_SIZEOF_F90_COMPLEX32$ac_delim -+OMPI_SIZEOF_F90_DOUBLE_COMPLEX!$OMPI_SIZEOF_F90_DOUBLE_COMPLEX$ac_delim -+OMPI_F90_IKINDS!$OMPI_F90_IKINDS$ac_delim -+OMPI_F90_RKINDS!$OMPI_F90_RKINDS$ac_delim -+OMPI_F90_CKINDS!$OMPI_F90_CKINDS$ac_delim -+OMPI_MPI_INTEGER_KIND!$OMPI_MPI_INTEGER_KIND$ac_delim -+OMPI_MPI_ADDRESS_KIND!$OMPI_MPI_ADDRESS_KIND$ac_delim -+OMPI_MPI_OFFSET_KIND!$OMPI_MPI_OFFSET_KIND$ac_delim -+OMPI_HAVE_POSIX_THREADS_TRUE!$OMPI_HAVE_POSIX_THREADS_TRUE$ac_delim -+OMPI_HAVE_POSIX_THREADS_FALSE!$OMPI_HAVE_POSIX_THREADS_FALSE$ac_delim -+OMPI_HAVE_SOLARIS_THREADS_TRUE!$OMPI_HAVE_SOLARIS_THREADS_TRUE$ac_delim -+OMPI_HAVE_SOLARIS_THREADS_FALSE!$OMPI_HAVE_SOLARIS_THREADS_FALSE$ac_delim -+LN_S!$LN_S$ac_delim -+LEX!$LEX$ac_delim -+LEX_OUTPUT_ROOT!$LEX_OUTPUT_ROOT$ac_delim -+LEXLIB!$LEXLIB$ac_delim -+CASE_SENSITIVE_FS_TRUE!$CASE_SENSITIVE_FS_TRUE$ac_delim -+CASE_SENSITIVE_FS_FALSE!$CASE_SENSITIVE_FS_FALSE$ac_delim -+OMPI_BUILD_maffinity_first_use_DSO_TRUE!$OMPI_BUILD_maffinity_first_use_DSO_TRUE$ac_delim -+OMPI_BUILD_maffinity_first_use_DSO_FALSE!$OMPI_BUILD_maffinity_first_use_DSO_FALSE$ac_delim -+maffinity_libnuma_CPPFLAGS!$maffinity_libnuma_CPPFLAGS$ac_delim -+maffinity_libnuma_LDFLAGS!$maffinity_libnuma_LDFLAGS$ac_delim -+maffinity_libnuma_LIBS!$maffinity_libnuma_LIBS$ac_delim -+OMPI_BUILD_maffinity_libnuma_DSO_TRUE!$OMPI_BUILD_maffinity_libnuma_DSO_TRUE$ac_delim -+OMPI_BUILD_maffinity_libnuma_DSO_FALSE!$OMPI_BUILD_maffinity_libnuma_DSO_FALSE$ac_delim -+MCA_maffinity_ALL_COMPONENTS!$MCA_maffinity_ALL_COMPONENTS$ac_delim -+MCA_maffinity_STATIC_COMPONENTS!$MCA_maffinity_STATIC_COMPONENTS$ac_delim -+MCA_maffinity_DSO_COMPONENTS!$MCA_maffinity_DSO_COMPONENTS$ac_delim -+MCA_maffinity_STATIC_LTLIBS!$MCA_maffinity_STATIC_LTLIBS$ac_delim -+MCA_maffinity_ALL_SUBDIRS!$MCA_maffinity_ALL_SUBDIRS$ac_delim -+MCA_maffinity_STATIC_SUBDIRS!$MCA_maffinity_STATIC_SUBDIRS$ac_delim -+MCA_maffinity_DSO_SUBDIRS!$MCA_maffinity_DSO_SUBDIRS$ac_delim -+MCA_memcpy_ALL_COMPONENTS!$MCA_memcpy_ALL_COMPONENTS$ac_delim -+MCA_memcpy_STATIC_COMPONENTS!$MCA_memcpy_STATIC_COMPONENTS$ac_delim -+MCA_memcpy_DSO_COMPONENTS!$MCA_memcpy_DSO_COMPONENTS$ac_delim -+MCA_memcpy_STATIC_LTLIBS!$MCA_memcpy_STATIC_LTLIBS$ac_delim -+MCA_memcpy_ALL_SUBDIRS!$MCA_memcpy_ALL_SUBDIRS$ac_delim -+MCA_memcpy_STATIC_SUBDIRS!$MCA_memcpy_STATIC_SUBDIRS$ac_delim -+MCA_memcpy_DSO_SUBDIRS!$MCA_memcpy_DSO_SUBDIRS$ac_delim -+OMPI_BUILD_memory_darwin_DSO_TRUE!$OMPI_BUILD_memory_darwin_DSO_TRUE$ac_delim -+OMPI_BUILD_memory_darwin_DSO_FALSE!$OMPI_BUILD_memory_darwin_DSO_FALSE$ac_delim -+memory_ptmalloc2_LIBS!$memory_ptmalloc2_LIBS$ac_delim -+OMPI_BUILD_memory_ptmalloc2_DSO_TRUE!$OMPI_BUILD_memory_ptmalloc2_DSO_TRUE$ac_delim -+OMPI_BUILD_memory_ptmalloc2_DSO_FALSE!$OMPI_BUILD_memory_ptmalloc2_DSO_FALSE$ac_delim -+memory_malloc_hooks_LIBS!$memory_malloc_hooks_LIBS$ac_delim -+OMPI_BUILD_memory_malloc_hooks_DSO_TRUE!$OMPI_BUILD_memory_malloc_hooks_DSO_TRUE$ac_delim -+OMPI_BUILD_memory_malloc_hooks_DSO_FALSE!$OMPI_BUILD_memory_malloc_hooks_DSO_FALSE$ac_delim -+MCA_memory_ALL_COMPONENTS!$MCA_memory_ALL_COMPONENTS$ac_delim -+MCA_memory_STATIC_COMPONENTS!$MCA_memory_STATIC_COMPONENTS$ac_delim -+MCA_memory_DSO_COMPONENTS!$MCA_memory_DSO_COMPONENTS$ac_delim -+MCA_memory_STATIC_LTLIBS!$MCA_memory_STATIC_LTLIBS$ac_delim -+MCA_memory_ALL_SUBDIRS!$MCA_memory_ALL_SUBDIRS$ac_delim -+MCA_memory_STATIC_SUBDIRS!$MCA_memory_STATIC_SUBDIRS$ac_delim -+MCA_memory_DSO_SUBDIRS!$MCA_memory_DSO_SUBDIRS$ac_delim -+OMPI_BUILD_paffinity_linux_DSO_TRUE!$OMPI_BUILD_paffinity_linux_DSO_TRUE$ac_delim -+OMPI_BUILD_paffinity_linux_DSO_FALSE!$OMPI_BUILD_paffinity_linux_DSO_FALSE$ac_delim -+OMPI_BUILD_paffinity_solaris_DSO_TRUE!$OMPI_BUILD_paffinity_solaris_DSO_TRUE$ac_delim -+OMPI_BUILD_paffinity_solaris_DSO_FALSE!$OMPI_BUILD_paffinity_solaris_DSO_FALSE$ac_delim -+OMPI_BUILD_paffinity_windows_DSO_TRUE!$OMPI_BUILD_paffinity_windows_DSO_TRUE$ac_delim -+OMPI_BUILD_paffinity_windows_DSO_FALSE!$OMPI_BUILD_paffinity_windows_DSO_FALSE$ac_delim -+MCA_paffinity_ALL_COMPONENTS!$MCA_paffinity_ALL_COMPONENTS$ac_delim -+MCA_paffinity_STATIC_COMPONENTS!$MCA_paffinity_STATIC_COMPONENTS$ac_delim -+MCA_paffinity_DSO_COMPONENTS!$MCA_paffinity_DSO_COMPONENTS$ac_delim -+MCA_paffinity_STATIC_LTLIBS!$MCA_paffinity_STATIC_LTLIBS$ac_delim -+MCA_paffinity_ALL_SUBDIRS!$MCA_paffinity_ALL_SUBDIRS$ac_delim -+MCA_paffinity_STATIC_SUBDIRS!$MCA_paffinity_STATIC_SUBDIRS$ac_delim -+MCA_paffinity_DSO_SUBDIRS!$MCA_paffinity_DSO_SUBDIRS$ac_delim -+timer_aix_LIBS!$timer_aix_LIBS$ac_delim -+OMPI_BUILD_timer_aix_DSO_TRUE!$OMPI_BUILD_timer_aix_DSO_TRUE$ac_delim -+OMPI_BUILD_timer_aix_DSO_FALSE!$OMPI_BUILD_timer_aix_DSO_FALSE$ac_delim -+OMPI_BUILD_timer_altix_DSO_TRUE!$OMPI_BUILD_timer_altix_DSO_TRUE$ac_delim -+OMPI_BUILD_timer_altix_DSO_FALSE!$OMPI_BUILD_timer_altix_DSO_FALSE$ac_delim -+OMPI_BUILD_timer_darwin_DSO_TRUE!$OMPI_BUILD_timer_darwin_DSO_TRUE$ac_delim -+OMPI_BUILD_timer_darwin_DSO_FALSE!$OMPI_BUILD_timer_darwin_DSO_FALSE$ac_delim -+OMPI_BUILD_timer_solaris_DSO_TRUE!$OMPI_BUILD_timer_solaris_DSO_TRUE$ac_delim -+OMPI_BUILD_timer_solaris_DSO_FALSE!$OMPI_BUILD_timer_solaris_DSO_FALSE$ac_delim -+OMPI_BUILD_timer_windows_DSO_TRUE!$OMPI_BUILD_timer_windows_DSO_TRUE$ac_delim -+OMPI_BUILD_timer_windows_DSO_FALSE!$OMPI_BUILD_timer_windows_DSO_FALSE$ac_delim -+OMPI_BUILD_timer_linux_DSO_TRUE!$OMPI_BUILD_timer_linux_DSO_TRUE$ac_delim -+OMPI_BUILD_timer_linux_DSO_FALSE!$OMPI_BUILD_timer_linux_DSO_FALSE$ac_delim -+MCA_timer_ALL_COMPONENTS!$MCA_timer_ALL_COMPONENTS$ac_delim -+MCA_timer_STATIC_COMPONENTS!$MCA_timer_STATIC_COMPONENTS$ac_delim -+MCA_timer_DSO_COMPONENTS!$MCA_timer_DSO_COMPONENTS$ac_delim -+MCA_timer_STATIC_LTLIBS!$MCA_timer_STATIC_LTLIBS$ac_delim -+MCA_timer_ALL_SUBDIRS!$MCA_timer_ALL_SUBDIRS$ac_delim -+MCA_timer_STATIC_SUBDIRS!$MCA_timer_STATIC_SUBDIRS$ac_delim -+MCA_timer_DSO_SUBDIRS!$MCA_timer_DSO_SUBDIRS$ac_delim -+MCA_opal_FRAMEWORKS!$MCA_opal_FRAMEWORKS$ac_delim -+_ACEOF -+ -+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then -+ break -+ elif $ac_last_try; then -+ { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} -+ { (exit 1); exit 1; }; } -+ else -+ ac_delim="$ac_delim!$ac_delim _$ac_delim!! " -+ fi -+done -+ -+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` -+if test -n "$ac_eof"; then -+ ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` -+ ac_eof=`expr $ac_eof + 1` -+fi -+ -+cat >>$CONFIG_STATUS <<_ACEOF -+cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof -+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b -+_ACEOF -+sed ' -+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g -+s/^/s,@/; s/!/@,|#_!!_#|/ -+:n -+t n -+s/'"$ac_delim"'$/,g/; t -+s/$/\\/; p -+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n -+' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF -+CEOF$ac_eof -+_ACEOF -+ - -+ac_delim='%!_!# ' -+for ac_last_try in false false false false false :; do -+ cat >conf$$subs.sed <<_ACEOF -+MCA_opal_FRAMEWORKS_SUBDIRS!$MCA_opal_FRAMEWORKS_SUBDIRS$ac_delim -+MCA_opal_FRAMEWORK_COMPONENT_ALL_SUBDIRS!$MCA_opal_FRAMEWORK_COMPONENT_ALL_SUBDIRS$ac_delim -+MCA_opal_FRAMEWORK_COMPONENT_DSO_SUBDIRS!$MCA_opal_FRAMEWORK_COMPONENT_DSO_SUBDIRS$ac_delim -+MCA_opal_FRAMEWORK_COMPONENT_STATIC_SUBDIRS!$MCA_opal_FRAMEWORK_COMPONENT_STATIC_SUBDIRS$ac_delim -+MCA_opal_FRAMEWORK_LIBS!$MCA_opal_FRAMEWORK_LIBS$ac_delim -+MCA_errmgr_ALL_COMPONENTS!$MCA_errmgr_ALL_COMPONENTS$ac_delim -+MCA_errmgr_STATIC_COMPONENTS!$MCA_errmgr_STATIC_COMPONENTS$ac_delim -+MCA_errmgr_DSO_COMPONENTS!$MCA_errmgr_DSO_COMPONENTS$ac_delim -+MCA_errmgr_STATIC_LTLIBS!$MCA_errmgr_STATIC_LTLIBS$ac_delim -+MCA_errmgr_ALL_SUBDIRS!$MCA_errmgr_ALL_SUBDIRS$ac_delim -+MCA_errmgr_STATIC_SUBDIRS!$MCA_errmgr_STATIC_SUBDIRS$ac_delim -+MCA_errmgr_DSO_SUBDIRS!$MCA_errmgr_DSO_SUBDIRS$ac_delim -+OMPI_BUILD_gpr_null_DSO_TRUE!$OMPI_BUILD_gpr_null_DSO_TRUE$ac_delim -+OMPI_BUILD_gpr_null_DSO_FALSE!$OMPI_BUILD_gpr_null_DSO_FALSE$ac_delim -+OMPI_BUILD_gpr_proxy_DSO_TRUE!$OMPI_BUILD_gpr_proxy_DSO_TRUE$ac_delim -+OMPI_BUILD_gpr_proxy_DSO_FALSE!$OMPI_BUILD_gpr_proxy_DSO_FALSE$ac_delim -+OMPI_BUILD_gpr_replica_DSO_TRUE!$OMPI_BUILD_gpr_replica_DSO_TRUE$ac_delim -+OMPI_BUILD_gpr_replica_DSO_FALSE!$OMPI_BUILD_gpr_replica_DSO_FALSE$ac_delim -+MCA_gpr_ALL_COMPONENTS!$MCA_gpr_ALL_COMPONENTS$ac_delim -+MCA_gpr_STATIC_COMPONENTS!$MCA_gpr_STATIC_COMPONENTS$ac_delim -+MCA_gpr_DSO_COMPONENTS!$MCA_gpr_DSO_COMPONENTS$ac_delim -+MCA_gpr_STATIC_LTLIBS!$MCA_gpr_STATIC_LTLIBS$ac_delim -+MCA_gpr_ALL_SUBDIRS!$MCA_gpr_ALL_SUBDIRS$ac_delim -+MCA_gpr_STATIC_SUBDIRS!$MCA_gpr_STATIC_SUBDIRS$ac_delim -+MCA_gpr_DSO_SUBDIRS!$MCA_gpr_DSO_SUBDIRS$ac_delim -+OMPI_BUILD_iof_proxy_DSO_TRUE!$OMPI_BUILD_iof_proxy_DSO_TRUE$ac_delim -+OMPI_BUILD_iof_proxy_DSO_FALSE!$OMPI_BUILD_iof_proxy_DSO_FALSE$ac_delim -+OMPI_BUILD_iof_svc_DSO_TRUE!$OMPI_BUILD_iof_svc_DSO_TRUE$ac_delim -+OMPI_BUILD_iof_svc_DSO_FALSE!$OMPI_BUILD_iof_svc_DSO_FALSE$ac_delim -+MCA_iof_ALL_COMPONENTS!$MCA_iof_ALL_COMPONENTS$ac_delim -+MCA_iof_STATIC_COMPONENTS!$MCA_iof_STATIC_COMPONENTS$ac_delim -+MCA_iof_DSO_COMPONENTS!$MCA_iof_DSO_COMPONENTS$ac_delim -+MCA_iof_STATIC_LTLIBS!$MCA_iof_STATIC_LTLIBS$ac_delim -+MCA_iof_ALL_SUBDIRS!$MCA_iof_ALL_SUBDIRS$ac_delim -+MCA_iof_STATIC_SUBDIRS!$MCA_iof_STATIC_SUBDIRS$ac_delim -+MCA_iof_DSO_SUBDIRS!$MCA_iof_DSO_SUBDIRS$ac_delim -+OMPI_BUILD_ns_proxy_DSO_TRUE!$OMPI_BUILD_ns_proxy_DSO_TRUE$ac_delim -+OMPI_BUILD_ns_proxy_DSO_FALSE!$OMPI_BUILD_ns_proxy_DSO_FALSE$ac_delim -+OMPI_BUILD_ns_replica_DSO_TRUE!$OMPI_BUILD_ns_replica_DSO_TRUE$ac_delim -+OMPI_BUILD_ns_replica_DSO_FALSE!$OMPI_BUILD_ns_replica_DSO_FALSE$ac_delim -+MCA_ns_ALL_COMPONENTS!$MCA_ns_ALL_COMPONENTS$ac_delim -+MCA_ns_STATIC_COMPONENTS!$MCA_ns_STATIC_COMPONENTS$ac_delim -+MCA_ns_DSO_COMPONENTS!$MCA_ns_DSO_COMPONENTS$ac_delim -+MCA_ns_STATIC_LTLIBS!$MCA_ns_STATIC_LTLIBS$ac_delim -+MCA_ns_ALL_SUBDIRS!$MCA_ns_ALL_SUBDIRS$ac_delim -+MCA_ns_STATIC_SUBDIRS!$MCA_ns_STATIC_SUBDIRS$ac_delim -+MCA_ns_DSO_SUBDIRS!$MCA_ns_DSO_SUBDIRS$ac_delim -+OMPI_BUILD_oob_tcp_DSO_TRUE!$OMPI_BUILD_oob_tcp_DSO_TRUE$ac_delim -+OMPI_BUILD_oob_tcp_DSO_FALSE!$OMPI_BUILD_oob_tcp_DSO_FALSE$ac_delim -+MCA_oob_ALL_COMPONENTS!$MCA_oob_ALL_COMPONENTS$ac_delim -+MCA_oob_STATIC_COMPONENTS!$MCA_oob_STATIC_COMPONENTS$ac_delim -+MCA_oob_DSO_COMPONENTS!$MCA_oob_DSO_COMPONENTS$ac_delim -+MCA_oob_STATIC_LTLIBS!$MCA_oob_STATIC_LTLIBS$ac_delim -+MCA_oob_ALL_SUBDIRS!$MCA_oob_ALL_SUBDIRS$ac_delim -+MCA_oob_STATIC_SUBDIRS!$MCA_oob_STATIC_SUBDIRS$ac_delim -+MCA_oob_DSO_SUBDIRS!$MCA_oob_DSO_SUBDIRS$ac_delim -+pls_bproc_CPPFLAGS!$pls_bproc_CPPFLAGS$ac_delim -+pls_bproc_LDFLAGS!$pls_bproc_LDFLAGS$ac_delim -+pls_bproc_LIBS!$pls_bproc_LIBS$ac_delim -+OMPI_BUILD_pls_bproc_DSO_TRUE!$OMPI_BUILD_pls_bproc_DSO_TRUE$ac_delim -+OMPI_BUILD_pls_bproc_DSO_FALSE!$OMPI_BUILD_pls_bproc_DSO_FALSE$ac_delim -+pls_bproc_orted_CPPFLAGS!$pls_bproc_orted_CPPFLAGS$ac_delim -+pls_bproc_orted_LDFLAGS!$pls_bproc_orted_LDFLAGS$ac_delim -+pls_bproc_orted_LIBS!$pls_bproc_orted_LIBS$ac_delim -+OMPI_BUILD_pls_bproc_orted_DSO_TRUE!$OMPI_BUILD_pls_bproc_orted_DSO_TRUE$ac_delim -+OMPI_BUILD_pls_bproc_orted_DSO_FALSE!$OMPI_BUILD_pls_bproc_orted_DSO_FALSE$ac_delim -+pls_bproc_seed_CPPFLAGS!$pls_bproc_seed_CPPFLAGS$ac_delim -+pls_bproc_seed_LDFLAGS!$pls_bproc_seed_LDFLAGS$ac_delim -+pls_bproc_seed_LIBS!$pls_bproc_seed_LIBS$ac_delim -+OMPI_BUILD_pls_bproc_seed_DSO_TRUE!$OMPI_BUILD_pls_bproc_seed_DSO_TRUE$ac_delim -+OMPI_BUILD_pls_bproc_seed_DSO_FALSE!$OMPI_BUILD_pls_bproc_seed_DSO_FALSE$ac_delim -+OMPI_BUILD_pls_fork_DSO_TRUE!$OMPI_BUILD_pls_fork_DSO_TRUE$ac_delim -+OMPI_BUILD_pls_fork_DSO_FALSE!$OMPI_BUILD_pls_fork_DSO_FALSE$ac_delim -+OMPI_BUILD_pls_poe_DSO_TRUE!$OMPI_BUILD_pls_poe_DSO_TRUE$ac_delim -+OMPI_BUILD_pls_poe_DSO_FALSE!$OMPI_BUILD_pls_poe_DSO_FALSE$ac_delim -+OMPI_BUILD_pls_rsh_DSO_TRUE!$OMPI_BUILD_pls_rsh_DSO_TRUE$ac_delim -+OMPI_BUILD_pls_rsh_DSO_FALSE!$OMPI_BUILD_pls_rsh_DSO_FALSE$ac_delim -+pls_slurm_CPPFLAGS!$pls_slurm_CPPFLAGS$ac_delim -+pls_slurm_LDFLAGS!$pls_slurm_LDFLAGS$ac_delim -+pls_slurm_LIBS!$pls_slurm_LIBS$ac_delim -+OMPI_BUILD_pls_slurm_DSO_TRUE!$OMPI_BUILD_pls_slurm_DSO_TRUE$ac_delim -+OMPI_BUILD_pls_slurm_DSO_FALSE!$OMPI_BUILD_pls_slurm_DSO_FALSE$ac_delim -+pls_tm_CPPFLAGS!$pls_tm_CPPFLAGS$ac_delim -+pls_tm_LDFLAGS!$pls_tm_LDFLAGS$ac_delim -+pls_tm_LIBS!$pls_tm_LIBS$ac_delim -+OMPI_BUILD_pls_tm_DSO_TRUE!$OMPI_BUILD_pls_tm_DSO_TRUE$ac_delim -+OMPI_BUILD_pls_tm_DSO_FALSE!$OMPI_BUILD_pls_tm_DSO_FALSE$ac_delim -+OBJC!$OBJC$ac_delim -+OBJCFLAGS!$OBJCFLAGS$ac_delim -+ac_ct_OBJC!$ac_ct_OBJC$ac_delim -+OBJCDEPMODE!$OBJCDEPMODE$ac_delim -+am__fastdepOBJC_TRUE!$am__fastdepOBJC_TRUE$ac_delim -+am__fastdepOBJC_FALSE!$am__fastdepOBJC_FALSE$ac_delim -+pls_xgrid_OBJCFLAGS!$pls_xgrid_OBJCFLAGS$ac_delim -+pls_xgrid_LDFLAGS!$pls_xgrid_LDFLAGS$ac_delim -+OMPI_BUILD_pls_xgrid_DSO_TRUE!$OMPI_BUILD_pls_xgrid_DSO_TRUE$ac_delim -+OMPI_BUILD_pls_xgrid_DSO_FALSE!$OMPI_BUILD_pls_xgrid_DSO_FALSE$ac_delim - _ACEOF -+ -+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then -+ break -+ elif $ac_last_try; then -+ { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} -+ { (exit 1); exit 1; }; } -+ else -+ ac_delim="$ac_delim!$ac_delim _$ac_delim!! " -+ fi -+done -+ -+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` -+if test -n "$ac_eof"; then -+ ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` -+ ac_eof=`expr $ac_eof + 1` -+fi -+ -+cat >>$CONFIG_STATUS <<_ACEOF -+cat >"\$tmp/subs-4.sed" <<\CEOF$ac_eof -+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b -+_ACEOF -+sed ' -+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g -+s/^/s,@/; s/!/@,|#_!!_#|/ -+:n -+t n -+s/'"$ac_delim"'$/,g/; t -+s/$/\\/; p -+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n -+' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF -+CEOF$ac_eof -+_ACEOF -+ -+ -+ac_delim='%!_!# ' -+for ac_last_try in false false false false false :; do -+ cat >conf$$subs.sed <<_ACEOF -+MCA_pls_ALL_COMPONENTS!$MCA_pls_ALL_COMPONENTS$ac_delim -+MCA_pls_STATIC_COMPONENTS!$MCA_pls_STATIC_COMPONENTS$ac_delim -+MCA_pls_DSO_COMPONENTS!$MCA_pls_DSO_COMPONENTS$ac_delim -+MCA_pls_STATIC_LTLIBS!$MCA_pls_STATIC_LTLIBS$ac_delim -+MCA_pls_ALL_SUBDIRS!$MCA_pls_ALL_SUBDIRS$ac_delim -+MCA_pls_STATIC_SUBDIRS!$MCA_pls_STATIC_SUBDIRS$ac_delim -+MCA_pls_DSO_SUBDIRS!$MCA_pls_DSO_SUBDIRS$ac_delim -+OMPI_BUILD_ras_dash_host_DSO_TRUE!$OMPI_BUILD_ras_dash_host_DSO_TRUE$ac_delim -+OMPI_BUILD_ras_dash_host_DSO_FALSE!$OMPI_BUILD_ras_dash_host_DSO_FALSE$ac_delim -+OMPI_BUILD_ras_hostfile_DSO_TRUE!$OMPI_BUILD_ras_hostfile_DSO_TRUE$ac_delim -+OMPI_BUILD_ras_hostfile_DSO_FALSE!$OMPI_BUILD_ras_hostfile_DSO_FALSE$ac_delim -+OMPI_BUILD_ras_localhost_DSO_TRUE!$OMPI_BUILD_ras_localhost_DSO_TRUE$ac_delim -+OMPI_BUILD_ras_localhost_DSO_FALSE!$OMPI_BUILD_ras_localhost_DSO_FALSE$ac_delim -+ras_bjs_CPPFLAGS!$ras_bjs_CPPFLAGS$ac_delim -+ras_bjs_LDFLAGS!$ras_bjs_LDFLAGS$ac_delim -+ras_bjs_LIBS!$ras_bjs_LIBS$ac_delim -+OMPI_BUILD_ras_bjs_DSO_TRUE!$OMPI_BUILD_ras_bjs_DSO_TRUE$ac_delim -+OMPI_BUILD_ras_bjs_DSO_FALSE!$OMPI_BUILD_ras_bjs_DSO_FALSE$ac_delim -+ras_lsf_bproc_CPPFLAGS!$ras_lsf_bproc_CPPFLAGS$ac_delim -+ras_lsf_bproc_LDFLAGS!$ras_lsf_bproc_LDFLAGS$ac_delim -+ras_lsf_bproc_LIBS!$ras_lsf_bproc_LIBS$ac_delim -+OMPI_BUILD_ras_lsf_bproc_DSO_TRUE!$OMPI_BUILD_ras_lsf_bproc_DSO_TRUE$ac_delim -+OMPI_BUILD_ras_lsf_bproc_DSO_FALSE!$OMPI_BUILD_ras_lsf_bproc_DSO_FALSE$ac_delim -+OMPI_BUILD_ras_poe_DSO_TRUE!$OMPI_BUILD_ras_poe_DSO_TRUE$ac_delim -+OMPI_BUILD_ras_poe_DSO_FALSE!$OMPI_BUILD_ras_poe_DSO_FALSE$ac_delim -+ras_slurm_CPPFLAGS!$ras_slurm_CPPFLAGS$ac_delim -+ras_slurm_LDFLAGS!$ras_slurm_LDFLAGS$ac_delim -+ras_slurm_LIBS!$ras_slurm_LIBS$ac_delim -+OMPI_BUILD_ras_slurm_DSO_TRUE!$OMPI_BUILD_ras_slurm_DSO_TRUE$ac_delim -+OMPI_BUILD_ras_slurm_DSO_FALSE!$OMPI_BUILD_ras_slurm_DSO_FALSE$ac_delim -+ras_tm_CPPFLAGS!$ras_tm_CPPFLAGS$ac_delim -+ras_tm_LDFLAGS!$ras_tm_LDFLAGS$ac_delim -+ras_tm_LIBS!$ras_tm_LIBS$ac_delim -+OMPI_BUILD_ras_tm_DSO_TRUE!$OMPI_BUILD_ras_tm_DSO_TRUE$ac_delim -+OMPI_BUILD_ras_tm_DSO_FALSE!$OMPI_BUILD_ras_tm_DSO_FALSE$ac_delim -+OMPI_BUILD_ras_xgrid_DSO_TRUE!$OMPI_BUILD_ras_xgrid_DSO_TRUE$ac_delim -+OMPI_BUILD_ras_xgrid_DSO_FALSE!$OMPI_BUILD_ras_xgrid_DSO_FALSE$ac_delim -+MCA_ras_ALL_COMPONENTS!$MCA_ras_ALL_COMPONENTS$ac_delim -+MCA_ras_STATIC_COMPONENTS!$MCA_ras_STATIC_COMPONENTS$ac_delim -+MCA_ras_DSO_COMPONENTS!$MCA_ras_DSO_COMPONENTS$ac_delim -+MCA_ras_STATIC_LTLIBS!$MCA_ras_STATIC_LTLIBS$ac_delim -+MCA_ras_ALL_SUBDIRS!$MCA_ras_ALL_SUBDIRS$ac_delim -+MCA_ras_STATIC_SUBDIRS!$MCA_ras_STATIC_SUBDIRS$ac_delim -+MCA_ras_DSO_SUBDIRS!$MCA_ras_DSO_SUBDIRS$ac_delim -+OMPI_BUILD_rds_hostfile_DSO_TRUE!$OMPI_BUILD_rds_hostfile_DSO_TRUE$ac_delim -+OMPI_BUILD_rds_hostfile_DSO_FALSE!$OMPI_BUILD_rds_hostfile_DSO_FALSE$ac_delim -+OMPI_BUILD_rds_resfile_DSO_TRUE!$OMPI_BUILD_rds_resfile_DSO_TRUE$ac_delim -+OMPI_BUILD_rds_resfile_DSO_FALSE!$OMPI_BUILD_rds_resfile_DSO_FALSE$ac_delim -+MCA_rds_ALL_COMPONENTS!$MCA_rds_ALL_COMPONENTS$ac_delim -+MCA_rds_STATIC_COMPONENTS!$MCA_rds_STATIC_COMPONENTS$ac_delim -+MCA_rds_DSO_COMPONENTS!$MCA_rds_DSO_COMPONENTS$ac_delim -+MCA_rds_STATIC_LTLIBS!$MCA_rds_STATIC_LTLIBS$ac_delim -+MCA_rds_ALL_SUBDIRS!$MCA_rds_ALL_SUBDIRS$ac_delim -+MCA_rds_STATIC_SUBDIRS!$MCA_rds_STATIC_SUBDIRS$ac_delim -+MCA_rds_DSO_SUBDIRS!$MCA_rds_DSO_SUBDIRS$ac_delim -+OMPI_BUILD_rmaps_round_robin_DSO_TRUE!$OMPI_BUILD_rmaps_round_robin_DSO_TRUE$ac_delim -+OMPI_BUILD_rmaps_round_robin_DSO_FALSE!$OMPI_BUILD_rmaps_round_robin_DSO_FALSE$ac_delim -+MCA_rmaps_ALL_COMPONENTS!$MCA_rmaps_ALL_COMPONENTS$ac_delim -+MCA_rmaps_STATIC_COMPONENTS!$MCA_rmaps_STATIC_COMPONENTS$ac_delim -+MCA_rmaps_DSO_COMPONENTS!$MCA_rmaps_DSO_COMPONENTS$ac_delim -+MCA_rmaps_STATIC_LTLIBS!$MCA_rmaps_STATIC_LTLIBS$ac_delim -+MCA_rmaps_ALL_SUBDIRS!$MCA_rmaps_ALL_SUBDIRS$ac_delim -+MCA_rmaps_STATIC_SUBDIRS!$MCA_rmaps_STATIC_SUBDIRS$ac_delim -+MCA_rmaps_DSO_SUBDIRS!$MCA_rmaps_DSO_SUBDIRS$ac_delim -+OMPI_BUILD_rmgr_proxy_DSO_TRUE!$OMPI_BUILD_rmgr_proxy_DSO_TRUE$ac_delim -+OMPI_BUILD_rmgr_proxy_DSO_FALSE!$OMPI_BUILD_rmgr_proxy_DSO_FALSE$ac_delim -+OMPI_BUILD_rmgr_urm_DSO_TRUE!$OMPI_BUILD_rmgr_urm_DSO_TRUE$ac_delim -+OMPI_BUILD_rmgr_urm_DSO_FALSE!$OMPI_BUILD_rmgr_urm_DSO_FALSE$ac_delim -+OMPI_BUILD_rmgr_cnos_DSO_TRUE!$OMPI_BUILD_rmgr_cnos_DSO_TRUE$ac_delim -+OMPI_BUILD_rmgr_cnos_DSO_FALSE!$OMPI_BUILD_rmgr_cnos_DSO_FALSE$ac_delim -+MCA_rmgr_ALL_COMPONENTS!$MCA_rmgr_ALL_COMPONENTS$ac_delim -+MCA_rmgr_STATIC_COMPONENTS!$MCA_rmgr_STATIC_COMPONENTS$ac_delim -+MCA_rmgr_DSO_COMPONENTS!$MCA_rmgr_DSO_COMPONENTS$ac_delim -+MCA_rmgr_STATIC_LTLIBS!$MCA_rmgr_STATIC_LTLIBS$ac_delim -+MCA_rmgr_ALL_SUBDIRS!$MCA_rmgr_ALL_SUBDIRS$ac_delim -+MCA_rmgr_STATIC_SUBDIRS!$MCA_rmgr_STATIC_SUBDIRS$ac_delim -+MCA_rmgr_DSO_SUBDIRS!$MCA_rmgr_DSO_SUBDIRS$ac_delim -+OMPI_BUILD_rml_oob_DSO_TRUE!$OMPI_BUILD_rml_oob_DSO_TRUE$ac_delim -+OMPI_BUILD_rml_oob_DSO_FALSE!$OMPI_BUILD_rml_oob_DSO_FALSE$ac_delim -+OMPI_BUILD_rml_cnos_DSO_TRUE!$OMPI_BUILD_rml_cnos_DSO_TRUE$ac_delim -+OMPI_BUILD_rml_cnos_DSO_FALSE!$OMPI_BUILD_rml_cnos_DSO_FALSE$ac_delim -+MCA_rml_ALL_COMPONENTS!$MCA_rml_ALL_COMPONENTS$ac_delim -+MCA_rml_STATIC_COMPONENTS!$MCA_rml_STATIC_COMPONENTS$ac_delim -+MCA_rml_DSO_COMPONENTS!$MCA_rml_DSO_COMPONENTS$ac_delim -+MCA_rml_STATIC_LTLIBS!$MCA_rml_STATIC_LTLIBS$ac_delim -+MCA_rml_ALL_SUBDIRS!$MCA_rml_ALL_SUBDIRS$ac_delim -+MCA_rml_STATIC_SUBDIRS!$MCA_rml_STATIC_SUBDIRS$ac_delim -+MCA_rml_DSO_SUBDIRS!$MCA_rml_DSO_SUBDIRS$ac_delim -+MCA_schema_ALL_COMPONENTS!$MCA_schema_ALL_COMPONENTS$ac_delim -+MCA_schema_STATIC_COMPONENTS!$MCA_schema_STATIC_COMPONENTS$ac_delim -+MCA_schema_DSO_COMPONENTS!$MCA_schema_DSO_COMPONENTS$ac_delim -+MCA_schema_STATIC_LTLIBS!$MCA_schema_STATIC_LTLIBS$ac_delim -+MCA_schema_ALL_SUBDIRS!$MCA_schema_ALL_SUBDIRS$ac_delim -+MCA_schema_STATIC_SUBDIRS!$MCA_schema_STATIC_SUBDIRS$ac_delim -+MCA_schema_DSO_SUBDIRS!$MCA_schema_DSO_SUBDIRS$ac_delim -+OMPI_BUILD_sds_env_DSO_TRUE!$OMPI_BUILD_sds_env_DSO_TRUE$ac_delim -+OMPI_BUILD_sds_env_DSO_FALSE!$OMPI_BUILD_sds_env_DSO_FALSE$ac_delim -+_ACEOF -+ -+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then -+ break -+ elif $ac_last_try; then -+ { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} -+ { (exit 1); exit 1; }; } -+ else -+ ac_delim="$ac_delim!$ac_delim _$ac_delim!! " -+ fi -+done -+ -+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` -+if test -n "$ac_eof"; then -+ ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` -+ ac_eof=`expr $ac_eof + 1` -+fi -+ -+cat >>$CONFIG_STATUS <<_ACEOF -+cat >"\$tmp/subs-5.sed" <<\CEOF$ac_eof -+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b -+_ACEOF -+sed ' -+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g -+s/^/s,@/; s/!/@,|#_!!_#|/ -+:n -+t n -+s/'"$ac_delim"'$/,g/; t -+s/$/\\/; p -+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n -+' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF -+CEOF$ac_eof -+_ACEOF -+ -+ -+ac_delim='%!_!# ' -+for ac_last_try in false false false false false :; do -+ cat >conf$$subs.sed <<_ACEOF -+OMPI_BUILD_sds_seed_DSO_TRUE!$OMPI_BUILD_sds_seed_DSO_TRUE$ac_delim -+OMPI_BUILD_sds_seed_DSO_FALSE!$OMPI_BUILD_sds_seed_DSO_FALSE$ac_delim -+OMPI_BUILD_sds_singleton_DSO_TRUE!$OMPI_BUILD_sds_singleton_DSO_TRUE$ac_delim -+OMPI_BUILD_sds_singleton_DSO_FALSE!$OMPI_BUILD_sds_singleton_DSO_FALSE$ac_delim -+sds_bproc_CPPFLAGS!$sds_bproc_CPPFLAGS$ac_delim -+sds_bproc_LDFLAGS!$sds_bproc_LDFLAGS$ac_delim -+sds_bproc_LIBS!$sds_bproc_LIBS$ac_delim -+OMPI_BUILD_sds_bproc_DSO_TRUE!$OMPI_BUILD_sds_bproc_DSO_TRUE$ac_delim -+OMPI_BUILD_sds_bproc_DSO_FALSE!$OMPI_BUILD_sds_bproc_DSO_FALSE$ac_delim -+OMPI_BUILD_sds_cnos_DSO_TRUE!$OMPI_BUILD_sds_cnos_DSO_TRUE$ac_delim -+OMPI_BUILD_sds_cnos_DSO_FALSE!$OMPI_BUILD_sds_cnos_DSO_FALSE$ac_delim -+OMPI_BUILD_sds_pipe_DSO_TRUE!$OMPI_BUILD_sds_pipe_DSO_TRUE$ac_delim -+OMPI_BUILD_sds_pipe_DSO_FALSE!$OMPI_BUILD_sds_pipe_DSO_FALSE$ac_delim -+sds_portals_utcp_CPPFLAGS!$sds_portals_utcp_CPPFLAGS$ac_delim -+sds_portals_utcp_LDFLAGS!$sds_portals_utcp_LDFLAGS$ac_delim -+sds_portals_utcp_LIBS!$sds_portals_utcp_LIBS$ac_delim -+OMPI_BUILD_sds_portals_utcp_DSO_TRUE!$OMPI_BUILD_sds_portals_utcp_DSO_TRUE$ac_delim -+OMPI_BUILD_sds_portals_utcp_DSO_FALSE!$OMPI_BUILD_sds_portals_utcp_DSO_FALSE$ac_delim -+sds_slurm_CPPFLAGS!$sds_slurm_CPPFLAGS$ac_delim -+sds_slurm_LDFLAGS!$sds_slurm_LDFLAGS$ac_delim -+sds_slurm_LIBS!$sds_slurm_LIBS$ac_delim -+OMPI_BUILD_sds_slurm_DSO_TRUE!$OMPI_BUILD_sds_slurm_DSO_TRUE$ac_delim -+OMPI_BUILD_sds_slurm_DSO_FALSE!$OMPI_BUILD_sds_slurm_DSO_FALSE$ac_delim -+MCA_sds_ALL_COMPONENTS!$MCA_sds_ALL_COMPONENTS$ac_delim -+MCA_sds_STATIC_COMPONENTS!$MCA_sds_STATIC_COMPONENTS$ac_delim -+MCA_sds_DSO_COMPONENTS!$MCA_sds_DSO_COMPONENTS$ac_delim -+MCA_sds_STATIC_LTLIBS!$MCA_sds_STATIC_LTLIBS$ac_delim -+MCA_sds_ALL_SUBDIRS!$MCA_sds_ALL_SUBDIRS$ac_delim -+MCA_sds_STATIC_SUBDIRS!$MCA_sds_STATIC_SUBDIRS$ac_delim -+MCA_sds_DSO_SUBDIRS!$MCA_sds_DSO_SUBDIRS$ac_delim -+soh_bproc_CPPFLAGS!$soh_bproc_CPPFLAGS$ac_delim -+soh_bproc_LDFLAGS!$soh_bproc_LDFLAGS$ac_delim -+soh_bproc_LIBS!$soh_bproc_LIBS$ac_delim -+OMPI_BUILD_soh_bproc_DSO_TRUE!$OMPI_BUILD_soh_bproc_DSO_TRUE$ac_delim -+OMPI_BUILD_soh_bproc_DSO_FALSE!$OMPI_BUILD_soh_bproc_DSO_FALSE$ac_delim -+MCA_soh_ALL_COMPONENTS!$MCA_soh_ALL_COMPONENTS$ac_delim -+MCA_soh_STATIC_COMPONENTS!$MCA_soh_STATIC_COMPONENTS$ac_delim -+MCA_soh_DSO_COMPONENTS!$MCA_soh_DSO_COMPONENTS$ac_delim -+MCA_soh_STATIC_LTLIBS!$MCA_soh_STATIC_LTLIBS$ac_delim -+MCA_soh_ALL_SUBDIRS!$MCA_soh_ALL_SUBDIRS$ac_delim -+MCA_soh_STATIC_SUBDIRS!$MCA_soh_STATIC_SUBDIRS$ac_delim -+MCA_soh_DSO_SUBDIRS!$MCA_soh_DSO_SUBDIRS$ac_delim -+MCA_orte_FRAMEWORKS!$MCA_orte_FRAMEWORKS$ac_delim -+MCA_orte_FRAMEWORKS_SUBDIRS!$MCA_orte_FRAMEWORKS_SUBDIRS$ac_delim -+MCA_orte_FRAMEWORK_COMPONENT_ALL_SUBDIRS!$MCA_orte_FRAMEWORK_COMPONENT_ALL_SUBDIRS$ac_delim -+MCA_orte_FRAMEWORK_COMPONENT_DSO_SUBDIRS!$MCA_orte_FRAMEWORK_COMPONENT_DSO_SUBDIRS$ac_delim -+MCA_orte_FRAMEWORK_COMPONENT_STATIC_SUBDIRS!$MCA_orte_FRAMEWORK_COMPONENT_STATIC_SUBDIRS$ac_delim -+MCA_orte_FRAMEWORK_LIBS!$MCA_orte_FRAMEWORK_LIBS$ac_delim -+OMPI_BUILD_allocator_basic_DSO_TRUE!$OMPI_BUILD_allocator_basic_DSO_TRUE$ac_delim -+OMPI_BUILD_allocator_basic_DSO_FALSE!$OMPI_BUILD_allocator_basic_DSO_FALSE$ac_delim -+OMPI_BUILD_allocator_bucket_DSO_TRUE!$OMPI_BUILD_allocator_bucket_DSO_TRUE$ac_delim -+OMPI_BUILD_allocator_bucket_DSO_FALSE!$OMPI_BUILD_allocator_bucket_DSO_FALSE$ac_delim -+MCA_allocator_ALL_COMPONENTS!$MCA_allocator_ALL_COMPONENTS$ac_delim -+MCA_allocator_STATIC_COMPONENTS!$MCA_allocator_STATIC_COMPONENTS$ac_delim -+MCA_allocator_DSO_COMPONENTS!$MCA_allocator_DSO_COMPONENTS$ac_delim -+MCA_allocator_STATIC_LTLIBS!$MCA_allocator_STATIC_LTLIBS$ac_delim -+MCA_allocator_ALL_SUBDIRS!$MCA_allocator_ALL_SUBDIRS$ac_delim -+MCA_allocator_STATIC_SUBDIRS!$MCA_allocator_STATIC_SUBDIRS$ac_delim -+MCA_allocator_DSO_SUBDIRS!$MCA_allocator_DSO_SUBDIRS$ac_delim -+OMPI_BUILD_bml_r2_DSO_TRUE!$OMPI_BUILD_bml_r2_DSO_TRUE$ac_delim -+OMPI_BUILD_bml_r2_DSO_FALSE!$OMPI_BUILD_bml_r2_DSO_FALSE$ac_delim -+MCA_bml_ALL_COMPONENTS!$MCA_bml_ALL_COMPONENTS$ac_delim -+MCA_bml_STATIC_COMPONENTS!$MCA_bml_STATIC_COMPONENTS$ac_delim -+MCA_bml_DSO_COMPONENTS!$MCA_bml_DSO_COMPONENTS$ac_delim -+MCA_bml_STATIC_LTLIBS!$MCA_bml_STATIC_LTLIBS$ac_delim -+MCA_bml_ALL_SUBDIRS!$MCA_bml_ALL_SUBDIRS$ac_delim -+MCA_bml_STATIC_SUBDIRS!$MCA_bml_STATIC_SUBDIRS$ac_delim -+MCA_bml_DSO_SUBDIRS!$MCA_bml_DSO_SUBDIRS$ac_delim -+OMPI_BUILD_btl_self_DSO_TRUE!$OMPI_BUILD_btl_self_DSO_TRUE$ac_delim -+OMPI_BUILD_btl_self_DSO_FALSE!$OMPI_BUILD_btl_self_DSO_FALSE$ac_delim -+OMPI_BUILD_btl_sm_DSO_TRUE!$OMPI_BUILD_btl_sm_DSO_TRUE$ac_delim -+OMPI_BUILD_btl_sm_DSO_FALSE!$OMPI_BUILD_btl_sm_DSO_FALSE$ac_delim -+btl_gm_CFLAGS!$btl_gm_CFLAGS$ac_delim -+btl_gm_CPPFLAGS!$btl_gm_CPPFLAGS$ac_delim -+btl_gm_LDFLAGS!$btl_gm_LDFLAGS$ac_delim -+btl_gm_LIBS!$btl_gm_LIBS$ac_delim -+OMPI_BUILD_btl_gm_DSO_TRUE!$OMPI_BUILD_btl_gm_DSO_TRUE$ac_delim -+OMPI_BUILD_btl_gm_DSO_FALSE!$OMPI_BUILD_btl_gm_DSO_FALSE$ac_delim -+btl_mvapi_CFLAGS!$btl_mvapi_CFLAGS$ac_delim -+btl_mvapi_CPPFLAGS!$btl_mvapi_CPPFLAGS$ac_delim -+btl_mvapi_LDFLAGS!$btl_mvapi_LDFLAGS$ac_delim -+btl_mvapi_LIBS!$btl_mvapi_LIBS$ac_delim -+OMPI_BUILD_btl_mvapi_DSO_TRUE!$OMPI_BUILD_btl_mvapi_DSO_TRUE$ac_delim -+OMPI_BUILD_btl_mvapi_DSO_FALSE!$OMPI_BUILD_btl_mvapi_DSO_FALSE$ac_delim -+btl_mx_CFLAGS!$btl_mx_CFLAGS$ac_delim -+btl_mx_CPPFLAGS!$btl_mx_CPPFLAGS$ac_delim -+btl_mx_LDFLAGS!$btl_mx_LDFLAGS$ac_delim -+btl_mx_LIBS!$btl_mx_LIBS$ac_delim -+OMPI_BUILD_btl_mx_DSO_TRUE!$OMPI_BUILD_btl_mx_DSO_TRUE$ac_delim -+OMPI_BUILD_btl_mx_DSO_FALSE!$OMPI_BUILD_btl_mx_DSO_FALSE$ac_delim -+btl_openib_CFLAGS!$btl_openib_CFLAGS$ac_delim -+btl_openib_CPPFLAGS!$btl_openib_CPPFLAGS$ac_delim -+btl_openib_LDFLAGS!$btl_openib_LDFLAGS$ac_delim -+btl_openib_LIBS!$btl_openib_LIBS$ac_delim -+OMPI_BUILD_btl_openib_DSO_TRUE!$OMPI_BUILD_btl_openib_DSO_TRUE$ac_delim -+OMPI_BUILD_btl_openib_DSO_FALSE!$OMPI_BUILD_btl_openib_DSO_FALSE$ac_delim -+btl_portals_CPPFLAGS!$btl_portals_CPPFLAGS$ac_delim -+_ACEOF -+ -+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then -+ break -+ elif $ac_last_try; then -+ { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} -+ { (exit 1); exit 1; }; } -+ else -+ ac_delim="$ac_delim!$ac_delim _$ac_delim!! " -+ fi -+done -+ -+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` -+if test -n "$ac_eof"; then -+ ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` -+ ac_eof=`expr $ac_eof + 1` -+fi -+ -+cat >>$CONFIG_STATUS <<_ACEOF -+cat >"\$tmp/subs-6.sed" <<\CEOF$ac_eof -+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b -+_ACEOF -+sed ' -+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g -+s/^/s,@/; s/!/@,|#_!!_#|/ -+:n -+t n -+s/'"$ac_delim"'$/,g/; t -+s/$/\\/; p -+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n -+' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF -+CEOF$ac_eof -+_ACEOF -+ -+ -+ac_delim='%!_!# ' -+for ac_last_try in false false false false false :; do -+ cat >conf$$subs.sed <<_ACEOF -+btl_portals_LDFLAGS!$btl_portals_LDFLAGS$ac_delim -+btl_portals_LIBS!$btl_portals_LIBS$ac_delim -+OMPI_BUILD_btl_portals_DSO_TRUE!$OMPI_BUILD_btl_portals_DSO_TRUE$ac_delim -+OMPI_BUILD_btl_portals_DSO_FALSE!$OMPI_BUILD_btl_portals_DSO_FALSE$ac_delim -+OMPI_BUILD_btl_tcp_DSO_TRUE!$OMPI_BUILD_btl_tcp_DSO_TRUE$ac_delim -+OMPI_BUILD_btl_tcp_DSO_FALSE!$OMPI_BUILD_btl_tcp_DSO_FALSE$ac_delim -+MCA_btl_ALL_COMPONENTS!$MCA_btl_ALL_COMPONENTS$ac_delim -+MCA_btl_STATIC_COMPONENTS!$MCA_btl_STATIC_COMPONENTS$ac_delim -+MCA_btl_DSO_COMPONENTS!$MCA_btl_DSO_COMPONENTS$ac_delim -+MCA_btl_STATIC_LTLIBS!$MCA_btl_STATIC_LTLIBS$ac_delim -+MCA_btl_ALL_SUBDIRS!$MCA_btl_ALL_SUBDIRS$ac_delim -+MCA_btl_STATIC_SUBDIRS!$MCA_btl_STATIC_SUBDIRS$ac_delim -+MCA_btl_DSO_SUBDIRS!$MCA_btl_DSO_SUBDIRS$ac_delim -+OMPI_BUILD_coll_basic_DSO_TRUE!$OMPI_BUILD_coll_basic_DSO_TRUE$ac_delim -+OMPI_BUILD_coll_basic_DSO_FALSE!$OMPI_BUILD_coll_basic_DSO_FALSE$ac_delim -+OMPI_BUILD_coll_hierarch_DSO_TRUE!$OMPI_BUILD_coll_hierarch_DSO_TRUE$ac_delim -+OMPI_BUILD_coll_hierarch_DSO_FALSE!$OMPI_BUILD_coll_hierarch_DSO_FALSE$ac_delim -+OMPI_BUILD_coll_self_DSO_TRUE!$OMPI_BUILD_coll_self_DSO_TRUE$ac_delim -+OMPI_BUILD_coll_self_DSO_FALSE!$OMPI_BUILD_coll_self_DSO_FALSE$ac_delim -+OMPI_BUILD_coll_sm_DSO_TRUE!$OMPI_BUILD_coll_sm_DSO_TRUE$ac_delim -+OMPI_BUILD_coll_sm_DSO_FALSE!$OMPI_BUILD_coll_sm_DSO_FALSE$ac_delim -+OMPI_BUILD_coll_tuned_DSO_TRUE!$OMPI_BUILD_coll_tuned_DSO_TRUE$ac_delim -+OMPI_BUILD_coll_tuned_DSO_FALSE!$OMPI_BUILD_coll_tuned_DSO_FALSE$ac_delim -+MCA_coll_ALL_COMPONENTS!$MCA_coll_ALL_COMPONENTS$ac_delim -+MCA_coll_STATIC_COMPONENTS!$MCA_coll_STATIC_COMPONENTS$ac_delim -+MCA_coll_DSO_COMPONENTS!$MCA_coll_DSO_COMPONENTS$ac_delim -+MCA_coll_STATIC_LTLIBS!$MCA_coll_STATIC_LTLIBS$ac_delim -+MCA_coll_ALL_SUBDIRS!$MCA_coll_ALL_SUBDIRS$ac_delim -+MCA_coll_STATIC_SUBDIRS!$MCA_coll_STATIC_SUBDIRS$ac_delim -+MCA_coll_DSO_SUBDIRS!$MCA_coll_DSO_SUBDIRS$ac_delim -+OMPI_BUILD_common_sm_DSO_TRUE!$OMPI_BUILD_common_sm_DSO_TRUE$ac_delim -+OMPI_BUILD_common_sm_DSO_FALSE!$OMPI_BUILD_common_sm_DSO_FALSE$ac_delim -+MCA_common_ALL_COMPONENTS!$MCA_common_ALL_COMPONENTS$ac_delim -+MCA_common_STATIC_COMPONENTS!$MCA_common_STATIC_COMPONENTS$ac_delim -+MCA_common_DSO_COMPONENTS!$MCA_common_DSO_COMPONENTS$ac_delim -+MCA_common_STATIC_LTLIBS!$MCA_common_STATIC_LTLIBS$ac_delim -+MCA_common_ALL_SUBDIRS!$MCA_common_ALL_SUBDIRS$ac_delim -+MCA_common_STATIC_SUBDIRS!$MCA_common_STATIC_SUBDIRS$ac_delim -+MCA_common_DSO_SUBDIRS!$MCA_common_DSO_SUBDIRS$ac_delim -+OMPI_BUILD_io_romio_DSO_TRUE!$OMPI_BUILD_io_romio_DSO_TRUE$ac_delim -+OMPI_BUILD_io_romio_DSO_FALSE!$OMPI_BUILD_io_romio_DSO_FALSE$ac_delim -+MCA_io_ALL_COMPONENTS!$MCA_io_ALL_COMPONENTS$ac_delim -+MCA_io_STATIC_COMPONENTS!$MCA_io_STATIC_COMPONENTS$ac_delim -+MCA_io_DSO_COMPONENTS!$MCA_io_DSO_COMPONENTS$ac_delim -+MCA_io_STATIC_LTLIBS!$MCA_io_STATIC_LTLIBS$ac_delim -+MCA_io_ALL_SUBDIRS!$MCA_io_ALL_SUBDIRS$ac_delim -+MCA_io_STATIC_SUBDIRS!$MCA_io_STATIC_SUBDIRS$ac_delim -+MCA_io_DSO_SUBDIRS!$MCA_io_DSO_SUBDIRS$ac_delim -+OMPI_BUILD_mpool_sm_DSO_TRUE!$OMPI_BUILD_mpool_sm_DSO_TRUE$ac_delim -+OMPI_BUILD_mpool_sm_DSO_FALSE!$OMPI_BUILD_mpool_sm_DSO_FALSE$ac_delim -+mpool_gm_CFLAGS!$mpool_gm_CFLAGS$ac_delim -+mpool_gm_CPPFLAGS!$mpool_gm_CPPFLAGS$ac_delim -+mpool_gm_LDFLAGS!$mpool_gm_LDFLAGS$ac_delim -+mpool_gm_LIBS!$mpool_gm_LIBS$ac_delim -+OMPI_BUILD_mpool_gm_DSO_TRUE!$OMPI_BUILD_mpool_gm_DSO_TRUE$ac_delim -+OMPI_BUILD_mpool_gm_DSO_FALSE!$OMPI_BUILD_mpool_gm_DSO_FALSE$ac_delim -+mpool_mvapi_CFLAGS!$mpool_mvapi_CFLAGS$ac_delim -+mpool_mvapi_CPPFLAGS!$mpool_mvapi_CPPFLAGS$ac_delim -+mpool_mvapi_LDFLAGS!$mpool_mvapi_LDFLAGS$ac_delim -+mpool_mvapi_LIBS!$mpool_mvapi_LIBS$ac_delim -+OMPI_BUILD_mpool_mvapi_DSO_TRUE!$OMPI_BUILD_mpool_mvapi_DSO_TRUE$ac_delim -+OMPI_BUILD_mpool_mvapi_DSO_FALSE!$OMPI_BUILD_mpool_mvapi_DSO_FALSE$ac_delim -+mpool_openib_CFLAGS!$mpool_openib_CFLAGS$ac_delim -+mpool_openib_CPPFLAGS!$mpool_openib_CPPFLAGS$ac_delim -+mpool_openib_LDFLAGS!$mpool_openib_LDFLAGS$ac_delim -+mpool_openib_LIBS!$mpool_openib_LIBS$ac_delim -+OMPI_BUILD_mpool_openib_DSO_TRUE!$OMPI_BUILD_mpool_openib_DSO_TRUE$ac_delim -+OMPI_BUILD_mpool_openib_DSO_FALSE!$OMPI_BUILD_mpool_openib_DSO_FALSE$ac_delim -+MCA_mpool_ALL_COMPONENTS!$MCA_mpool_ALL_COMPONENTS$ac_delim -+MCA_mpool_STATIC_COMPONENTS!$MCA_mpool_STATIC_COMPONENTS$ac_delim -+MCA_mpool_DSO_COMPONENTS!$MCA_mpool_DSO_COMPONENTS$ac_delim -+MCA_mpool_STATIC_LTLIBS!$MCA_mpool_STATIC_LTLIBS$ac_delim -+MCA_mpool_ALL_SUBDIRS!$MCA_mpool_ALL_SUBDIRS$ac_delim -+MCA_mpool_STATIC_SUBDIRS!$MCA_mpool_STATIC_SUBDIRS$ac_delim -+MCA_mpool_DSO_SUBDIRS!$MCA_mpool_DSO_SUBDIRS$ac_delim -+OMPI_BUILD_osc_pt2pt_DSO_TRUE!$OMPI_BUILD_osc_pt2pt_DSO_TRUE$ac_delim -+OMPI_BUILD_osc_pt2pt_DSO_FALSE!$OMPI_BUILD_osc_pt2pt_DSO_FALSE$ac_delim -+MCA_osc_ALL_COMPONENTS!$MCA_osc_ALL_COMPONENTS$ac_delim -+MCA_osc_STATIC_COMPONENTS!$MCA_osc_STATIC_COMPONENTS$ac_delim -+MCA_osc_DSO_COMPONENTS!$MCA_osc_DSO_COMPONENTS$ac_delim -+MCA_osc_STATIC_LTLIBS!$MCA_osc_STATIC_LTLIBS$ac_delim -+MCA_osc_ALL_SUBDIRS!$MCA_osc_ALL_SUBDIRS$ac_delim -+MCA_osc_STATIC_SUBDIRS!$MCA_osc_STATIC_SUBDIRS$ac_delim -+MCA_osc_DSO_SUBDIRS!$MCA_osc_DSO_SUBDIRS$ac_delim -+OMPI_BUILD_pml_ob1_DSO_TRUE!$OMPI_BUILD_pml_ob1_DSO_TRUE$ac_delim -+OMPI_BUILD_pml_ob1_DSO_FALSE!$OMPI_BUILD_pml_ob1_DSO_FALSE$ac_delim -+MCA_pml_ALL_COMPONENTS!$MCA_pml_ALL_COMPONENTS$ac_delim -+MCA_pml_STATIC_COMPONENTS!$MCA_pml_STATIC_COMPONENTS$ac_delim -+MCA_pml_DSO_COMPONENTS!$MCA_pml_DSO_COMPONENTS$ac_delim -+MCA_pml_STATIC_LTLIBS!$MCA_pml_STATIC_LTLIBS$ac_delim -+MCA_pml_ALL_SUBDIRS!$MCA_pml_ALL_SUBDIRS$ac_delim -+MCA_pml_STATIC_SUBDIRS!$MCA_pml_STATIC_SUBDIRS$ac_delim -+MCA_pml_DSO_SUBDIRS!$MCA_pml_DSO_SUBDIRS$ac_delim -+OMPI_BUILD_rcache_rb_DSO_TRUE!$OMPI_BUILD_rcache_rb_DSO_TRUE$ac_delim -+OMPI_BUILD_rcache_rb_DSO_FALSE!$OMPI_BUILD_rcache_rb_DSO_FALSE$ac_delim -+MCA_rcache_ALL_COMPONENTS!$MCA_rcache_ALL_COMPONENTS$ac_delim -+MCA_rcache_STATIC_COMPONENTS!$MCA_rcache_STATIC_COMPONENTS$ac_delim -+_ACEOF -+ -+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then -+ break -+ elif $ac_last_try; then -+ { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} -+ { (exit 1); exit 1; }; } -+ else -+ ac_delim="$ac_delim!$ac_delim _$ac_delim!! " -+ fi -+done -+ -+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` -+if test -n "$ac_eof"; then -+ ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` -+ ac_eof=`expr $ac_eof + 1` -+fi -+ -+cat >>$CONFIG_STATUS <<_ACEOF -+cat >"\$tmp/subs-7.sed" <<\CEOF$ac_eof -+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b -+_ACEOF -+sed ' -+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g -+s/^/s,@/; s/!/@,|#_!!_#|/ -+:n -+t n -+s/'"$ac_delim"'$/,g/; t -+s/$/\\/; p -+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n -+' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF -+CEOF$ac_eof -+_ACEOF -+ -+ -+ac_delim='%!_!# ' -+for ac_last_try in false false false false false :; do -+ cat >conf$$subs.sed <<_ACEOF -+MCA_rcache_DSO_COMPONENTS!$MCA_rcache_DSO_COMPONENTS$ac_delim -+MCA_rcache_STATIC_LTLIBS!$MCA_rcache_STATIC_LTLIBS$ac_delim -+MCA_rcache_ALL_SUBDIRS!$MCA_rcache_ALL_SUBDIRS$ac_delim -+MCA_rcache_STATIC_SUBDIRS!$MCA_rcache_STATIC_SUBDIRS$ac_delim -+MCA_rcache_DSO_SUBDIRS!$MCA_rcache_DSO_SUBDIRS$ac_delim -+OMPI_BUILD_topo_unity_DSO_TRUE!$OMPI_BUILD_topo_unity_DSO_TRUE$ac_delim -+OMPI_BUILD_topo_unity_DSO_FALSE!$OMPI_BUILD_topo_unity_DSO_FALSE$ac_delim -+MCA_topo_ALL_COMPONENTS!$MCA_topo_ALL_COMPONENTS$ac_delim -+MCA_topo_STATIC_COMPONENTS!$MCA_topo_STATIC_COMPONENTS$ac_delim -+MCA_topo_DSO_COMPONENTS!$MCA_topo_DSO_COMPONENTS$ac_delim -+MCA_topo_STATIC_LTLIBS!$MCA_topo_STATIC_LTLIBS$ac_delim -+MCA_topo_ALL_SUBDIRS!$MCA_topo_ALL_SUBDIRS$ac_delim -+MCA_topo_STATIC_SUBDIRS!$MCA_topo_STATIC_SUBDIRS$ac_delim -+MCA_topo_DSO_SUBDIRS!$MCA_topo_DSO_SUBDIRS$ac_delim -+MCA_ompi_FRAMEWORKS!$MCA_ompi_FRAMEWORKS$ac_delim -+MCA_ompi_FRAMEWORKS_SUBDIRS!$MCA_ompi_FRAMEWORKS_SUBDIRS$ac_delim -+MCA_ompi_FRAMEWORK_COMPONENT_ALL_SUBDIRS!$MCA_ompi_FRAMEWORK_COMPONENT_ALL_SUBDIRS$ac_delim -+MCA_ompi_FRAMEWORK_COMPONENT_DSO_SUBDIRS!$MCA_ompi_FRAMEWORK_COMPONENT_DSO_SUBDIRS$ac_delim -+MCA_ompi_FRAMEWORK_COMPONENT_STATIC_SUBDIRS!$MCA_ompi_FRAMEWORK_COMPONENT_STATIC_SUBDIRS$ac_delim -+MCA_ompi_FRAMEWORK_LIBS!$MCA_ompi_FRAMEWORK_LIBS$ac_delim -+MCA_pml_DIRECT_CALL_HEADER!$MCA_pml_DIRECT_CALL_HEADER$ac_delim -+MCA_PROJECT_SUBDIRS!$MCA_PROJECT_SUBDIRS$ac_delim -+OMPI_LIBEVENT_SOURCES!$OMPI_LIBEVENT_SOURCES$ac_delim -+LTDLINCL!$LTDLINCL$ac_delim -+LIBLTDL!$LIBLTDL$ac_delim -+ECHO!$ECHO$ac_delim -+AR!$AR$ac_delim -+RANLIB!$RANLIB$ac_delim -+LIBTOOL!$LIBTOOL$ac_delim -+LIBLTDL_SUBDIR!$LIBLTDL_SUBDIR$ac_delim -+LIBLTDL_LTLIB!$LIBLTDL_LTLIB$ac_delim -+OPAL_LTDL_CPPFLAGS!$OPAL_LTDL_CPPFLAGS$ac_delim -+WANT_LIBLTDL_TRUE!$WANT_LIBLTDL_TRUE$ac_delim -+WANT_LIBLTDL_FALSE!$WANT_LIBLTDL_FALSE$ac_delim -+CFLAGS_WITHOUT_OPTFLAGS!$CFLAGS_WITHOUT_OPTFLAGS$ac_delim -+TOTALVIEW_DEBUG_FLAGS!$TOTALVIEW_DEBUG_FLAGS$ac_delim -+CXXCPPFLAGS!$CXXCPPFLAGS$ac_delim -+OPAL_WRAPPER_EXTRA_CPPFLAGS!$OPAL_WRAPPER_EXTRA_CPPFLAGS$ac_delim -+OPAL_WRAPPER_EXTRA_CFLAGS!$OPAL_WRAPPER_EXTRA_CFLAGS$ac_delim -+OPAL_WRAPPER_EXTRA_CXXFLAGS!$OPAL_WRAPPER_EXTRA_CXXFLAGS$ac_delim -+OPAL_WRAPPER_EXTRA_LDFLAGS!$OPAL_WRAPPER_EXTRA_LDFLAGS$ac_delim -+OPAL_WRAPPER_EXTRA_LIBS!$OPAL_WRAPPER_EXTRA_LIBS$ac_delim -+OPAL_WRAPPER_EXTRA_INCLUDES!$OPAL_WRAPPER_EXTRA_INCLUDES$ac_delim -+ORTE_WRAPPER_EXTRA_CPPFLAGS!$ORTE_WRAPPER_EXTRA_CPPFLAGS$ac_delim -+ORTE_WRAPPER_EXTRA_CFLAGS!$ORTE_WRAPPER_EXTRA_CFLAGS$ac_delim -+ORTE_WRAPPER_EXTRA_CXXFLAGS!$ORTE_WRAPPER_EXTRA_CXXFLAGS$ac_delim -+ORTE_WRAPPER_EXTRA_LDFLAGS!$ORTE_WRAPPER_EXTRA_LDFLAGS$ac_delim -+ORTE_WRAPPER_EXTRA_LIBS!$ORTE_WRAPPER_EXTRA_LIBS$ac_delim -+ORTE_WRAPPER_EXTRA_INCLUDES!$ORTE_WRAPPER_EXTRA_INCLUDES$ac_delim -+OMPI_WRAPPER_EXTRA_CPPFLAGS!$OMPI_WRAPPER_EXTRA_CPPFLAGS$ac_delim -+OMPI_WRAPPER_EXTRA_CFLAGS!$OMPI_WRAPPER_EXTRA_CFLAGS$ac_delim -+OMPI_WRAPPER_EXTRA_CXXFLAGS!$OMPI_WRAPPER_EXTRA_CXXFLAGS$ac_delim -+OMPI_WRAPPER_EXTRA_FFLAGS!$OMPI_WRAPPER_EXTRA_FFLAGS$ac_delim -+OMPI_WRAPPER_EXTRA_FCFLAGS!$OMPI_WRAPPER_EXTRA_FCFLAGS$ac_delim -+OMPI_WRAPPER_EXTRA_LDFLAGS!$OMPI_WRAPPER_EXTRA_LDFLAGS$ac_delim -+OMPI_WRAPPER_EXTRA_LIBS!$OMPI_WRAPPER_EXTRA_LIBS$ac_delim -+OMPI_WRAPPER_EXTRA_INCLUDES!$OMPI_WRAPPER_EXTRA_INCLUDES$ac_delim -+OMPI_WRAPPER_CXX_LIB!$OMPI_WRAPPER_CXX_LIB$ac_delim -+OMPI_WRAPPER_CXX_REQUIRED_FILE!$OMPI_WRAPPER_CXX_REQUIRED_FILE$ac_delim -+OMPI_WRAPPER_F77_REQUIRED_FILE!$OMPI_WRAPPER_F77_REQUIRED_FILE$ac_delim -+OMPI_WRAPPER_F90_REQUIRED_FILE!$OMPI_WRAPPER_F90_REQUIRED_FILE$ac_delim -+WRAPPER_EXTRA_CFLAGS!$WRAPPER_EXTRA_CFLAGS$ac_delim -+WRAPPER_EXTRA_CXXFLAGS!$WRAPPER_EXTRA_CXXFLAGS$ac_delim -+WRAPPER_EXTRA_FFLAGS!$WRAPPER_EXTRA_FFLAGS$ac_delim -+WRAPPER_EXTRA_FCFLAGS!$WRAPPER_EXTRA_FCFLAGS$ac_delim -+WRAPPER_EXTRA_LDFLAGS!$WRAPPER_EXTRA_LDFLAGS$ac_delim -+WRAPPER_EXTRA_LIBS!$WRAPPER_EXTRA_LIBS$ac_delim -+OPAL_PREFIX!$OPAL_PREFIX$ac_delim -+OPAL_EXEC_PREFIX!$OPAL_EXEC_PREFIX$ac_delim -+OPAL_BINDIR!$OPAL_BINDIR$ac_delim -+OPAL_SBINDIR!$OPAL_SBINDIR$ac_delim -+OPAL_LIBEXECDIR!$OPAL_LIBEXECDIR$ac_delim -+OPAL_DATADIR!$OPAL_DATADIR$ac_delim -+OPAL_SYSCONFDIR!$OPAL_SYSCONFDIR$ac_delim -+OPAL_SHAREDSTATEDIR!$OPAL_SHAREDSTATEDIR$ac_delim -+OPAL_LOCALSTATEDIR!$OPAL_LOCALSTATEDIR$ac_delim -+OPAL_LIBDIR!$OPAL_LIBDIR$ac_delim -+OPAL_INCLUDEDIR!$OPAL_INCLUDEDIR$ac_delim -+OPAL_INFODIR!$OPAL_INFODIR$ac_delim -+OPAL_MANDIR!$OPAL_MANDIR$ac_delim -+LIBOBJS!$LIBOBJS$ac_delim -+LTLIBOBJS!$LTLIBOBJS$ac_delim -+_ACEOF -+ -+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then -+ break -+ elif $ac_last_try; then -+ { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} -+ { (exit 1); exit 1; }; } -+ else -+ ac_delim="$ac_delim!$ac_delim _$ac_delim!! " -+ fi -+done -+ -+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` -+if test -n "$ac_eof"; then -+ ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` -+ ac_eof=`expr $ac_eof + 1` -+fi -+ -+cat >>$CONFIG_STATUS <<_ACEOF -+cat >"\$tmp/subs-8.sed" <<\CEOF$ac_eof -+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end -+_ACEOF -+sed ' -+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g -+s/^/s,@/; s/!/@,|#_!!_#|/ -+:n -+t n -+s/'"$ac_delim"'$/,g/; t -+s/$/\\/; p -+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n -+' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF -+:end -+s/|#_!!_#|//g -+CEOF$ac_eof -+_ACEOF -+ -+ -+# VPATH may cause trouble with some makes, so we remove $(srcdir), -+# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and -+# trailing colons and then remove the whole line if VPATH becomes empty -+# (actually we leave an empty line to preserve line numbers). -+if test "x$srcdir" = x.; then -+ ac_vpsub='/^[ ]*VPATH[ ]*=/{ -+s/:*\$(srcdir):*/:/ -+s/:*\${srcdir}:*/:/ -+s/:*@srcdir@:*/:/ -+s/^\([^=]*=[ ]*\):*/\1/ -+s/:*$// -+s/^[^=]*=[ ]*$// -+}' -+fi -+ - cat >>$CONFIG_STATUS <<\_ACEOF --for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue -- # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". -- case $ac_file in -- - | *:- | *:-:* ) # input from stdin -- cat >$tmp/stdin -- ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` -- ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; -- *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` -- ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; -- * ) ac_file_in=$ac_file.in ;; -+fi # test -n "$CONFIG_FILES" -+ -+ -+for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS -+do -+ case $ac_tag in -+ :[FHLC]) ac_mode=$ac_tag; continue;; -+ esac -+ case $ac_mode$ac_tag in -+ :[FHL]*:*);; -+ :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 -+echo "$as_me: error: Invalid tag $ac_tag." >&2;} -+ { (exit 1); exit 1; }; };; -+ :[FH]-) ac_tag=-:-;; -+ :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; -+ esac -+ ac_save_IFS=$IFS -+ IFS=: -+ set x $ac_tag -+ IFS=$ac_save_IFS -+ shift -+ ac_file=$1 -+ shift -+ -+ case $ac_mode in -+ :L) ac_source=$1;; -+ :[FH]) -+ ac_file_inputs= -+ for ac_f -+ do -+ case $ac_f in -+ -) ac_f="$tmp/stdin";; -+ *) # Look for the file first in the build tree, then in the source tree -+ # (if the path is not absolute). The absolute path cannot be DOS-style, -+ # because $ac_f cannot contain `:'. -+ test -f "$ac_f" || -+ case $ac_f in -+ [\\/$]*) false;; -+ *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; -+ esac || -+ { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 -+echo "$as_me: error: cannot find input file: $ac_f" >&2;} -+ { (exit 1); exit 1; }; };; -+ esac -+ ac_file_inputs="$ac_file_inputs $ac_f" -+ done -+ -+ # Let's still pretend it is `configure' which instantiates (i.e., don't -+ # use $as_me), people would be surprised to read: -+ # /* config.h. Generated by config.status. */ -+ configure_input="Generated from "`IFS=: -+ echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." -+ if test x"$ac_file" != x-; then -+ configure_input="$ac_file. $configure_input" -+ { echo "$as_me:$LINENO: creating $ac_file" >&5 -+echo "$as_me: creating $ac_file" >&6;} -+ fi -+ -+ case $ac_tag in -+ *:-:* | *:-) cat >"$tmp/stdin";; -+ esac -+ ;; - esac - -- # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. -- ac_dir=`(dirname "$ac_file") 2>/dev/null || -+ ac_dir=`$as_dirname -- "$ac_file" || - $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$ac_file" : 'X\(//\)[^/]' \| \ - X"$ac_file" : 'X\(//\)$' \| \ -- X"$ac_file" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || - echo X"$ac_file" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- { if $as_mkdir_p; then -- mkdir -p "$ac_dir" -- else -- as_dir="$ac_dir" -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ { as_dir="$ac_dir" -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 --echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } -- - ac_builddir=. - --if test "$ac_dir" != .; then -+case "$ac_dir" in -+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; -+*) - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` -- # A "../" for each directory in $ac_dir_suffix. -- ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` --else -- ac_dir_suffix= ac_top_builddir= --fi -+ # A ".." for each directory in $ac_dir_suffix. -+ ac_top_builddir_sub=`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/ ;; -+ esac ;; -+esac -+ac_abs_top_builddir=$ac_pwd -+ac_abs_builddir=$ac_pwd$ac_dir_suffix -+# for backward compatibility: -+ac_top_builddir=$ac_top_build_prefix - - case $srcdir in -- .) # No --srcdir option. We are building in place. -+ .) # We are building in place. - ac_srcdir=. -- if test -z "$ac_top_builddir"; then -- ac_top_srcdir=. -- else -- ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` -- fi ;; -- [\\/]* | ?:[\\/]* ) # Absolute path. -+ ac_top_srcdir=$ac_top_builddir_sub -+ ac_abs_top_srcdir=$ac_pwd ;; -+ [\\/]* | ?:[\\/]* ) # Absolute name. - ac_srcdir=$srcdir$ac_dir_suffix; -- ac_top_srcdir=$srcdir ;; -- *) # Relative path. -- ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix -- ac_top_srcdir=$ac_top_builddir$srcdir ;; -+ ac_top_srcdir=$srcdir -+ ac_abs_top_srcdir=$srcdir ;; -+ *) # Relative name. -+ ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix -+ ac_top_srcdir=$ac_top_build_prefix$srcdir -+ ac_abs_top_srcdir=$ac_pwd/$srcdir ;; - esac -+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix - --# Do not use `cd foo && pwd` to compute absolute paths, because --# the directories may not exist. --case `pwd` in --.) ac_abs_builddir="$ac_dir";; --*) -- case "$ac_dir" in -- .) ac_abs_builddir=`pwd`;; -- [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; -- *) ac_abs_builddir=`pwd`/"$ac_dir";; -- esac;; --esac --case $ac_abs_builddir in --.) ac_abs_top_builddir=${ac_top_builddir}.;; --*) -- case ${ac_top_builddir}. in -- .) ac_abs_top_builddir=$ac_abs_builddir;; -- [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; -- *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; -- esac;; --esac --case $ac_abs_builddir in --.) ac_abs_srcdir=$ac_srcdir;; --*) -- case $ac_srcdir in -- .) ac_abs_srcdir=$ac_abs_builddir;; -- [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; -- *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; -- esac;; --esac --case $ac_abs_builddir in --.) ac_abs_top_srcdir=$ac_top_srcdir;; --*) -- case $ac_top_srcdir in -- .) ac_abs_top_srcdir=$ac_abs_builddir;; -- [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; -- *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; -- esac;; --esac - -+ case $ac_mode in -+ :F) -+ # -+ # CONFIG_FILE -+ # - - case $INSTALL in - [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; -- *) ac_INSTALL=$ac_top_builddir$INSTALL ;; -+ *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; - esac -+_ACEOF - -- if test x"$ac_file" != x-; then -- { echo "$as_me:$LINENO: creating $ac_file" >&5 --echo "$as_me: creating $ac_file" >&6;} -- rm -f "$ac_file" -- fi -- # Let's still pretend it is `configure' which instantiates (i.e., don't -- # use $as_me), people would be surprised to read: -- # /* config.h. Generated by config.status. */ -- if test x"$ac_file" = x-; then -- configure_input= -- else -- configure_input="$ac_file. " -- fi -- configure_input=$configure_input"Generated from `echo $ac_file_in | -- sed 's,.*/,,'` by configure." -- -- # First look for the input files in the build tree, otherwise in the -- # src tree. -- ac_file_inputs=`IFS=: -- for f in $ac_file_in; do -- case $f in -- -) echo $tmp/stdin ;; -- [\\/$]*) -- # Absolute (can't be DOS-style, as IFS=:) -- test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 --echo "$as_me: error: cannot find input file: $f" >&2;} -- { (exit 1); exit 1; }; } -- echo "$f";; -- *) # Relative -- if test -f "$f"; then -- # Build tree -- echo "$f" -- elif test -f "$srcdir/$f"; then -- # Source tree -- echo "$srcdir/$f" -- else -- # /dev/null tree -- { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 --echo "$as_me: error: cannot find input file: $f" >&2;} -- { (exit 1); exit 1; }; } -- fi;; -- esac -- done` || { (exit 1); exit 1; } -+cat >>$CONFIG_STATUS <<\_ACEOF -+# If the template does not know about datarootdir, expand it. -+# FIXME: This hack should be removed a few years after 2.60. -+ac_datarootdir_hack=; ac_datarootdir_seen= -+ -+case `sed -n '/datarootdir/ { -+ p -+ q -+} -+/@datadir@/p -+/@docdir@/p -+/@infodir@/p -+/@localedir@/p -+/@mandir@/p -+' $ac_file_inputs` in -+*datarootdir*) ac_datarootdir_seen=yes;; -+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) -+ { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 -+echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} -+_ACEOF -+cat >>$CONFIG_STATUS <<_ACEOF -+ ac_datarootdir_hack=' -+ s&@datadir@&$datadir&g -+ s&@docdir@&$docdir&g -+ s&@infodir@&$infodir&g -+ s&@localedir@&$localedir&g -+ s&@mandir@&$mandir&g -+ s&\\\${datarootdir}&$datarootdir&g' ;; -+esac - _ACEOF -+ -+# Neutralize VPATH when `$srcdir' = `.'. -+# Shell code in configure.ac might set extrasub. -+# FIXME: do we really want to maintain this feature? - cat >>$CONFIG_STATUS <<_ACEOF - sed "$ac_vpsub - $extrasub -@@ -133730,248 +134276,130 @@ - cat >>$CONFIG_STATUS <<\_ACEOF - :t - /@[a-zA-Z_][a-zA-Z_0-9]*@/!b --s,@configure_input@,$configure_input,;t t --s,@srcdir@,$ac_srcdir,;t t --s,@abs_srcdir@,$ac_abs_srcdir,;t t --s,@top_srcdir@,$ac_top_srcdir,;t t --s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t --s,@builddir@,$ac_builddir,;t t --s,@abs_builddir@,$ac_abs_builddir,;t t --s,@top_builddir@,$ac_top_builddir,;t t --s,@abs_top_builddir@,$ac_abs_top_builddir,;t t --s,@INSTALL@,$ac_INSTALL,;t t --" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out -- rm -f $tmp/stdin -- if test x"$ac_file" != x-; then -- mv $tmp/out $ac_file -- else -- cat $tmp/out -- rm -f $tmp/out -- fi -- --done --_ACEOF --cat >>$CONFIG_STATUS <<\_ACEOF -- --# --# CONFIG_HEADER section. --# -- --# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where --# NAME is the cpp macro being defined and VALUE is the value it is being given. --# --# ac_d sets the value in "#define NAME VALUE" lines. --ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' --ac_dB='[ ].*$,\1#\2' --ac_dC=' ' --ac_dD=',;t' --# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". --ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' --ac_uB='$,\1#\2define\3' --ac_uC=' ' --ac_uD=',;t' -+s&@configure_input@&$configure_input&;t t -+s&@top_builddir@&$ac_top_builddir_sub&;t t -+s&@srcdir@&$ac_srcdir&;t t -+s&@abs_srcdir@&$ac_abs_srcdir&;t t -+s&@top_srcdir@&$ac_top_srcdir&;t t -+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t -+s&@builddir@&$ac_builddir&;t t -+s&@abs_builddir@&$ac_abs_builddir&;t t -+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t -+s&@INSTALL@&$ac_INSTALL&;t t -+$ac_datarootdir_hack -+" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed -f "$tmp/subs-3.sed" | sed -f "$tmp/subs-4.sed" | sed -f "$tmp/subs-5.sed" | sed -f "$tmp/subs-6.sed" | sed -f "$tmp/subs-7.sed" | sed -f "$tmp/subs-8.sed" >$tmp/out -+ -+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && -+ { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && -+ { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && -+ { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' -+which seems to be undefined. Please make sure it is defined." >&5 -+echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' -+which seems to be undefined. Please make sure it is defined." >&2;} - --for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue -- # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". -+ rm -f "$tmp/stdin" - case $ac_file in -- - | *:- | *:-:* ) # input from stdin -- cat >$tmp/stdin -- ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` -- ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; -- *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` -- ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; -- * ) ac_file_in=$ac_file.in ;; -+ -) cat "$tmp/out"; rm -f "$tmp/out";; -+ *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; - esac -- -- test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5 --echo "$as_me: creating $ac_file" >&6;} -- -- # First look for the input files in the build tree, otherwise in the -- # src tree. -- ac_file_inputs=`IFS=: -- for f in $ac_file_in; do -- case $f in -- -) echo $tmp/stdin ;; -- [\\/$]*) -- # Absolute (can't be DOS-style, as IFS=:) -- test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 --echo "$as_me: error: cannot find input file: $f" >&2;} -- { (exit 1); exit 1; }; } -- # Do quote $f, to prevent DOS paths from being IFS'd. -- echo "$f";; -- *) # Relative -- if test -f "$f"; then -- # Build tree -- echo "$f" -- elif test -f "$srcdir/$f"; then -- # Source tree -- echo "$srcdir/$f" -- else -- # /dev/null tree -- { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 --echo "$as_me: error: cannot find input file: $f" >&2;} -- { (exit 1); exit 1; }; } -- fi;; -- esac -- done` || { (exit 1); exit 1; } -- # Remove the trailing spaces. -- sed 's/[ ]*$//' $ac_file_inputs >$tmp/in -- -+ ;; -+ :H) -+ # -+ # CONFIG_HEADER -+ # - _ACEOF - --# Transform confdefs.h into two sed scripts, `conftest.defines' and --# `conftest.undefs', that substitutes the proper values into --# config.h.in to produce config.h. The first handles `#define' --# templates, and the second `#undef' templates. --# And first: Protect against being on the right side of a sed subst in --# config.status. Protect against being in an unquoted here document --# in config.status. --rm -f conftest.defines conftest.undefs --# Using a here document instead of a string reduces the quoting nightmare. --# Putting comments in sed scripts is not portable. --# --# `end' is used to avoid that the second main sed command (meant for --# 0-ary CPP macros) applies to n-ary macro definitions. --# See the Autoconf documentation for `clear'. --cat >confdef2sed.sed <<\_ACEOF --s/[\\&,]/\\&/g --s,[\\$`],\\&,g --t clear --: clear --s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp --t end --s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp --: end --_ACEOF --# If some macros were called several times there might be several times --# the same #defines, which is useless. Nevertheless, we may not want to --# sort them, since we want the *last* AC-DEFINE to be honored. --uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines --sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs --rm -f confdef2sed.sed -+# Transform confdefs.h into a sed script `conftest.defines', that -+# substitutes the proper values into config.h.in to produce config.h. -+rm -f conftest.defines conftest.tail -+# First, append a space to every undef/define line, to ease matching. -+echo 's/$/ /' >conftest.defines -+# Then, protect against being on the right side of a sed subst, or in -+# an unquoted here document, in config.status. If some macros were -+# called several times there might be several #defines for the same -+# symbol, which is useless. But do not sort them, since the last -+# AC_DEFINE must be honored. -+ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* -+# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where -+# NAME is the cpp macro being defined, VALUE is the value it is being given. -+# PARAMS is the parameter list in the macro definition--in most cases, it's -+# just an empty string. -+ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' -+ac_dB='\\)[ (].*,\\1define\\2' -+ac_dC=' ' -+ac_dD=' ,' -+ -+uniq confdefs.h | -+ sed -n ' -+ t rset -+ :rset -+ s/^[ ]*#[ ]*define[ ][ ]*// -+ t ok -+ d -+ :ok -+ s/[\\&,]/\\&/g -+ s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p -+ s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p -+ ' >>conftest.defines - --# This sed command replaces #undef with comments. This is necessary, for -+# Remove the space that was appended to ease matching. -+# Then replace #undef with comments. This is necessary, for - # example, in the case of _POSIX_SOURCE, which is predefined and required - # on some systems where configure will not decide to define it. --cat >>conftest.undefs <<\_ACEOF --s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, --_ACEOF -+# (The regexp can be short, since the line contains either #define or #undef.) -+echo 's/ $// -+s,^[ #]*u.*,/* & */,' >>conftest.defines -+ -+# Break up conftest.defines: -+ac_max_sed_lines=50 -+ -+# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" -+# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" -+# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" -+# et cetera. -+ac_in='$ac_file_inputs' -+ac_out='"$tmp/out1"' -+ac_nxt='"$tmp/out2"' - --# Break up conftest.defines because some shells have a limit on the size --# of here documents, and old seds have small limits too (100 cmds). --echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS --echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS --echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS --echo ' :' >>$CONFIG_STATUS --rm -f conftest.tail --while grep . conftest.defines >/dev/null -+while : - do -- # Write a limited-size here document to $tmp/defines.sed. -- echo ' cat >$tmp/defines.sed <>$CONFIG_STATUS -- # Speed up: don't consider the non `#define' lines. -- echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS -- # Work around the forget-to-reset-the-flag bug. -- echo 't clr' >>$CONFIG_STATUS -- echo ': clr' >>$CONFIG_STATUS -- sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS -+ # Write a here document: -+ cat >>$CONFIG_STATUS <<_ACEOF -+ # First, check the format of the line: -+ cat >"\$tmp/defines.sed" <<\\CEOF -+/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def -+/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def -+b -+:def -+_ACEOF -+ sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS - echo 'CEOF -- sed -f $tmp/defines.sed $tmp/in >$tmp/out -- rm -f $tmp/in -- mv $tmp/out $tmp/in --' >>$CONFIG_STATUS -- sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail -+ sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS -+ ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in -+ sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail -+ grep . conftest.tail >/dev/null || break - rm -f conftest.defines - mv conftest.tail conftest.defines - done --rm -f conftest.defines --echo ' fi # grep' >>$CONFIG_STATUS --echo >>$CONFIG_STATUS -- --# Break up conftest.undefs because some shells have a limit on the size --# of here documents, and old seds have small limits too (100 cmds). --echo ' # Handle all the #undef templates' >>$CONFIG_STATUS --rm -f conftest.tail --while grep . conftest.undefs >/dev/null --do -- # Write a limited-size here document to $tmp/undefs.sed. -- echo ' cat >$tmp/undefs.sed <>$CONFIG_STATUS -- # Speed up: don't consider the non `#undef' -- echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS -- # Work around the forget-to-reset-the-flag bug. -- echo 't clr' >>$CONFIG_STATUS -- echo ': clr' >>$CONFIG_STATUS -- sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS -- echo 'CEOF -- sed -f $tmp/undefs.sed $tmp/in >$tmp/out -- rm -f $tmp/in -- mv $tmp/out $tmp/in --' >>$CONFIG_STATUS -- sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail -- rm -f conftest.undefs -- mv conftest.tail conftest.undefs --done --rm -f conftest.undefs -+rm -f conftest.defines conftest.tail - -+echo "ac_result=$ac_in" >>$CONFIG_STATUS - cat >>$CONFIG_STATUS <<\_ACEOF -- # Let's still pretend it is `configure' which instantiates (i.e., don't -- # use $as_me), people would be surprised to read: -- # /* config.h. Generated by config.status. */ -- if test x"$ac_file" = x-; then -- echo "/* Generated by configure. */" >$tmp/config.h -- else -- echo "/* $ac_file. Generated by configure. */" >$tmp/config.h -- fi -- cat $tmp/in >>$tmp/config.h -- rm -f $tmp/in - if test x"$ac_file" != x-; then -- if diff $ac_file $tmp/config.h >/dev/null 2>&1; then -+ echo "/* $configure_input */" >"$tmp/config.h" -+ cat "$ac_result" >>"$tmp/config.h" -+ if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then - { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 - echo "$as_me: $ac_file is unchanged" >&6;} - else -- ac_dir=`(dirname "$ac_file") 2>/dev/null || --$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ -- X"$ac_file" : 'X\(//\)[^/]' \| \ -- X"$ac_file" : 'X\(//\)$' \| \ -- X"$ac_file" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || --echo X"$ac_file" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- { if $as_mkdir_p; then -- mkdir -p "$ac_dir" -- else -- as_dir="$ac_dir" -- as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || --$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ -- X"$as_dir" : 'X\(//\)[^/]' \| \ -- X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || --echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 --echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} -- { (exit 1); exit 1; }; }; } -- - rm -f $ac_file -- mv $tmp/config.h $ac_file -+ mv "$tmp/config.h" $ac_file - fi - else -- cat $tmp/config.h -- rm -f $tmp/config.h -+ echo "/* $configure_input */" -+ cat "$ac_result" - fi -+ rm -f "$tmp/out12" - # Compute $ac_file's index in $config_headers. - _am_stamp_count=1 - for _am_header in $config_headers :; do -@@ -133982,273 +134410,65 @@ - _am_stamp_count=`expr $_am_stamp_count + 1` ;; - esac - done --echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null || -+echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || - $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X$ac_file : 'X\(//\)[^/]' \| \ - X$ac_file : 'X\(//\)$' \| \ -- X$ac_file : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X$ac_file : 'X\(/\)' \| . 2>/dev/null || - echo X$ac_file | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'`/stamp-h$_am_stamp_count --done --_ACEOF --cat >>$CONFIG_STATUS <<\_ACEOF -- --# --# CONFIG_LINKS section. --# -- --for ac_file in : $CONFIG_LINKS; do test "x$ac_file" = x: && continue -- ac_dest=`echo "$ac_file" | sed 's,:.*,,'` -- ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'`/stamp-h$_am_stamp_count -+ ;; -+ :L) -+ # -+ # CONFIG_LINK -+ # - -- { echo "$as_me:$LINENO: linking $srcdir/$ac_source to $ac_dest" >&5 --echo "$as_me: linking $srcdir/$ac_source to $ac_dest" >&6;} -+ { echo "$as_me:$LINENO: linking $srcdir/$ac_source to $ac_file" >&5 -+echo "$as_me: linking $srcdir/$ac_source to $ac_file" >&6;} - -- if test ! -r $srcdir/$ac_source; then -+ if test ! -r "$srcdir/$ac_source"; then - { { echo "$as_me:$LINENO: error: $srcdir/$ac_source: file not found" >&5 - echo "$as_me: error: $srcdir/$ac_source: file not found" >&2;} - { (exit 1); exit 1; }; } - fi -- rm -f $ac_dest -- -- # Make relative symlinks. -- ac_dest_dir=`(dirname "$ac_dest") 2>/dev/null || --$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ -- X"$ac_dest" : 'X\(//\)[^/]' \| \ -- X"$ac_dest" : 'X\(//\)$' \| \ -- X"$ac_dest" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || --echo X"$ac_dest" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- { if $as_mkdir_p; then -- mkdir -p "$ac_dest_dir" -- else -- as_dir="$ac_dest_dir" -- as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || --$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ -- X"$as_dir" : 'X\(//\)[^/]' \| \ -- X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || --echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dest_dir\"" >&5 --echo "$as_me: error: cannot create directory \"$ac_dest_dir\"" >&2;} -- { (exit 1); exit 1; }; }; } -- -- ac_builddir=. -- --if test "$ac_dest_dir" != .; then -- ac_dir_suffix=/`echo "$ac_dest_dir" | sed 's,^\.[\\/],,'` -- # A "../" for each directory in $ac_dir_suffix. -- ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` --else -- ac_dir_suffix= ac_top_builddir= --fi -- --case $srcdir in -- .) # No --srcdir option. We are building in place. -- ac_srcdir=. -- if test -z "$ac_top_builddir"; then -- ac_top_srcdir=. -- else -- ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` -- fi ;; -- [\\/]* | ?:[\\/]* ) # Absolute path. -- ac_srcdir=$srcdir$ac_dir_suffix; -- ac_top_srcdir=$srcdir ;; -- *) # Relative path. -- ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix -- ac_top_srcdir=$ac_top_builddir$srcdir ;; --esac -- --# Do not use `cd foo && pwd` to compute absolute paths, because --# the directories may not exist. --case `pwd` in --.) ac_abs_builddir="$ac_dest_dir";; --*) -- case "$ac_dest_dir" in -- .) ac_abs_builddir=`pwd`;; -- [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dest_dir";; -- *) ac_abs_builddir=`pwd`/"$ac_dest_dir";; -- esac;; --esac --case $ac_abs_builddir in --.) ac_abs_top_builddir=${ac_top_builddir}.;; --*) -- case ${ac_top_builddir}. in -- .) ac_abs_top_builddir=$ac_abs_builddir;; -- [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; -- *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; -- esac;; --esac --case $ac_abs_builddir in --.) ac_abs_srcdir=$ac_srcdir;; --*) -- case $ac_srcdir in -- .) ac_abs_srcdir=$ac_abs_builddir;; -- [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; -- *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; -- esac;; --esac --case $ac_abs_builddir in --.) ac_abs_top_srcdir=$ac_top_srcdir;; --*) -- case $ac_top_srcdir in -- .) ac_abs_top_srcdir=$ac_abs_builddir;; -- [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; -- *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; -- esac;; --esac -- -+ rm -f "$ac_file" - -+ # Try a relative symlink, then a hard link, then a copy. - case $srcdir in - [\\/$]* | ?:[\\/]* ) ac_rel_source=$srcdir/$ac_source ;; -- *) ac_rel_source=$ac_top_builddir$srcdir/$ac_source ;; -+ *) ac_rel_source=$ac_top_build_prefix$srcdir/$ac_source ;; - esac -- -- # Try a symlink, then a hard link, then a copy. -- ln -s $ac_rel_source $ac_dest 2>/dev/null || -- ln $srcdir/$ac_source $ac_dest 2>/dev/null || -- cp -p $srcdir/$ac_source $ac_dest || -- { { echo "$as_me:$LINENO: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&5 --echo "$as_me: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&2;} -+ ln -s "$ac_rel_source" "$ac_file" 2>/dev/null || -+ ln "$srcdir/$ac_source" "$ac_file" 2>/dev/null || -+ cp -p "$srcdir/$ac_source" "$ac_file" || -+ { { echo "$as_me:$LINENO: error: cannot link or copy $srcdir/$ac_source to $ac_file" >&5 -+echo "$as_me: error: cannot link or copy $srcdir/$ac_source to $ac_file" >&2;} - { (exit 1); exit 1; }; } --done --_ACEOF --cat >>$CONFIG_STATUS <<\_ACEOF -- --# --# CONFIG_COMMANDS section. --# --for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue -- ac_dest=`echo "$ac_file" | sed 's,:.*,,'` -- ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` -- ac_dir=`(dirname "$ac_dest") 2>/dev/null || --$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ -- X"$ac_dest" : 'X\(//\)[^/]' \| \ -- X"$ac_dest" : 'X\(//\)$' \| \ -- X"$ac_dest" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || --echo X"$ac_dest" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- { if $as_mkdir_p; then -- mkdir -p "$ac_dir" -- else -- as_dir="$ac_dir" -- as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || --$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ -- X"$as_dir" : 'X\(//\)[^/]' \| \ -- X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || --echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 --echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} -- { (exit 1); exit 1; }; }; } -- -- ac_builddir=. -- --if test "$ac_dir" != .; then -- ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` -- # A "../" for each directory in $ac_dir_suffix. -- ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` --else -- ac_dir_suffix= ac_top_builddir= --fi -- --case $srcdir in -- .) # No --srcdir option. We are building in place. -- ac_srcdir=. -- if test -z "$ac_top_builddir"; then -- ac_top_srcdir=. -- else -- ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` -- fi ;; -- [\\/]* | ?:[\\/]* ) # Absolute path. -- ac_srcdir=$srcdir$ac_dir_suffix; -- ac_top_srcdir=$srcdir ;; -- *) # Relative path. -- ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix -- ac_top_srcdir=$ac_top_builddir$srcdir ;; --esac -- --# Do not use `cd foo && pwd` to compute absolute paths, because --# the directories may not exist. --case `pwd` in --.) ac_abs_builddir="$ac_dir";; --*) -- case "$ac_dir" in -- .) ac_abs_builddir=`pwd`;; -- [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; -- *) ac_abs_builddir=`pwd`/"$ac_dir";; -- esac;; --esac --case $ac_abs_builddir in --.) ac_abs_top_builddir=${ac_top_builddir}.;; --*) -- case ${ac_top_builddir}. in -- .) ac_abs_top_builddir=$ac_abs_builddir;; -- [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; -- *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; -- esac;; --esac --case $ac_abs_builddir in --.) ac_abs_srcdir=$ac_srcdir;; --*) -- case $ac_srcdir in -- .) ac_abs_srcdir=$ac_abs_builddir;; -- [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; -- *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; -- esac;; --esac --case $ac_abs_builddir in --.) ac_abs_top_srcdir=$ac_top_srcdir;; --*) -- case $ac_top_srcdir in -- .) ac_abs_top_srcdir=$ac_abs_builddir;; -- [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; -- *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; -- esac;; --esac -+ ;; -+ :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 -+echo "$as_me: executing $ac_file commands" >&6;} -+ ;; -+ esac - - -- { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 --echo "$as_me: executing $ac_dest commands" >&6;} -- case $ac_dest in -- depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do -+ case $ac_file$ac_mode in -+ "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do - # Strip MF so we end up with the name of the file. - mf=`echo "$mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile or not. -@@ -134258,18 +134478,29 @@ - # each Makefile.in and add a new line on top of each file to say so. - # So let's grep whole file. - if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then -- dirpart=`(dirname "$mf") 2>/dev/null || -+ dirpart=`$as_dirname -- "$mf" || - $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$mf" : 'X\(//\)[^/]' \| \ - X"$mf" : 'X\(//\)$' \| \ -- X"$mf" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$mf" : 'X\(/\)' \| . 2>/dev/null || - echo X"$mf" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` - else - continue - fi -@@ -134291,49 +134522,76 @@ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do - # Make sure the directory exists. - test -f "$dirpart/$file" && continue -- fdir=`(dirname "$file") 2>/dev/null || -+ fdir=`$as_dirname -- "$file" || - $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$file" : 'X\(//\)[^/]' \| \ - X"$file" : 'X\(//\)$' \| \ -- X"$file" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$file" : 'X\(/\)' \| . 2>/dev/null || - echo X"$file" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- { if $as_mkdir_p; then -- mkdir -p $dirpart/$fdir -- else -- as_dir=$dirpart/$fdir -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ { as_dir=$dirpart/$fdir -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= -- while test ! -d "$as_dir"; do -- as_dirs="$as_dir $as_dirs" -- as_dir=`(dirname "$as_dir") 2>/dev/null || -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || - $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ -- X"$as_dir" : 'X\(/\)' \| \ -- . : '\(.\)' 2>/dev/null || -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || - echo X"$as_dir" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -- /^X\(\/\/\)[^/].*/{ s//\1/; q; } -- /^X\(\/\/\)$/{ s//\1/; q; } -- /^X\(\/\).*/{ s//\1/; q; } -- s/.*/./; q'` -- done -- test ! -n "$as_dirs" || mkdir $as_dirs -- fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5 --echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;} -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } -- - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" - done - done - ;; -- pml-direct ) if test -f "ompi/mca/pml/pml_direct_call"; then -+ "pml-direct":C) if test -f "ompi/mca/pml/pml_direct_call"; then - diff "ompi/mca/pml/pml_direct_call.h" "ompi/mca/pml/pml_direct_call.h.tmp" > /dev/null 2>&1 - if test "$?" != "0"; then - cp "ompi/mca/pml/pml_direct_call.h.tmp" "ompi/mca/pml/pml_direct_call.h" -@@ -134346,11 +134604,10 @@ - echo "config.status: creating ompi/mca/pml/pml_direct_call.h" - fi - rm ompi/mca/pml/pml_direct_call.h.tmp ;; -+ - esac --done --_ACEOF -+done # for ac_tag - --cat >>$CONFIG_STATUS <<\_ACEOF - - { (exit 0); exit 0; } - _ACEOF ---- openmpi-1.1.orig/config/Makefile.in -+++ openmpi-1.1/config/Makefile.in -@@ -55,8 +55,9 @@ - build_triplet = @build@ - host_triplet = @host@ - subdir = config --DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in config.guess \ -- config.sub install-sh ltmain.sh missing ylwrap -+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in compile \ -+ config.guess config.sub depcomp install-sh ltmain.sh missing \ -+ ylwrap - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/config/c_get_alignment.m4 \ -@@ -232,6 +233,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -815,14 +817,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -861,17 +860,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -893,6 +897,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -912,6 +917,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/contrib/Makefile.in -+++ openmpi-1.1/contrib/Makefile.in -@@ -230,6 +230,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -813,14 +814,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -859,17 +857,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -891,6 +894,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -910,6 +914,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/include/Makefile.in -+++ openmpi-1.1/ompi/include/Makefile.in -@@ -278,6 +278,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -861,14 +862,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -907,17 +905,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -939,6 +942,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -958,6 +962,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/tools/ompi_info/Makefile.in -+++ openmpi-1.1/ompi/tools/ompi_info/Makefile.in -@@ -270,6 +270,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -853,14 +854,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -899,17 +897,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -931,6 +934,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -950,6 +954,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/tools/wrappers/Makefile.in -+++ openmpi-1.1/ompi/tools/wrappers/Makefile.in -@@ -245,6 +245,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -828,14 +829,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -874,17 +872,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -906,6 +909,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -925,6 +929,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/mpool/openib/Makefile.in -+++ openmpi-1.1/ompi/mca/mpool/openib/Makefile.in -@@ -271,6 +271,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -854,14 +855,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -900,17 +898,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -932,6 +935,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -951,6 +955,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/mpool/mvapi/Makefile.in -+++ openmpi-1.1/ompi/mca/mpool/mvapi/Makefile.in -@@ -271,6 +271,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -854,14 +855,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -900,17 +898,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -932,6 +935,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -951,6 +955,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/mpool/sm/Makefile.in -+++ openmpi-1.1/ompi/mca/mpool/sm/Makefile.in -@@ -270,6 +270,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -853,14 +854,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -899,17 +897,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -931,6 +934,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -950,6 +954,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/mpool/gm/Makefile.in -+++ openmpi-1.1/ompi/mca/mpool/gm/Makefile.in -@@ -270,6 +270,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -853,14 +854,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -899,17 +897,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -931,6 +934,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -950,6 +954,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/mpool/Makefile.in -+++ openmpi-1.1/ompi/mca/mpool/Makefile.in -@@ -287,6 +287,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -870,14 +871,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -916,17 +914,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -948,6 +951,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -967,6 +971,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/rcache/Makefile.in -+++ openmpi-1.1/ompi/mca/rcache/Makefile.in -@@ -285,6 +285,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -868,14 +869,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -914,17 +912,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -946,6 +949,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -965,6 +969,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/rcache/rb/Makefile.in -+++ openmpi-1.1/ompi/mca/rcache/rb/Makefile.in -@@ -277,6 +277,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -860,14 +861,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -906,17 +904,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -938,6 +941,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -957,6 +961,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/allocator/bucket/Makefile.in -+++ openmpi-1.1/ompi/mca/allocator/bucket/Makefile.in -@@ -273,6 +273,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -856,14 +857,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -902,17 +900,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -934,6 +937,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -953,6 +957,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/allocator/basic/Makefile.in -+++ openmpi-1.1/ompi/mca/allocator/basic/Makefile.in -@@ -271,6 +271,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -854,14 +855,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -900,17 +898,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -932,6 +935,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -951,6 +955,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/allocator/Makefile.in -+++ openmpi-1.1/ompi/mca/allocator/Makefile.in -@@ -284,6 +284,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -867,14 +868,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -913,17 +911,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -945,6 +948,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -964,6 +968,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/bml/r2/Makefile.in -+++ openmpi-1.1/ompi/mca/bml/r2/Makefile.in -@@ -263,6 +263,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -846,14 +847,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -892,17 +890,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -924,6 +927,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -943,6 +947,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/bml/Makefile.in -+++ openmpi-1.1/ompi/mca/bml/Makefile.in -@@ -286,6 +286,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -869,14 +870,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -915,17 +913,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -947,6 +950,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -966,6 +970,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/pml/Makefile.in -+++ openmpi-1.1/ompi/mca/pml/Makefile.in -@@ -292,6 +292,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -875,14 +876,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -921,17 +919,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -953,6 +956,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -972,6 +976,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/pml/ob1/Makefile.in -+++ openmpi-1.1/ompi/mca/pml/ob1/Makefile.in -@@ -270,6 +270,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -853,14 +854,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -899,17 +897,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -931,6 +934,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -950,6 +954,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/osc/pt2pt/Makefile.in -+++ openmpi-1.1/ompi/mca/osc/pt2pt/Makefile.in -@@ -267,6 +267,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -850,14 +851,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -896,17 +894,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -928,6 +931,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -947,6 +951,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/osc/Makefile.in -+++ openmpi-1.1/ompi/mca/osc/Makefile.in -@@ -279,6 +279,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -862,14 +863,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -908,17 +906,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -940,6 +943,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -959,6 +963,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/topo/unity/Makefile.in -+++ openmpi-1.1/ompi/mca/topo/unity/Makefile.in -@@ -277,6 +277,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -860,14 +861,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -906,17 +904,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -938,6 +941,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -957,6 +961,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/topo/Makefile.in -+++ openmpi-1.1/ompi/mca/topo/Makefile.in -@@ -292,6 +292,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -875,14 +876,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -921,17 +919,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -953,6 +956,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -972,6 +976,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/common/sm/Makefile.in -+++ openmpi-1.1/ompi/mca/common/sm/Makefile.in -@@ -301,6 +301,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -884,14 +885,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -930,17 +928,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -962,6 +965,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -981,6 +985,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/common/Makefile.in -+++ openmpi-1.1/ompi/mca/common/Makefile.in -@@ -230,6 +230,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -813,14 +814,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -859,17 +857,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -891,6 +894,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -910,6 +914,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/io/romio/Makefile.in -+++ openmpi-1.1/ompi/mca/io/romio/Makefile.in -@@ -305,6 +305,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -888,14 +889,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -934,17 +932,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -966,6 +969,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -985,6 +989,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/io/Makefile.in -+++ openmpi-1.1/ompi/mca/io/Makefile.in -@@ -287,6 +287,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -870,14 +871,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -916,17 +914,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -948,6 +951,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -967,6 +971,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/coll/self/Makefile.in -+++ openmpi-1.1/ompi/mca/coll/self/Makefile.in -@@ -273,6 +273,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -856,14 +857,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -902,17 +900,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -934,6 +937,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -953,6 +957,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/coll/hierarch/Makefile.in -+++ openmpi-1.1/ompi/mca/coll/hierarch/Makefile.in -@@ -276,6 +276,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -859,14 +860,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -905,17 +903,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -937,6 +940,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -956,6 +960,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/coll/basic/Makefile.in -+++ openmpi-1.1/ompi/mca/coll/basic/Makefile.in -@@ -274,6 +274,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -857,14 +858,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -903,17 +901,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -935,6 +938,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -954,6 +958,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/coll/sm/Makefile.in -+++ openmpi-1.1/ompi/mca/coll/sm/Makefile.in -@@ -271,6 +271,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -854,14 +855,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -900,17 +898,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -932,6 +935,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -951,6 +955,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/coll/tuned/Makefile.in -+++ openmpi-1.1/ompi/mca/coll/tuned/Makefile.in -@@ -271,6 +271,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -854,14 +855,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -900,17 +898,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -932,6 +935,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -951,6 +955,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/coll/Makefile.in -+++ openmpi-1.1/ompi/mca/coll/Makefile.in -@@ -289,6 +289,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -872,14 +873,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -918,17 +916,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -950,6 +953,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -969,6 +973,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/btl/mx/Makefile.in -+++ openmpi-1.1/ompi/mca/btl/mx/Makefile.in -@@ -270,6 +270,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -853,14 +854,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -899,17 +897,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -931,6 +934,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -950,6 +954,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/btl/openib/Makefile.in -+++ openmpi-1.1/ompi/mca/btl/openib/Makefile.in -@@ -286,6 +286,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -869,14 +870,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -915,17 +913,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -947,6 +950,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -966,6 +970,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/btl/mvapi/Makefile.in -+++ openmpi-1.1/ompi/mca/btl/mvapi/Makefile.in -@@ -286,6 +286,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -869,14 +870,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -915,17 +913,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -947,6 +950,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -966,6 +970,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/btl/self/Makefile.in -+++ openmpi-1.1/ompi/mca/btl/self/Makefile.in -@@ -268,6 +268,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -851,14 +852,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -897,17 +895,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -929,6 +932,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -948,6 +952,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/btl/sm/Makefile.in -+++ openmpi-1.1/ompi/mca/btl/sm/Makefile.in -@@ -269,6 +269,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -852,14 +853,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -898,17 +896,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -930,6 +933,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -949,6 +953,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/btl/portals/Makefile.in -+++ openmpi-1.1/ompi/mca/btl/portals/Makefile.in -@@ -284,6 +284,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -867,14 +868,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -913,17 +911,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -945,6 +948,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -964,6 +968,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/btl/tcp/Makefile.in -+++ openmpi-1.1/ompi/mca/btl/tcp/Makefile.in -@@ -279,6 +279,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -862,14 +863,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -908,17 +906,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -940,6 +943,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -959,6 +963,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/btl/gm/Makefile.in -+++ openmpi-1.1/ompi/mca/btl/gm/Makefile.in -@@ -270,6 +270,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -853,14 +854,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -899,17 +897,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -931,6 +934,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -950,6 +954,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mca/btl/Makefile.in -+++ openmpi-1.1/ompi/mca/btl/Makefile.in -@@ -289,6 +289,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -872,14 +873,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -918,17 +916,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -950,6 +953,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -969,6 +973,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/etc/Makefile.in -+++ openmpi-1.1/ompi/etc/Makefile.in -@@ -240,6 +240,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -823,14 +824,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -869,17 +867,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -901,6 +904,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -920,6 +924,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/datatype/Makefile.in -+++ openmpi-1.1/ompi/datatype/Makefile.in -@@ -277,6 +277,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -860,14 +861,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -906,17 +904,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -938,6 +941,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -957,6 +961,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/debuggers/Makefile.in -+++ openmpi-1.1/ompi/debuggers/Makefile.in -@@ -287,6 +287,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -870,14 +871,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -916,17 +914,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -948,6 +951,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -967,6 +971,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mpi/f77/profile/Makefile.in -+++ openmpi-1.1/ompi/mpi/f77/profile/Makefile.in -@@ -370,6 +370,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -953,14 +954,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -999,17 +997,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -1031,6 +1034,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -1050,6 +1054,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mpi/f77/Makefile.in -+++ openmpi-1.1/ompi/mpi/f77/Makefile.in -@@ -375,6 +375,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -958,14 +959,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -1004,17 +1002,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -1036,6 +1039,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -1055,6 +1059,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mpi/c/profile/Makefile.in -+++ openmpi-1.1/ompi/mpi/c/profile/Makefile.in -@@ -361,6 +361,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -944,14 +945,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -990,17 +988,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -1022,6 +1025,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -1041,6 +1045,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mpi/c/Makefile.in -+++ openmpi-1.1/ompi/mpi/c/Makefile.in -@@ -365,6 +365,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -948,14 +949,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -994,17 +992,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -1026,6 +1029,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -1045,6 +1049,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mpi/cxx/Makefile.in -+++ openmpi-1.1/ompi/mpi/cxx/Makefile.in -@@ -271,6 +271,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -854,14 +855,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -900,17 +898,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -932,6 +935,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -951,6 +955,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mpi/Makefile.in -+++ openmpi-1.1/ompi/mpi/Makefile.in -@@ -239,6 +239,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -822,14 +823,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -868,17 +866,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -900,6 +903,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -919,6 +923,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mpi/f90/scripts/Makefile.in -+++ openmpi-1.1/ompi/mpi/f90/scripts/Makefile.in -@@ -234,6 +234,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -817,14 +818,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -863,17 +861,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -895,6 +898,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -914,6 +918,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/mpi/f90/Makefile.in -+++ openmpi-1.1/ompi/mpi/f90/Makefile.in -@@ -371,6 +371,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -954,14 +955,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -1000,17 +998,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -1032,6 +1035,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -1051,6 +1055,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/ompi/Makefile.in -+++ openmpi-1.1/ompi/Makefile.in -@@ -641,6 +641,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -1224,14 +1225,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -1270,17 +1268,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -1302,6 +1305,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -1321,6 +1325,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/test/runtime/Makefile.in -+++ openmpi-1.1/test/runtime/Makefile.in -@@ -258,6 +258,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -841,14 +842,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -887,17 +885,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -919,6 +922,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -938,6 +942,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/test/class/Makefile.in -+++ openmpi-1.1/test/class/Makefile.in -@@ -268,6 +268,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -851,14 +852,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -897,17 +895,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -929,6 +932,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -948,6 +952,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/test/support/Makefile.in -+++ openmpi-1.1/test/support/Makefile.in -@@ -248,6 +248,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -831,14 +832,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -877,17 +875,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -909,6 +912,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -928,6 +932,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/test/memory/Makefile.in -+++ openmpi-1.1/test/memory/Makefile.in -@@ -261,6 +261,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -844,14 +845,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -890,17 +888,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -922,6 +925,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -941,6 +945,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/test/mca/oob/Makefile.in -+++ openmpi-1.1/test/mca/oob/Makefile.in -@@ -254,6 +254,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -837,14 +838,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -883,17 +881,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -915,6 +918,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -934,6 +938,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/test/mca/ras/Makefile.in -+++ openmpi-1.1/test/mca/ras/Makefile.in -@@ -247,6 +247,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -830,14 +831,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -876,17 +874,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -908,6 +911,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -927,6 +931,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/test/mca/gpr/Makefile.in -+++ openmpi-1.1/test/mca/gpr/Makefile.in -@@ -294,6 +294,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -877,14 +878,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -923,17 +921,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -955,6 +958,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -974,6 +978,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/test/mca/gpr/remote/Makefile.in -+++ openmpi-1.1/test/mca/gpr/remote/Makefile.in -@@ -256,6 +256,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -839,14 +840,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -885,17 +883,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -917,6 +920,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -936,6 +940,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/test/mca/soh/Makefile.in -+++ openmpi-1.1/test/mca/soh/Makefile.in -@@ -263,6 +263,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -846,14 +847,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -892,17 +890,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -924,6 +927,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -943,6 +947,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/test/mca/rds/Makefile.in -+++ openmpi-1.1/test/mca/rds/Makefile.in -@@ -247,6 +247,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -830,14 +831,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -876,17 +874,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -908,6 +911,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -927,6 +931,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/test/mca/rmgr/Makefile.in -+++ openmpi-1.1/test/mca/rmgr/Makefile.in -@@ -263,6 +263,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -846,14 +847,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -892,17 +890,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -924,6 +927,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -943,6 +947,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/test/mca/rmaps/Makefile.in -+++ openmpi-1.1/test/mca/rmaps/Makefile.in -@@ -247,6 +247,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -830,14 +831,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -876,17 +874,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -908,6 +911,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -927,6 +931,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/test/mca/Makefile.in -+++ openmpi-1.1/test/mca/Makefile.in -@@ -238,6 +238,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -821,14 +822,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -867,17 +865,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -899,6 +902,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -918,6 +922,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/test/mca/schema/Makefile.in -+++ openmpi-1.1/test/mca/schema/Makefile.in -@@ -247,6 +247,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -830,14 +831,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -876,17 +874,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -908,6 +911,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -927,6 +931,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/test/mca/ns/Makefile.in -+++ openmpi-1.1/test/mca/ns/Makefile.in -@@ -272,6 +272,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -855,14 +856,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -901,17 +899,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -933,6 +936,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -952,6 +956,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/test/peruse/Makefile.in -+++ openmpi-1.1/test/peruse/Makefile.in -@@ -246,6 +246,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -829,14 +830,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -875,17 +873,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -907,6 +910,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -926,6 +930,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/test/dss/Makefile.in -+++ openmpi-1.1/test/dss/Makefile.in -@@ -268,6 +268,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -851,14 +852,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -897,17 +895,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -929,6 +932,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -948,6 +952,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/test/asm/Makefile.in -+++ openmpi-1.1/test/asm/Makefile.in -@@ -289,6 +289,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -872,14 +873,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -918,17 +916,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -950,6 +953,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -969,6 +973,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/test/util/Makefile.in -+++ openmpi-1.1/test/util/Makefile.in -@@ -282,6 +282,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -865,14 +866,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -911,17 +909,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -943,6 +946,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -962,6 +966,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/test/threads/Makefile.in -+++ openmpi-1.1/test/threads/Makefile.in -@@ -249,6 +249,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -832,14 +833,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -878,17 +876,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -910,6 +913,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -929,6 +933,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/test/Makefile.in -+++ openmpi-1.1/test/Makefile.in -@@ -238,6 +238,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -821,14 +822,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -867,17 +865,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -899,6 +902,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -918,6 +922,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/include/Makefile.in -+++ openmpi-1.1/opal/include/Makefile.in -@@ -499,6 +499,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -1082,14 +1083,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -1128,17 +1126,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -1160,6 +1163,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -1179,6 +1183,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/tools/wrappers/Makefile.in -+++ openmpi-1.1/opal/tools/wrappers/Makefile.in -@@ -263,6 +263,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -846,14 +847,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -892,17 +890,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -924,6 +927,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -943,6 +947,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/mca/memory/darwin/Makefile.in -+++ openmpi-1.1/opal/mca/memory/darwin/Makefile.in -@@ -249,6 +249,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -832,14 +833,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -878,17 +876,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -910,6 +913,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -929,6 +933,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/mca/memory/malloc_hooks/Makefile.in -+++ openmpi-1.1/opal/mca/memory/malloc_hooks/Makefile.in -@@ -251,6 +251,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -834,14 +835,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -880,17 +878,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -912,6 +915,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -931,6 +935,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/mca/memory/ptmalloc2/Makefile.in -+++ openmpi-1.1/opal/mca/memory/ptmalloc2/Makefile.in -@@ -271,6 +271,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -854,14 +855,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -900,17 +898,26 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+ -+# ptmalloc requires us to include the copyright notice in the -+# software. So install it in the same place that we install ROMIO's -+# copyright notices. -+docdir = $(datadir)/openmpi/doc -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -932,6 +939,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -951,6 +959,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ -@@ -985,11 +994,6 @@ - # this must come *after* the threads -Is - AM_CPPFLAGS = -DMALLOC_DEBUG=0 $(am__append_1) $(am__append_2) \ - -I$(srcdir)/sysdeps/generic -- --# ptmalloc requires us to include the copyright notice in the --# software. So install it in the same place that we install ROMIO's --# copyright notices. --docdir = $(datadir)/openmpi/doc - doc_DATA = ptmalloc2-COPYRIGHT - noinst_LTLIBRARIES = libmca_memory_ptmalloc2.la - libmca_memory_ptmalloc2_la_SOURCES = \ ---- openmpi-1.1.orig/opal/mca/memory/Makefile.in -+++ openmpi-1.1/opal/mca/memory/Makefile.in -@@ -284,6 +284,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -867,14 +868,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -913,17 +911,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -945,6 +948,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -964,6 +968,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/mca/timer/darwin/Makefile.in -+++ openmpi-1.1/opal/mca/timer/darwin/Makefile.in -@@ -248,6 +248,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -831,14 +832,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -877,17 +875,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -909,6 +912,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -928,6 +932,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/mca/timer/windows/Makefile.in -+++ openmpi-1.1/opal/mca/timer/windows/Makefile.in -@@ -249,6 +249,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -832,14 +833,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -878,17 +876,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -910,6 +913,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -929,6 +933,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/mca/timer/aix/Makefile.in -+++ openmpi-1.1/opal/mca/timer/aix/Makefile.in -@@ -249,6 +249,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -832,14 +833,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -878,17 +876,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -910,6 +913,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -929,6 +933,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/mca/timer/linux/Makefile.in -+++ openmpi-1.1/opal/mca/timer/linux/Makefile.in -@@ -248,6 +248,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -831,14 +832,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -877,17 +875,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -909,6 +912,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -928,6 +932,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/mca/timer/altix/Makefile.in -+++ openmpi-1.1/opal/mca/timer/altix/Makefile.in -@@ -248,6 +248,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -831,14 +832,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -877,17 +875,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -909,6 +912,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -928,6 +932,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/mca/timer/solaris/Makefile.in -+++ openmpi-1.1/opal/mca/timer/solaris/Makefile.in -@@ -249,6 +249,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -832,14 +833,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -878,17 +876,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -910,6 +913,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -929,6 +933,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/mca/timer/Makefile.in -+++ openmpi-1.1/opal/mca/timer/Makefile.in -@@ -287,6 +287,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -870,14 +871,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -916,17 +914,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -948,6 +951,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -967,6 +971,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/mca/base/Makefile.in -+++ openmpi-1.1/opal/mca/base/Makefile.in -@@ -274,6 +274,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -857,14 +858,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -903,17 +901,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -935,6 +938,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -954,6 +958,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/mca/memcpy/Makefile.in -+++ openmpi-1.1/opal/mca/memcpy/Makefile.in -@@ -273,6 +273,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -856,14 +857,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -902,17 +900,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -934,6 +937,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -953,6 +957,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/mca/maffinity/libnuma/Makefile.in -+++ openmpi-1.1/opal/mca/maffinity/libnuma/Makefile.in -@@ -271,6 +271,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -854,14 +855,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -900,17 +898,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -932,6 +935,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -951,6 +955,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/mca/maffinity/first_use/Makefile.in -+++ openmpi-1.1/opal/mca/maffinity/first_use/Makefile.in -@@ -272,6 +272,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -855,14 +856,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -901,17 +899,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -933,6 +936,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -952,6 +956,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/mca/maffinity/Makefile.in -+++ openmpi-1.1/opal/mca/maffinity/Makefile.in -@@ -286,6 +286,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -869,14 +870,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -915,17 +913,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -947,6 +950,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -966,6 +970,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/mca/paffinity/windows/Makefile.in -+++ openmpi-1.1/opal/mca/paffinity/windows/Makefile.in -@@ -270,6 +270,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -853,14 +854,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -899,17 +897,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -931,6 +934,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -950,6 +954,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/mca/paffinity/linux/Makefile.in -+++ openmpi-1.1/opal/mca/paffinity/linux/Makefile.in -@@ -267,6 +267,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -850,14 +851,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -896,17 +894,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -928,6 +931,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -947,6 +951,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/mca/paffinity/solaris/Makefile.in -+++ openmpi-1.1/opal/mca/paffinity/solaris/Makefile.in -@@ -270,6 +270,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -853,14 +854,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -899,17 +897,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -931,6 +934,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -950,6 +954,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/mca/paffinity/Makefile.in -+++ openmpi-1.1/opal/mca/paffinity/Makefile.in -@@ -285,6 +285,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -868,14 +869,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -914,17 +912,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -946,6 +949,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -965,6 +969,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/asm/Makefile.in -+++ openmpi-1.1/opal/asm/Makefile.in -@@ -253,6 +253,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -836,14 +837,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -882,17 +880,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -914,6 +917,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -933,6 +937,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ -@@ -970,6 +975,7 @@ - @OMPI_HAVE_ASM_FILE_TRUE@libasm_la_DEPENDENCIES = generated/@OMPI_ASM_FILE@ - noinst_LTLIBRARIES = libasm.la - dist_libasm_la_SOURCES = asm.c -+AM_CCASFLAGS = -Wa,--noexecstack - EXTRA_DIST = \ - asm-data.txt \ - generate-asm.pl \ ---- openmpi-1.1.orig/opal/etc/Makefile.in -+++ openmpi-1.1/opal/etc/Makefile.in -@@ -240,6 +240,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -823,14 +824,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -869,17 +867,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -901,6 +904,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -920,6 +924,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/util/keyval/Makefile.in -+++ openmpi-1.1/opal/util/keyval/Makefile.in -@@ -250,6 +250,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -833,14 +834,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -879,17 +877,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -911,6 +914,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -930,6 +934,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/util/Makefile.in -+++ openmpi-1.1/opal/util/Makefile.in -@@ -278,6 +278,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -861,14 +862,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -907,17 +905,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -939,6 +942,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -958,6 +962,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/event/Makefile.in -+++ openmpi-1.1/opal/event/Makefile.in -@@ -269,6 +269,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -852,14 +853,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -898,17 +896,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -930,6 +933,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -949,6 +953,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/event/compat/sys/Makefile.in -+++ openmpi-1.1/opal/event/compat/sys/Makefile.in -@@ -235,6 +235,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -818,14 +819,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -864,17 +862,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -896,6 +899,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -915,6 +919,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/event/compat/Makefile.in -+++ openmpi-1.1/opal/event/compat/Makefile.in -@@ -239,6 +239,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -822,14 +823,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -868,17 +866,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -900,6 +903,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -919,6 +923,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/Makefile.in -+++ openmpi-1.1/opal/Makefile.in -@@ -466,6 +466,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -1049,14 +1050,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -1095,17 +1093,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -1127,6 +1130,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -1146,6 +1150,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/Makefile.in -+++ openmpi-1.1/Makefile.in -@@ -263,6 +263,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -846,14 +847,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -892,17 +890,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -924,6 +927,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -943,6 +947,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/include/Makefile.in -+++ openmpi-1.1/orte/include/Makefile.in -@@ -272,6 +272,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -855,14 +856,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -901,17 +899,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -933,6 +936,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -952,6 +956,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/tools/orterun/Makefile.in -+++ openmpi-1.1/orte/tools/orterun/Makefile.in -@@ -273,6 +273,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -856,14 +857,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -902,17 +900,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -934,6 +937,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -953,6 +957,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/tools/orted/Makefile.in -+++ openmpi-1.1/orte/tools/orted/Makefile.in -@@ -267,6 +267,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -850,14 +851,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -896,17 +894,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -928,6 +931,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -947,6 +951,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/tools/orteprobe/Makefile.in -+++ openmpi-1.1/orte/tools/orteprobe/Makefile.in -@@ -261,6 +261,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -844,14 +845,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -890,17 +888,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -922,6 +925,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -941,6 +945,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/tools/console/Makefile.in -+++ openmpi-1.1/orte/tools/console/Makefile.in -@@ -267,6 +267,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -850,14 +851,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -896,17 +894,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -928,6 +931,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -947,6 +951,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/tools/openmpi/Makefile.in -+++ openmpi-1.1/orte/tools/openmpi/Makefile.in -@@ -252,6 +252,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -835,14 +836,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -881,17 +879,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -913,6 +916,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -932,6 +936,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/tools/wrappers/Makefile.in -+++ openmpi-1.1/orte/tools/wrappers/Makefile.in -@@ -242,6 +242,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -825,14 +826,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -871,17 +869,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -903,6 +906,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -922,6 +926,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/errmgr/Makefile.in -+++ openmpi-1.1/orte/mca/errmgr/Makefile.in -@@ -285,6 +285,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -868,14 +869,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -914,17 +912,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -946,6 +949,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -965,6 +969,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/oob/tcp/Makefile.in -+++ openmpi-1.1/orte/mca/oob/tcp/Makefile.in -@@ -268,6 +268,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -851,14 +852,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -897,17 +895,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -929,6 +932,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -948,6 +952,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/oob/Makefile.in -+++ openmpi-1.1/orte/mca/oob/Makefile.in -@@ -288,6 +288,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -871,14 +872,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -917,17 +915,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -949,6 +952,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -968,6 +972,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/sds/seed/Makefile.in -+++ openmpi-1.1/orte/mca/sds/seed/Makefile.in -@@ -267,6 +267,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -850,14 +851,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -896,17 +894,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -928,6 +931,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -947,6 +951,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/sds/env/Makefile.in -+++ openmpi-1.1/orte/mca/sds/env/Makefile.in -@@ -266,6 +266,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -849,14 +850,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -895,17 +893,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -927,6 +930,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -946,6 +950,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/sds/portals_utcp/Makefile.in -+++ openmpi-1.1/orte/mca/sds/portals_utcp/Makefile.in -@@ -274,6 +274,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -857,14 +858,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -903,17 +901,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -935,6 +938,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -954,6 +958,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/sds/pipe/Makefile.in -+++ openmpi-1.1/orte/mca/sds/pipe/Makefile.in -@@ -267,6 +267,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -850,14 +851,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -896,17 +894,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -928,6 +931,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -947,6 +951,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/sds/slurm/Makefile.in -+++ openmpi-1.1/orte/mca/sds/slurm/Makefile.in -@@ -267,6 +267,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -850,14 +851,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -896,17 +894,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -928,6 +931,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -947,6 +951,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/sds/cnos/Makefile.in -+++ openmpi-1.1/orte/mca/sds/cnos/Makefile.in -@@ -267,6 +267,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -850,14 +851,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -896,17 +894,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -928,6 +931,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -947,6 +951,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/sds/Makefile.in -+++ openmpi-1.1/orte/mca/sds/Makefile.in -@@ -286,6 +286,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -869,14 +870,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -915,17 +913,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -947,6 +950,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -966,6 +970,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/sds/singleton/Makefile.in -+++ openmpi-1.1/orte/mca/sds/singleton/Makefile.in -@@ -270,6 +270,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -853,14 +854,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -899,17 +897,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -931,6 +934,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -950,6 +954,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/sds/bproc/Makefile.in -+++ openmpi-1.1/orte/mca/sds/bproc/Makefile.in -@@ -269,6 +269,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -852,14 +853,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -898,17 +896,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -930,6 +933,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -949,6 +953,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/ras/xgrid/Makefile.in -+++ openmpi-1.1/orte/mca/ras/xgrid/Makefile.in -@@ -268,6 +268,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -851,14 +852,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -897,17 +895,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -929,6 +932,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -948,6 +952,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/ras/hostfile/Makefile.in -+++ openmpi-1.1/orte/mca/ras/hostfile/Makefile.in -@@ -271,6 +271,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -854,14 +855,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -900,17 +898,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -932,6 +935,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -951,6 +955,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/ras/poe/Makefile.in -+++ openmpi-1.1/orte/mca/ras/poe/Makefile.in -@@ -266,6 +266,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -849,14 +850,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -895,17 +893,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -927,6 +930,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -946,6 +950,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/ras/dash_host/Makefile.in -+++ openmpi-1.1/orte/mca/ras/dash_host/Makefile.in -@@ -272,6 +272,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -855,14 +856,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -901,17 +899,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -933,6 +936,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -952,6 +956,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/ras/localhost/Makefile.in -+++ openmpi-1.1/orte/mca/ras/localhost/Makefile.in -@@ -272,6 +272,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -855,14 +856,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -901,17 +899,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -933,6 +936,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -952,6 +956,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/ras/slurm/Makefile.in -+++ openmpi-1.1/orte/mca/ras/slurm/Makefile.in -@@ -278,6 +278,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -861,14 +862,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -907,17 +905,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -939,6 +942,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -958,6 +962,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/ras/bjs/Makefile.in -+++ openmpi-1.1/orte/mca/ras/bjs/Makefile.in -@@ -272,6 +272,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -855,14 +856,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -901,17 +899,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -933,6 +936,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -952,6 +956,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/ras/Makefile.in -+++ openmpi-1.1/orte/mca/ras/Makefile.in -@@ -287,6 +287,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -870,14 +871,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -916,17 +914,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -948,6 +951,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -967,6 +971,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/ras/lsf_bproc/Makefile.in -+++ openmpi-1.1/orte/mca/ras/lsf_bproc/Makefile.in -@@ -275,6 +275,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -858,14 +859,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -904,17 +902,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -936,6 +939,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -955,6 +959,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/ras/tm/Makefile.in -+++ openmpi-1.1/orte/mca/ras/tm/Makefile.in -@@ -275,6 +275,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -858,14 +859,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -904,17 +902,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -936,6 +939,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -955,6 +959,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/gpr/null/Makefile.in -+++ openmpi-1.1/orte/mca/gpr/null/Makefile.in -@@ -265,6 +265,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -848,14 +849,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -894,17 +892,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -926,6 +929,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -945,6 +949,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/gpr/replica/functional_layer/Makefile.in -+++ openmpi-1.1/orte/mca/gpr/replica/functional_layer/Makefile.in -@@ -255,6 +255,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -838,14 +839,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -884,17 +882,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -916,6 +919,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -935,6 +939,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/gpr/replica/transition_layer/Makefile.in -+++ openmpi-1.1/orte/mca/gpr/replica/transition_layer/Makefile.in -@@ -250,6 +250,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -833,14 +834,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -879,17 +877,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -911,6 +914,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -930,6 +934,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/gpr/replica/api_layer/Makefile.in -+++ openmpi-1.1/orte/mca/gpr/replica/api_layer/Makefile.in -@@ -255,6 +255,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -838,14 +839,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -884,17 +882,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -916,6 +919,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -935,6 +939,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/gpr/replica/communications/Makefile.in -+++ openmpi-1.1/orte/mca/gpr/replica/communications/Makefile.in -@@ -254,6 +254,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -837,14 +838,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -883,17 +881,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -915,6 +918,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -934,6 +938,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/gpr/replica/Makefile.in -+++ openmpi-1.1/orte/mca/gpr/replica/Makefile.in -@@ -280,6 +280,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -863,14 +864,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -909,17 +907,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -941,6 +944,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -960,6 +964,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/gpr/proxy/Makefile.in -+++ openmpi-1.1/orte/mca/gpr/proxy/Makefile.in -@@ -270,6 +270,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -853,14 +854,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -899,17 +897,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -931,6 +934,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -950,6 +954,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/gpr/Makefile.in -+++ openmpi-1.1/orte/mca/gpr/Makefile.in -@@ -308,6 +308,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -891,14 +892,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -937,17 +935,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -969,6 +972,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -988,6 +992,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/rml/oob/Makefile.in -+++ openmpi-1.1/orte/mca/rml/oob/Makefile.in -@@ -266,6 +266,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -849,14 +850,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -895,17 +893,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -927,6 +930,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -946,6 +950,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/rml/cnos/Makefile.in -+++ openmpi-1.1/orte/mca/rml/cnos/Makefile.in -@@ -267,6 +267,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -850,14 +851,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -896,17 +894,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -928,6 +931,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -947,6 +951,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/rml/Makefile.in -+++ openmpi-1.1/orte/mca/rml/Makefile.in -@@ -284,6 +284,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -867,14 +868,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -913,17 +911,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -945,6 +948,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -964,6 +968,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/soh/Makefile.in -+++ openmpi-1.1/orte/mca/soh/Makefile.in -@@ -294,6 +294,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -877,14 +878,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -923,17 +921,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -955,6 +958,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -974,6 +978,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/soh/bproc/Makefile.in -+++ openmpi-1.1/orte/mca/soh/bproc/Makefile.in -@@ -271,6 +271,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -854,14 +855,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -900,17 +898,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -932,6 +935,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -951,6 +955,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/rds/resfile/Makefile.in -+++ openmpi-1.1/orte/mca/rds/resfile/Makefile.in -@@ -274,6 +274,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -857,14 +858,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -903,17 +901,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -935,6 +938,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -954,6 +958,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/rds/hostfile/Makefile.in -+++ openmpi-1.1/orte/mca/rds/hostfile/Makefile.in -@@ -278,6 +278,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -861,14 +862,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -907,17 +905,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -939,6 +942,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -958,6 +962,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/rds/Makefile.in -+++ openmpi-1.1/orte/mca/rds/Makefile.in -@@ -285,6 +285,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -868,14 +869,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -914,17 +912,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -946,6 +949,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -965,6 +969,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/rmgr/urm/Makefile.in -+++ openmpi-1.1/orte/mca/rmgr/urm/Makefile.in -@@ -271,6 +271,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -854,14 +855,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -900,17 +898,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -932,6 +935,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -951,6 +955,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/rmgr/cnos/Makefile.in -+++ openmpi-1.1/orte/mca/rmgr/cnos/Makefile.in -@@ -269,6 +269,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -852,14 +853,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -898,17 +896,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -930,6 +933,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -949,6 +953,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/rmgr/proxy/Makefile.in -+++ openmpi-1.1/orte/mca/rmgr/proxy/Makefile.in -@@ -269,6 +269,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -852,14 +853,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -898,17 +896,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -930,6 +933,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -949,6 +953,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/rmgr/Makefile.in -+++ openmpi-1.1/orte/mca/rmgr/Makefile.in -@@ -294,6 +294,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -877,14 +878,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -923,17 +921,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -955,6 +958,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -974,6 +978,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/iof/svc/Makefile.in -+++ openmpi-1.1/orte/mca/iof/svc/Makefile.in -@@ -271,6 +271,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -854,14 +855,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -900,17 +898,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -932,6 +935,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -951,6 +955,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/iof/proxy/Makefile.in -+++ openmpi-1.1/orte/mca/iof/proxy/Makefile.in -@@ -271,6 +271,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -854,14 +855,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -900,17 +898,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -932,6 +935,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -951,6 +955,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/iof/Makefile.in -+++ openmpi-1.1/orte/mca/iof/Makefile.in -@@ -288,6 +288,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -871,14 +872,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -917,17 +915,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -949,6 +952,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -968,6 +972,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/rmaps/Makefile.in -+++ openmpi-1.1/orte/mca/rmaps/Makefile.in -@@ -286,6 +286,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -869,14 +870,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -915,17 +913,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -947,6 +950,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -966,6 +970,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/rmaps/round_robin/Makefile.in -+++ openmpi-1.1/orte/mca/rmaps/round_robin/Makefile.in -@@ -275,6 +275,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -858,14 +859,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -904,17 +902,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -936,6 +939,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -955,6 +959,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/schema/Makefile.in -+++ openmpi-1.1/orte/mca/schema/Makefile.in -@@ -285,6 +285,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -868,14 +869,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -914,17 +912,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -946,6 +949,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -965,6 +969,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/ns/replica/Makefile.in -+++ openmpi-1.1/orte/mca/ns/replica/Makefile.in -@@ -294,6 +294,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -877,14 +878,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -923,17 +921,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -955,6 +958,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -974,6 +978,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/ns/proxy/Makefile.in -+++ openmpi-1.1/orte/mca/ns/proxy/Makefile.in -@@ -294,6 +294,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -877,14 +878,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -923,17 +921,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -955,6 +958,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -974,6 +978,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/ns/Makefile.in -+++ openmpi-1.1/orte/mca/ns/Makefile.in -@@ -292,6 +292,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -875,14 +876,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -921,17 +919,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -953,6 +956,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -972,6 +976,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/pls/bproc_seed/Makefile.in -+++ openmpi-1.1/orte/mca/pls/bproc_seed/Makefile.in -@@ -269,6 +269,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -852,14 +853,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -898,17 +896,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -930,6 +933,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -949,6 +953,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/pls/xgrid/Makefile.in -+++ openmpi-1.1/orte/mca/pls/xgrid/Makefile.in -@@ -277,6 +277,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -860,14 +861,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -906,17 +904,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -938,6 +941,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -957,6 +961,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/pls/rsh/Makefile.in -+++ openmpi-1.1/orte/mca/pls/rsh/Makefile.in -@@ -269,6 +269,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -852,14 +853,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -898,17 +896,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -930,6 +933,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -949,6 +953,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/pls/poe/Makefile.in -+++ openmpi-1.1/orte/mca/pls/poe/Makefile.in -@@ -266,6 +266,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -849,14 +850,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -895,17 +893,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -927,6 +930,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -946,6 +950,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/pls/fork/Makefile.in -+++ openmpi-1.1/orte/mca/pls/fork/Makefile.in -@@ -272,6 +272,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -855,14 +856,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -901,17 +899,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -933,6 +936,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -952,6 +956,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/pls/slurm/Makefile.in -+++ openmpi-1.1/orte/mca/pls/slurm/Makefile.in -@@ -270,6 +270,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -853,14 +854,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -899,17 +897,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -931,6 +934,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -950,6 +954,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/pls/bproc_orted/Makefile.in -+++ openmpi-1.1/orte/mca/pls/bproc_orted/Makefile.in -@@ -269,6 +269,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -852,14 +853,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -898,17 +896,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -930,6 +933,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -949,6 +953,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/pls/Makefile.in -+++ openmpi-1.1/orte/mca/pls/Makefile.in -@@ -290,6 +290,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -873,14 +874,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -919,17 +917,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -951,6 +954,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -970,6 +974,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/pls/tm/Makefile.in -+++ openmpi-1.1/orte/mca/pls/tm/Makefile.in -@@ -278,6 +278,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -861,14 +862,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -907,17 +905,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -939,6 +942,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -958,6 +962,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/mca/pls/bproc/Makefile.in -+++ openmpi-1.1/orte/mca/pls/bproc/Makefile.in -@@ -272,6 +272,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -855,14 +856,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -901,17 +899,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -933,6 +936,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -952,6 +956,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/etc/Makefile.in -+++ openmpi-1.1/orte/etc/Makefile.in -@@ -240,6 +240,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -823,14 +824,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -869,17 +867,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -901,6 +904,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -920,6 +924,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/orte/Makefile.in -+++ openmpi-1.1/orte/Makefile.in -@@ -406,6 +406,7 @@ - FCFLAGS_f90 = @FCFLAGS_f90@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ -+GREP = @GREP@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -989,14 +990,11 @@ - WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ - WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ - WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ --ac_ct_AR = @ac_ct_AR@ - ac_ct_CC = @ac_ct_CC@ - ac_ct_CXX = @ac_ct_CXX@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_FC = @ac_ct_FC@ - ac_ct_OBJC = @ac_ct_OBJC@ --ac_ct_RANLIB = @ac_ct_RANLIB@ --ac_ct_STRIP = @ac_ct_STRIP@ - ac_prefix_program = @ac_prefix_program@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -@@ -1035,17 +1033,22 @@ - build_os = @build_os@ - build_vendor = @build_vendor@ - datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ - host_os = @host_os@ - host_vendor = @host_vendor@ -+htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ -+localedir = @localedir@ - localstatedir = @localstatedir@ - maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ - maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ -@@ -1067,6 +1070,7 @@ - mpool_openib_LDFLAGS = @mpool_openib_LDFLAGS@ - mpool_openib_LIBS = @mpool_openib_LIBS@ - oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ - pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ - pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ - pls_bproc_LIBS = @pls_bproc_LIBS@ -@@ -1086,6 +1090,7 @@ - pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -+psdir = @psdir@ - ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ - ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ - ras_bjs_LIBS = @ras_bjs_LIBS@ ---- openmpi-1.1.orig/opal/include/opal_config.h.in -+++ openmpi-1.1/opal/include/opal_config.h.in -@@ -993,40 +993,40 @@ - /* Define to the version of this package. */ - #undef PACKAGE_VERSION - --/* The size of a `bool', as computed by sizeof. */ -+/* The size of `bool', as computed by sizeof. */ - #undef SIZEOF_BOOL - --/* The size of a `char', as computed by sizeof. */ -+/* The size of `char', as computed by sizeof. */ - #undef SIZEOF_CHAR - --/* The size of a `double', as computed by sizeof. */ -+/* The size of `double', as computed by sizeof. */ - #undef SIZEOF_DOUBLE - --/* The size of a `float', as computed by sizeof. */ -+/* The size of `float', as computed by sizeof. */ - #undef SIZEOF_FLOAT - --/* The size of a `int', as computed by sizeof. */ -+/* The size of `int', as computed by sizeof. */ - #undef SIZEOF_INT - --/* The size of a `long', as computed by sizeof. */ -+/* The size of `long', as computed by sizeof. */ - #undef SIZEOF_LONG - --/* The size of a `long double', as computed by sizeof. */ -+/* The size of `long double', as computed by sizeof. */ - #undef SIZEOF_LONG_DOUBLE - --/* The size of a `long long', as computed by sizeof. */ -+/* The size of `long long', as computed by sizeof. */ - #undef SIZEOF_LONG_LONG - --/* The size of a `pid_t', as computed by sizeof. */ -+/* The size of `pid_t', as computed by sizeof. */ - #undef SIZEOF_PID_T - --/* The size of a `short', as computed by sizeof. */ -+/* The size of `short', as computed by sizeof. */ - #undef SIZEOF_SHORT - --/* The size of a `size_t', as computed by sizeof. */ -+/* The size of `size_t', as computed by sizeof. */ - #undef SIZEOF_SIZE_T - --/* The size of a `void *', as computed by sizeof. */ -+/* The size of `void *', as computed by sizeof. */ - #undef SIZEOF_VOID_P - - /* Define to 1 if you have the ANSI C header files. */ -@@ -1131,7 +1131,7 @@ - supported. Do not define if restrict is supported directly. */ - #undef restrict - --/* Define to `unsigned' if does not define. */ -+/* Define to `unsigned int' if does not define. */ - #undef size_t - - /* Define to `unsigned short' if does not define. */ diff -u openmpi-1.1/debian/control openmpi-1.1/debian/control --- openmpi-1.1/debian/control +++ openmpi-1.1/debian/control @@ -1,7 +1,8 @@ Source: openmpi Section: net Priority: optional -Maintainer: Florian Ragwitz +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Florian Ragwitz Build-Depends: debhelper (>= 5.0.0), dpatch, libibverbs-dev, gfortran, libsysfs-dev Standards-Version: 3.7.2