m4trace:/usr/share/aclocal/ltargz.m4:13: -1- AC_DEFUN([LT_FUNC_ARGZ], [ dnl Required for use of '$SED' in Cygwin configuration. AC_REQUIRE([AC_PROG_SED])dnl AC_CHECK_HEADERS([argz.h], [], [], [AC_INCLUDES_DEFAULT]) AC_CHECK_TYPES([error_t], [], [AC_DEFINE([error_t], [int], [Define to a type to use for 'error_t' if it is not otherwise available.]) AC_DEFINE([__error_t_defined], [1], [Define so that glibc/gnulib argp.h does not typedef error_t.])], [#if defined(HAVE_ARGZ_H) # include #endif]) LT_ARGZ_H= AC_CHECK_FUNCS([argz_add argz_append argz_count argz_create_sep argz_insert \ argz_next argz_stringify], [], [LT_ARGZ_H=lt__argz.h; AC_LIBOBJ([lt__argz])]) dnl if have system argz functions, allow forced use of dnl libltdl-supplied implementation (and default to do so dnl on "known bad" systems). Could use a runtime check, but dnl (a) detecting malloc issues is notoriously unreliable dnl (b) only known system that declares argz functions, dnl provides them, yet they are broken, is cygwin dnl releases prior to 16-Mar-2007 (1.5.24 and earlier) dnl So, it's more straightforward simply to special case dnl this for known bad systems. AS_IF([test -z "$LT_ARGZ_H"], [AC_CACHE_CHECK( [if argz actually works], [lt_cv_sys_argz_works], [[case $host_os in #( *cygwin*) lt_cv_sys_argz_works=no if test no != "$cross_compiling"; then lt_cv_sys_argz_works="guessing no" else lt_sed_extract_leading_digits='s/^\([0-9\.]*\).*/\1/' save_IFS=$IFS IFS=-. set x `uname -r | $SED -e "$lt_sed_extract_leading_digits"` IFS=$save_IFS lt_os_major=${2-0} lt_os_minor=${3-0} lt_os_micro=${4-0} if test 1 -lt "$lt_os_major" \ || { test 1 -eq "$lt_os_major" \ && { test 5 -lt "$lt_os_minor" \ || { test 5 -eq "$lt_os_minor" \ && test 24 -lt "$lt_os_micro"; }; }; }; then lt_cv_sys_argz_works=yes fi fi ;; #( *) lt_cv_sys_argz_works=yes ;; esac]]) AS_IF([test yes = "$lt_cv_sys_argz_works"], [AC_DEFINE([HAVE_WORKING_ARGZ], 1, [This value is set to 1 to indicate that the system argz facility works])], [LT_ARGZ_H=lt__argz.h AC_LIBOBJ([lt__argz])])]) AC_SUBST([LT_ARGZ_H]) ]) m4trace:/usr/share/aclocal/ltdl.m4:17: -1- AC_DEFUN([LT_CONFIG_LTDL_DIR], [AC_BEFORE([$0], [LTDL_INIT]) _$0($*) ]) m4trace:/usr/share/aclocal/ltdl.m4:69: -1- AC_DEFUN([LTDL_CONVENIENCE], [AC_BEFORE([$0], [LTDL_INIT])dnl dnl Although the argument is deprecated and no longer documented, dnl LTDL_CONVENIENCE used to take a DIRECTORY orgument, if we have one dnl here make sure it is the same as any other declaration of libltdl's dnl location! This also ensures lt_ltdl_dir is set when configure.ac is dnl not yet using an explicit LT_CONFIG_LTDL_DIR. m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl _$0() ]) m4trace:/usr/share/aclocal/ltdl.m4:82: -1- AU_DEFUN([AC_LIBLTDL_CONVENIENCE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) _LTDL_CONVENIENCE]) m4trace:/usr/share/aclocal/ltdl.m4:82: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [m4_warn([obsolete], [The macro 'AC_LIBLTDL_CONVENIENCE' is obsolete. You should run autoupdate.])dnl _LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) _LTDL_CONVENIENCE]) m4trace:/usr/share/aclocal/ltdl.m4:125: -1- AC_DEFUN([LTDL_INSTALLABLE], [AC_BEFORE([$0], [LTDL_INIT])dnl dnl Although the argument is deprecated and no longer documented, dnl LTDL_INSTALLABLE used to take a DIRECTORY orgument, if we have one dnl here make sure it is the same as any other declaration of libltdl's dnl location! This also ensures lt_ltdl_dir is set when configure.ac is dnl not yet using an explicit LT_CONFIG_LTDL_DIR. m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl _$0() ]) m4trace:/usr/share/aclocal/ltdl.m4:138: -1- AU_DEFUN([AC_LIBLTDL_INSTALLABLE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) _LTDL_INSTALLABLE]) m4trace:/usr/share/aclocal/ltdl.m4:138: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [m4_warn([obsolete], [The macro 'AC_LIBLTDL_INSTALLABLE' is obsolete. You should run autoupdate.])dnl _LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) _LTDL_INSTALLABLE]) m4trace:/usr/share/aclocal/ltdl.m4:214: -1- AC_DEFUN([_LT_LIBOBJ], [ m4_pattern_allow([^_LT_LIBOBJS$]) _LT_LIBOBJS="$_LT_LIBOBJS $1.$ac_objext" ]) m4trace:/usr/share/aclocal/ltdl.m4:227: -1- AC_DEFUN([LTDL_INIT], [dnl Parse OPTIONS _LT_SET_OPTIONS([$0], [$1]) dnl We need to keep our own list of libobjs separate from our parent project, dnl and the easiest way to do that is redefine the AC_LIBOBJs macro while dnl we look for our own LIBOBJs. m4_pushdef([AC_LIBOBJ], m4_defn([_LT_LIBOBJ])) m4_pushdef([AC_LIBSOURCES]) dnl If not otherwise defined, default to the 1.5.x compatible subproject mode: m4_if(_LTDL_MODE, [], [m4_define([_LTDL_MODE], m4_default([$2], [subproject])) m4_if([-1], [m4_bregexp(_LTDL_MODE, [\(subproject\|\(non\)?recursive\)])], [m4_fatal([unknown libltdl mode: ]_LTDL_MODE)])]) AC_ARG_WITH([included_ltdl], [AS_HELP_STRING([--with-included-ltdl], [use the GNU ltdl sources included here])]) if test yes != "$with_included_ltdl"; then # We are not being forced to use the included libltdl sources, so # decide whether there is a useful installed version we can use. AC_CHECK_HEADER([ltdl.h], [AC_CHECK_DECL([lt_dlinterface_register], [AC_CHECK_LIB([ltdl], [lt_dladvise_preload], [with_included_ltdl=no], [with_included_ltdl=yes])], [with_included_ltdl=yes], [AC_INCLUDES_DEFAULT #include ])], [with_included_ltdl=yes], [AC_INCLUDES_DEFAULT] ) fi dnl If neither LT_CONFIG_LTDL_DIR, LTDL_CONVENIENCE nor LTDL_INSTALLABLE dnl was called yet, then for old times' sake, we assume libltdl is in an dnl eponymous directory: AC_PROVIDE_IFELSE([LT_CONFIG_LTDL_DIR], [], [_LT_CONFIG_LTDL_DIR([libltdl])]) AC_ARG_WITH([ltdl_include], [AS_HELP_STRING([--with-ltdl-include=DIR], [use the ltdl headers installed in DIR])]) if test -n "$with_ltdl_include"; then if test -f "$with_ltdl_include/ltdl.h"; then : else AC_MSG_ERROR([invalid ltdl include directory: '$with_ltdl_include']) fi else with_ltdl_include=no fi AC_ARG_WITH([ltdl_lib], [AS_HELP_STRING([--with-ltdl-lib=DIR], [use the libltdl.la installed in DIR])]) if test -n "$with_ltdl_lib"; then if test -f "$with_ltdl_lib/libltdl.la"; then : else AC_MSG_ERROR([invalid ltdl library directory: '$with_ltdl_lib']) fi else with_ltdl_lib=no fi case ,$with_included_ltdl,$with_ltdl_include,$with_ltdl_lib, in ,yes,no,no,) m4_case(m4_default(_LTDL_TYPE, [convenience]), [convenience], [_LTDL_CONVENIENCE], [installable], [_LTDL_INSTALLABLE], [m4_fatal([unknown libltdl build type: ]_LTDL_TYPE)]) ;; ,no,no,no,) # If the included ltdl is not to be used, then use the # preinstalled libltdl we found. AC_DEFINE([HAVE_LTDL], [1], [Define this if a modern libltdl is already installed]) LIBLTDL=-lltdl LTDLDEPS= LTDLINCL= ;; ,no*,no,*) AC_MSG_ERROR(['--with-ltdl-include' and '--with-ltdl-lib' options must be used together]) ;; *) with_included_ltdl=no LIBLTDL="-L$with_ltdl_lib -lltdl" LTDLDEPS= LTDLINCL=-I$with_ltdl_include ;; esac INCLTDL=$LTDLINCL # Report our decision... AC_MSG_CHECKING([where to find libltdl headers]) AC_MSG_RESULT([$LTDLINCL]) AC_MSG_CHECKING([where to find libltdl library]) AC_MSG_RESULT([$LIBLTDL]) _LTDL_SETUP dnl restore autoconf definition. m4_popdef([AC_LIBOBJ]) m4_popdef([AC_LIBSOURCES]) AC_CONFIG_COMMANDS_PRE([ _ltdl_libobjs= _ltdl_ltlibobjs= if test -n "$_LT_LIBOBJS"; then # Remove the extension. _lt_sed_drop_objext='s/\.o$//;s/\.obj$//' for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | $SED "$_lt_sed_drop_objext" | sort -u`; do _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext" _ltdl_ltlibobjs="$_ltdl_ltlibobjs $lt_libobj_prefix$i.lo" done fi AC_SUBST([ltdl_LIBOBJS], [$_ltdl_libobjs]) AC_SUBST([ltdl_LTLIBOBJS], [$_ltdl_ltlibobjs]) ]) # Only expand once: m4_define([LTDL_INIT]) ]) m4trace:/usr/share/aclocal/ltdl.m4:353: -1- AU_DEFUN([AC_LIB_LTDL], [LTDL_INIT($@)]) m4trace:/usr/share/aclocal/ltdl.m4:353: -1- AC_DEFUN([AC_LIB_LTDL], [m4_warn([obsolete], [The macro 'AC_LIB_LTDL' is obsolete. You should run autoupdate.])dnl LTDL_INIT($@)]) m4trace:/usr/share/aclocal/ltdl.m4:354: -1- AU_DEFUN([AC_WITH_LTDL], [LTDL_INIT($@)]) m4trace:/usr/share/aclocal/ltdl.m4:354: -1- AC_DEFUN([AC_WITH_LTDL], [m4_warn([obsolete], [The macro 'AC_WITH_LTDL' is obsolete. You should run autoupdate.])dnl LTDL_INIT($@)]) m4trace:/usr/share/aclocal/ltdl.m4:355: -1- AU_DEFUN([LT_WITH_LTDL], [LTDL_INIT($@)]) m4trace:/usr/share/aclocal/ltdl.m4:355: -1- AC_DEFUN([LT_WITH_LTDL], [m4_warn([obsolete], [The macro 'LT_WITH_LTDL' is obsolete. You should run autoupdate.])dnl LTDL_INIT($@)]) m4trace:/usr/share/aclocal/ltdl.m4:368: -1- AC_DEFUN([_LTDL_SETUP], [AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([LT_SYS_MODULE_EXT])dnl AC_REQUIRE([LT_SYS_MODULE_PATH])dnl AC_REQUIRE([LT_SYS_DLSEARCH_PATH])dnl AC_REQUIRE([LT_LIB_DLLOAD])dnl AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl AC_REQUIRE([LT_FUNC_DLSYM_USCORE])dnl AC_REQUIRE([LT_SYS_DLOPEN_DEPLIBS])dnl AC_REQUIRE([LT_FUNC_ARGZ])dnl m4_require([_LT_CHECK_OBJDIR])dnl m4_require([_LT_HEADER_DLFCN])dnl m4_require([_LT_CHECK_DLPREOPEN])dnl m4_require([_LT_DECL_SED])dnl dnl Don't require this, or it will be expanded earlier than the code dnl that sets the variables it relies on: _LT_ENABLE_INSTALL dnl _LTDL_MODE specific code must be called at least once: _LTDL_MODE_DISPATCH # In order that ltdl.c can compile, find out the first AC_CONFIG_HEADERS # the user used. This is so that ltdl.h can pick up the parent projects # config.h file, The first file in AC_CONFIG_HEADERS must contain the # definitions required by ltdl.c. # FIXME: Remove use of undocumented AC_LIST_HEADERS (2.59 compatibility). AC_CONFIG_COMMANDS_PRE([dnl m4_pattern_allow([^LT_CONFIG_H$])dnl m4_ifset([AH_HEADER], [LT_CONFIG_H=AH_HEADER], [m4_ifset([AC_LIST_HEADERS], [LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's|^[[ ]]*||;s|[[ :]].*$||'`], [])])]) AC_SUBST([LT_CONFIG_H]) AC_CHECK_HEADERS([unistd.h dl.h sys/dl.h dld.h mach-o/dyld.h dirent.h], [], [], [AC_INCLUDES_DEFAULT]) AC_CHECK_FUNCS([closedir opendir readdir], [], [AC_LIBOBJ([lt__dirent])]) AC_CHECK_FUNCS([strlcat strlcpy], [], [AC_LIBOBJ([lt__strl])]) m4_pattern_allow([LT_LIBEXT])dnl AC_DEFINE_UNQUOTED([LT_LIBEXT],["$libext"],[The archive extension]) name= eval "lt_libprefix=\"$libname_spec\"" m4_pattern_allow([LT_LIBPREFIX])dnl AC_DEFINE_UNQUOTED([LT_LIBPREFIX],["$lt_libprefix"],[The archive prefix]) name=ltdl eval "LTDLOPEN=\"$libname_spec\"" AC_SUBST([LTDLOPEN]) ]) m4trace:/usr/share/aclocal/ltdl.m4:444: -1- AC_DEFUN([LT_SYS_DLOPEN_DEPLIBS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_CACHE_CHECK([whether deplibs are loaded by dlopen], [lt_cv_sys_dlopen_deplibs], [# PORTME does your system automatically load deplibs for dlopen? # or its logical equivalent (e.g. shl_load for HP-UX < 11) # For now, we just catch OSes we know something about -- in the # future, we'll try test this programmatically. lt_cv_sys_dlopen_deplibs=unknown case $host_os in aix3*|aix4.1.*|aix4.2.*) # Unknown whether this is true for these versions of AIX, but # we want this 'case' here to explicitly catch those versions. lt_cv_sys_dlopen_deplibs=unknown ;; aix[[4-9]]*) lt_cv_sys_dlopen_deplibs=yes ;; amigaos*) case $host_cpu in powerpc) lt_cv_sys_dlopen_deplibs=no ;; esac ;; bitrig*) lt_cv_sys_dlopen_deplibs=yes ;; darwin*) # Assuming the user has installed a libdl from somewhere, this is true # If you are looking for one http://www.opendarwin.org/projects/dlcompat lt_cv_sys_dlopen_deplibs=yes ;; freebsd* | dragonfly* | midnightbsd*) lt_cv_sys_dlopen_deplibs=yes ;; gnu* | linux* | k*bsd*-gnu | kopensolaris*-gnu) # GNU and its variants, using gnu ld.so (Glibc) lt_cv_sys_dlopen_deplibs=yes ;; hpux10*|hpux11*) lt_cv_sys_dlopen_deplibs=yes ;; interix*) lt_cv_sys_dlopen_deplibs=yes ;; irix[[12345]]*|irix6.[[01]]*) # Catch all versions of IRIX before 6.2, and indicate that we don't # know how it worked for any of those versions. lt_cv_sys_dlopen_deplibs=unknown ;; irix*) # The case above catches anything before 6.2, and it's known that # at 6.2 and later dlopen does load deplibs. lt_cv_sys_dlopen_deplibs=yes ;; netbsd* | netbsdelf*-gnu) lt_cv_sys_dlopen_deplibs=yes ;; openbsd*) lt_cv_sys_dlopen_deplibs=yes ;; osf[[1234]]*) # dlopen did load deplibs (at least at 4.x), but until the 5.x series, # it did *not* use an RPATH in a shared library to find objects the # library depends on, so we explicitly say 'no'. lt_cv_sys_dlopen_deplibs=no ;; osf5.0|osf5.0a|osf5.1) # dlopen *does* load deplibs and with the right loader patch applied # it even uses RPATH in a shared library to search for shared objects # that the library depends on, but there's no easy way to know if that # patch is installed. Since this is the case, all we can really # say is unknown -- it depends on the patch being installed. If # it is, this changes to 'yes'. Without it, it would be 'no'. lt_cv_sys_dlopen_deplibs=unknown ;; osf*) # the two cases above should catch all versions of osf <= 5.1. Read # the comments above for what we know about them. # At > 5.1, deplibs are loaded *and* any RPATH in a shared library # is used to find them so we can finally say 'yes'. lt_cv_sys_dlopen_deplibs=yes ;; qnx*) lt_cv_sys_dlopen_deplibs=yes ;; solaris*) lt_cv_sys_dlopen_deplibs=yes ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) libltdl_cv_sys_dlopen_deplibs=yes ;; esac ]) if test yes != "$lt_cv_sys_dlopen_deplibs"; then AC_DEFINE([LTDL_DLOPEN_DEPLIBS], [1], [Define if the OS needs help to load dependent libraries for dlopen().]) fi ]) m4trace:/usr/share/aclocal/ltdl.m4:546: -1- AU_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])], [], []) m4trace:/usr/share/aclocal/ltdl.m4:546: -1- AC_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [m4_warn([obsolete], [The macro 'AC_LTDL_SYS_DLOPEN_DEPLIBS' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])]) m4trace:/usr/share/aclocal/ltdl.m4:553: -1- AC_DEFUN([LT_SYS_MODULE_EXT], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl AC_CACHE_CHECK([what extension is used for runtime loadable modules], [libltdl_cv_shlibext], [ module=yes eval libltdl_cv_shlibext=$shrext_cmds module=no eval libltdl_cv_shrext=$shrext_cmds ]) if test -n "$libltdl_cv_shlibext"; then m4_pattern_allow([LT_MODULE_EXT])dnl AC_DEFINE_UNQUOTED([LT_MODULE_EXT], ["$libltdl_cv_shlibext"], [Define to the extension used for runtime loadable modules, say, ".so".]) fi if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then m4_pattern_allow([LT_SHARED_EXT])dnl AC_DEFINE_UNQUOTED([LT_SHARED_EXT], ["$libltdl_cv_shrext"], [Define to the shared library suffix, say, ".dylib".]) fi if test -n "$shared_archive_member_spec"; then m4_pattern_allow([LT_SHARED_LIB_MEMBER])dnl AC_DEFINE_UNQUOTED([LT_SHARED_LIB_MEMBER], ["($shared_archive_member_spec.o)"], [Define to the shared archive member specification, say "(shr.o)".]) fi ]) m4trace:/usr/share/aclocal/ltdl.m4:581: -1- AU_DEFUN([AC_LTDL_SHLIBEXT], [m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])], [], []) m4trace:/usr/share/aclocal/ltdl.m4:581: -1- AC_DEFUN([AC_LTDL_SHLIBEXT], [m4_warn([obsolete], [The macro 'AC_LTDL_SHLIBEXT' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])]) m4trace:/usr/share/aclocal/ltdl.m4:588: -1- AC_DEFUN([LT_SYS_MODULE_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl AC_CACHE_CHECK([what variable specifies run-time module search path], [lt_cv_module_path_var], [lt_cv_module_path_var=$shlibpath_var]) if test -n "$lt_cv_module_path_var"; then m4_pattern_allow([LT_MODULE_PATH_VAR])dnl AC_DEFINE_UNQUOTED([LT_MODULE_PATH_VAR], ["$lt_cv_module_path_var"], [Define to the name of the environment variable that determines the run-time module search path.]) fi ]) m4trace:/usr/share/aclocal/ltdl.m4:600: -1- AU_DEFUN([AC_LTDL_SHLIBPATH], [m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])], [], []) m4trace:/usr/share/aclocal/ltdl.m4:600: -1- AC_DEFUN([AC_LTDL_SHLIBPATH], [m4_warn([obsolete], [The macro 'AC_LTDL_SHLIBPATH' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])]) m4trace:/usr/share/aclocal/ltdl.m4:607: -1- AC_DEFUN([LT_SYS_DLSEARCH_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl AC_CACHE_CHECK([for the default library search path], [lt_cv_sys_dlsearch_path], [lt_cv_sys_dlsearch_path=$sys_lib_dlsearch_path_spec]) if test -n "$lt_cv_sys_dlsearch_path"; then sys_dlsearch_path= for dir in $lt_cv_sys_dlsearch_path; do if test -z "$sys_dlsearch_path"; then sys_dlsearch_path=$dir else sys_dlsearch_path=$sys_dlsearch_path$PATH_SEPARATOR$dir fi done m4_pattern_allow([LT_DLSEARCH_PATH])dnl AC_DEFINE_UNQUOTED([LT_DLSEARCH_PATH], ["$sys_dlsearch_path"], [Define to the system default library search path.]) fi ]) m4trace:/usr/share/aclocal/ltdl.m4:628: -1- AU_DEFUN([AC_LTDL_SYSSEARCHPATH], [m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])], [], []) m4trace:/usr/share/aclocal/ltdl.m4:628: -1- AC_DEFUN([AC_LTDL_SYSSEARCHPATH], [m4_warn([obsolete], [The macro 'AC_LTDL_SYSSEARCHPATH' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])]) m4trace:/usr/share/aclocal/ltdl.m4:654: -1- AC_DEFUN([LT_LIB_DLLOAD], [m4_pattern_allow([^LT_DLLOADERS$]) LT_DLLOADERS= AC_SUBST([LT_DLLOADERS]) AC_LANG_PUSH([C]) lt_dlload_save_LIBS=$LIBS LIBADD_DLOPEN= AC_SEARCH_LIBS([dlopen], [dl], [AC_DEFINE([HAVE_LIBDL], [1], [Define if you have the libdl library or equivalent.]) if test "$ac_cv_search_dlopen" != "none required"; then LIBADD_DLOPEN=-ldl fi libltdl_cv_lib_dl_dlopen=yes LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"], [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#if HAVE_DLFCN_H # include #endif ]], [[dlopen(0, 0);]])], [AC_DEFINE([HAVE_LIBDL], [1], [Define if you have the libdl library or equivalent.]) libltdl_cv_func_dlopen=yes LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"], [AC_CHECK_LIB([svld], [dlopen], [AC_DEFINE([HAVE_LIBDL], [1], [Define if you have the libdl library or equivalent.]) LIBADD_DLOPEN=-lsvld libltdl_cv_func_dlopen=yes LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"])])]) if test yes = "$libltdl_cv_func_dlopen" || test yes = "$libltdl_cv_lib_dl_dlopen" then lt_save_LIBS=$LIBS LIBS="$LIBS $LIBADD_DLOPEN" AC_CHECK_FUNCS([dlerror]) LIBS=$lt_save_LIBS fi AC_SUBST([LIBADD_DLOPEN]) LIBADD_SHL_LOAD= AC_CHECK_FUNC([shl_load], [AC_DEFINE([HAVE_SHL_LOAD], [1], [Define if you have the shl_load function.]) LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"], [AC_CHECK_LIB([dld], [shl_load], [AC_DEFINE([HAVE_SHL_LOAD], [1], [Define if you have the shl_load function.]) LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la" LIBADD_SHL_LOAD=-ldld])]) AC_SUBST([LIBADD_SHL_LOAD]) case $host_os in darwin[[1567]].*) # We only want this for pre-Mac OS X 10.4. AC_CHECK_FUNC([_dyld_func_lookup], [AC_DEFINE([HAVE_DYLD], [1], [Define if you have the _dyld_func_lookup function.]) LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dyld.la"]) ;; beos*) LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la" ;; cygwin* | mingw* | pw32*) AC_CHECK_DECLS([cygwin_conv_path], [], [], [[#include ]]) LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}loadlibrary.la" ;; esac AC_CHECK_LIB([dld], [dld_link], [AC_DEFINE([HAVE_DLD], [1], [Define if you have the GNU dld library.]) LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dld_link.la"]) AC_SUBST([LIBADD_DLD_LINK]) m4_pattern_allow([^LT_DLPREOPEN$]) LT_DLPREOPEN= if test -n "$LT_DLLOADERS" then for lt_loader in $LT_DLLOADERS; do LT_DLPREOPEN="$LT_DLPREOPEN-dlpreopen $lt_loader " done AC_DEFINE([HAVE_LIBDLLOADER], [1], [Define if libdlloader will be built on this platform]) fi AC_SUBST([LT_DLPREOPEN]) dnl This isn't used anymore, but set it for backwards compatibility LIBADD_DL="$LIBADD_DLOPEN $LIBADD_SHL_LOAD" AC_SUBST([LIBADD_DL]) LIBS=$lt_dlload_save_LIBS AC_LANG_POP ]) m4trace:/usr/share/aclocal/ltdl.m4:749: -1- AU_DEFUN([AC_LTDL_DLLIB], [m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])], [], []) m4trace:/usr/share/aclocal/ltdl.m4:749: -1- AC_DEFUN([AC_LTDL_DLLIB], [m4_warn([obsolete], [The macro 'AC_LTDL_DLLIB' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])]) m4trace:/usr/share/aclocal/ltdl.m4:757: -1- AC_DEFUN([LT_SYS_SYMBOL_USCORE], [m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl AC_CACHE_CHECK([for _ prefix in compiled symbols], [lt_cv_sys_symbol_underscore], [lt_cv_sys_symbol_underscore=no cat > conftest.$ac_ext <<_LT_EOF void nm_test_func(){} int main(){nm_test_func;return 0;} _LT_EOF if AC_TRY_EVAL(ac_compile); then # Now try to grab the symbols. ac_nlist=conftest.nm if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then # See whether the symbols have a leading underscore. if grep '^. _nm_test_func' "$ac_nlist" >/dev/null; then lt_cv_sys_symbol_underscore=yes else if grep '^. nm_test_func ' "$ac_nlist" >/dev/null; then : else echo "configure: cannot find nm_test_func in $ac_nlist" >&AS_MESSAGE_LOG_FD fi fi else echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD fi else echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD cat conftest.c >&AS_MESSAGE_LOG_FD fi rm -rf conftest* ]) sys_symbol_underscore=$lt_cv_sys_symbol_underscore AC_SUBST([sys_symbol_underscore]) ]) m4trace:/usr/share/aclocal/ltdl.m4:794: -1- AU_DEFUN([AC_LTDL_SYMBOL_USCORE], [m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])], [], []) m4trace:/usr/share/aclocal/ltdl.m4:794: -1- AC_DEFUN([AC_LTDL_SYMBOL_USCORE], [m4_warn([obsolete], [The macro 'AC_LTDL_SYMBOL_USCORE' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])]) m4trace:/usr/share/aclocal/ltdl.m4:801: -1- AC_DEFUN([LT_FUNC_DLSYM_USCORE], [AC_REQUIRE([_LT_COMPILER_PIC])dnl for lt_prog_compiler_wl AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl for lt_cv_sys_symbol_underscore AC_REQUIRE([LT_SYS_MODULE_EXT])dnl for libltdl_cv_shlibext if test yes = "$lt_cv_sys_symbol_underscore"; then if test yes = "$libltdl_cv_func_dlopen" || test yes = "$libltdl_cv_lib_dl_dlopen"; then AC_CACHE_CHECK([whether we have to add an underscore for dlsym], [libltdl_cv_need_uscore], [libltdl_cv_need_uscore=unknown dlsym_uscore_save_LIBS=$LIBS LIBS="$LIBS $LIBADD_DLOPEN" libname=conftmod # stay within 8.3 filename limits! cat >$libname.$ac_ext <<_LT_EOF [#line $LINENO "configure" #include "confdefs.h" /* When -fvisibility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; }] _LT_EOF # ltfn_module_cmds module_cmds # Execute tilde-delimited MODULE_CMDS with environment primed for # $module_cmds or $archive_cmds type content. ltfn_module_cmds () {( # subshell avoids polluting parent global environment module_cmds_save_ifs=$IFS; IFS='~' for cmd in @S|@1; do IFS=$module_cmds_save_ifs libobjs=$libname.$ac_objext; lib=$libname$libltdl_cv_shlibext rpath=/not-exists; soname=$libname$libltdl_cv_shlibext; output_objdir=. major=; versuffix=; verstring=; deplibs= ECHO=echo; wl=$lt_prog_compiler_wl; allow_undefined_flag= eval $cmd done IFS=$module_cmds_save_ifs )} # Compile a loadable module using libtool macro expansion results. $CC $pic_flag -c $libname.$ac_ext ltfn_module_cmds "${module_cmds:-$archive_cmds}" # Try to fetch fnord with dlsym(). libltdl_dlunknown=0; libltdl_dlnouscore=1; libltdl_dluscore=2 cat >conftest.$ac_ext <<_LT_EOF [#line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifndef RTLD_GLOBAL # ifdef DL_GLOBAL # define RTLD_GLOBAL DL_GLOBAL # else # define RTLD_GLOBAL 0 # endif #endif #ifndef RTLD_NOW # ifdef DL_NOW # define RTLD_NOW DL_NOW # else # define RTLD_NOW 0 # endif #endif int main () { void *handle = dlopen ("`pwd`/$libname$libltdl_cv_shlibext", RTLD_GLOBAL|RTLD_NOW); int status = $libltdl_dlunknown; if (handle) { if (dlsym (handle, "fnord")) status = $libltdl_dlnouscore; else { if (dlsym (handle, "_fnord")) status = $libltdl_dluscore; else puts (dlerror ()); } dlclose (handle); } else puts (dlerror ()); return status; }] _LT_EOF if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null libltdl_status=$? case x$libltdl_status in x$libltdl_dlnouscore) libltdl_cv_need_uscore=no ;; x$libltdl_dluscore) libltdl_cv_need_uscore=yes ;; x*) libltdl_cv_need_uscore=unknown ;; esac fi rm -rf conftest* $libname* LIBS=$dlsym_uscore_save_LIBS ]) fi fi if test yes = "$libltdl_cv_need_uscore"; then AC_DEFINE([NEED_USCORE], [1], [Define if dlsym() requires a leading underscore in symbol names.]) fi ]) m4trace:/usr/share/aclocal/ltdl.m4:908: -1- AU_DEFUN([AC_LTDL_DLSYM_USCORE], [m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])], [], []) m4trace:/usr/share/aclocal/ltdl.m4:908: -1- AC_DEFUN([AC_LTDL_DLSYM_USCORE], [m4_warn([obsolete], [The macro 'AC_LTDL_DLSYM_USCORE' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])]) m4trace:/usr/share/aclocal-1.16/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.16' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. m4_if([$1], [1.16.5], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) m4trace:/usr/share/aclocal-1.16/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.16.5])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) m4trace:/usr/share/aclocal-1.16/ar-lib.m4:13: -1- AC_DEFUN([AM_PROG_AR], [AC_BEFORE([$0], [LT_INIT])dnl AC_BEFORE([$0], [AC_PROG_LIBTOOL])dnl AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([ar-lib])dnl AC_CHECK_TOOLS([AR], [ar lib "link -lib"], [false]) : ${AR=ar} AC_CACHE_CHECK([the archiver ($AR) interface], [am_cv_ar_interface], [AC_LANG_PUSH([C]) am_cv_ar_interface=ar AC_COMPILE_IFELSE([AC_LANG_SOURCE([[int some_variable = 0;]])], [am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&AS_MESSAGE_LOG_FD' AC_TRY_EVAL([am_ar_try]) if test "$ac_status" -eq 0; then am_cv_ar_interface=ar else am_ar_try='$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext >&AS_MESSAGE_LOG_FD' AC_TRY_EVAL([am_ar_try]) if test "$ac_status" -eq 0; then am_cv_ar_interface=lib else am_cv_ar_interface=unknown fi fi rm -f conftest.lib libconftest.a ]) AC_LANG_POP([C])]) case $am_cv_ar_interface in ar) ;; lib) # Microsoft lib, so override with the ar-lib wrapper script. # FIXME: It is wrong to rewrite AR. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__AR in this case, # and then we could set am__AR="$am_aux_dir/ar-lib \$(AR)" or something # similar. AR="$am_aux_dir/ar-lib $AR" ;; unknown) m4_default([$1], [AC_MSG_ERROR([could not determine $AR interface])]) ;; esac AC_SUBST([AR])dnl ]) m4trace:/usr/share/aclocal-1.16/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl # Expand $ac_aux_dir to an absolute path. am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) m4trace:/usr/share/aclocal-1.16/cond.m4:12: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl m4_define([_AM_COND_VALUE_$1], [$2])dnl if $2; then $1_TRUE= $1_FALSE='#' else $1_TRUE='#' $1_FALSE= fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) m4trace:/usr/share/aclocal-1.16/depend.m4:26: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], [$1], [CXX], [depcc="$CXX" am_compiler_list=], [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], [$1], [UPC], [depcc="$UPC" am_compiler_list=], [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_$1_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fi am__universal=false m4_case([$1], [CC], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac], [CXX], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac]) for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_$1_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_$1_dependencies_compiler_type=none fi ]) AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) AM_CONDITIONAL([am__fastdep$1], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) ]) m4trace:/usr/share/aclocal-1.16/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl ]) m4trace:/usr/share/aclocal-1.16/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl AS_HELP_STRING( [--enable-dependency-tracking], [do not reject slow dependency extractors]) AS_HELP_STRING( [--disable-dependency-tracking], [speeds up one-time build])]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl AC_SUBST([am__nodep])dnl _AM_SUBST_NOTMAKE([am__nodep])dnl ]) m4trace:/usr/share/aclocal-1.16/depout.m4:11: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. # TODO: see whether this extra hack can be removed once we start # requiring Autoconf 2.70 or later. AS_CASE([$CONFIG_FILES], [*\'*], [eval set x "$CONFIG_FILES"], [*], [set x $CONFIG_FILES]) shift # Used to flag and report bootstrapping failures. am_rc=0 for am_mf do # Strip MF so we end up with the name of the file. am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile which includes # dependency-tracking related rules and includes. # Grep'ing the whole file directly is not great: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ || continue am_dirpart=`AS_DIRNAME(["$am_mf"])` am_filepart=`AS_BASENAME(["$am_mf"])` AM_RUN_LOG([cd "$am_dirpart" \ && sed -e '/# am--include-marker/d' "$am_filepart" \ | $MAKE -f - am--depfiles]) || am_rc=$? done if test $am_rc -ne 0; then AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments for automatic dependency tracking. If GNU make was not used, consider re-running the configure script with MAKE="gmake" (or whatever is necessary). You can also try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking).]) fi AS_UNSET([am_dirpart]) AS_UNSET([am_filepart]) AS_UNSET([am_mf]) AS_UNSET([am_rc]) rm -f conftest-deps.mk } ]) m4trace:/usr/share/aclocal-1.16/depout.m4:64: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) m4trace:/usr/share/aclocal-1.16/init.m4:29: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl m4_ifdef([_$0_ALREADY_INIT], [m4_fatal([$0 expanded multiple times ]m4_defn([_$0_ALREADY_INIT]))], [m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl # test to see if srcdir already configured if test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [AC_DIAGNOSE([obsolete], [$0: two- and three-arguments forms are deprecated.]) m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. m4_if( m4_ifset([AC_PACKAGE_NAME], [ok]):m4_ifset([AC_PACKAGE_VERSION], [ok]), [ok:ok],, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) AM_MISSING_PROG([AUTOCONF], [autoconf]) AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) AM_MISSING_PROG([AUTOHEADER], [autoheader]) AM_MISSING_PROG([MAKEINFO], [makeinfo]) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES([CC])], [m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES([CXX])], [m4_define([AC_PROG_CXX], m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], [_AM_DEPENDENCIES([OBJC])], [m4_define([AC_PROG_OBJC], m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], [_AM_DEPENDENCIES([OBJCXX])], [m4_define([AC_PROG_OBJCXX], m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl ]) # Variables for tags utilities; see am/tags.am if test -z "$CTAGS"; then CTAGS=ctags fi AC_SUBST([CTAGS]) if test -z "$ETAGS"; then ETAGS=etags fi AC_SUBST([ETAGS]) if test -z "$CSCOPE"; then CSCOPE=cscope fi AC_SUBST([CSCOPE]) AC_REQUIRE([AM_SILENT_RULES])dnl dnl The testsuite driver may need to know about EXEEXT, so add the dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl # POSIX will say in a future version that running "rm -f" with no argument # is OK; and we want to be able to make that assumption in our Makefile # recipes. So use an aggressive probe to check that the usage we want is # actually supported "in the wild" to an acceptable degree. # See automake bug#10828. # To make any issue more visible, cause the running configure to be aborted # by default if the 'rm' program in use doesn't match our expectations; the # user can still override this though. if rm -f && rm -fr && rm -rf; then : OK; else cat >&2 <<'END' Oops! Your 'rm' program seems unable to run without file operands specified on the command line, even when the '-f' option is present. This is contrary to the behaviour of most rm programs out there, and not conforming with the upcoming POSIX standard: Please tell bug-automake@gnu.org about your system, including the value of your $PATH and any error possibly output before this message. This can help us improve future automake versions. END if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then echo 'Configuration will proceed anyway, since you have set the' >&2 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) fi fi dnl The trailing newline in this macro's definition is deliberate, for dnl backward compatibility and to allow trailing 'dnl'-style comments dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. ]) m4trace:/usr/share/aclocal-1.16/init.m4:204: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. _am_arg=$1 _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) m4trace:/usr/share/aclocal-1.16/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi AC_SUBST([install_sh])]) m4trace:/usr/share/aclocal-1.16/lead-dot.m4:10: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) m4trace:/usr/share/aclocal-1.16/make.m4:13: -1- AC_DEFUN([AM_MAKE_INCLUDE], [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) cat > confinc.mk << 'END' am__doit: @echo this is the am__doit target >confinc.out .PHONY: am__doit END am__include="#" am__quote= # BSD make does it like this. echo '.include "confinc.mk" # ignored' > confmf.BSD # Other make implementations (GNU, Solaris 10, AIX) do it like this. echo 'include confinc.mk # ignored' > confmf.GNU _am_result=no for s in GNU BSD; do AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) AS_CASE([$?:`cat confinc.out 2>/dev/null`], ['0:this is the am__doit target'], [AS_CASE([$s], [BSD], [am__include='.include' am__quote='"'], [am__include='include' am__quote=''])]) if test "$am__include" != "#"; then _am_result="yes ($s style)" break fi done rm -f confinc.* confmf.* AC_MSG_RESULT([${_am_result}]) AC_SUBST([am__include])]) m4trace:/usr/share/aclocal-1.16/make.m4:42: -1- m4_pattern_allow([^am__quote$]) m4trace:/usr/share/aclocal-1.16/missing.m4:11: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) m4trace:/usr/share/aclocal-1.16/missing.m4:20: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl if test x"${MISSING+set}" != xset; then MISSING="\${SHELL} '$am_aux_dir/missing'" fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= AC_MSG_WARN(['missing' script is too old or missing]) fi ]) m4trace:/usr/share/aclocal-1.16/options.m4:11: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) m4trace:/usr/share/aclocal-1.16/options.m4:17: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])]) m4trace:/usr/share/aclocal-1.16/options.m4:23: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) m4trace:/usr/share/aclocal-1.16/options.m4:29: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) m4trace:/usr/share/aclocal-1.16/prog-cc-c-o.m4:12: -1- AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([compile])dnl AC_LANG_PUSH([C])dnl AC_CACHE_CHECK( [whether $CC understands -c and -o together], [am_cv_prog_cc_c_o], [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i]) if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi AC_LANG_POP([C])]) m4trace:/usr/share/aclocal-1.16/prog-cc-c-o.m4:47: -1- AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) m4trace:/usr/share/aclocal-1.16/python.m4:35: -1- AC_DEFUN([AM_PATH_PYTHON], [ dnl Find a Python interpreter. Python versions prior to 2.0 are not dnl supported. (2.0 was released on October 16, 2000). m4_define_default([_AM_PYTHON_INTERPRETER_LIST], [python python2 python3 dnl python3.11 python3.10 dnl python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 dnl python3.2 python3.1 python3.0 dnl python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 dnl python2.0]) AC_ARG_VAR([PYTHON], [the Python interpreter]) m4_if([$1],[],[ dnl No version check is needed. # Find any Python interpreter. if test -z "$PYTHON"; then AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST, :) fi am_display_PYTHON=python ], [ dnl A version check is needed. if test -n "$PYTHON"; then # If the user set $PYTHON, use it and don't search something else. AC_MSG_CHECKING([whether $PYTHON version is >= $1]) AM_PYTHON_CHECK_VERSION([$PYTHON], [$1], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]) AC_MSG_ERROR([Python interpreter is too old])]) am_display_PYTHON=$PYTHON else # Otherwise, try each interpreter until we find one that satisfies # VERSION. AC_CACHE_CHECK([for a Python interpreter with version >= $1], [am_cv_pathless_PYTHON],[ for am_cv_pathless_PYTHON in _AM_PYTHON_INTERPRETER_LIST none; do test "$am_cv_pathless_PYTHON" = none && break AM_PYTHON_CHECK_VERSION([$am_cv_pathless_PYTHON], [$1], [break]) done]) # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON. if test "$am_cv_pathless_PYTHON" = none; then PYTHON=: else AC_PATH_PROG([PYTHON], [$am_cv_pathless_PYTHON]) fi am_display_PYTHON=$am_cv_pathless_PYTHON fi ]) if test "$PYTHON" = :; then dnl Run any user-specified action, or abort. m4_default([$3], [AC_MSG_ERROR([no suitable Python interpreter found])]) else dnl Query Python for its version number. Although site.py simply uses dnl sys.version[:3], printing that failed with Python 3.10, since the dnl trailing zero was eliminated. So now we output just the major dnl and minor version numbers, as numbers. Apparently the tertiary dnl version is not of interest. dnl AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version], [am_cv_python_version=`$PYTHON -c "import sys; print ('%u.%u' % sys.version_info[[:2]])"`]) AC_SUBST([PYTHON_VERSION], [$am_cv_python_version]) dnl At times, e.g., when building shared libraries, you may want dnl to know which OS platform Python thinks this is. dnl AC_CACHE_CHECK([for $am_display_PYTHON platform], [am_cv_python_platform], [am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`]) AC_SUBST([PYTHON_PLATFORM], [$am_cv_python_platform]) dnl emacs-page dnl If --with-python-sys-prefix is given, use the values of sys.prefix dnl and sys.exec_prefix for the corresponding values of PYTHON_PREFIX dnl and PYTHON_EXEC_PREFIX. Otherwise, use the GNU ${prefix} and dnl ${exec_prefix} variables. dnl dnl The two are made distinct variables so they can be overridden if dnl need be, although general consensus is that you shouldn't need dnl this separation. dnl dnl Also allow directly setting the prefixes via configure options, dnl overriding any default. dnl if test "x$prefix" = xNONE; then am__usable_prefix=$ac_default_prefix else am__usable_prefix=$prefix fi # Allow user to request using sys.* values from Python, # instead of the GNU $prefix values. AC_ARG_WITH([python-sys-prefix], [AS_HELP_STRING([--with-python-sys-prefix], [use Python's sys.prefix and sys.exec_prefix values])], [am_use_python_sys=:], [am_use_python_sys=false]) # Allow user to override whatever the default Python prefix is. AC_ARG_WITH([python_prefix], [AS_HELP_STRING([--with-python_prefix], [override the default PYTHON_PREFIX])], [am_python_prefix_subst=$withval am_cv_python_prefix=$withval AC_MSG_CHECKING([for explicit $am_display_PYTHON prefix]) AC_MSG_RESULT([$am_cv_python_prefix])], [ if $am_use_python_sys; then # using python sys.prefix value, not GNU AC_CACHE_CHECK([for python default $am_display_PYTHON prefix], [am_cv_python_prefix], [am_cv_python_prefix=`$PYTHON -c "import sys; sys.stdout.write(sys.prefix)"`]) dnl If sys.prefix is a subdir of $prefix, replace the literal value of dnl $prefix with a variable reference so it can be overridden. case $am_cv_python_prefix in $am__usable_prefix*) am__strip_prefix=`echo "$am__usable_prefix" | sed 's|.|.|g'` am_python_prefix_subst=`echo "$am_cv_python_prefix" | sed "s,^$am__strip_prefix,\\${prefix},"` ;; *) am_python_prefix_subst=$am_cv_python_prefix ;; esac else # using GNU prefix value, not python sys.prefix am_python_prefix_subst='${prefix}' am_python_prefix=$am_python_prefix_subst AC_MSG_CHECKING([for GNU default $am_display_PYTHON prefix]) AC_MSG_RESULT([$am_python_prefix]) fi]) # Substituting python_prefix_subst value. AC_SUBST([PYTHON_PREFIX], [$am_python_prefix_subst]) # emacs-page Now do it all over again for Python exec_prefix, but with yet # another conditional: fall back to regular prefix if that was specified. AC_ARG_WITH([python_exec_prefix], [AS_HELP_STRING([--with-python_exec_prefix], [override the default PYTHON_EXEC_PREFIX])], [am_python_exec_prefix_subst=$withval am_cv_python_exec_prefix=$withval AC_MSG_CHECKING([for explicit $am_display_PYTHON exec_prefix]) AC_MSG_RESULT([$am_cv_python_exec_prefix])], [ # no explicit --with-python_exec_prefix, but if # --with-python_prefix was given, use its value for python_exec_prefix too. AS_IF([test -n "$with_python_prefix"], [am_python_exec_prefix_subst=$with_python_prefix am_cv_python_exec_prefix=$with_python_prefix AC_MSG_CHECKING([for python_prefix-given $am_display_PYTHON exec_prefix]) AC_MSG_RESULT([$am_cv_python_exec_prefix])], [ # Set am__usable_exec_prefix whether using GNU or Python values, # since we use that variable for pyexecdir. if test "x$exec_prefix" = xNONE; then am__usable_exec_prefix=$am__usable_prefix else am__usable_exec_prefix=$exec_prefix fi # if $am_use_python_sys; then # using python sys.exec_prefix, not GNU AC_CACHE_CHECK([for python default $am_display_PYTHON exec_prefix], [am_cv_python_exec_prefix], [am_cv_python_exec_prefix=`$PYTHON -c "import sys; sys.stdout.write(sys.exec_prefix)"`]) dnl If sys.exec_prefix is a subdir of $exec_prefix, replace the dnl literal value of $exec_prefix with a variable reference so it can dnl be overridden. case $am_cv_python_exec_prefix in $am__usable_exec_prefix*) am__strip_prefix=`echo "$am__usable_exec_prefix" | sed 's|.|.|g'` am_python_exec_prefix_subst=`echo "$am_cv_python_exec_prefix" | sed "s,^$am__strip_prefix,\\${exec_prefix},"` ;; *) am_python_exec_prefix_subst=$am_cv_python_exec_prefix ;; esac else # using GNU $exec_prefix, not python sys.exec_prefix am_python_exec_prefix_subst='${exec_prefix}' am_python_exec_prefix=$am_python_exec_prefix_subst AC_MSG_CHECKING([for GNU default $am_display_PYTHON exec_prefix]) AC_MSG_RESULT([$am_python_exec_prefix]) fi])]) # Substituting python_exec_prefix_subst. AC_SUBST([PYTHON_EXEC_PREFIX], [$am_python_exec_prefix_subst]) # Factor out some code duplication into this shell variable. am_python_setup_sysconfig="\ import sys # Prefer sysconfig over distutils.sysconfig, for better compatibility # with python 3.x. See automake bug#10227. try: import sysconfig except ImportError: can_use_sysconfig = 0 else: can_use_sysconfig = 1 # Can't use sysconfig in CPython 2.7, since it's broken in virtualenvs: # try: from platform import python_implementation if python_implementation() == 'CPython' and sys.version[[:3]] == '2.7': can_use_sysconfig = 0 except ImportError: pass" dnl emacs-page Set up 4 directories: dnl 1. pythondir: where to install python scripts. This is the dnl site-packages directory, not the python standard library dnl directory like in previous automake betas. This behavior dnl is more consistent with lispdir.m4 for example. dnl Query distutils for this directory. dnl AC_CACHE_CHECK([for $am_display_PYTHON script directory (pythondir)], [am_cv_python_pythondir], [if test "x$am_cv_python_prefix" = x; then am_py_prefix=$am__usable_prefix else am_py_prefix=$am_cv_python_prefix fi am_cv_python_pythondir=`$PYTHON -c " $am_python_setup_sysconfig if can_use_sysconfig: if hasattr(sysconfig, 'get_default_scheme'): scheme = sysconfig.get_default_scheme() else: scheme = sysconfig._get_default_scheme() if scheme == 'posix_local': # Debian's default scheme installs to /usr/local/ but we want to find headers in /usr/ scheme = 'posix_prefix' sitedir = sysconfig.get_path('purelib', scheme, vars={'base':'$am_py_prefix'}) else: from distutils import sysconfig sitedir = sysconfig.get_python_lib(0, 0, prefix='$am_py_prefix') sys.stdout.write(sitedir)"` # case $am_cv_python_pythondir in $am_py_prefix*) am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'` am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,\\${PYTHON_PREFIX},"` ;; *) case $am_py_prefix in /usr|/System*) ;; *) am_cv_python_pythondir="\${PYTHON_PREFIX}/lib/python$PYTHON_VERSION/site-packages" ;; esac ;; esac ]) AC_SUBST([pythondir], [$am_cv_python_pythondir]) dnl 2. pkgpythondir: $PACKAGE directory under pythondir. Was dnl PYTHON_SITE_PACKAGE in previous betas, but this naming is dnl more consistent with the rest of automake. dnl AC_SUBST([pkgpythondir], [\${pythondir}/$PACKAGE]) dnl 3. pyexecdir: directory for installing python extension modules dnl (shared libraries). dnl Query distutils for this directory. dnl AC_CACHE_CHECK([for $am_display_PYTHON extension module directory (pyexecdir)], [am_cv_python_pyexecdir], [if test "x$am_cv_python_exec_prefix" = x; then am_py_exec_prefix=$am__usable_exec_prefix else am_py_exec_prefix=$am_cv_python_exec_prefix fi am_cv_python_pyexecdir=`$PYTHON -c " $am_python_setup_sysconfig if can_use_sysconfig: if hasattr(sysconfig, 'get_default_scheme'): scheme = sysconfig.get_default_scheme() else: scheme = sysconfig._get_default_scheme() if scheme == 'posix_local': # Debian's default scheme installs to /usr/local/ but we want to find headers in /usr/ scheme = 'posix_prefix' sitedir = sysconfig.get_path('platlib', scheme, vars={'platbase':'$am_py_exec_prefix'}) else: from distutils import sysconfig sitedir = sysconfig.get_python_lib(1, 0, prefix='$am_py_exec_prefix') sys.stdout.write(sitedir)"` # case $am_cv_python_pyexecdir in $am_py_exec_prefix*) am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'` am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,\\${PYTHON_EXEC_PREFIX},"` ;; *) case $am_py_exec_prefix in /usr|/System*) ;; *) am_cv_python_pyexecdir="\${PYTHON_EXEC_PREFIX}/lib/python$PYTHON_VERSION/site-packages" ;; esac ;; esac ]) AC_SUBST([pyexecdir], [$am_cv_python_pyexecdir]) dnl 4. pkgpyexecdir: $(pyexecdir)/$(PACKAGE) dnl AC_SUBST([pkgpyexecdir], [\${pyexecdir}/$PACKAGE]) dnl Run any user-specified action. $2 fi ]) m4trace:/usr/share/aclocal-1.16/python.m4:353: -1- AC_DEFUN([AM_PYTHON_CHECK_VERSION], [prog="import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '$2'.split('.'))) + [[0, 0, 0]] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[[i]] sys.exit(sys.hexversion < minverhex)" AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])]) m4trace:/usr/share/aclocal-1.16/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD (exit $ac_status); }]) m4trace:/usr/share/aclocal-1.16/sanity.m4:11: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[[\\\"\#\$\&\'\`$am_lf]]*) AC_MSG_ERROR([unsafe absolute working directory name]);; esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; esac # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$[*]" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi if test "$[2]" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$[2]" = conftest.file ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi AC_MSG_RESULT([yes]) # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi AC_CONFIG_COMMANDS_PRE( [AC_MSG_CHECKING([that generated files are newer than configure]) if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi AC_MSG_RESULT([done])]) rm -f conftest.file ]) m4trace:/usr/share/aclocal-1.16/silent.m4:12: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl AS_HELP_STRING( [--enable-silent-rules], [less verbose build output (undo: "make V=1")]) AS_HELP_STRING( [--disable-silent-rules], [verbose build output (undo: "make V=0")])dnl ]) case $enable_silent_rules in @%:@ ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; esac dnl dnl A few 'make' implementations (e.g., NonStop OS and NextStep) dnl do not support nested variable expansions. dnl See automake bug#9928 and bug#10237. am_make=${MAKE-make} AC_CACHE_CHECK([whether $am_make supports nested variables], [am_cv_make_support_nested_variables], [if AS_ECHO([['TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi]) if test $am_cv_make_support_nested_variables = yes; then dnl Using '$V' instead of '$(V)' breaks IRIX make. AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AC_SUBST([AM_V])dnl AM_SUBST_NOTMAKE([AM_V])dnl AC_SUBST([AM_DEFAULT_V])dnl AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) m4trace:/usr/share/aclocal-1.16/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) m4trace:/usr/share/aclocal-1.16/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE]) m4trace:/usr/share/aclocal-1.16/substnot.m4:17: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) m4trace:/usr/share/aclocal-1.16/tar.m4:23: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AC_SUBST([AMTAR], ['$${TAR-tar}']) # We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' m4_if([$1], [v7], [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar], [# The POSIX 1988 'ustar' format is defined with fixed-size fields. # There is notably a 21 bits limit for the UID and the GID. In fact, # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 # and bug#13588). am_max_uid=2097151 # 2^21 - 1 am_max_gid=$am_max_uid # The $UID and $GID variables are not portable, so we need to resort # to the POSIX-mandated id(1) utility. Errors in the 'id' calls # below are definitely unexpected, so allow the users to see them # (that is, avoid stderr redirection). am_uid=`id -u || echo unknown` am_gid=`id -g || echo unknown` AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) if test $am_uid -le $am_max_uid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) if test $am_gid -le $am_max_gid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi], [pax], [], [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) # Go ahead even if we have the value already cached. We do so because we # need to set the values for the 'am__tar' and 'am__untar' variables. _am_tools=${am_cv_prog_tar_$1-$_am_tools} for _am_tool in $_am_tools; do case $_am_tool in gnutar) for _am_tar in tar gnutar gtar; do AM_RUN_LOG([$_am_tar --version]) && break done am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' am__untar="$_am_tar -xf -" ;; plaintar) # Must skip GNU tar: if it does not support --format= it doesn't create # ustar tarball either. (tar --version) >/dev/null 2>&1 && continue am__tar='tar chf - "$$tardir"' am__tar_='tar chf - "$tardir"' am__untar='tar xf -' ;; pax) am__tar='pax -L -x $1 -w "$$tardir"' am__tar_='pax -L -x $1 -w "$tardir"' am__untar='pax -r' ;; cpio) am__tar='find "$$tardir" -print | cpio -o -H $1 -L' am__tar_='find "$tardir" -print | cpio -o -H $1 -L' am__untar='cpio -i -H $1 -d' ;; none) am__tar=false am__tar_=false am__untar=false ;; esac # If the value was cached, stop now. We just wanted to have am__tar # and am__untar set. test -n "${am_cv_prog_tar_$1}" && break # tar/untar a dummy directory, and stop if the command works. rm -rf conftest.dir mkdir conftest.dir echo GrepMe > conftest.dir/file AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) rm -rf conftest.dir if test -s conftest.tar; then AM_RUN_LOG([$am__untar /dev/null 2>&1 && break fi done rm -rf conftest.dir AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) AC_MSG_RESULT([$am_cv_prog_tar_$1])]) AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) m4trace:config/oac/oac_assert.m4:17: -1- AC_DEFUN([OAC_ASSERT_LITERAL], [AS_LITERAL_IF([$1], [], [m4_fatal([argument $2 ($1) must be a literal])])]) m4trace:config/oac/oac_assert.m4:30: -1- AC_DEFUN([OAC_ASSERT_BEFORE], [AC_PROVIDE_IFELSE([$1], [], [m4_fatal([$1 must be evaluated before $2])])]) m4trace:config/oac/oac_assert.m4:41: -1- AC_DEFUN([OAC_ASSERT_PREFIX_DEFINED], [m4_ifdef([_oac_program_prefix], [], [m4_fatal([OAC prefix not defined. Evaluate OAC_PUSH_PREFIX before evaluating $1])])]) m4trace:config/oac/oac_check_os_flavors.m4:21: -1- AC_DEFUN([OAC_CHECK_OS_FLAVOR_SPECIFIC], [ AC_MSG_CHECKING([$1]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM( [[#ifndef $1 #this is not $1, error #endif ]])], [oac_found_$2=yes], [oac_found_$2=no]) AC_MSG_RESULT([$oac_found_$2]) ]) m4trace:config/oac/oac_check_os_flavors.m4:38: -1- AC_DEFUN([OAC_CHECK_OS_FLAVORS], [ OAC_CHECK_OS_FLAVOR_SPECIFIC([__NetBSD__], [netbsd]) OAC_CHECK_OS_FLAVOR_SPECIFIC([__FreeBSD__], [freebsd]) OAC_CHECK_OS_FLAVOR_SPECIFIC([__OpenBSD__], [openbsd]) OAC_CHECK_OS_FLAVOR_SPECIFIC([__DragonFly__], [dragonfly]) OAC_CHECK_OS_FLAVOR_SPECIFIC([__386BSD__], [386bsd]) OAC_CHECK_OS_FLAVOR_SPECIFIC([__bsdi__], [bsdi]) OAC_CHECK_OS_FLAVOR_SPECIFIC([__APPLE__], [apple]) OAC_CHECK_OS_FLAVOR_SPECIFIC([__linux__], [linux]) OAC_CHECK_OS_FLAVOR_SPECIFIC([__sun__], [sun]) AS_IF([test "$oac_found_sun" = "no"], OAC_CHECK_OS_FLAVOR_SPECIFIC([__sun], [sun])) AS_IF([test "$oac_found_sun" = "yes"], [oac_have_solaris=1 CFLAGS="$CFLAGS -D_REENTRANT" CPPFLAGS="$CPPFLAGS -D_REENTRANT"], [oac_have_solaris=0]) AC_DEFINE_UNQUOTED([OAC_HAVE_SOLARIS], [$oac_have_solaris], [Whether or not we have solaris]) AM_CONDITIONAL(OAC_HAVE_SOLARIS, test "$oac_have_solaris" = "1") AS_IF([test "$oac_found_apple" = "yes"], [oac_have_apple=1], [oac_have_apple=0]) AC_DEFINE_UNQUOTED([OAC_HAVE_APPLE], [$oac_have_apple], [Whether or not we have apple]) AM_CONDITIONAL(OAC_HAVE_APPLE, test "$oac_have_apple" = "1") ]) m4trace:config/oac/oac_check_package.m4:98: -1- AC_DEFUN([OAC_CHECK_PACKAGE], [ # ****************************** START CHECK PACKAGE FOR $1 ****************************** AC_REQUIRE([_OAC_CHECK_PACKAGE_STATIC_CHECK]) OAC_ASSERT_LITERAL([$1])dnl OAC_ASSERT_LITERAL([$2])dnl OAC_VAR_SCOPE_PUSH([check_package_$2_save_CPPFLAGS check_package_$2_save_LDFLAGS check_package_$2_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) check_package_$2_save_CPPFLAGS="${CPPFLAGS}" check_package_$2_save_LDFLAGS="${LDFLAGS}" check_package_$2_save_LIBS="${LIBS}" $2_CPPFLAGS= $2_LDFLAGS= $2_STATIC_LDFLAGS= $2_LIBS= $2_STATIC_LIBS= AS_UNSET([$2_PC_MODULES]) check_package_happy=1 check_package_have_flags=0 check_package_type= # build a sane environment AS_IF([test "$with_$1" = "no"], [AC_MSG_NOTICE([Package $1 disabled by user]) check_package_happy=0], [test "${with_$1}" = "yes"], [check_package_prefix=], [check_package_prefix="${with_$1}"]) check_package_libdir= AS_IF([test "${with_$1_libdir}" = "no" -o "${with_$1_libdir}" = "yes"], [AC_MSG_ERROR(["yes" or "no" are not valid arguments for --with-$1-libdir])], [test -n "${with_$1_libdir}"], [check_package_libdir="${with_$1_libdir}"]) check_package_incdir= AS_IF([test "${with_$1_incdir}" = "no" -o "${with_$1_incdir}" = "yes"], [AC_MSG_ERROR(["yes" or "no" are not valid arguments for --with-$1-incdir])], [test -n "${with_$1_incdir}"], [check_package_incdir="${with_$1_incdir}"]) AS_IF([test ${check_package_happy} -eq 1 -a ${check_package_have_flags} -eq 0], [_OAC_CHECK_PACKAGE_PKGCONFIG([$1], [$2], [check_package_type="pkg-config" check_package_have_flags=1])]) AS_IF([test ${check_package_happy} -eq 1 -a ${check_package_have_flags} -eq 0], [_OAC_CHECK_PACKAGE_WRAPPER_COMPILER([$1], [$2], [check_package_type="wrapper compiler" check_package_have_flags=1])]) AS_IF([test ${check_package_happy} -eq 1 -a ${check_package_have_flags} -eq 0], [_OAC_CHECK_PACKAGE_GENERIC([$1], [$2], [$3], [$4], [check_package_type="" check_package_have_flags=1])]) AS_IF([test ${check_package_have_flags} -eq 0], [check_package_happy=0]) AS_IF([test ${check_package_happy} -eq 1 -a "${oac_cv_check_package_static_linker_flag}" = "yes"], [AC_MSG_NOTICE([Copying STATIC_LIBS and STATIC_LDFLAGS to LIBS and LDFLAGS because static linking]) OAC_APPEND([$2_LDFLAGS], [${$2_STATIC_LDFLAGS}]) OAC_APPEND([$2_LIBS], [${$2_STATIC_LIBS}])]) AS_IF([test ${check_package_happy} -eq 1], [_OAC_CHECK_PACKAGE_VERIFY([$1], [$2], [$3], [$5], [check_package_happy=1], [check_package_happy=0])]) $2_DETECT_METHOD="${check_package_type}" AS_IF([test -n "${check_package_type}"], [check_package_type="${check_package_type}: "]) AS_IF([test ${check_package_happy} -eq 1], [AS_IF([test -z "${check_package_prefix}"], [$2_SUMMARY="yes (${check_package_type}default search paths)"], [$2_SUMMARY="yes (${check_package_type}${check_package_prefix})"]) $6], [AS_IF([test "${with_$1}" = "no"], [$2_SUMMARY="no (explicitly disabled)"], [$2_SUMMARY="no (not found)"]) AS_UNSET([$2_CPPFLAGS]) AS_UNSET([$2_LDFLAGS]) AS_UNSET([$2_STATIC_LDFLAGS]) AS_UNSET([$2_LIBS]) AS_UNSET([$2_STATIC_LIBS]) $7]) CPPFLAGS="${check_package_$2_save_CPPFLAGS}" LDFLAGS="${check_package_$2_save_LDFLAGS}" LIBS="${check_package_$2_save_LIBS}" OAC_VAR_SCOPE_POP # ****************************** END CHECK PACKAGE FOR $1 ****************************** ]) m4trace:config/oac/oac_check_package.m4:224: -1- AC_DEFUN([OAC_CHECK_PACKAGE_PARSE_PKGCONFIG], [ AC_REQUIRE([_OAC_CHECK_PACKAGE_PKGCONFIG_INIT]) OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) AC_CACHE_CHECK([if $1 pkg-config module exists], [oac_cv_check_package_$1_pkg_config_exists], [_OAC_CHECK_PACKAGE_PKGCONFIG_RUN([$3], [--exists], [check_package_pkgconfig_internal_result], [$2_PC_MODULES=$3 oac_cv_check_package_$1_pkg_config_exists=yes], [oac_cv_check_package_$1_pkg_config_exists=no])]) # if pkg-config --exists works, but getting one of the standard flags fails, we consider # that a hard failure. It should not happen, outside of a weird system configuration # issue where we're probably not going to like the results anyway. AS_IF([test "${oac_cv_check_package_$1_pkg_config_exists}" = "yes"], [AC_CACHE_CHECK([for $1 pkg-config cflags], [oac_cv_check_package_$1_pkg_config_cppflags], [_OAC_CHECK_PACKAGE_PKGCONFIG_RUN([$3], [--cflags], [oac_cv_check_package_$1_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving $1 cppflags from pkg-config])])]) $2_CPPFLAGS="${oac_cv_check_package_$1_pkg_config_cppflags}" AC_CACHE_CHECK([for $1 pkg-config ldflags], [oac_cv_check_package_$1_pkg_config_ldflags], [_OAC_CHECK_PACKAGE_PKGCONFIG_RUN([$3], [--libs-only-L --libs-only-other], [oac_cv_check_package_$1_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving $1 ldflags from pkg-config])])]) $2_LDFLAGS="${oac_cv_check_package_$1_pkg_config_ldflags}" AC_CACHE_CHECK([for $1 pkg-config static ldflags], [oac_cv_check_package_$1_pkg_config_static_ldflags], [_OAC_CHECK_PACKAGE_PKGCONFIG_RUN([$3], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_$1_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving $1 static ldflags from pkg-config])])]) $2_STATIC_LDFLAGS="${oac_cv_check_package_$1_pkg_config_static_ldflags}" AC_CACHE_CHECK([for $1 pkg-config libs], [oac_cv_check_package_$1_pkg_config_libs], [_OAC_CHECK_PACKAGE_PKGCONFIG_RUN([$3], [--libs-only-l], [oac_cv_check_package_$1_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving $1 libs from pkg-config])])]) $2_LIBS="${oac_cv_check_package_$1_pkg_config_libs}" AC_CACHE_CHECK([for $1 pkg-config static libs], [oac_cv_check_package_$1_pkg_config_static_libs], [_OAC_CHECK_PACKAGE_PKGCONFIG_RUN([$3], [--static --libs-only-l], [oac_cv_check_package_$1_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving $1 libs from pkg-config])])]) $2_STATIC_LIBS="${oac_cv_check_package_$1_pkg_config_static_libs}" $4]) OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_check_package.m4:302: -1- AC_DEFUN([OAC_CHECK_PACKAGE_INVALIDATE_GENERIC_CACHE], [ OAC_VAR_SCOPE_PUSH([check_package_verify_search_header]) dnl today, all we cache in the generic case is the header and func libs check_package_verify_search_header=`echo "$3" | cut -f1 -d' '` AS_UNSET([ac_cv_header_]AS_TR_SH([${check_package_verify_search_header}])) AS_UNSET([ac_cv_func_$4]) OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_check_package.m4:343: -1- AC_DEFUN([OAC_CHECK_PACKAGE_VERIFY_COMMANDS], [m4_append([OAC_CHECK_PACKAGE_VERIFY_COMMAND_LIST], m4_dquote([$1]), [,])]) m4trace:config/oac/oac_check_package.m4:349: -1- AC_DEFUN([_OAC_CHECK_PACKAGE_STATIC_CHECK], [OAC_LINKER_STATIC_CHECK([oac_cv_check_package_static_linker_flag=yes], [oac_cv_check_package_static_linker_flag=no])]) m4trace:config/oac/oac_check_package.m4:357: -1- AC_DEFUN([_OAC_CHECK_PACKAGE_PKGCONFIG_INIT], [AC_CHECK_PROG([PKG_CONFIG], [pkg-config], [pkg-config])]) m4trace:config/oac/oac_check_package.m4:364: -1- AC_DEFUN([_OAC_CHECK_PACKAGE_PKGCONFIG], [ m4_ifdef([$1_pkgconfig_module], [m4_define([pcname], [$1_pkgconfig_module])], [m4_define([pcname], [$1])]) AS_IF([test "${$1_USE_PKG_CONFIG}" != "0"], [# search for the package using pkg-config. If the user provided a # --with-$1 or --with-$1-libdir argument, be explicit about where # we look for the pkg-config file, so we don't find the wrong one. # If they specified --with-$1 only, we look in # prefix/lib64/pkgconfig and if we don't find a file there, assume # prefix/lib is the right answer. AC_CACHE_CHECK([for $1 pkg-config name], [oac_cv_check_package_$1_pcfilename], [oac_cv_check_package_$1_pcfilename="pcname" AS_IF([test -n "${check_package_libdir}"], [oac_cv_check_package_$1_pcfilename="${check_package_libdir}/pkgconfig/pcname.pc"], [test -z "${check_package_prefix}"], [oac_cv_check_package_$1_pcfilename="pcname"], [test -r "${check_package_prefix}/lib/pkgconfig/pcname.pc" -a -r "${check_package_prefix}/lib64/pkgconfig/pcname.pc"], [AS_IF([test ! -L "${check_package_prefix}/lib" && test ! -L "${check_package_prefix}/lib64"], [AC_MSG_ERROR([Found pcname in both ${check_package_prefix}/lib/pkgconfig and ${check_package_prefix}/lib64/pkgconfig. This is confusing. Please add --with-$1-libdir=PATH to configure to help disambiguate.])], [check_package_cv_$1_pcfilename="${check_package_prefix}/lib/pkgconfig/pcname.pc"])], [test -r "${check_package_prefix}/lib64/pkgconfig/pcname.pc"], [oac_cv_check_package_$1_pcfilename="${check_package_prefix}/lib64/pkgconfig/pcname.pc"], [oac_cv_check_package_$1_pcfilename="${check_package_prefix}/lib/pkgconfig/pcname.pc"])]) OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([$1], [$2], [${oac_cv_check_package_$1_pcfilename}], [$3])]) ]) m4trace:config/oac/oac_check_package.m4:401: -1- AC_DEFUN([_OAC_CHECK_PACKAGE_PKGCONFIG_RUN], [ OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) check_package_pkgconfig_run_happy=no AS_IF([test -n "${PKG_CONFIG}"], [OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} $2 $1 2>&1`], [AS_VAR_COPY([$3], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1])]) AS_IF([test "${check_package_pkgconfig_run_happy}" = "yes"], [$4], [$5]) OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_check_package.m4:422: -1- AC_DEFUN([_OAC_CHECK_PACKAGE_WRAPPER_COMPILER], [ m4_ifdef([$1_wrapper_compiler], [m4_define([wrapper_compiler_name], [$1_wrapper_compiler])], [m4_define([wrapper_compiler_name], [$1cc])]) AS_IF([test "${$1_USE_WRAPPER_COMPILER}" = "1"], [# search for the package using wrapper compilers. If the user # provided a --with-$1 argument, be explicit about where we look # for the compiler, so we don't find the wrong one. AC_CACHE_CHECK([for $1 wrapper compiler], [oac_cv_check_package_$1_wrapper_compiler], [AS_IF([test -z "${check_package_prefix}"], [oac_cv_check_package_$1_wrapper_compiler="wrapper_compiler_name"], [oac_cv_check_package_$1_wrapper_compiler="${check_package_prefix}/bin/wrapper_compiler_name"])]) _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([$1], [$2], [${oac_cv_check_package_$1_wrapper_compiler}], [$3])]) ]) m4trace:config/oac/oac_check_package.m4:443: -1- AC_DEFUN([_OAC_CHECK_PACKAGE_WRAPPER_INTERNAL], [ OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) AC_CACHE_CHECK([if $1 wrapper compiler works], [oac_cv_check_package_$1_wrapper_compiler_works], [_OAC_CHECK_PACKAGE_WRAPPER_RUN([$3], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_$1_wrapper_compiler_works=yes], [oac_cv_check_package_$1_wrapper_compiler_works=no])]) # if wrapper --showme:version works, but getting one of the standard flags fails, we consider # that a hard failure. It should not happen, outside of a weird system configuration # issue where we're probably not going to like the results anyway. AS_IF([test ${oac_cv_check_package_$1_wrapper_compiler_works} = "yes"], [AC_CACHE_CHECK([for $1 wrapper compiler cppflags], [oac_cv_check_package_$1_wrapper_compiler_cppflags], [_OAC_CHECK_PACKAGE_WRAPPER_RUN([$3], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_$1_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving $1 cppflags from wrapper compiler])])]) $2_CPPFLAGS="${oac_cv_check_package_$1_wrapper_compiler_cppflags}" AC_CACHE_CHECK([for $1 wrapper compiler ldflags], [oac_cv_check_package_$1_wrapper_compiler_ldflags], [_OAC_CHECK_PACKAGE_WRAPPER_RUN([$3], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_$1_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving $1 ldflags from wrapper compiler])])]) $2_LDFLAGS="${oac_cv_check_package_$1_wrapper_compiler_ldflags}" AC_CACHE_CHECK([for $1 wrapper compiler static ldflags], [oac_cv_check_package_$1_wrapper_compiler_static_ldflags], [_OAC_CHECK_PACKAGE_WRAPPER_RUN([$3], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_$1_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving $1 static ldflags from wrapper compiler])])]) $2_STATIC_LDFLAGS="${oac_cv_check_package_$1_wrapper_compiler_static_ldflags}" AC_CACHE_CHECK([for $1 wrapper compiler libs], [oac_cv_check_package_$1_wrapper_compiler_libs], [_OAC_CHECK_PACKAGE_WRAPPER_RUN([$3], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_$1_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving $1 libs from wrapper compiler])])]) $2_LIBS="$oac_cv_check_package_$1_wrapper_compiler_libs" AC_CACHE_CHECK([for $1 wrapper compiler static libs], [oac_cv_check_package_$1_wrapper_compiler_static_libs], [_OAC_CHECK_PACKAGE_WRAPPER_RUN([$3], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_$1_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving $1 static libs from wrapper compiler])])]) $2_STATIC_LIBS="${oac_cv_check_package_$1_wrapper_compiler_static_libs}" $4]) OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_check_package.m4:521: -1- AC_DEFUN([_OAC_CHECK_PACKAGE_WRAPPER_RUN], [ OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) OAC_LOG_COMMAND([check_package_wrapper_run_results=`$1 $2 2>&1`], [AS_VAR_COPY([$3], [check_package_wrapper_run_results]) $4], [$5]) OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_check_package.m4:540: -1- AC_DEFUN([_OAC_CHECK_PACKAGE_GENERIC], [ OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) check_package_generic_happy=0 AS_IF([test -n "${check_package_prefix}"], [_OAC_CHECK_PACKAGE_GENERIC_PREFIX([$1], [$2], [$3], [$4], [check_package_generic_happy=1])], [AC_MSG_NOTICE([Searching for $1 in default search paths]) $1_CPPFLAGS= $1_LDFLAGS= check_package_generic_happy=1]) AS_IF([test ${check_package_generic_happy} -eq 1], [for check_package_generic_lib in $4 ; do check_package_generic_lib=`echo ${check_package_generic_lib} | sed -e 's/^-l//'` OAC_APPEND([$2_LIBS], ["-l${check_package_generic_lib}"]) OAC_APPEND([$2_STATIC_LIBS], ["-l${check_package_generic_lib}"]) done AC_MSG_CHECKING([for $1 cppflags]) AC_MSG_RESULT([$$2_CPPFLAGS]) AC_MSG_CHECKING([for $1 ldflags]) AC_MSG_RESULT([$$2_LDFLAGS]) AC_MSG_CHECKING([for $1 libs]) AC_MSG_RESULT([$$2_LIBS]) AC_MSG_CHECKING([for $1 static libs]) AC_MSG_RESULT([$$2_STATIC_LIBS]) $5]) OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_check_package.m4:577: -1- AC_DEFUN([_OAC_CHECK_PACKAGE_GENERIC_PREFIX], [ OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) check_package_generic_search_header=`echo "$3" | cut -f1 -d' '` check_package_generic_search_lib=`echo "$4" | cut -f1 -d' ' | sed -e 's/^-l//'` check_package_generic_prefix_happy=0 AS_IF([test -n "${check_package_incdir}"], [check_package_generic_incdir="${check_package_incdir}"], [check_package_generic_incdir="${check_package_prefix}/include"]) AC_MSG_CHECKING([for $1 header at ${check_package_generic_incdir}]) AS_IF([test -r ${check_package_generic_incdir}/${check_package_generic_search_header}], [check_package_generic_prefix_happy=1 $2_CPPFLAGS="-I${check_package_generic_incdir}" AC_MSG_RESULT([found])], [AC_MSG_RESULT([not found])]) AS_IF([test ${check_package_generic_prefix_happy} -eq 1], [check_package_generic_prefix_happy=0 AS_IF([test -n "${check_package_libdir}"], [AC_MSG_CHECKING([for $1 library (${check_package_generic_search_lib}) in ${check_package_libdir}]) ls ${check_package_libdir}/lib${check_package_generic_search_lib}.* 1>&/dev/null 2>&1 AS_IF([test $? -eq 0], [check_package_generic_prefix_happy=1 $2_LDFLAGS="-L${check_package_libdir}" AC_MSG_RESULT([found])], [AC_MSG_RESULT([not found])])], [check_package_generic_prefix_lib=0 check_package_generic_prefix_lib64=0 ls ${check_package_prefix}/lib/lib${check_package_generic_search_lib}.* 1>&/dev/null 2>&1 AS_IF([test $? -eq 0], [check_package_generic_prefix_lib=1]) ls ${check_package_prefix}/lib64/lib${check_package_generic_search_lib}.* 1>&/dev/null 2>&1 AS_IF([test $? -eq 0], [check_package_generic_prefix_lib64=1]) AC_MSG_CHECKING([for $1 library (${check_package_generic_search_lib}) in ${check_package_prefix}]) AS_IF([test ${check_package_generic_prefix_lib} -eq 1 -a ${check_package_generic_prefix_lib64} -eq 1], [AS_IF([test ! -L "${check_package_prefix}/lib" && test ! -L "${check_package_prefix}/lib64"], [AC_MSG_ERROR([Found library $check_package_generic_search_lib in both ${check_package_prefix}/lib and ${check_package_prefix}/lib64. This has confused configure. Please add --with-$1-libdir=PATH to configure to help disambiguate.])], [check_package_generic_prefix_happy=1 $2_LDFLAGS=-L${check_package_prefix}/lib AC_MSG_RESULT([found -- lib])])], [test ${check_package_generic_prefix_lib} -eq 1], [check_package_generic_prefix_happy=1 $2_LDFLAGS=-L${check_package_prefix}/lib AC_MSG_RESULT([found -- lib])], [test $check_package_generic_prefix_lib64 -eq 1], [check_package_generic_prefix_happy=1 $2_LDFLAGS=-L${check_package_prefix}/lib64 AC_MSG_RESULT([found -- lib64])], [AC_MSG_RESULT([not found])])])]) AS_IF([test ${check_package_generic_prefix_happy} -eq 1], [$5]) OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_check_package.m4:646: -1- AC_DEFUN([_OAC_CHECK_PACKAGE_VERIFY], [ OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) check_package_verify_search_header=`echo "$3" | cut -f1 -d' '` OAC_APPEND([CPPFLAGS], [${$2_CPPFLAGS}]) OAC_APPEND([LDFLAGS], [${$2_LDFLAGS}]) OAC_APPEND([LIBS], [${$2_LIBS}]) check_package_verify_happy=1 AS_IF([test ${check_package_verify_happy} -eq 1], [AC_CHECK_HEADER([${check_package_verify_search_header}], [check_package_verify_happy=1], [check_package_verify_happy=0])]) dnl Note that we use AC_CHEC_FUNC here instead of AC_CHECK_LIB, because we're pretty sure we've dnl found the library already (and have added it to LIBS). Now we're just trying to verify dnl that the library we found contains the bits we need. AS_IF([test ${check_package_verify_happy} -eq 1], [AC_CHECK_FUNC([$4], [check_package_verify_happy=1], [check_package_verify_happy=0])]) m4_ifdef([OAC_CHECK_PACKAGE_VERIFY_COMMAND_LIST], [m4_foreach([list_item], [OAC_CHECK_PACKAGE_VERIFY_COMMAND_LIST], [AS_IF([test ${check_package_verify_happy} -eq 1], [m4_apply(m4_unquote([list_item]), [[$1], [$2], [$3], [$4], [check_package_verify_happy=1], [check_package_verify_happy=0]])])])]) AS_IF([test ${check_package_verify_happy} -eq 1], [$5], [$6]) OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_check_vendor.m4:32: -1- AC_DEFUN([OAC_C_COMPILER_VENDOR], [ AC_REQUIRE([AC_PROG_CC]) AC_CACHE_CHECK([for the C compiler vendor], [oac_cv_c_compiler_vendor], [_OAC_CHECK_COMPILER_VENDOR()]) ]) m4trace:config/oac/oac_check_vendor.m4:51: -1- AC_DEFUN([_OAC_COMPILER_VENDOR_IF_IFELSE], [ AC_COMPILE_IFELSE([AC_LANG_DEFINES_PROVIDED #if !( $1 ) #error "condition $1 not met" choke me #endif], [$2], [$3])]) m4trace:config/oac/oac_check_vendor.m4:65: -1- AC_DEFUN([_OAC_CHECK_COMPILER_VENDOR], [ AC_LANG_PUSH(C) oac_cv_c_compiler_vendor="unknown" dnl Check GCC last, despite it being most common, because everyone dnl pretends to be GCC. # Intel AS_IF([test "$oac_cv_c_compiler_vendor" = "unknown"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(__INTEL_COMPILER) || defined(__ICC)], [oac_cv_c_compiler_vendor="intel"])]) # Portland Group AS_IF([test "$oac_cv_c_compiler_vendor" = "unknown"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(__PGI)], [oac_cv_c_compiler_vendor="portland group"])]) # Fujitsu AS_IF([test "$oac_cv_c_compiler_vendor" = "unknown"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(__FUJITSU)], [oac_cv_c_compiler_vendor="fujitsu"])]) # Clang AS_IF([test "$oac_cv_c_compiler_vendor" = "unknown"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(__clang__)], [oac_cv_c_compiler_vendor="clang"])]) # IBM XL C/C++ AS_IF([test "$oac_cv_c_compiler_vendor" = "unknown"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) || defined(__ibmxl__)], [oac_cv_c_compiler_vendor="ibm"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(_AIX) && !defined(__GNUC__)], [oac_cv_c_compiler_vendor="ibm"])])]) # Compaq C/C++ AS_IF([test "$oac_cv_c_compiler_vendor" = "unknown"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(__DECC) || defined(VAXC) || defined(__VAXC)], [oac_cv_c_compiler_vendor="compaq"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(__osf__) && defined(__LANGUAGE_C__)], [oac_cv_c_compiler_vendor="compaq"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(__DECCXX)], [oac_cv_c_compiler_vendor="compaq"])])])]) # Cray C/C++ AS_IF([test "$oac_cv_c_compiler_vendor" = "unknown"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(_CRAYC)], [oac_cv_c_compiler_vendor="cray"])]) # Diab C/C++ AS_IF([test "$oac_cv_c_compiler_vendor" = "unknown"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(__DCC__)], [oac_cv_c_compiler_vendor="diab"])]) # HP ANSI C / aC++ AS_IF([test "$oac_cv_c_compiler_vendor" = "unknown"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(__HP_cc) || defined(__HP_aCC)], [oac_cv_c_compiler_vendor="hp"])]) # KAI C++ (rest in peace) AS_IF([test "$oac_cv_c_compiler_vendor" = "unknown"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(__KCC)], [oac_cv_c_compiler_vendor="kai"])]) # LCC AS_IF([test "$oac_cv_c_compiler_vendor" = "unknown"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(__LCC__)], [oac_cv_c_compiler_vendor="lcc"])]) # Metrowerks Codewarrior AS_IF([test "$oac_cv_c_compiler_vendor" = "unknown"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(__MWERKS__)], [oac_cv_c_compiler_vendor="metrowerks"])]) # MIPSpro (SGI) AS_IF([test "$oac_cv_c_compiler_vendor" = "unknown"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(sgi) || defined(__sgi)], [oac_cv_c_compiler_vendor="sgi"])]) # Microsoft AS_IF([test "$oac_cv_c_compiler_vendor" = "unknown"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(_MSC_VER) || defined(__MSC_VER)], [oac_cv_c_compiler_vendor="microsoft"])]) # Norcroft C AS_IF([test "$oac_cv_c_compiler_vendor" = "unknown"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(__CC_NORCROFT)], [oac_cv_c_compiler_vendor="norcroft"])]) # SAS/C AS_IF([test "$oac_cv_c_compiler_vendor" = "unknown"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(SASC) || defined(__SASC) || defined(__SASC__)], [oac_cv_c_compiler_vendor="sas"])]) # Sun Workshop C/C++ AS_IF([test "$oac_cv_c_compiler_vendor" = "unknown"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(__SUNPRO_C) || defined(__SUNPRO_CC)], [oac_cv_c_compiler_vendor="sun"])]) # TenDRA C/C++ AS_IF([test "$oac_cv_c_compiler_vendor" = "unknown"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(__TenDRA__)], [oac_cv_c_compiler_vendor="tendra"])]) # Tiny C AS_IF([test "$oac_cv_c_compiler_vendor" = "unknown"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(__TINYC__)], [oac_cv_c_compiler_vendor="tiny"])]) # USL C AS_IF([test "$oac_cv_c_compiler_vendor" = "unknown"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(__USLC__)], [oac_cv_c_compiler_vendor="usl"])]) # Watcom C++ AS_IF([test "$oac_cv_c_compiler_vendor" = "unknown"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(__WATCOMC__)], [oac_cv_c_compiler_vendor="watcom"])]) # GNU AS_IF([test "$oac_cv_c_compiler_vendor" = "unknown"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(__GNUC__)], [oac_cv_c_compiler_vendor="gnu" # gccfss (gcc for SPARC Systems) is a compiler that is # no longer supported by Oracle. AS_IF([($CC --version | grep gccfss) >/dev/null 2>&1], [oac_cv_c_compiler_vendor="gccfss"])])]) AC_LANG_POP(C)]) m4trace:config/oac/oac_init.m4:12: -1- m4_pattern_forbid([OAC_]) m4trace:config/oac/oac_init.m4:20: -1- AC_DEFUN([OAC_PUSH_PREFIX], [m4_pushdef([_oac_program_prefix], [$1])]) m4trace:config/oac/oac_init.m4:29: -1- AC_DEFUN([OAC_POP_PREFIX], [m4_popdef([_oac_program_prefix])]) m4trace:config/oac/oac_linker.m4:16: -1- AC_DEFUN([OAC_LINKER_STATIC_CHECK], [ OAC_VAR_SCOPE_PUSH([oac_linker_arg]) AC_CACHE_CHECK([if static link flag supplied], [oac_cv_linker_found_static_linker_flag], [oac_cv_linker_found_static_linker_flag="no" for oac_linker_arg in ${CFLAGS} ${LDFLAGS} ; do AS_IF([test "${oac_linker_arg}" = "-static" -o \ "${oac_linker_arg}" = "--static" -o \ "${oac_linker_arg}" = "-Bstatic" -o \ "${oac_linker_arg}" = "-Wl,-static" -o \ "${oac_linker_arg}" = "-Wl,--static" -o \ "${oac_linker_arg}" = "-Wl,-Bstatic"], [oac_cv_linker_found_static_linker_flag="yes"]) done]) AS_IF([test "${oac_cv_linker_found_static_linker_flag}" = "yes"], [$1], [$2]) OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_list.m4:30: -1- AC_DEFUN([OAC_UNIQ], [ OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) oac_uniq_name=$1 # Go through each item in the variable and only keep the unique ones oac_uniq_count=0 for oac_uniq_val in ${$1}; do oac_uniq_done=0 oac_uniq_i=1 oac_uniq_found=0 # Loop over every token we've seen so far oac_uniq_done="`expr ${oac_uniq_i} \> ${oac_uniq_count}`" while test ${oac_uniq_found} -eq 0 && test ${oac_uniq_done} -eq 0; do # Have we seen this token already? Prefix the comparison with # "x" so that "-Lfoo" values won't be cause an error. oac_uniq_eval="expr x${oac_uniq_val} = x\${oac_uniq_array_$oac_uniq_i}" oac_uniq_found=`eval ${oac_uniq_eval}` # Check the ending condition oac_uniq_done="`expr ${oac_uniq_i} \>= ${oac_uniq_count}`" # Increment the counter oac_uniq_i="`expr ${oac_uniq_i} + 1`" done # If we didn't find the token, add it to the "array" if test ${oac_uniq_found} -eq 0; then oac_uniq_eval="oac_uniq_array_${oac_uniq}_i=${oac_uniq_val}" eval ${oac_uniq_eval} oac_uniq_count="`expr ${oac_uniq_count} + 1`" else oac_uniq_i="`expr ${oac_uniq_i} - 1`" fi done # Take all the items in the "array" and assemble them back into a # single variable oac_uniq_i=1 oac_uniq_done="`expr ${oac_uniq_i} \> ${oac_uniq_count}`" oac_uniq_newval= while test ${oac_uniq_done} -eq 0; do oac_uniq_eval="oac_uniq_newval=\"${oac_uniq_newval} \${oac_uniq_array_$oac_uniq_i}\"" eval ${oac_uniq_eval} oac_uniq_eval="unset oac_uniq_array_${oac_uniq_i}" eval ${oac_uniq_eval} oac_uniq_done="`expr ${oac_uniq_i} \>= ${oac_uniq_count}`" oac_uniq_i="`expr ${oac_uniq_i} + 1`" done # Done; do the assignment oac_uniq_newval="`echo ${oac_uniq_newval}`" oac_uniq_eval="${oac_uniq_name}=\"${oac_uniq_newval}\"" eval ${oac_uniq_eval} OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_list.m4:101: -1- AC_DEFUN([OAC_APPEND], [OAC_ASSERT_LITERAL([$1]) AS_IF([test -z "${$1}"], [$1="$2"], [$1="${$1} $2"]) ]) m4trace:config/oac/oac_list.m4:118: -1- AC_DEFUN([OAC_APPEND_UNIQ], [OAC_ASSERT_LITERAL([$1]) OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) for oac_list_arg in $2; do oac_list_found=0; for oac_list_val in ${$1}; do AS_IF([test "x${oac_list_val}" = "x${oac_list_arg}"], [oac_list_found=1 break]) done AS_IF([test "${oac_list_found}" = "0"], [OAC_APPEND([$1], [${oac_list_arg}])]) done OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_list.m4:146: -1- AC_DEFUN([OAC_FLAGS_APPEND_UNIQ], [OAC_ASSERT_LITERAL([$1]) OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) for oac_list_arg in $2; do oac_list_append=1 AS_CASE([${oac_list_arg}], [-I*|-L*|-l*], [for oac_list_val in ${$1}; do AS_IF([test "x${oal_list_val}" = "x${oac_list_arg}"], [oac_list_append=0]) done]) AS_IF([test ${oac_list_append} -eq 1], [OAC_APPEND([$1], [$oac_list_arg])]) done OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_list.m4:175: -1- AC_DEFUN([OAC_FLAGS_PREPEND_UNIQ], [OAC_ASSERT_LITERAL([$1]) OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_prepend oac_list_arg oac_list_val]) for oac_list_arg in $2; do oac_list_prepend=1 AS_CASE([${oac_list_arg}], [-I*|-L*|-l*], [for oac_list_val in ${$1}; do AS_IF([test "x${oal_list_val}" = "x${oac_list_arg}"], [oac_list_prepend=0]) done]) AS_IF([test ${oac_list_prepend} -eq 1], [AS_IF([test -z "${$1}"], [$1="$2"], [$1="$2 ${$1}"])]) done OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_list.m4:211: -1- AC_DEFUN([OAC_FLAGS_APPEND_MOVE], [OAC_ASSERT_LITERAL([$1]) OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) for oac_list_arg in $2; do AS_CASE([${oac_list_arg}], [-I*|-L*], [oac_list_append=1 for oac_list_val in ${$1} ; do AS_IF([test "x${oac_list_val}" = "x${oac_list_arg}"], [oac_list_append=0]) done AS_IF([test ${oac_list_append} -eq 1], [OAC_APPEND([$1], [${oac_list_arg}])])], [-l*], [oac_list_tmp_variable= for oac_list_val in ${$1}; do AS_IF([test "x${oac_list_val}" != "x${oac_list_arg}"], [OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}])]) done OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) $1="${oac_list_tmp_variable}"], [OAC_APPEND([$1], [${oac_list_arg}])]) done OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_log.m4:32: -1- AC_DEFUN([OAC_LOG_MSG], [AS_ECHO(["configure:__oline__: $1"]) >&AS_MESSAGE_LOG_FD]) m4trace:config/oac/oac_log.m4:39: -1- AC_DEFUN([OAC_LOG_MSG_NOPREFIX], [AS_ECHO([$1]) >&AS_MESSAGE_LOG_FD]) m4trace:config/oac/oac_log.m4:46: -1- AC_DEFUN([OAC_LOG_FILE], [AS_IF([test -n "$1" && test -f "$1"], [cat $1 >&AS_MESSAGE_LOG_FD])]) m4trace:config/oac/oac_log.m4:55: -1- AC_DEFUN([OAC_LOG_COMMAND], [ OAC_LOG_MSG([$1]) $1 1>&AS_MESSAGE_LOG_FD 2>&1 oac_log_command_status=$? OAC_LOG_MSG([\$? = $oac_log_command_status]) AS_IF([test $oac_log_command_status -eq 0], [$2], [$3]) AS_UNSET([oac_log_command_status])]) m4trace:config/oac/oac_setup_sphinx.m4:33: -1- AC_DEFUN([OAC_SETUP_SPHINX], [ OAC_ASSERT_PREFIX_DEFINED([$0]) OAC_VAR_SCOPE_PUSH([oac_summary_msg oac_sphinx_result oac_install_docs oac_sphinx_target_version oac_sphinx_found_version]) # This option is probably only helpful to developers: have # configure fail if Sphinx is not found (i.e., if you don't have # the ability to use Sphinx to build the HTML docs and man pages). AC_ARG_ENABLE([sphinx], [AS_HELP_STRING([--enable-sphinx], [Force configure to fail if Sphinx is not found (Sphinx is used to build the HTML docs and man pages). This option is likely only useful for developers; end users who are building from distribution tarballs do ***not*** need to have Sphinx installed])]) # Quick check to see if we have already-built docs (e.g., if we're # in a tarball vs. a fresh git clone). AC_MSG_CHECKING([if pre-built docs are available]) AS_IF([test -f "$1"], [oac_install_docs=1 AC_MSG_RESULT([yes])], [oac_install_docs=0 AC_MSG_RESULT([no])]) # To generate HTML docs + man pages, we need Sphinx. If we have # Sphinx, then we're able to both build and install the docs # (potentially overriding oac_install_docs from what it was set # above). AC_PATH_PROG([SPHINX_BUILD], [sphinx-build], []) # If the user requested to disable sphinx, then pretend we didn't # find it. AS_IF([test "$enable_sphinx" = "no"], [SPHINX_BUILD=]) # If we found Sphinx, check to ensure that it's a recent enough # version. AS_IF([test -n "$SPHINX_BUILD"], [[oac_sphinx_target_version=`sed -n -e 's/sphinx[><=]*\([0-9\.]\)/\1/p' $srcdir/docs/requirements.txt`] # Some older versions of Sphinx (e.g., Sphinx v1.1.3 in # RHEL 7): # # - Don't support "--version". # - But do emit the version number as part of the general # CLI help when they don't recognize the --version CLI # option. # # In that case, we only want the first line, and we want to # strip off the leading "v" from the version number. # # In the case where --version *is* recognized, all the # additional processing is harmless and we still end up # with the Sphinx version number. oac_sphinx_found_version=`$SPHINX_BUILD --version 2>&1 | head -n 1 | cut -d\ -f2 | sed -e 's/^v//'` AC_MSG_CHECKING([if Sphinx version is high enough ($oac_sphinx_found_version >= $oac_sphinx_target_version)]) AS_VERSION_COMPARE([$oac_sphinx_found_version], [$oac_sphinx_target_version], [oac_sphinx_result=lesser], [oac_sphinx_result=equal], [oac_sphinx_result=greater]) AS_IF([test "$oac_sphinx_result" = "lesser"], [SPHINX_BUILD= AC_MSG_RESULT([no])], [ # If we're building, we're also installing, regardless of # whether we found pre-build docs or not (above). oac_install_docs=1 AC_MSG_RESULT([yes])]) ]) # If we found Sphinx, check to ensure that we have all the things # required to build Open MPI/PRRTE/OpenPMIx-like documentation # (e.g., any required pip modules). If we can't render a sample # OMPI-like doc, we're not going to automatically install any # missing pip modules; we'll just mark Sphinx as being # unavailable. AS_IF([test -n "$SPHINX_BUILD"], [AC_MSG_CHECKING([for required Sphinx modules]) oac_startdir=`pwd` oac_tmpdir=conftmp.$$ rm -rf $oac_tmpdir mkdir $oac_tmpdir cd $oac_tmpdir cat > conf.py < index.rst # Try to render this trivial RST project as both HTML and # man pages and see if it works. oac_happy=0 OAC_LOG_COMMAND([$SPHINX_BUILD -M html . build-html], [OAC_LOG_COMMAND([$SPHINX_BUILD -M man . build-man], [oac_happy=1])]) AS_IF([test $oac_happy -eq 1], [AC_MSG_RESULT([found])], [SPHINX_BUILD= AC_MSG_RESULT([not found])]) cd $oac_startdir rm -rf $oac_tmpdir ]) AS_IF([test -z "$SPHINX_BUILD"], _oac_program_prefix[_MAKEDIST_DISABLE="$]_oac_program_prefix[_MAKEDIST_DISABLE Sphinx/Documentation" AC_MSG_NOTICE([Could not find a suitable sphinx-build on your system.]) AS_IF([test -n "$3"], [AC_MSG_NOTICE([If you want to build the documentation, ensure that the]) AC_MSG_NOTICE([Python modules in $3]) AC_MSG_NOTICE([are available.]) ]) AC_MSG_NOTICE([You will not be able to build a distribution tarball.]) ]) AS_IF([test $oac_install_docs -eq 0], [AC_MSG_WARN([*** You will not have documentation installed.]) AS_IF([test -n "$2"], [AC_MSG_WARN([*** See the following URL for more information:]) AC_MSG_WARN([*** $2])]) ]) # If --enable-sphinx was specified and we did not find Sphinx, # abort. This is likely only useful to prevent "oops!" moments # from developers. AS_IF([test -z "$SPHINX_BUILD" && test "$enable_sphinx" = "yes"], [AC_MSG_WARN([A suitable Sphinx was not found, but --enable-sphinx was specified]) AC_MSG_ERROR([Cannot continue])]) # Construct a summary message. Due SUMMARY_ADD's implementation, # do *not* include a comma. AS_IF([test -n "$SPHINX_BUILD"], [ # If we found Sphinx, we always both build and install. oac_summary_msg="building and installing"], [AS_IF([test $oac_install_docs -eq 1], [oac_summary_msg="installing packaged docs"], [oac_summary_msg="no documentation available"])]) OAC_SUMMARY_ADD([Miscellaneous], [HTML docs and man pages], [$oac_summary_msg]) AM_CONDITIONAL(_oac_program_prefix[_BUILD_DOCS], [test -n "$SPHINX_BUILD"]) AM_CONDITIONAL(_oac_program_prefix[_INSTALL_DOCS], [test $oac_install_docs -eq 1]) OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_summary.m4:45: -1- AC_DEFUN([OAC_SUMMARY_ADD], [ OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) # The end quote on the next line is intentional! oac_summary_newline=" " oac_summary_line="$2: $3" oac_summary_key="AS_TR_SH([$1])_AS_TR_SH([$2])" # Use the section name variable as an indicator for whether or not # the section has already been created. AS_IF([AS_VAR_TEST_SET([oac_summary_section_]AS_TR_SH([$1])[_name])], [], [AS_VAR_SET([oac_summary_section_]AS_TR_SH([$1])[_name], ["$1"]) OAC_APPEND([oac_summary_sections], [AS_TR_SH([$1])])]) # Use the summary key as indicator if the section:topic has already # been added to the results for the given section. AS_IF([AS_VAR_TEST_SET([${oac_summary_key}])], [], [AS_VAR_SET([${oac_summary_key}], [1]) dnl this is a bit overcomplicated, but we are basically implementing dnl a poor mans AS_VAR_APPEND with the ability to specify a separator, dnl because we have a newline separator in the string. AS_IF([AS_VAR_TEST_SET([oac_summary_section_]AS_TR_SH([$1])[_value])], [AS_VAR_APPEND([oac_summary_section_]AS_TR_SH([$1])[_value], ["${oac_summary_newline}${oac_summary_line}"])], [AS_VAR_SET([oac_summary_section_]AS_TR_SH([$1])[_value], ["${oac_summary_line}"])])]) OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_summary.m4:85: -1- AC_DEFUN([OAC_SUMMARY_PRINT], [ OAC_VAR_SCOPE_PUSH([oac_summary_section oac_summary_section_name]) m4_define([oac_summary_print_fd], [m4_if([$1], [stderr], [2], [$1], [stdout], [1], [$1], [], [AS_MESSAGE_FD], [m4_fatal([You must pass stdin, stderr, or nothing to $0])]) ]) for oac_summary_section in ${oac_summary_sections} ; do AS_VAR_COPY([oac_summary_section_name], [oac_summary_section_${oac_summary_section}_name]) AS_VAR_COPY([oac_summary_section_value], [oac_summary_section_${oac_summary_section}_value]) echo "${oac_summary_section_name}" >&oac_summary_print_fd echo "-----------------------" >&oac_summary_print_fd echo "${oac_summary_section_value}" | sort -f >&oac_summary_print_fd echo " " >&oac_summary_print_fd done m4_undefine([oac_summary_print_fd]) OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_var_scope.m4:34: -1- AC_DEFUN([OAC_VAR_SCOPE_INIT], [oac_var_scope_push() { oac_var_scope_push_lineno=$[]1 shift # First, check to see if any of these variables are already set. # This is a simple sanity check to ensure we're not already # overwriting pre-existing variables (that have a non-empty # value). It's not a perfect check, but at least it's something. for oac_var_scope_tmp_var in $[]@; do AS_VAR_SET_IF([$oac_var_scope_tmp_var], [AS_VAR_COPY([oac_var_scope_tmp_var_val], [$oac_var_scope_tmp_var]) m4_pattern_allow([OAC_]) AC_MSG_ERROR([Found configure shell variable clash at line $oac_var_scope_push_lineno! [OAC_VAR_SCOPE_PUSH] called on "$oac_var_scope_tmp_var", but it is already defined with value "$oac_var_scope_tmp_var_val" This usually indicates an error in configure. Cannot continue.]) m4_pattern_forbid([OAC_])]) done AS_UNSET([oac_var_scope_push_lineno]) AS_UNSET([oac_var_scope_tmp_var]) AS_UNSET([oac_var_scope_tmp_var_val]) } oac_var_scope_pop() { # Iterate over all the variables and unset them all for oac_var_scope_tmp_var in $[]@; do AS_UNSET([$oac_var_scope_tmp_var]) done AS_UNSET([oac_var_scope_tmp_var]) }]) m4trace:config/oac/oac_var_scope.m4:77: -1- AC_DEFUN([OAC_VAR_SCOPE_PUSH], [ AC_REQUIRE([OAC_VAR_SCOPE_INIT])dnl m4_pushdef([oac_var_scope_stack], [$1])dnl m4_foreach_w([oac_var_scope_var], [$1], [m4_set_add([oac_var_scope_active_set], oac_var_scope_var, [], [m4_fatal([$0 found the variable ]oac_var_scope_var[ active in a previous scope.])])])dnl oac_var_scope_push ${LINENO} $1 ]) m4trace:config/oac/oac_var_scope.m4:92: -1- AC_DEFUN([OAC_VAR_SCOPE_POP], [ AC_REQUIRE([OAC_VAR_SCOPE_INIT])dnl m4_ifdef([oac_var_scope_stack], [], [m4_pattern_allow([OAC_]) m4_fatal([$0 was called without a defined variable stack. This usually means that $0 was called more times than OAC_VAR_SCOPE_PUSH.]) m4_pattern_forbid([OAC_])])dnl m4_foreach_w([oac_var_scope_var], oac_var_scope_stack, [m4_set_remove([oac_var_scope_active_set], oac_var_scope_var)])dnl oac_var_scope_pop oac_var_scope_stack m4_popdef([oac_var_scope_stack])dnl ]) m4trace:config/libtool.m4:62: -1- AC_DEFUN([LT_INIT], [AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl AC_BEFORE([$0], [LT_LANG])dnl AC_BEFORE([$0], [LT_OUTPUT])dnl AC_BEFORE([$0], [LTDL_INIT])dnl m4_require([_LT_CHECK_BUILDDIR])dnl dnl Autoconf doesn't catch unexpanded LT_ macros by default: m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 dnl unless we require an AC_DEFUNed macro: AC_REQUIRE([LTOPTIONS_VERSION])dnl AC_REQUIRE([LTSUGAR_VERSION])dnl AC_REQUIRE([LTVERSION_VERSION])dnl AC_REQUIRE([LTOBSOLETE_VERSION])dnl m4_require([_LT_PROG_LTMAIN])dnl _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) dnl Parse OPTIONS _LT_SET_OPTIONS([$0], [$1]) # This can be used to rebuild libtool when needed LIBTOOL_DEPS=$ltmain # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' AC_SUBST(LIBTOOL)dnl _LT_SETUP # Only expand once: m4_define([LT_INIT]) ]) m4trace:config/libtool.m4:100: -1- AU_DEFUN([AC_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])], [], []) m4trace:config/libtool.m4:100: -1- AC_DEFUN([AC_PROG_LIBTOOL], [m4_warn([obsolete], [The macro 'AC_PROG_LIBTOOL' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_INIT], [LT_INIT($@)])]) m4trace:config/libtool.m4:101: -1- AU_DEFUN([AM_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])], [], []) m4trace:config/libtool.m4:101: -1- AC_DEFUN([AM_PROG_LIBTOOL], [m4_warn([obsolete], [The macro 'AM_PROG_LIBTOOL' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_INIT], [LT_INIT($@)])]) m4trace:config/libtool.m4:621: -1- AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt} AC_MSG_NOTICE([creating $CONFIG_LT]) _LT_GENERATED_FILE_INIT(["$CONFIG_LT"], [# Run this file to recreate a libtool stub with the current configuration.]) cat >>"$CONFIG_LT" <<\_LTEOF lt_cl_silent=false exec AS_MESSAGE_LOG_FD>>config.log { echo AS_BOX([Running $as_me.]) } >&AS_MESSAGE_LOG_FD lt_cl_help="\ '$as_me' creates a local libtool stub from the current configuration, for use in further configure time tests before the real libtool is generated. Usage: $[0] [[OPTIONS]] -h, --help print this help, then exit -V, --version print version number, then exit -q, --quiet do not print progress messages -d, --debug don't remove temporary files Report bugs to ." lt_cl_version="\ m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) configured by $[0], generated by m4_PACKAGE_STRING. Copyright (C) 2011 Free Software Foundation, Inc. This config.lt script is free software; the Free Software Foundation gives unlimited permision to copy, distribute and modify it." while test 0 != $[#] do case $[1] in --version | --v* | -V ) echo "$lt_cl_version"; exit 0 ;; --help | --h* | -h ) echo "$lt_cl_help"; exit 0 ;; --debug | --d* | -d ) debug=: ;; --quiet | --q* | --silent | --s* | -q ) lt_cl_silent=: ;; -*) AC_MSG_ERROR([unrecognized option: $[1] Try '$[0] --help' for more information.]) ;; *) AC_MSG_ERROR([unrecognized argument: $[1] Try '$[0] --help' for more information.]) ;; esac shift done if $lt_cl_silent; then exec AS_MESSAGE_FD>/dev/null fi _LTEOF cat >>"$CONFIG_LT" <<_LTEOF _LT_OUTPUT_LIBTOOL_COMMANDS_INIT _LTEOF cat >>"$CONFIG_LT" <<\_LTEOF AC_MSG_NOTICE([creating $ofile]) _LT_OUTPUT_LIBTOOL_COMMANDS AS_EXIT(0) _LTEOF chmod +x "$CONFIG_LT" # configure is writing to config.log, but config.lt does its own redirection, # appending to config.log, which fails on DOS, as config.log is still kept # open by configure. Here we exec the FD to /dev/null, effectively closing # config.log, so it can be properly (re)opened and appended to by config.lt. lt_cl_success=: test yes = "$silent" && lt_config_lt_args="$lt_config_lt_args --quiet" exec AS_MESSAGE_LOG_FD>/dev/null $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false exec AS_MESSAGE_LOG_FD>>config.log $lt_cl_success || AS_EXIT(1) ]) m4trace:config/libtool.m4:813: -1- AC_DEFUN([LT_SUPPORTED_TAG], []) m4trace:config/libtool.m4:824: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl m4_case([$1], [C], [_LT_LANG(C)], [C++], [_LT_LANG(CXX)], [Go], [_LT_LANG(GO)], [Java], [_LT_LANG(GCJ)], [Fortran 77], [_LT_LANG(F77)], [Fortran], [_LT_LANG(FC)], [Windows Resource], [_LT_LANG(RC)], [m4_ifdef([_LT_LANG_]$1[_CONFIG], [_LT_LANG($1)], [m4_fatal([$0: unsupported language: "$1"])])])dnl ]) m4trace:config/libtool.m4:916: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) m4trace:config/libtool.m4:916: -1- AC_DEFUN([AC_LIBTOOL_CXX], [m4_warn([obsolete], [The macro 'AC_LIBTOOL_CXX' is obsolete. You should run autoupdate.])dnl LT_LANG(C++)]) m4trace:config/libtool.m4:917: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) m4trace:config/libtool.m4:917: -1- AC_DEFUN([AC_LIBTOOL_F77], [m4_warn([obsolete], [The macro 'AC_LIBTOOL_F77' is obsolete. You should run autoupdate.])dnl LT_LANG(Fortran 77)]) m4trace:config/libtool.m4:918: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) m4trace:config/libtool.m4:918: -1- AC_DEFUN([AC_LIBTOOL_FC], [m4_warn([obsolete], [The macro 'AC_LIBTOOL_FC' is obsolete. You should run autoupdate.])dnl LT_LANG(Fortran)]) m4trace:config/libtool.m4:919: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) m4trace:config/libtool.m4:919: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [m4_warn([obsolete], [The macro 'AC_LIBTOOL_GCJ' is obsolete. You should run autoupdate.])dnl LT_LANG(Java)]) m4trace:config/libtool.m4:920: -1- AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) m4trace:config/libtool.m4:920: -1- AC_DEFUN([AC_LIBTOOL_RC], [m4_warn([obsolete], [The macro 'AC_LIBTOOL_RC' is obsolete. You should run autoupdate.])dnl LT_LANG(Windows Resource)]) m4trace:config/libtool.m4:1243: -1- AC_DEFUN([_LT_WITH_SYSROOT], [m4_require([_LT_DECL_SED])dnl AC_MSG_CHECKING([for sysroot]) AC_ARG_WITH([sysroot], [AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@], [Search for dependent libraries within DIR (or the compiler's sysroot if not specified).])], [], [with_sysroot=no]) dnl lt_sysroot will always be passed unquoted. We quote it here dnl in case the user passed a directory name. lt_sysroot= case $with_sysroot in #( yes) if test yes = "$GCC"; then lt_sysroot=`$CC --print-sysroot 2>/dev/null` fi ;; #( /*) lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"` ;; #( no|'') ;; #( *) AC_MSG_RESULT([$with_sysroot]) AC_MSG_ERROR([The sysroot must be an absolute path.]) ;; esac AC_MSG_RESULT([${lt_sysroot:-no}]) _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl [dependent libraries, and where our libraries should be installed.])]) m4trace:config/libtool.m4:1588: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$3" ## exclude from sc_useless_quotes_in_assignment # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi fi $RM conftest* ]) if test yes = "[$]$2"; then m4_if([$5], , :, [$5]) else m4_if([$6], , :, [$6]) fi ]) m4trace:config/libtool.m4:1630: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])], [], []) m4trace:config/libtool.m4:1630: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_warn([obsolete], [The macro 'AC_LIBTOOL_COMPILER_OPTION' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])]) m4trace:config/libtool.m4:1639: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS $3" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&AS_MESSAGE_LOG_FD $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi else $2=yes fi fi $RM -r conftest* LDFLAGS=$save_LDFLAGS ]) if test yes = "[$]$2"; then m4_if([$4], , :, [$4]) else m4_if([$5], , :, [$5]) fi ]) m4trace:config/libtool.m4:1674: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])], [], []) m4trace:config/libtool.m4:1674: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_warn([obsolete], [The macro 'AC_LIBTOOL_LINKER_OPTION' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])]) m4trace:config/libtool.m4:1681: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl # find the maximum length of command line arguments AC_MSG_CHECKING([the maximum length of command line arguments]) AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl i=0 teststring=ABCD case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; mint*) # On MiNT this can take a long time and run out of memory. lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; bitrig* | darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; os2*) # The test takes a long time on OS/2. lt_cv_sys_max_cmd_len=8192 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[[ ]]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len" && \ test undefined != "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test X`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test 17 != "$i" # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac ]) if test -n "$lt_cv_sys_max_cmd_len"; then AC_MSG_RESULT($lt_cv_sys_max_cmd_len) else AC_MSG_RESULT(none) fi max_cmd_len=$lt_cv_sys_max_cmd_len _LT_DECL([], [max_cmd_len], [0], [What is the maximum length of a command?]) ]) m4trace:config/libtool.m4:1820: -1- AU_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])], [], []) m4trace:config/libtool.m4:1820: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_warn([obsolete], [The macro 'AC_LIBTOOL_SYS_MAX_CMD_LEN' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])]) m4trace:config/libtool.m4:1931: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test yes != "$enable_dlopen"; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen=load_add_on lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen=LoadLibrary lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen=dlopen lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[ lt_cv_dlopen=dyld lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ]) ;; tpf*) # Don't try to run any link tests for TPF. We know it's impossible # because TPF is a cross-compiler, and we know how we open DSOs. lt_cv_dlopen=dlopen lt_cv_dlopen_libs= lt_cv_dlopen_self=no ;; *) AC_CHECK_FUNC([shl_load], [lt_cv_dlopen=shl_load], [AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld], [AC_CHECK_FUNC([dlopen], [lt_cv_dlopen=dlopen], [AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl], [AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld], [AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld]) ]) ]) ]) ]) ]) ;; esac if test no = "$lt_cv_dlopen"; then enable_dlopen=no else enable_dlopen=yes fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS=$CPPFLAGS test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS=$LDFLAGS wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS=$LIBS LIBS="$lt_cv_dlopen_libs $LIBS" AC_CACHE_CHECK([whether a program can dlopen itself], lt_cv_dlopen_self, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) ]) if test yes = "$lt_cv_dlopen_self"; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" AC_CACHE_CHECK([whether a statically linked program can dlopen itself], lt_cv_dlopen_self_static, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) ]) fi CPPFLAGS=$save_CPPFLAGS LDFLAGS=$save_LDFLAGS LIBS=$save_LIBS ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi _LT_DECL([dlopen_support], [enable_dlopen], [0], [Whether dlopen is supported]) _LT_DECL([dlopen_self], [enable_dlopen_self], [0], [Whether dlopen of programs is supported]) _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], [Whether dlopen of statically linked programs is supported]) ]) m4trace:config/libtool.m4:2056: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])], [], []) m4trace:config/libtool.m4:2056: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_warn([obsolete], [The macro 'AC_LIBTOOL_DLOPEN_SELF' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])]) m4trace:config/libtool.m4:3186: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl AC_MSG_CHECKING([for $1]) AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, [case $MAGIC_CMD in [[\\/*] | ?:[\\/]*]) lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD=$MAGIC_CMD lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR dnl $ac_dummy forces splitting on constant user-supplied paths. dnl POSIX.2 word splitting is done only on the output of word expansions, dnl not every word. This closes a longstanding sh security hole. ac_dummy="m4_if([$2], , $PATH, [$2])" for ac_dir in $ac_dummy; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$1"; then lt_cv_path_MAGIC_CMD=$ac_dir/"$1" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD=$lt_cv_path_MAGIC_CMD if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS=$lt_save_ifs MAGIC_CMD=$lt_save_MAGIC_CMD ;; esac]) MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then AC_MSG_RESULT($MAGIC_CMD) else AC_MSG_RESULT(no) fi _LT_DECL([], [MAGIC_CMD], [0], [Used to examine libraries when file_magic_cmd begins with "file"])dnl ]) m4trace:config/libtool.m4:3248: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])], [], []) m4trace:config/libtool.m4:3248: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [m4_warn([obsolete], [The macro 'AC_PATH_TOOL_PREFIX' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])]) m4trace:config/libtool.m4:3271: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_PROG_ECHO_BACKSLASH])dnl AC_ARG_WITH([gnu-ld], [AS_HELP_STRING([--with-gnu-ld], [assume the C compiler uses GNU ld @<:@default=no@:>@])], [test no = "$withval" || with_gnu_ld=yes], [with_gnu_ld=no])dnl ac_prog=ld if test yes = "$GCC"; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by $CC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return, which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]]* | ?:[[\\/]]*) re_direlt='/[[^/]][[^/]]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD=$ac_prog ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test yes = "$with_gnu_ld"; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL(lt_cv_path_LD, [if test -z "$LD"; then lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD=$ac_dir/$ac_prog # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &1 | $SED '1q'` in *$lt_bad_file* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break 2 ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break 2 ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS=$lt_save_ifs done : ${lt_cv_path_NM=no} fi]) if test no != "$lt_cv_path_NM"; then NM=$lt_cv_path_NM else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$DUMPBIN"; then : # Let the user override the test. else AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in *COFF*) DUMPBIN="$DUMPBIN -symbols -headers" ;; *) DUMPBIN=: ;; esac fi AC_SUBST([DUMPBIN]) if test : != "$DUMPBIN"; then NM=$DUMPBIN fi fi test -z "$NM" && NM=nm AC_SUBST([NM]) _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], [lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD) cat conftest.out >&AS_MESSAGE_LOG_FD if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest*]) ]) m4trace:config/libtool.m4:3785: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])], [], []) m4trace:config/libtool.m4:3785: -1- AC_DEFUN([AM_PROG_NM], [m4_warn([obsolete], [The macro 'AM_PROG_NM' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])]) m4trace:config/libtool.m4:3786: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])], [], []) m4trace:config/libtool.m4:3786: -1- AC_DEFUN([AC_PROG_NM], [m4_warn([obsolete], [The macro 'AC_PROG_NM' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])]) m4trace:config/libtool.m4:3857: -1- AC_DEFUN([_LT_DLL_DEF_P], [dnl test DEF = "`$SED -n dnl -e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace -e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments -e '\''s/^\(EXPORTS\|LIBRARY\)\([[ ]].*\)*$/DEF/p'\'' dnl -e q dnl Only consider the first "real" line $1`" dnl ]) m4trace:config/libtool.m4:3871: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl LIBM= case $host in *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) # These system don't have libm, or don't need it ;; *-ncr-sysv4.3*) AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw) AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") ;; *) AC_CHECK_LIB(m, cos, LIBM=-lm) ;; esac AC_SUBST([LIBM]) ]) m4trace:config/libtool.m4:3890: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])], [], []) m4trace:config/libtool.m4:3890: -1- AC_DEFUN([AC_CHECK_LIBM], [m4_warn([obsolete], [The macro 'AC_CHECK_LIBM' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])]) m4trace:config/libtool.m4:8172: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj,) test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2" AC_SUBST(GCJFLAGS)])])[]dnl ]) m4trace:config/libtool.m4:8181: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])], [], []) m4trace:config/libtool.m4:8181: -1- AC_DEFUN([LT_AC_PROG_GCJ], [m4_warn([obsolete], [The macro 'LT_AC_PROG_GCJ' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])]) m4trace:config/libtool.m4:8188: -1- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,) ]) m4trace:config/libtool.m4:8195: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,) ]) m4trace:config/libtool.m4:8200: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])], [], []) m4trace:config/libtool.m4:8200: -1- AC_DEFUN([LT_AC_PROG_RC], [m4_warn([obsolete], [The macro 'LT_AC_PROG_RC' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])]) m4trace:config/libtool.m4:8328: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])], [], []) m4trace:config/libtool.m4:8328: -1- AC_DEFUN([LT_AC_PROG_SED], [m4_warn([obsolete], [The macro 'LT_AC_PROG_SED' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])]) m4trace:config/ltoptions.m4:14: -1- AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) m4trace:config/ltoptions.m4:113: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'dlopen' option into LT_INIT's first parameter.]) ]) m4trace:config/ltoptions.m4:113: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [m4_warn([obsolete], [The macro 'AC_LIBTOOL_DLOPEN' is obsolete. You should run autoupdate.])dnl _LT_SET_OPTION([LT_INIT], [dlopen]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'dlopen' option into LT_INIT's first parameter.]) ]) m4trace:config/ltoptions.m4:148: -1- AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl _LT_SET_OPTION([LT_INIT], [win32-dll]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'win32-dll' option into LT_INIT's first parameter.]) ]) m4trace:config/ltoptions.m4:148: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [m4_warn([obsolete], [The macro 'AC_LIBTOOL_WIN32_DLL' is obsolete. You should run autoupdate.])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl _LT_SET_OPTION([LT_INIT], [win32-dll]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'win32-dll' option into LT_INIT's first parameter.]) ]) m4trace:config/ltoptions.m4:197: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) ]) m4trace:config/ltoptions.m4:201: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared]) ]) m4trace:config/ltoptions.m4:205: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) m4trace:config/ltoptions.m4:205: -1- AC_DEFUN([AM_ENABLE_SHARED], [m4_warn([obsolete], [The macro 'AM_ENABLE_SHARED' is obsolete. You should run autoupdate.])dnl AC_ENABLE_SHARED($@)]) m4trace:config/ltoptions.m4:206: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) m4trace:config/ltoptions.m4:206: -1- AC_DEFUN([AM_DISABLE_SHARED], [m4_warn([obsolete], [The macro 'AM_DISABLE_SHARED' is obsolete. You should run autoupdate.])dnl AC_DISABLE_SHARED($@)]) m4trace:config/ltoptions.m4:251: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) ]) m4trace:config/ltoptions.m4:255: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static]) ]) m4trace:config/ltoptions.m4:259: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) m4trace:config/ltoptions.m4:259: -1- AC_DEFUN([AM_ENABLE_STATIC], [m4_warn([obsolete], [The macro 'AM_ENABLE_STATIC' is obsolete. You should run autoupdate.])dnl AC_ENABLE_STATIC($@)]) m4trace:config/ltoptions.m4:260: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) m4trace:config/ltoptions.m4:260: -1- AC_DEFUN([AM_DISABLE_STATIC], [m4_warn([obsolete], [The macro 'AM_DISABLE_STATIC' is obsolete. You should run autoupdate.])dnl AC_DISABLE_STATIC($@)]) m4trace:config/ltoptions.m4:305: -1- AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'fast-install' option into LT_INIT's first parameter.]) ]) m4trace:config/ltoptions.m4:305: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [m4_warn([obsolete], [The macro 'AC_ENABLE_FAST_INSTALL' is obsolete. You should run autoupdate.])dnl _LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'fast-install' option into LT_INIT's first parameter.]) ]) m4trace:config/ltoptions.m4:312: -1- AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'disable-fast-install' option into LT_INIT's first parameter.]) ]) m4trace:config/ltoptions.m4:312: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [m4_warn([obsolete], [The macro 'AC_DISABLE_FAST_INSTALL' is obsolete. You should run autoupdate.])dnl _LT_SET_OPTION([LT_INIT], [disable-fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'disable-fast-install' option into LT_INIT's first parameter.]) ]) m4trace:config/ltoptions.m4:411: -1- AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'pic-only' option into LT_INIT's first parameter.]) ]) m4trace:config/ltoptions.m4:411: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [m4_warn([obsolete], [The macro 'AC_LIBTOOL_PICMODE' is obsolete. You should run autoupdate.])dnl _LT_SET_OPTION([LT_INIT], [pic-only]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'pic-only' option into LT_INIT's first parameter.]) ]) m4trace:config/ltsugar.m4:14: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) m4trace:config/ltversion.m4:19: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.7' macro_revision='2.4.7' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) m4trace:config/lt~obsolete.m4:37: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) m4trace:config/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH]) m4trace:config/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SHELL_INIT]) m4trace:config/lt~obsolete.m4:43: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX]) m4trace:config/lt~obsolete.m4:45: -1- AC_DEFUN([_LT_AC_TAGVAR]) m4trace:config/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL]) m4trace:config/lt~obsolete.m4:47: -1- AC_DEFUN([AC_LTDL_PREOPEN]) m4trace:config/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_SYS_COMPILER]) m4trace:config/lt~obsolete.m4:49: -1- AC_DEFUN([_LT_AC_LOCK]) m4trace:config/lt~obsolete.m4:50: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE]) m4trace:config/lt~obsolete.m4:51: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF]) m4trace:config/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O]) m4trace:config/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS]) m4trace:config/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR]) m4trace:config/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LTDL_OBJDIR]) m4trace:config/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH]) m4trace:config/lt~obsolete.m4:57: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP]) m4trace:config/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PATH_MAGIC]) m4trace:config/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_GNU]) m4trace:config/lt~obsolete.m4:60: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG]) m4trace:config/lt~obsolete.m4:61: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD]) m4trace:config/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI]) m4trace:config/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE]) m4trace:config/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC]) m4trace:config/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS]) m4trace:config/lt~obsolete.m4:66: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP]) m4trace:config/lt~obsolete.m4:67: -1- AC_DEFUN([LT_AC_PROG_EGREP]) m4trace:config/lt~obsolete.m4:72: -1- AC_DEFUN([_AC_PROG_LIBTOOL]) m4trace:config/lt~obsolete.m4:73: -1- AC_DEFUN([AC_LIBTOOL_SETUP]) m4trace:config/lt~obsolete.m4:74: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN]) m4trace:config/lt~obsolete.m4:75: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER]) m4trace:config/lt~obsolete.m4:76: -1- AC_DEFUN([_LT_AC_TAGCONFIG]) m4trace:config/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_CXX]) m4trace:config/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_F77]) m4trace:config/lt~obsolete.m4:80: -1- AC_DEFUN([_LT_AC_LANG_GCJ]) m4trace:config/lt~obsolete.m4:81: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG]) m4trace:config/lt~obsolete.m4:82: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG]) m4trace:config/lt~obsolete.m4:83: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG]) m4trace:config/lt~obsolete.m4:84: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG]) m4trace:config/lt~obsolete.m4:85: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG]) m4trace:config/lt~obsolete.m4:86: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG]) m4trace:config/lt~obsolete.m4:87: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG]) m4trace:config/lt~obsolete.m4:88: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG]) m4trace:config/lt~obsolete.m4:89: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG]) m4trace:config/lt~obsolete.m4:90: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG]) m4trace:config/lt~obsolete.m4:91: -1- AC_DEFUN([AC_LIBTOOL_CONFIG]) m4trace:config/lt~obsolete.m4:92: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C]) m4trace:config/lt~obsolete.m4:94: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP]) m4trace:config/lt~obsolete.m4:97: -1- AC_DEFUN([_LT_PROG_F77]) m4trace:config/lt~obsolete.m4:98: -1- AC_DEFUN([_LT_PROG_FC]) m4trace:config/lt~obsolete.m4:99: -1- AC_DEFUN([_LT_PROG_CXX]) m4trace:config/pkg.m4:27: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$]) m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) fi if test -n "$PKG_CONFIG"; then _pkg_min_version=m4_default([$1], [0.9.0]) AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) PKG_CONFIG="" fi fi[]dnl ]) m4trace:config/pkg.m4:60: -1- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl if test -n "$PKG_CONFIG" && \ AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then m4_default([$2], [:]) m4_ifvaln([$3], [else $3])dnl fi]) m4trace:config/pkg.m4:86: -1- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPPRTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG]) if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi[]dnl ]) m4trace:config/pkg.m4:106: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl pkg_failed=no AC_MSG_CHECKING([for $1]) _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) _PKG_CONFIG([$1][_LIBS], [libs], [$2]) m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS and $1[]_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.]) if test $pkg_failed = yes; then AC_MSG_RESULT([no]) _PKG_SHORT_ERRORS_SUPPPRTED if test $_pkg_short_errors_supported = yes; then $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` else $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD m4_default([$4], [AC_MSG_ERROR( [Package requirements ($2) were not met: $$1_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. _PKG_TEXT])[]dnl ]) elif test $pkg_failed = untried; then AC_MSG_RESULT([no]) m4_default([$4], [AC_MSG_FAILURE( [The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. _PKG_TEXT To get pkg-config, see .])[]dnl ]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS $1[]_LIBS=$pkg_cv_[]$1[]_LIBS AC_MSG_RESULT([yes]) $3 fi[]dnl ]) m4trace:config/pkg.m4:169: -1- AC_DEFUN([PKG_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) m4_pushdef([pkg_description], [pkg-config installation directory @<:@]pkg_default[@:>@]) AC_ARG_WITH([pkgconfigdir], [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, [with_pkgconfigdir=]pkg_default) AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) m4_popdef([pkg_default]) m4_popdef([pkg_description]) ]) m4trace:config/pkg.m4:189: -1- AC_DEFUN([PKG_NOARCH_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) m4_pushdef([pkg_description], [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) AC_ARG_WITH([noarch-pkgconfigdir], [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, [with_noarch_pkgconfigdir=]pkg_default) AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) m4_popdef([pkg_default]) m4_popdef([pkg_description]) ]) m4trace:config/pkg.m4:206: -1- AC_DEFUN([PKG_CHECK_VAR], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl _PKG_CONFIG([$1], [variable="][$3]["], [$2]) AS_VAR_COPY([$1], [pkg_cv_][$1]) AS_VAR_IF([$1], [""], [$5], [$4])dnl ]) m4trace:config/pkg.m4:247: -1- AC_DEFUN([PKG_CHECK_MODULES_STATIC], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl AC_ARG_VAR([$1][_STATIC_LIBS], [static linker flags for $1, overriding pkg-config])dnl pkg_failed=no AC_MSG_CHECKING([for $1]) _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) _PKG_CONFIG([$1][_LIBS], [libs], [$2]) _PKG_CONFIG2([$1][_STATIC_LIBS], [libs], [static], [$2]) m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS and $1[]_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.]) if test $pkg_failed = yes; then AC_MSG_RESULT([no]) _PKG_SHORT_ERRORS_SUPPPRTED if test $_pkg_short_errors_supported = yes; then $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` else $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD m4_default([$4], [AC_MSG_ERROR( [Package requirements ($2) were not met: $$1_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. _PKG_TEXT])[]dnl ]) elif test $pkg_failed = untried; then AC_MSG_RESULT([no]) m4_default([$4], [AC_MSG_FAILURE( [The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. _PKG_TEXT To get pkg-config, see .])[]dnl ]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS $1[]_LIBS=$pkg_cv_[]$1[]_LIBS $1[]_STATIC_LIBS=$pkg_cv_[]$1[]_STATIC_LIBS AC_MSG_RESULT([yes]) $3 fi[]dnl ]) m4trace:config/pmix.m4:37: -1- AC_DEFUN([PMIX_SETUP_CORE], [ AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) AC_REQUIRE([AC_CANONICAL_TARGET]) # AM_PROG_CC_C_O AC_REQUIREs AC_PROG_CC, so we have to be a little # careful about ordering here, and AC_REQUIRE these things so that # they get stamped out in the right order. AC_REQUIRE([_PMIX_START_SETUP_CC]) AC_REQUIRE([_PMIX_PROG_CC]) AC_REQUIRE([AM_PROG_CC_C_O]) OAC_PUSH_PREFIX([PMIX]) # initialize PMIX_EMBEDDED_LDFLAGS= PMIX_EMBEDDED_LIBS= PMIX_EMBEDDED_CPPFLAGS= # If no prefix was defined, set a good value m4_ifval([$1], [m4_define([pmix_config_prefix],[$1/])], [m4_define([pmix_config_prefix], [])]) # Get pmix's absolute top builddir (which may not be the same as # the real $top_builddir) PMIX_startdir=`pwd` if test x"pmix_config_prefix" != "x" && test ! -d "pmix_config_prefix"; then mkdir -p "pmix_config_prefix" fi if test x"pmix_config_prefix" != "x"; then cd "pmix_config_prefix" fi PMIX_top_builddir=`pwd` AC_SUBST(PMIX_top_builddir) # Get pmix's absolute top srcdir (which may not be the same as the # real $top_srcdir. First, go back to the startdir in case the # $srcdir is relative. cd "$PMIX_startdir" cd "$srcdir"/pmix_config_prefix PMIX_top_srcdir="`pwd`" AC_SUBST(PMIX_top_srcdir) # Go back to where we started cd "$PMIX_startdir" AC_MSG_NOTICE([pmix builddir: $PMIX_top_builddir]) AC_MSG_NOTICE([pmix srcdir: $PMIX_top_srcdir]) if test "$PMIX_top_builddir" != "$PMIX_top_srcdir"; then AC_MSG_NOTICE([Detected VPATH build]) fi # Get the version of pmix that we are installing AC_MSG_CHECKING([for pmix version]) PMIX_VERSION="`$PMIX_top_srcdir/config/pmix_get_version.sh $PMIX_top_srcdir/VERSION`" if test "$?" != "0"; then AC_MSG_ERROR([Cannot continue]) fi AC_MSG_RESULT([$PMIX_VERSION]) AC_SUBST(PMIX_VERSION) AC_DEFINE_UNQUOTED([PMIX_VERSION], ["$PMIX_VERSION"], [The library version is always available, contrary to VERSION]) PMIX_PROXY_BUGREPORT_STRING="https://github.com/openpmix/openpmix" AC_SUBST(PMIX_PROXY_BUGREPORT_STRING) AC_DEFINE_UNQUOTED([PMIX_PROXY_BUGREPORT_STRING], ["$PMIX_PROXY_BUGREPORT_STRING"], [Where to report bugs]) PMIX_RELEASE_DATE="`$PMIX_top_srcdir/config/pmix_get_version.sh $PMIX_top_srcdir/VERSION --release-date`" AC_SUBST(PMIX_RELEASE_DATE) # Save the breakdown the version information PMIX_MAJOR_VERSION="`$PMIX_top_srcdir/config/pmix_get_version.sh $PMIX_top_srcdir/VERSION --major`" if test "$?" != "0"; then AC_MSG_ERROR([Cannot continue]) fi AC_SUBST(PMIX_MAJOR_VERSION) AC_DEFINE_UNQUOTED([PMIX_MAJOR_VERSION], [$PMIX_MAJOR_VERSION], [The library major version is always available, contrary to VERSION]) PMIX_MINOR_VERSION="`$PMIX_top_srcdir/config/pmix_get_version.sh $PMIX_top_srcdir/VERSION --minor`" if test "$?" != "0"; then AC_MSG_ERROR([Cannot continue]) fi AC_SUBST(PMIX_MINOR_VERSION) AC_DEFINE_UNQUOTED([PMIX_MINOR_VERSION], [$PMIX_MINOR_VERSION], [The library minor version is always available, contrary to VERSION]) PMIX_RELEASE_VERSION="`$PMIX_top_srcdir/config/pmix_get_version.sh $PMIX_top_srcdir/VERSION --release`" if test "$?" != "0"; then AC_MSG_ERROR([Cannot continue]) fi AC_SUBST(PMIX_RELEASE_VERSION) AC_DEFINE_UNQUOTED([PMIX_RELEASE_VERSION], [$PMIX_RELEASE_VERSION], [The library release version is always available, contrary to VERSION]) pmixmajor=${PMIX_MAJOR_VERSION}L pmixminor=${PMIX_MINOR_VERSION}L pmixrelease=${PMIX_RELEASE_VERSION}L pmixnumeric=$(printf 0x%4.4x%2.2x%2.2x $PMIX_MAJOR_VERSION $PMIX_MINOR_VERSION $PMIX_RELEASE_VERSION) AC_SUBST(pmixmajor) AC_SUBST(pmixminor) AC_SUBST(pmixrelease) AC_SUBST(pmixnumeric) AC_CONFIG_FILES(pmix_config_prefix[include/pmix_version.h]) PMIX_GREEK_VERSION="`$PMIX_top_srcdir/config/pmix_get_version.sh $PMIX_top_srcdir/VERSION --greek`" if test "$?" != "0"; then AC_MSG_ERROR([Cannot continue]) fi AC_SUBST(PMIX_GREEK_VERSION) AC_MSG_CHECKING([for pmix standard version]) PMIX_STD_VERSION="`$PMIX_top_srcdir/config/pmix_get_version.sh $PMIX_top_srcdir/VERSION --std-version`" if test "$?" != "0"; then AC_MSG_ERROR([Cannot continue]) fi AC_MSG_RESULT([$PMIX_STD_VERSION]) AC_SUBST(PMIX_STD_VERSION) AC_DEFINE_UNQUOTED([PMIX_STD_VERSION], ["$PMIX_STD_VERSION"], [The PMIx Standard compliance level]) AC_MSG_CHECKING([for pmix standard stable ABI version(s)]) PMIX_STD_ABI_STABLE_VERSION="`$PMIX_top_srcdir/config/pmix_get_version.sh $PMIX_top_srcdir/VERSION --std-abi-stable-version`" if test "$?" != "0"; then AC_MSG_ERROR([Cannot continue]) fi AC_MSG_RESULT([$PMIX_STD_ABI_STABLE_VERSION]) AC_SUBST(PMIX_STD_ABI_STABLE_VERSION) AC_DEFINE_UNQUOTED([PMIX_STD_ABI_STABLE_VERSION], ["$PMIX_STD_ABI_STABLE_VERSION"], [The PMIx Standard Stable ABI compliance level(s)]) AC_MSG_CHECKING([for pmix standard provisional ABI version(s)]) PMIX_STD_ABI_PROVISIONAL_VERSION="`$PMIX_top_srcdir/config/pmix_get_version.sh $PMIX_top_srcdir/VERSION --std-abi-provisional-version`" if test "$?" != "0"; then AC_MSG_ERROR([Cannot continue]) fi AC_MSG_RESULT([$PMIX_STD_ABI_PROVISIONAL_VERSION]) AC_SUBST(PMIX_STD_ABI_PROVISIONAL_VERSION) AC_DEFINE_UNQUOTED([PMIX_STD_ABI_PROVISIONAL_VERSION], ["$PMIX_STD_ABI_PROVISIONAL_VERSION"], [The PMIx Standard Provisional ABI compliance level(s)]) PMIX_REPO_REV="`$PMIX_top_srcdir/config/pmix_get_version.sh $PMIX_top_srcdir/VERSION --repo-rev`" if test "$?" != "0"; then AC_MSG_ERROR([Cannot continue]) fi AC_SUBST(PMIX_REPO_REV) AC_DEFINE_UNQUOTED([PMIX_REPO_REV], ["$PMIX_REPO_REV"], [The OpenPMIx Git Revision]) PMIX_RELEASE_DATE="`$PMIX_top_srcdir/config/pmix_get_version.sh $PMIX_top_srcdir/VERSION --release-date`" if test "$?" != "0"; then AC_MSG_ERROR([Cannot continue]) fi AC_SUBST(PMIX_RELEASE_DATE) # Note that private/config.h *MUST* be listed first so that it # becomes the "main" config header file. Any AC-CONFIG-HEADERS # after that (pmix/config.h) will only have selective #defines # replaced, not the entire file. AC_CONFIG_HEADERS(pmix_config_prefix[src/include/pmix_config.h]) # # Package/brand string # AC_MSG_CHECKING([if want package/brand string]) AC_ARG_WITH([pmix-package-string], [AS_HELP_STRING([--with-pmix-package-string=STRING], [Use a branding string throughout PMIx])]) if test "$with_pmix_package_string" = "" || test "$with_pmix_package_string" = "no"; then with_package_string="PMIx $PMIX_CONFIGURE_USER@$PMIX_CONFIGURE_HOST Distribution" fi AC_DEFINE_UNQUOTED([PMIX_PACKAGE_STRING], ["$with_package_string"], [package/branding string for PMIx]) AC_MSG_RESULT([$with_package_string]) # GCC specifics. if test "x$GCC" = "xyes"; then PMIX_GCC_CFLAGS="-Wall -Wmissing-prototypes -Wundef" PMIX_GCC_CFLAGS="$PMIX_GCC_CFLAGS -Wpointer-arith -Wcast-align" fi ############################################################################ # Check for compilers and preprocessors ############################################################################ pmix_show_title "Compiler and preprocessor tests" PMIX_SETUP_CC # # Check for some types # AC_CHECK_TYPES(int8_t) AC_CHECK_TYPES(uint8_t) AC_CHECK_TYPES(int16_t) AC_CHECK_TYPES(uint16_t) AC_CHECK_TYPES(int32_t) AC_CHECK_TYPES(uint32_t) AC_CHECK_TYPES(int64_t) AC_CHECK_TYPES(uint64_t) AC_CHECK_TYPES(__int128) AC_CHECK_TYPES(uint128_t) AC_CHECK_TYPES(long long) AC_CHECK_TYPES(intptr_t) AC_CHECK_TYPES(uintptr_t) AC_CHECK_TYPES(ptrdiff_t) # check for sockaddr_in (a good sign we have TCP) # results used in the pif framework AC_CHECK_HEADERS([netdb.h netinet/in.h netinet/tcp.h]) AC_CHECK_TYPES([struct sockaddr_in], [pmix_found_sockaddr=yes], [pmix_found_sockaddr=no], [AC_INCLUDES_DEFAULT #ifdef HAVE_NETINET_IN_H #include #endif]) # # Check for type sizes # AC_CHECK_SIZEOF(_Bool) AC_CHECK_SIZEOF(short) AC_CHECK_SIZEOF(int) AC_CHECK_SIZEOF(long) AC_CHECK_SIZEOF(void *) AS_IF([test "$ac_cv_sizeof_void_p" -eq 4], [AC_MSG_WARN([PMIx does not support 32 bit builds.]) AC_MSG_ERROR([Cannot continue])]) AC_CHECK_SIZEOF(size_t) AC_CHECK_SIZEOF(pid_t) # # Check for type alignments # AC_CHECK_ALIGNOF(bool, [AC_INCLUDES_DEFAULT #include ]) AC_CHECK_ALIGNOF(int) AC_CHECK_ALIGNOF(long) AC_CHECK_ALIGNOF(size_t) if test "$ac_cv_type_long_long" = yes; then AC_CHECK_ALIGNOF(long long) fi AC_CHECK_ALIGNOF(double) # # Does the C compiler native support "bool"? (i.e., without # or any other help) # PMIX_VAR_SCOPE_PUSH([MSG]) AC_MSG_CHECKING(for C bool type) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([ AC_INCLUDES_DEFAULT], [[bool bar, foo = true; bar = foo;]])], [PMIX_NEED_C_BOOL=0 MSG=yes],[PMIX_NEED_C_BOOL=1 MSG=no]) AC_DEFINE_UNQUOTED(PMIX_NEED_C_BOOL, $PMIX_NEED_C_BOOL, [Whether the C compiler supports "bool" without any other help (such as )]) AC_MSG_RESULT([$MSG]) AC_CHECK_SIZEOF(_Bool) PMIX_VAR_SCOPE_POP # # Check for other compiler characteristics # PMIX_VAR_SCOPE_PUSH([PMIX_CFLAGS_save]) if test "$GCC" = "yes"; then # gcc 2.96 will emit oodles of warnings if you use "inline" with # -pedantic (which we do in developer builds). However, # "__inline__" is ok. So we have to force gcc to select the # right one. If you use -pedantic, the AC_C_INLINE test will fail # (because it names a function foo() -- without the (void)). So # we turn off all the picky flags, turn on -ansi mode (which is # implied by -pedantic), and set warnings to be errors. Hence, # this does the following (for 2.96): # # - causes the check for "inline" to emit a warning, which then # fails # - checks for __inline__, which then emits no error, and works # # This also works nicely for gcc 3.x because "inline" will work on # the first check, and all is fine. :-) PMIX_CFLAGS_save=$CFLAGS CFLAGS="$PMIX_CFLAGS_BEFORE_PICKY -Werror -ansi" fi AC_C_INLINE if test "$GCC" = "yes"; then CFLAGS=$PMIX_CFLAGS_save fi PMIX_VAR_SCOPE_POP ################################## # Only after setting up # C do we check compiler attributes. ################################## pmix_show_subtitle "Compiler characteristics" PMIX_CHECK_ATTRIBUTES PMIX_CHECK_COMPILER_VERSION_ID # OpenPMIx only supports GCC >=v4.8.1. Notes: # # 1. The default compiler that comes with RHEL 7 is v4.8.5 # (version ID 264197). # 2. We regularly test with GCC v4.8.1 (version ID 264193). # 3. GCC 4.8.0 probably also works; we just haven't tested it. # # Since we regularly test with 4.8.1, that's what we check for. AS_IF([test "$pmix_cv_compiler_FAMILYNAME" = "GNU" && \ test "$pmix_cv_compiler_VERSION" -lt 264193], [AC_MSG_WARN([OpenPMIx no longer supports versions of the GNU compiler suite]) AC_MSG_WARN([less than v4.8.1.]) AC_MSG_WARN([Please upgrade your GNU compiler suite, or use]) AC_MSG_WARN([a different compiler to build OpenPMIx.]) AC_MSG_ERROR([Cannot continue]) ]) ################################## # Assembler Configuration ################################## pmix_show_subtitle "Atomics" PMIX_CONFIG_ASM ################################## # Header files ################################## pmix_show_title "Header file tests" AC_CHECK_HEADERS([arpa/inet.h \ fcntl.h ifaddrs.h inttypes.h libgen.h \ net/uio.h netinet/in.h \ stdint.h stddef.h \ stdlib.h string.h strings.h \ sys/ioctl.h sys/param.h \ sys/select.h sys/socket.h sys/sockio.h \ stdarg.h sys/stat.h sys/time.h \ sys/types.h sys/un.h sys/uio.h \ sys/wait.h syslog.h \ time.h unistd.h dirent.h \ crt_externs.h signal.h \ ioLib.h sockLib.h hostLib.h limits.h \ sys/fcntl.h sys/statfs.h sys/statvfs.h \ netdb.h ucred.h zlib.h sys/auxv.h \ sys/sysctl.h termio.h termios.h pty.h \ libutil.h util.h grp.h sys/cdefs.h utmp.h stropts.h \ sys/utsname.h stdatomic.h mntent.h]) AC_CHECK_HEADERS([sys/mount.h], [], [], [AC_INCLUDES_DEFAULT #if HAVE_SYS_PARAM_H #include #endif ]) AC_CHECK_HEADERS([sys/sysctl.h], [], [], [AC_INCLUDES_DEFAULT #if HAVE_SYS_PARAM_H #include #endif ]) # Needed to work around Darwin requiring sys/socket.h for # net/if.h AC_CHECK_HEADERS([net/if.h], [], [], [#include #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_SYS_SOCKET_H # include #endif ]) # Note that sometimes we have , but it doesn't work (e.g., # have both Portland and GNU installed; using pgcc will find GNU's # , which all it does -- by standard -- is define "bool" to # "_Bool" [see # http://pmixw.opengroup.org/onlinepubs/009695399/basedefs/stdbool.h.html], # and Portland has no idea what to do with _Bool). # So first figure out if we have (i.e., check the value of # the macro HAVE_STDBOOL_H from the result of AC_CHECK_HEADERS, # above). If we do have it, then check to see if it actually works. # Define PMIX_USE_STDBOOL_H as approrpaite. AC_CHECK_HEADERS([stdbool.h], [have_stdbool_h=1], [have_stdbool_h=0]) AC_MSG_CHECKING([if works]) if test "$have_stdbool_h" = "1"; then AC_COMPILE_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT[ #if HAVE_STDBOOL_H #include #endif ]], [[bool bar, foo = true; bar = foo;]])], [PMIX_USE_STDBOOL_H=1 MSG=yes],[PMIX_USE_STDBOOL_H=0 MSG=no]) else PMIX_USE_STDBOOL_H=0 MSG="no (don't have )" fi AC_DEFINE_UNQUOTED(PMIX_USE_STDBOOL_H, $PMIX_USE_STDBOOL_H, [Whether to use or not]) AC_MSG_RESULT([$MSG]) # checkpoint results AC_CACHE_SAVE ################################## # Types ################################## pmix_show_title "Type tests" AC_CHECK_TYPES([socklen_t, struct sockaddr_in, struct sockaddr_un, struct sockaddr_in6, struct sockaddr_storage], [], [], [AC_INCLUDES_DEFAULT #if HAVE_SYS_SOCKET_H #include #endif #if HAVE_SYS_UN_H #include #endif #ifdef HAVE_NETINET_IN_H #include #endif ]) AC_CHECK_DECLS([AF_UNSPEC, PF_UNSPEC, AF_INET6, PF_INET6], [], [], [AC_INCLUDES_DEFAULT #if HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_NETINET_IN_H #include #endif ]) # SA_RESTART in signal.h PMIX_VAR_SCOPE_PUSH([MSG2]) AC_MSG_CHECKING([if SA_RESTART defined in signal.h]) AC_EGREP_CPP(yes, [ #include #ifdef SA_RESTART yes #endif ], [MSG2=yes VALUE=1], [MSG2=no VALUE=0]) AC_DEFINE_UNQUOTED(PMIX_HAVE_SA_RESTART, $VALUE, [Whether we have SA_RESTART in or not]) AC_MSG_RESULT([$MSG2]) PMIX_VAR_SCOPE_POP AC_CHECK_MEMBERS([struct sockaddr.sa_len], [], [], [ #include #if HAVE_SYS_SOCKET_H #include #endif ]) AC_CHECK_MEMBERS([struct dirent.d_type], [], [], [ #include #include ]) AC_CHECK_MEMBERS([siginfo_t.si_fd],,,[#include ]) AC_CHECK_MEMBERS([siginfo_t.si_band],,,[#include ]) # # Checks for struct member names in struct statfs # AC_CHECK_MEMBERS([struct statfs.f_type], [], [], [ AC_INCLUDES_DEFAULT #ifdef HAVE_SYS_VFS_H #include #endif #ifdef HAVE_SYS_STATFS_H #include #endif ]) AC_CHECK_MEMBERS([struct statfs.f_fstypename], [], [], [ AC_INCLUDES_DEFAULT #ifdef HAVE_SYS_PARAM_H #include #endif #ifdef HAVE_SYS_MOUNT_H #include #endif #ifdef HAVE_SYS_VFS_H #include #endif #ifdef HAVE_SYS_STATFS_H #include #endif ]) # # Checks for struct member names in struct statvfs # AC_CHECK_MEMBERS([struct statvfs.f_basetype], [], [], [ AC_INCLUDES_DEFAULT #ifdef HAVE_SYS_STATVFS_H #include #endif ]) AC_CHECK_MEMBERS([struct statvfs.f_fstypename], [], [], [ AC_INCLUDES_DEFAULT #ifdef HAVE_SYS_STATVFS_H #include #endif ]) AC_CHECK_MEMBERS([struct ucred.uid, struct ucred.cr_uid, struct sockpeercred.uid], [], [], [#include #include ]) # # Check for ptrdiff type. Yes, there are platforms where # sizeof(void*) != sizeof(long) (64 bit Windows, apparently). # AC_MSG_CHECKING([for pointer diff type]) if test $ac_cv_type_ptrdiff_t = yes ; then pmix_ptrdiff_t="ptrdiff_t" pmix_ptrdiff_size=$ac_cv_sizeof_ptrdiff_t elif test $ac_cv_sizeof_void_p -eq $ac_cv_sizeof_long ; then pmix_ptrdiff_t="long" pmix_ptrdiff_size=$ac_cv_sizeof_long elif test $ac_cv_type_long_long = yes && test $ac_cv_sizeof_void_p -eq $ac_cv_sizeof_long_long ; then pmix_ptrdiff_t="long long" pmix_ptrdiff_size=$ac_cv_sizeof_long_long #else # AC_MSG_ERROR([Could not find datatype to emulate ptrdiff_t. Cannot continue]) fi AC_DEFINE_UNQUOTED([PMIX_PTRDIFF_TYPE], [$pmix_ptrdiff_t], [type to use for ptrdiff_t]) AC_MSG_RESULT([$pmix_ptrdiff_t (size: $pmix_ptrdiff_size)]) ################################## # Linker characteristics ################################## AC_MSG_CHECKING([the linker for support for the -fini option]) PMIX_VAR_SCOPE_PUSH([LDFLAGS_save]) LDFLAGS_save=$LDFLAGS LDFLAGS="$LDFLAGS_save -Wl,-fini -Wl,finalize" AC_LINK_IFELSE([AC_LANG_PROGRAM([[ void finalize (void) {} ]])], [AC_MSG_RESULT([yes]) pmix_ld_have_fini=1], [AC_MSG_RESULT([no]) pmix_ld_have_fini=0]) LDFLAGS=$LDFLAGS_save PMIX_VAR_SCOPE_POP pmix_destructor_use_fini=0 pmix_no_destructor=0 if test x$pmix_cv___attribute__destructor = x0 ; then if test x$pmix_ld_have_fini = x1 ; then pmix_destructor_use_fini=1 else pmix_no_destructor=1; fi fi AC_DEFINE_UNQUOTED(PMIX_NO_LIB_DESTRUCTOR, [$pmix_no_destructor], [Whether libraries can be configured with destructor functions]) AM_CONDITIONAL(PMIX_DESTRUCTOR_USE_FINI, [test x$pmix_destructor_use_fini = x1]) ################################## # Libraries ################################## pmix_show_title "Library and Function tests" # Darwin doesn't need -lutil, as it's something other than this -lutil. PMIX_SEARCH_LIBS_CORE([openpty], [util]) PMIX_SEARCH_LIBS_CORE([gethostbyname], [nsl]) PMIX_SEARCH_LIBS_CORE([socket], [socket]) # IRIX and CentOS have dirname in -lgen, usually in libc PMIX_SEARCH_LIBS_CORE([dirname], [gen]) # Darwin doesn't need -lm, as it's a symlink to libSystem.dylib PMIX_SEARCH_LIBS_CORE([ceil], [m]) # -lrt might be needed for clock_gettime PMIX_SEARCH_LIBS_CORE([clock_gettime], [rt]) AC_CHECK_FUNCS([asprintf snprintf vasprintf vsnprintf strsignal socketpair strncpy_s usleep statfs statvfs getpeereid getpeerucred strnlen posix_fallocate tcgetpgrp setpgid ptsname openpty setenv fork execve waitpid atexit]) # On some hosts, htonl is a define, so the AC_CHECK_FUNC will get # confused. On others, it's in the standard library, but stubbed with # the magic glibc foo as not implemented. and on other systems, it's # just not there. This covers all cases. AC_CACHE_CHECK([for htonl define], [pmix_cv_htonl_define], [AC_PREPROC_IFELSE([AC_LANG_PROGRAM([ #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_NETINET_IN_H #include #endif #ifdef HAVE_ARPA_INET_H #include #endif],[ #ifndef ntohl #error "ntohl not defined" #endif ])], [pmix_cv_htonl_define=yes], [pmix_cv_htonl_define=no])]) AC_CHECK_FUNC([htonl], [pmix_have_htonl=yes], [pmix_have_htonl=no]) AS_IF([test "$pmix_cv_htonl_define" = "yes" || test "$pmix_have_htonl" = "yes"], [AC_DEFINE_UNQUOTED([HAVE_UNIX_BYTESWAP], [1], [whether unix byteswap routines -- htonl, htons, nothl, ntohs -- are available])]) # # Make sure we can copy va_lists (need check declared, not linkable) # AC_CHECK_DECL(va_copy, PMIX_HAVE_VA_COPY=1, PMIX_HAVE_VA_COPY=0, [#include ]) AC_DEFINE_UNQUOTED(PMIX_HAVE_VA_COPY, $PMIX_HAVE_VA_COPY, [Whether we have va_copy or not]) AC_CHECK_DECL(__va_copy, PMIX_HAVE_UNDERSCORE_VA_COPY=1, PMIX_HAVE_UNDERSCORE_VA_COPY=0, [#include ]) AC_DEFINE_UNQUOTED(PMIX_HAVE_UNDERSCORE_VA_COPY, $PMIX_HAVE_UNDERSCORE_VA_COPY, [Whether we have __va_copy or not]) AC_CHECK_DECLS(__func__) # checkpoint results AC_CACHE_SAVE ################################## # System-specific tests ################################## pmix_show_title "System-specific tests" AC_C_BIGENDIAN # # Check out what thread support we have # PMIX_CONFIG_THREADS CFLAGS="$CFLAGS $THREAD_CFLAGS" CPPFLAGS="$CPPFLAGS $THREAD_CPPFLAGS" LDFLAGS="$LDFLAGS $THREAD_LDFLAGS" LIBS="$LIBS $THREAD_LIBS" PMIX_WRAPPER_FLAGS_ADD([CFLAGS], [$THREAD_CFLAGS]) PMIX_WRAPPER_FLAGS_ADD([LDFLAGS], [$THREAD_LDFLAGS]) # # What is the local equivalent of "ln -s" # AC_PROG_LN_S # Check for some common system programs that we need AC_PROG_GREP AC_PROG_EGREP # This check must come after PMIX_CONFIG_THREADS AC_CHECK_FUNCS([pthread_setaffinity_np]) # Setup HTML and man page processing OAC_SETUP_SPHINX([$srcdir/docs/_build/html/index.html], [], [$srcdir/docs/requirements.txt]) AS_IF([test -n "$OAC_MAKEDIST_DISABLE"], [AS_IF([test -n "$PMIX_MAKEDIST_DISABLE"], [PMIX_MAKEDIST_DISABLE="$PMIX_MAKEDIST_DISABLE $OAC_MAKEDIST_DISABLE"], [PMIX_MAKEDIST_DISABLE=$OAC_MAKEDIST_DISABLE])]) AS_IF([test -n "$PMIX_MAKEDIST_DISABLE"], [AC_MSG_WARN(["make dist" will be disabled due to: $PMIX_MAKEDIST_DISABLE])]) AC_SUBST([PMIX_MAKEDIST_DISABLE]) ################################## # Visibility ################################## # Check the visibility declspec at the end to avoid problem with # the previous tests that are not necessarily prepared for # the visibility feature. pmix_show_title "Symbol visibility feature" PMIX_CHECK_VISIBILITY ################################## # Libevent ################################## pmix_show_title "Event libraries" dnl Only one of Libev or Libevent can be used by OpenPMIX. The dnl selection logic for the two is: dnl dnl * libev is used if explicitly requested dnl * libevent is used if explicitly requested dnl * if both are explicitly requested, then we report the error dnl and abort dnl * if neither is explicitly requested, then we default to dnl using libevent if it is available. If libevent isn't dnl available, then we see if libev is available. dnl dnl poking at $with_libevent and $with_libev is a bit of an dnl abstraction break, but makes implementing this logic dnl significantly easier. pmix_libev_support=0 pmix_libevent_support=0 AS_IF([test ! -z "$with_libevent" -a "$with_libevent" != "no"], [want_libevent=1]) AS_IF([test ! -z "$with_libev" -a "$with_libev" != "no"], [want_libev=1]) AS_IF([test "$want_libevent" = "1" -a "$want_libev" = "1"], [AC_MSG_WARN([Both libevent and libev support have been specified.]) AC_MSG_WARN([Only one can be configured against at a time. Please]) AC_MSG_WARN([remove one from the configure command line.]) AC_MSG_ERROR([Cannot continue])]) pmix_found_event_lib=0 dnl If libevent succeeds, then we don't need libev, but we skip dnl libevent if libev was explicitly requested. AS_IF([test "$want_libev" != "1"], [PMIX_LIBEVENT_CONFIG([pmix_found_event_lib=1])]) AS_IF([test $pmix_found_event_lib -eq 0], [PMIX_LIBEV_CONFIG([pmix_found_event_lib=1])]) dnl The following must _always_ be defined, regardless of which dnl event library was selected/requested AC_DEFINE_UNQUOTED([PMIX_HAVE_LIBEV], [$pmix_libev_support], [Whether we are building against libev]) AC_DEFINE_UNQUOTED([PMIX_HAVE_LIBEVENT], [$pmix_libevent_support], [Whether we are building against libevent]) AS_IF([test $pmix_found_event_lib -eq 0], [AC_MSG_WARN([Either libevent or libev support is required, but neither]) AC_MSG_WARN([was found. Please use the configure options to point us]) AC_MSG_WARN([to where we can find one or the other library]) AC_MSG_ERROR([Cannot continue])]) ################################## # HWLOC ################################## pmix_show_title "HWLOC" PMIX_SETUP_HWLOC ################################## # JANSSON ################################## pmix_show_title "JANSSON" PMIX_CHECK_JANSSON ################################## # CURL ################################## pmix_show_title "CURL" PMIX_CHECK_CURL ################################## # MCA ################################## pmix_show_title "Modular Component Architecture (MCA) setup" # # Do we want to show component load error messages by default? # AC_MSG_CHECKING([for default value of mca_base_component_show_load_errors]) AC_ARG_WITH([show-load-errors], [AS_HELP_STRING([--with-show-load-errors], [Set the default value for the MCA parameter mca_base_component_show_load_errors (but can be overridden at run time by the usual MCA-variable-setting mechansism). (default: "all")])]) if test -z "$with_show_load_errors" || \ test "$with_show_load_errors" = "yes"; then with_show_load_errors=all AC_MSG_RESULT([enabled for all (by default)]) elif test "$with_show_load_errors" = "no"; then with_show_load_errors=none AC_MSG_RESULT([disabled for all (by default)]) fi AC_DEFINE_UNQUOTED(PMIX_SHOW_LOAD_ERRORS_DEFAULT, ["$with_show_load_errors"], [Default value for mca_base_component_show_load_errors MCA variable]) AC_MSG_CHECKING([for subdir args]) PMIX_CONFIG_SUBDIR_ARGS([pmix_subdir_args]) AC_MSG_RESULT([$pmix_subdir_args]) PMIX_MCA ############################################################################ # final compiler config ############################################################################ pmix_show_subtitle "Set path-related compiler flags" # # This is needed for VPATH builds, so that it will -I the appropriate # include directory. We delayed doing it until now just so that # '-I$(top_srcdir)' doesn't show up in any of the configure output -- # purely aesthetic. # # Because pmix_config.h is created by AC_CONFIG_HEADERS, we # don't need to -I the builddir for pmix/include. However, if we # are VPATH building, we do need to include the source directories. # if test "$PMIX_top_builddir" != "$PMIX_top_srcdir"; then # Note the embedded m4 directives here -- we must embed them # rather than have successive assignments to these shell # variables, lest the $(foo) names try to get evaluated here. # Yuck! cpp_includes="$PMIX_top_builddir $PMIX_top_srcdir $PMIX_top_srcdir/src $PMIX_top_builddir/include" else cpp_includes="$PMIX_top_srcdir $PMIX_top_srcdir/src" fi CPP_INCLUDES="$(echo $cpp_includes | $SED 's/[[^ \]]* */'"$pmix_cc_iquote"'&/g')" CPPFLAGS="$CPP_INCLUDES -I$PMIX_top_srcdir/include $CPPFLAGS" ############################################################################ # final wrapper compiler config ############################################################################ pmix_show_subtitle "Wrapper compiler final setup" # The PMIx wrapper script (i.e., not the C-compiled # executables) need perl. AC_PATH_PROG(PERL, perl, perl) # What's the suffix of shared libraries? Inspired by generated # Libtool code (even though we don't support several of these # platforms, there didn't seem to be any harm in leaving in some of # them, alhtough I did remove some that we have never/will never # support, like OS/2). case $host_os in mingw* | pw32* | cegcc*) PMIX_DYN_LIB_SUFFIX=dll ;; darwin* | rhapsody*) PMIX_DYN_LIB_SUFFIX=dylib ;; hpux9* | hpux10* | hpux11*) case $host_cpu in ia64*) PMIX_DYN_LIB_SUFFIX=so ;; *) PMIX_DYN_LIB_SUFFIX=sl ;; esac ;; *) PMIX_DYN_LIB_SUFFIX=so ;; esac AC_SUBST(PMIX_DYN_LIB_SUFFIX) # Need the libtool executable before the rpathify stuff LT_OUTPUT ############################################################################ # pmixdatadir, pmixlibdir, and pmixinclude are essentially the same as # pkg*dir, but will always be */pmix. pmixdatadir='${datadir}/pmix' pmixlibdir='${libdir}/pmix' pmixincludedir='${includedir}/pmix' AC_SUBST(pmixdatadir) AC_SUBST(pmixlibdir) AC_SUBST(pmixincludedir) PMIX_SETUP_WRAPPER_FINAL # PMIX_DELAYED_LIBS is used to allow us to add some libraries to the build, but # not add them to all the tests that are run through configure, since that # can cause some bundled build situations. This is the last minute, so time # to add them to LIBS. PMIX_FLAGS_APPEND_MOVE([LIBS], [$PMIX_DELAYED_LIBS]) ############################################################################ # setup "make check" ############################################################################ PMIX_BUILT_TEST_PREFIX=$PMIX_top_builddir AC_SUBST(PMIX_BUILT_TEST_PREFIX) # expose the mca component library paths in the build system pathfile=$PMIX_top_srcdir/config/mca_library_paths.txt PMIX_COMPONENT_LIBRARY_PATHS=`cat $pathfile` AC_SUBST(PMIX_COMPONENT_LIBRARY_PATHS) AC_CONFIG_FILES(pmix_config_prefix[test/run_tests00.pl], [chmod +x test/run_tests00.pl]) AC_CONFIG_FILES(pmix_config_prefix[test/run_tests01.pl], [chmod +x test/run_tests01.pl]) AC_CONFIG_FILES(pmix_config_prefix[test/run_tests02.pl], [chmod +x test/run_tests02.pl]) AC_CONFIG_FILES(pmix_config_prefix[test/run_tests03.pl], [chmod +x test/run_tests03.pl]) AC_CONFIG_FILES(pmix_config_prefix[test/run_tests04.pl], [chmod +x test/run_tests04.pl]) AC_CONFIG_FILES(pmix_config_prefix[test/run_tests05.pl], [chmod +x test/run_tests05.pl]) AC_CONFIG_FILES(pmix_config_prefix[test/run_tests06.pl], [chmod +x test/run_tests06.pl]) AC_CONFIG_FILES(pmix_config_prefix[test/run_tests07.pl], [chmod +x test/run_tests07.pl]) AC_CONFIG_FILES(pmix_config_prefix[test/run_tests08.pl], [chmod +x test/run_tests08.pl]) AC_CONFIG_FILES(pmix_config_prefix[test/run_tests09.pl], [chmod +x test/run_tests09.pl]) AC_CONFIG_FILES(pmix_config_prefix[test/run_tests10.pl], [chmod +x test/run_tests10.pl]) AC_CONFIG_FILES(pmix_config_prefix[test/run_tests11.pl], [chmod +x test/run_tests11.pl]) AC_CONFIG_FILES(pmix_config_prefix[test/run_tests12.pl], [chmod +x test/run_tests12.pl]) AC_CONFIG_FILES(pmix_config_prefix[test/run_tests13.pl], [chmod +x test/run_tests13.pl]) # AC_CONFIG_FILES(pmix_config_prefix[test/run_tests14.pl], [chmod +x test/run_tests14.pl]) # AC_CONFIG_FILES(pmix_config_prefix[test/run_tests15.pl], [chmod +x test/run_tests15.pl]) if test "$WANT_PYTHON_BINDINGS" = "1"; then AC_CONFIG_FILES(pmix_config_prefix[test/python/run_server.sh], [chmod +x test/python/run_server.sh]) AC_CONFIG_FILES(pmix_config_prefix[test/python/run_sched.sh], [chmod +x test/python/run_sched.sh]) fi ############################################################################ # final output ############################################################################ pmix_show_subtitle "Final output" AC_CONFIG_HEADERS(pmix_config_prefix[include/pmix_common.h]) AC_CONFIG_FILES( pmix_config_prefix[Makefile] pmix_config_prefix[bindings/Makefile] pmix_config_prefix[bindings/python/Makefile] pmix_config_prefix[config/Makefile] pmix_config_prefix[etc/Makefile] pmix_config_prefix[include/Makefile] pmix_config_prefix[src/Makefile] pmix_config_prefix[src/class/Makefile] pmix_config_prefix[src/include/Makefile] pmix_config_prefix[src/util/Makefile] pmix_config_prefix[src/util/keyval/Makefile] pmix_config_prefix[src/mca/base/Makefile] pmix_config_prefix[src/tools/pevent/Makefile] pmix_config_prefix[src/tools/pmix_info/Makefile] pmix_config_prefix[src/tools/plookup/Makefile] pmix_config_prefix[src/tools/pps/Makefile] pmix_config_prefix[src/tools/pattrs/Makefile] pmix_config_prefix[src/tools/pquery/Makefile] pmix_config_prefix[src/tools/wrapper/Makefile] pmix_config_prefix[src/tools/wrapper/pmixcc-wrapper-data.txt] pmix_config_prefix[src/tools/palloc/Makefile] pmix_config_prefix[src/tools/pctrl/Makefile] ) # Success $2 ]) m4trace:config/pmix.m4:1019: -1- AC_DEFUN([PMIX_DEFINE_ARGS], [ # A hint to tell us if we are working with a build from Git or a tarball. # Helpful when preparing diagnostic output. if test -e $PMIX_TOP_SRCDIR/.git; then AC_DEFINE_UNQUOTED([PMIX_GIT_REPO_BUILD], ["1"], [If built from a git repo]) pmix_git_repo_build=yes fi # do we want dlopen support ? AC_MSG_CHECKING([if want dlopen support]) AC_ARG_ENABLE([dlopen], [AS_HELP_STRING([--enable-dlopen], [Whether build should attempt to use dlopen (or similar) to dynamically load components. (default: enabled)])]) AS_IF([test "$enable_dlopen" = "unknown"], [AC_MSG_WARN([enable_dlopen variable has been overwritten by configure]) AC_MSG_WARN([This is an internal error that should be reported to PMIx developers]) AC_MSG_ERROR([Cannot continue])]) AS_IF([test "$enable_dlopen" = "no"], [PMIX_ENABLE_DLOPEN_SUPPORT=0 AC_MSG_RESULT([no])], [PMIX_ENABLE_DLOPEN_SUPPORT=1 AC_MSG_RESULT([yes])]) AC_DEFINE_UNQUOTED(PMIX_ENABLE_DLOPEN_SUPPORT, $PMIX_ENABLE_DLOPEN_SUPPORT, [Whether we want to enable dlopen support]) # # Check the OS flavor here # OAC_CHECK_OS_FLAVORS # Debug mode? AC_MSG_CHECKING([if want pmix maintainer support]) pmix_debug=0 pmix_debug_msg="disabled" AS_IF([test "$enable_debug" = "yes"], [pmix_debug=1 pmix_debug_msg="enabled"]) # Grr; we use #ifndef for PMIX_DEBUG! :-( AH_TEMPLATE(PMIX_ENABLE_DEBUG, [Whether we are in debugging mode or not]) AS_IF([test "$pmix_debug" = "1"], [AC_DEFINE([PMIX_ENABLE_DEBUG])]) AC_MSG_RESULT([$pmix_debug_msg]) AC_MSG_CHECKING([for pmix directory prefix]) AC_MSG_RESULT(m4_ifval([$1], pmix_config_prefix, [(none)])) # # Developer picky compiler options # AC_MSG_CHECKING([if want developer-level compiler pickyness]) AC_ARG_ENABLE(devel-check, AS_HELP_STRING([--enable-devel-check], [enable developer-level compiler pickyness when building PMIx (default: disabled)])) if test "$enable_devel_check" = "yes"; then AC_MSG_RESULT([yes]) WANT_PICKY_COMPILER=1 elif test "$enable_devel_check" = "no"; then AC_MSG_RESULT([no]) WANT_PICKY_COMPILER=0 elif test "$pmix_git_repo_build" = "yes" && test "$pmix_debug" = "1"; then AC_MSG_RESULT([yes]) WANT_PICKY_COMPILER=1 else AC_MSG_RESULT([no]) WANT_PICKY_COMPILER=0 fi AC_DEFINE_UNQUOTED(PMIX_PICKY_COMPILERS, $WANT_PICKY_COMPILER, [Whether or not we are using picky compiler settings]) AC_MSG_CHECKING([if want memory sanitizers]) AC_ARG_ENABLE(memory-sanitizers, AS_HELP_STRING([--memory-sanitizers], [enable developer-level memory sanitizers when building PMIx (default: disabled)])) if test "$enable_memory_sanitizers" = "yes"; then AC_MSG_RESULT([yes]) WANT_MEMORY_SANITIZERS=1 AC_MSG_WARN([******************************************************]) AC_MSG_WARN([**** Memory sanitizers may require that you LD_PRELOAD]) AC_MSG_WARN([**** libasan in order to run an executable.]) AC_MSG_WARN([******************************************************]) else AC_MSG_RESULT([no]) WANT_MEMORY_SANITIZERS=0 fi AC_DEFINE_UNQUOTED(PMIX_MEMORY_SANITIZERS, $WANT_MEMORY_SANITIZERS, [Whether or not we are using memory sanitizers]) # # Developer debugging # AC_MSG_CHECKING([if want developer-level debugging code]) AC_ARG_ENABLE(debug, AS_HELP_STRING([--enable-debug], [enable developer-level debugging code (not for general PMIx users!) (default: disabled)])) if test "$enable_debug" = "yes"; then AC_MSG_RESULT([yes]) WANT_DEBUG=1 else AC_MSG_RESULT([no]) WANT_DEBUG=0 fi if test "$WANT_DEBUG" = "0"; then CFLAGS="-DNDEBUG $CFLAGS" fi AC_DEFINE_UNQUOTED(PMIX_ENABLE_DEBUG, $WANT_DEBUG, [Whether we want developer-level debugging code or not]) AC_ARG_ENABLE(debug-symbols, AS_HELP_STRING([--disable-debug-symbols], [Disable adding compiler flags to enable debugging symbols if --enable-debug is specified. For non-debugging builds, this flag has no effect.])) AC_MSG_CHECKING([if want to install PMIx header files]) AC_ARG_WITH(pmix-headers, AS_HELP_STRING([--with-pmix-headers], [Install the PMIx header files (pmix.h and friends) (default: enabled)])) if test "$with_pmix_headers" != "no"; then AC_MSG_RESULT([yes]) WANT_PRIMARY_HEADERS=1 pmix_install_primary_headers=yes else AC_MSG_RESULT([no]) WANT_PRIMARY_HEADERS=0 pmix_install_primary_headers=no fi # Install tests and examples? AC_MSG_CHECKING([if tests and examples are to be installed]) AC_ARG_WITH([tests-examples], [AS_HELP_STRING([--with-tests-examples], [Whether or not to install the tests and example programs.])]) AS_IF([test "$pmix_install_primary_headers" = "no"], [AS_IF([test -z "$with_tests_examples" || test "$with_tests_examples" = "no"], [pmix_tests=no AC_MSG_RESULT([no])], [AC_MSG_RESULT([no]) AC_MSG_WARN([Cannot install tests/examples without installing primary headers.]) AC_MSG_ERROR([Please correct the configure line and retry])])], [AS_IF([test ! -z "$with_tests_examples" && test "$with_tests_examples" = "no"], [pmix_tests=no AC_MSG_RESULT([no])], [pmix_tests=yes AC_MSG_RESULT([yes])])]) # # Support per-user config files? # AC_ARG_ENABLE([per-user-config-files], [AS_HELP_STRING([--enable-per-user-config-files], [Disable per-user configuration files, to save disk accesses during job start-up. This is likely desirable for large jobs. Note that this can also be achieved by environment variables at run-time. (default: enabled)])]) if test "$enable_per_user_config_files" = "no" ; then result=0 else result=1 fi AC_DEFINE_UNQUOTED([PMIX_WANT_HOME_CONFIG_FILES], [$result], [Enable per-user config files]) # # Do we want the pretty-print stack trace feature? # AC_MSG_CHECKING([if want pretty-print stacktrace]) AC_ARG_ENABLE([pretty-print-stacktrace], [AS_HELP_STRING([--enable-pretty-print-stacktrace], [Pretty print stacktrace on process signal (default: enabled)])]) if test "$enable_pretty_print_stacktrace" = "no" ; then AC_MSG_RESULT([no]) WANT_PRETTY_PRINT_STACKTRACE=0 else AC_MSG_RESULT([yes]) WANT_PRETTY_PRINT_STACKTRACE=1 fi AC_DEFINE_UNQUOTED([PMIX_WANT_PRETTY_PRINT_STACKTRACE], [$WANT_PRETTY_PRINT_STACKTRACE], [if want pretty-print stack trace feature]) # # # Ident string # AC_MSG_CHECKING([if want ident string]) AC_ARG_WITH([ident-string], [AS_HELP_STRING([--with-ident-string=STRING], [Embed an ident string into PMIx object files])]) if test "$with_ident_string" = "" || test "$with_ident_string" = "no"; then with_ident_string="%VERSION%" fi # This is complicated, because $PMIX_VERSION may have spaces in it. # So put the whole sed expr in single quotes -- i.e., directly # substitute %VERSION% for (not expanded) $PMIX_VERSION. with_ident_string="`echo $with_ident_string | sed -e 's/%VERSION%/$PMIX_VERSION/'`" # Now eval an echo of that so that the "$PMIX_VERSION" token is # replaced with its value. Enclose the whole thing in "" so that it # ends up as 1 token. with_ident_string="`eval echo $with_ident_string`" AC_DEFINE_UNQUOTED([PMIX_IDENT_STRING], ["$with_ident_string"], [ident string for PMIX]) AC_MSG_RESULT([$with_ident_string]) # # Timing support # AC_MSG_CHECKING([if want developer-level timing support]) AC_ARG_ENABLE(pmix-timing, AS_HELP_STRING([--enable-pmix-timing], [enable PMIx developer-level timing code (default: disabled)])) if test "$enable_pmix_timing" = "yes"; then AC_MSG_RESULT([yes]) WANT_PMIX_TIMING=1 else AC_MSG_RESULT([no]) WANT_PMIX_TIMING=0 fi AC_DEFINE_UNQUOTED([PMIX_ENABLE_TIMING], [$WANT_PMIX_TIMING], [Whether we want developer-level timing support or not]) # # Do we want to install binaries? # AC_MSG_CHECKING([if want to disable binaries]) AC_ARG_ENABLE(pmix-binaries, AS_HELP_STRING([--enable-pmix-binaries], [enable PMIx tools])) if test "$enable_pmix_binaries" = "no"; then AC_MSG_RESULT([no]) WANT_PMIX_BINARIES=0 else AC_MSG_RESULT([yes]) WANT_PMIX_BINARIES=1 fi AM_CONDITIONAL([PMIX_INSTALL_BINARIES], [test $WANT_PMIX_BINARIES -eq 1]) # # Install Python bindings? # AC_MSG_CHECKING([if want install Python bindings]) AC_ARG_ENABLE(python-bindings, AS_HELP_STRING([--enable-python-bindings], [enable Python bindings (default: disabled)])) if test "$enable_python_bindings" != "yes"; then AC_MSG_RESULT([no]) WANT_PYTHON_BINDINGS=0 else AC_MSG_RESULT([yes]) # cannot build Python bindings if we are doing a purely static build if test "$enable_shared" = "no"; then AC_MSG_WARN([Python bindings cannot be built in purely]) AC_MSG_WARN([static configurations. Please either enable]) AC_MSG_WARN([shared libraries or remove the request to]) AC_MSG_WARN([build the Python bindings]) AC_MSG_ERROR([Cannot continue]) fi WANT_PYTHON_BINDINGS=1 AM_PATH_PYTHON([3.4], [pmix_python_good=yes], [pmix_python_good=no]) fi AM_CONDITIONAL([WANT_PYTHON_BINDINGS], [test $WANT_PYTHON_BINDINGS -eq 1]) PYTHON= if test "$WANT_PYTHON_BINDINGS" = "1"; then if test "$pmix_python_good" = "no"; then AC_MSG_WARN([Python bindings were enabled, but no suitable]) AC_MSG_WARN([interpreter was found. PMIx requires at least]) AC_MSG_WARN([Python v3.4 to provide Python bindings]) AC_MSG_ERROR([Cannot continue]) fi pyvers=`python3 --version` python_version=${pyvers#"Python "} PMIX_SUMMARY_ADD([Bindings], [Python], [], [yes ($python_version)]) AC_MSG_CHECKING([if Cython package installed as Python package]) have_cython=`$srcdir/config/pmix_check_cython.py 2> /dev/null` if test "$have_cython" = "0"; then AC_MSG_RESULT([yes]) AC_MSG_CHECKING([Cython version]) cython_version=`python -c "from Cython.Compiler.Version import version; print(version)"` AC_MSG_RESULT([$cython_version]) PMIX_SUMMARY_ADD([Required Packages], [Cython], [], [yes ($cython_version)]) else AC_MSG_RESULT([no]) # Cython doesn't have any include or lib files - it is just a binary AC_CHECK_PROG(pmix_cython_rpm, cython, [cython]) if test "$pmix_cython_rpm" != ""; then AC_MSG_CHECKING([Cython version]) cyvers=`cython --version 2>&1` cython_version=${cyvers#"Cython version "} AC_MSG_RESULT([$cython_version]) PMIX_SUMMARY_ADD([Bindings], [Cython], [], [yes ($cython_version)]) else AC_MSG_WARN([Python bindings were enabled, but the Cython]) AC_MSG_WARN([package was not found. PMIx Python bindings]) AC_MSG_WARN([require that the Cython package be installed]) AC_MSG_ERROR([Cannot continue]) fi fi pmix_pythondir=`eval echo $pythondir` AC_SUBST([PMIX_PYTHON_EGG_PATH], [$pmix_pythondir], [Path to installed Python egg]) fi # If we didn't find a good Python and we don't have dictionary.h, then # see if we can find an older Python (because construct_dictionary.py # can use an older Python). AS_IF([test "$PYTHON" = "" && test ! -f $srcdir/include/dictionary.h], [AC_MSG_CHECKING([python]) PYTHON= AM_PATH_PYTHON # If we still can't find Python (and we don't have # dictionary.h), then give up. AC_MSG_RESULT([$PYTHON]) AS_IF([test "$PYTHON" = ""], [AC_MSG_WARN([Could not find a modern enough Python]) AC_MSG_WARN([Developer builds (e.g., git clones) of OpenPMIx must have Python available]) AC_MSG_ERROR([Cannot continue]) ]) ]) # see if they want to disable non-RTLD_GLOBAL dlopen AC_MSG_CHECKING([if want to support dlopen of non-global namespaces]) AC_ARG_ENABLE([nonglobal-dlopen], AS_HELP_STRING([--enable-nonglobal-dlopen], [enable non-global dlopen (default: enabled)])) if test "$enable_nonglobal_dlopen" = "no"; then AC_MSG_RESULT([no]) pmix_need_libpmix=0 else AC_MSG_RESULT([yes]) pmix_need_libpmix=1 fi # # Do we want PTY support? # AC_MSG_CHECKING([if want pty support]) AC_ARG_ENABLE(pty-support, AS_HELP_STRING([--enable-pty-support], [Enable/disable PTY support for STDIO forwarding. (default: enabled)])) if test "$enable_pty_support" = "no" ; then AC_MSG_RESULT([no]) PMIX_ENABLE_PTY_SUPPORT=0 else AC_MSG_RESULT([yes]) PMIX_ENABLE_PTY_SUPPORT=1 fi AC_DEFINE_UNQUOTED([PMIX_ENABLE_PTY_SUPPORT], [$PMIX_ENABLE_PTY_SUPPORT], [Whether user wants PTY support or not]) # # psec/dummy_handshake # AC_MSG_CHECKING([if want build psec/dummy_handshake]) AC_ARG_ENABLE(dummy-handshake, AS_HELP_STRING([--enable-dummy-handshake], [Enables psec dummy component intended to check the PTL handshake scenario (default: disabled)])) if test "$enable_dummy_handshake" != "yes"; then AC_MSG_RESULT([no]) eval "DISABLE_psec_dummy_handshake=1" else AC_MSG_RESULT([yes]) eval "DISABLE_psec_dummy_handshake=0" fi AM_CONDITIONAL(MCA_BUILD_PSEC_DUMMY_HANDSHAKE, test "$DISABLE_psec_dummy_handshake" = "0") # # Do we want to enable IPv6 support? # AC_MSG_CHECKING([if want IPv6 support]) AC_ARG_ENABLE([ipv6], [AS_HELP_STRING([--enable-ipv6], [Enable IPv6 support, but only if the underlying system supports it (default: disabled)])]) if test "$enable_ipv6" = "yes"; then AC_MSG_RESULT([yes]) pmix_want_ipv6=1 else AC_MSG_RESULT([no]) pmix_want_ipv6=0 fi AC_DEFINE_UNQUOTED([PMIX_ENABLE_IPV6], [$pmix_want_ipv6], [Enable IPv6 support, but only if the underlying system supports it]) ]) m4trace:config/pmix.m4:1418: -1- AC_DEFUN([PMIX_DO_AM_CONDITIONALS], [ AS_IF([test "$pmix_did_am_conditionals" != "yes"],[ AM_CONDITIONAL([PMIX_TESTS_EXAMPLES], [test "x$pmix_tests" = "xyes"]) AM_CONDITIONAL([PMIX_COMPILE_TIMING], [test "$WANT_TIMING" = "1"]) AM_CONDITIONAL([PMIX_WANT_MUNGE], [test "$pmix_munge_support" = "1"]) AM_CONDITIONAL([PMIX_WANT_SASL], [test "$pmix_sasl_support" = "1"]) AM_CONDITIONAL([WANT_PRIMARY_HEADERS], [test "x$pmix_install_primary_headers" = "xyes"]) AM_CONDITIONAL(NEED_LIBPMIX, [test "$pmix_need_libpmix" = "1"]) AM_CONDITIONAL([PMIX_HAVE_JANSSON], [test "x$pmix_check_jansson_happy" = "xyes"]) AM_CONDITIONAL([PMIX_HAVE_CURL], [test "x$pmix_check_curl_happy" = "xyes"]) ]) pmix_did_am_conditionals=yes ]) m4trace:config/pmix_check_alps.m4:33: -1- AC_DEFUN([PMIX_CHECK_ALPS_CLE4], [ # # if we've gotten here, its because we are building on a CLE 4 system # pmix_check_alps_cle4_libdir_happy="no" pmix_check_alps_cle4_dir_happy="no" AC_MSG_CHECKING([Checking for ALPS components on a CLE 4 system with alps $with_alps]) AC_ARG_WITH([alps-libdir], [AS_HELP_STRING([--with-alps-libdir=DIR], [Location of alps libraries (alpslli, alpsutil) (default: /usr/lib/alps (/opt/cray/xe-sysroot/default/user on eslogin nodes))])]) # # check to see if PMIx is being built on a CLE 4 eslogin node # AS_IF([test -f /etc/opt/cray/release/ESLrelease], [default_alps_dir="/opt/cray/xe-sysroot/default/usr"], [default_alps_dir="/usr"]) AS_IF([test -z "$with_alps_libdir"], [AS_IF([test "$with_alps" != "yes" && test "$with_alps" != "auto"], [AS_IF([test -d "$with_alps_libdir/lib64"], [pmix_check_alps_libdir="$with_alps_libdir/lib64"], [pmix_check_alps_libdir="$with_alps_libdir/lib"])], [ pmix_check_alps_libdir="$default_alps_dir/lib/alps"]) ],[]) AS_IF([test "$with_alps" = "yes" || test "$with_alps" = "auto"], [pmix_check_alps_dir=$default_alps_dir], [pmix_check_alps_dir=$with_alps]) AC_MSG_CHECKING([if $pmix_check_alps_libdir/libalps.a is present]) AS_IF([test -f "$pmix_check_alps_libdir/libalps.a"], [pmix_check_alps_libdir_cle4_happy="yes"], [pmix_check_alps_libdir_cle4_happy="no", AC_MSG_RESULT([no])]) AC_MSG_CHECKING([if $pmix_check_alps_dir/include/alps/apInfo.h is present]) AS_IF([test -f "$pmix_check_alps_dir/include/alps/apInfo.h"], [pmix_check_alps_dir_cle4_happy="yes"], [pmix_check_alps_dir_cle4_happy="no" AC_MSG_RESULT([no])]) AS_IF([test "$pmix_check_alps_libdir_cle4_happy" = "yes" && test "$pmix_check_alps_dir_cle4_happy" = "yes"], [CRAY_ALPSLLI_CFLAGS="-I$pmix_check_alps_dir/include" CRAY_ALPSLLI_LIBS="-L$pmix_check_alps_libdir -lalpslli -lalpsutil" CRAY_ALPSLLI_STATIC_LIBS="-L$pmix_check_alps_libdir -lalpslli -lalpsutil" $1], [$2]) ]) m4trace:config/pmix_check_alps.m4:91: -1- AC_DEFUN([PMIX_CHECK_ALPS], [ if test -z "$pmix_check_cray_alps_happy"; then AC_ARG_WITH([alps], [AS_HELP_STRING([--with-alps(=DIR|yes|no)], [Build with ALPS scheduler component, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries (default: auto)])],[],with_alps=auto) if test -f /etc/opt/cray/release/clerelease; then cle_level=`awk -F. '{print [$]1}' /etc/opt/cray/release/clerelease` else cle_level="unknown" fi AC_MSG_CHECKING([for ALPS support cle level $cle_level]) AS_IF([test "$cle_level" = "4" && test "$with_alps" != "no"], [PMIX_CHECK_ALPS_CLE4([pmix_check_cray_alps_happy="yes"], [pmix_check_cray_alps_happy="no"])], [AS_IF([test "$with_alps" = "no"], [AC_MSG_RESULT([no]) $3], [AS_IF([test "$with_alps" = "auto" || test "$with_alps" = "yes"], [PKG_CHECK_MODULES_STATIC([CRAY_ALPSLLI], [cray-alpslli], [pmix_check_cray_alps_happy="yes"], [pmix_check_cray_alps_happy="no"] [AS_IF([test "$with_alps" = "yes"], [AC_MSG_WARN([ALPS support requested but pkg-config failed.]) AC_MSG_WARN([Need to explicitly indicate ALPS directory]) AC_MSG_WARN([on the configure line using --with-alps option.]) AC_MSG_ERROR([Aborting])],[])] ) PKG_CHECK_MODULES_STATIC([CRAY_ALPSUTIL], [cray-alpsutil], [pmix_check_cray_alps_happy="yes"], [pmix_check_cray_alps_happy="no"] [AS_IF([test "$with_alps" = "yes"], [AC_MSG_WARN([ALPS support requested but pkg-config failed.]) AC_MSG_WARN([Need to explicitly indicate ALPS directory]) AC_MSG_WARN([on the configure line using --with-alps option.]) AC_MSG_ERROR([Aborting])],[])] ) PKG_CHECK_MODULES_STATIC([CRAY_ALPS], [cray-alps], [pmix_check_cray_alps_happy="yes"], [pmix_check_cray_alps_happy="no"] [AS_IF([test "$with_alps" = "yes"], [AC_MSG_WARN([ALPS support requested but pkg-config failed.]) AC_MSG_WARN([Need to explicitly indicate ALPS directory]) AC_MSG_WARN([on the configure line using --with-alps option.]) AC_MSG_ERROR([Aborting])],[])] ) PKG_CHECK_MODULES_STATIC([CRAY_WLM_DETECT], [cray-wlm_detect], [pmix_check_cray_alps_happy="yes" AC_DEFINE_UNQUOTED([CRAY_WLM_DETECT],[1], [defined to 1 if cray wlm available, 0 otherwise]) ], [pmix_check_cray_alps_happy="no"] [AS_IF([test "$with_alps" = "yes"], [AC_MSG_WARN([ALPS support requested but pkg-config failed.]) AC_MSG_WARN([Need to explicitly indicate ALPS directory]) AC_MSG_WARN([on the configure line using --with-alps option.]) AC_MSG_ERROR([Aborting])],[])] ) ], [AC_MSG_WARN([See ./configure --help for how to control Open MPI]) AC_MSG_WARN([configuration for ALPS on CLE 5 and higher systems]) AC_MSG_ERROR([Aborting])]) ]) ]) AC_MSG_RESULT([pmix_check_cray_alps_happy = $pmix_check_cray_alps_happy]) AS_IF([test "$pmix_check_cray_alps_happy" = "yes"], [pmix_have_cray_alps=1], [pmix_have_cray_alps=0]) AC_DEFINE_UNQUOTED([PMIX_HAVE_CRAY_ALPS], [$pmix_have_cray_alps], [defined to 1 if cray alps env, 0 otherwise]) AS_IF([test "$pmix_check_cray_alps_happy" = "yes" && test "$enable_static" = "yes"], [CRAY_ALPSLLI_LIBS = $CRAY_ALPSLLI_STATIC_LIBS CRAY_ALPSUTIL_LIBS = $CRAY_ALPSUTIL_STATIC_LIBS], []) fi AS_IF([test "$pmix_check_cray_alps_happy" = "yes"], [$1_LDFLAGS="[$]$1_LDFLAGS $CRAY_ALPSLLI_LIBS $CRAY_ALPSUTIL_LIBS" $1_CPPFLAGS="[$]$1_CPPFLAGS $CRAY_ALPSLLI_CFLAGS $CRAY_ALPSUTIL_CFLAGS $CRAY_ALPS_CFLAGS $CRAY_WLM_DETECT_CFLAGS" $1_LIBS="[$]$1_LIBS $CRAY_ALPSLLI_LIBS $CRAY_ALPSUTIL_LIBS $CRAY_WLM_DETECT_LIBS" $1_WRAPPER_EXTRA_LDFLAGS="$CRAY_ALPSLLI_LIBS $CRAY_ALPSUTIL_LIBS $CRAY_WLM_DETECT_LIBS" $1_WRAPPER_EXTRA_LIBS="$CRAY_ALPSLLI_LIBS $CRAY_ALPSUTIL_LIBS $CRAY_WLM_DETECT_LIBS" $2], [$3]) ]) m4trace:config/pmix_check_attributes.m4:38: -1- AC_DEFUN([_PMIX_ATTRIBUTE_FAIL_SEARCH], [ AC_REQUIRE([AC_PROG_GREP]) if test -s conftest.err ; then # icc uses 'invalid attribute' and 'attribute "__XXX__" ignored' # Sun 12.1 emits 'warning: attribute parameter "__printf__" is undefined' for i in invalid ignore skip undefined ; do $GREP -iq $i conftest.err if test "$?" = "0" ; then pmix_cv___attribute__[$1]=0 break; fi done fi ]) m4trace:config/pmix_check_attributes.m4:60: -1- AC_DEFUN([_PMIX_CHECK_SPECIFIC_ATTRIBUTE], [ AC_MSG_CHECKING([for __attribute__([$1])]) AC_CACHE_VAL(pmix_cv___attribute__[$1], [ # # Try to compile using the C compiler # AC_COMPILE_IFELSE([AC_LANG_SOURCE([$2])], [ # # In case we did succeed: Fine, but was this due to the # attribute being ignored/skipped? Grep for IgNoRe/skip in conftest.err # and if found, reset the pmix_cv__attribute__var=0 # pmix_cv___attribute__[$1]=1 _PMIX_ATTRIBUTE_FAIL_SEARCH([$1]) ], [pmix_cv___attribute__[$1]=0]) ]) if test "$pmix_cv___attribute__[$1]" = "1" ; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) fi ]) m4trace:config/pmix_check_attributes.m4:111: -1- AC_DEFUN([PMIX_CHECK_ATTRIBUTES], [ AC_LANG(C) AC_MSG_CHECKING(for __attribute__) AC_CACHE_VAL(pmix_cv___attribute__, [ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include ], [/* Check for the longest available __attribute__ (since gcc-2.3) */ struct foo { char a; int x[2] __attribute__ ((__packed__)); }; ])], [pmix_cv___attribute__=1], [pmix_cv___attribute__=0])]) AC_DEFINE_UNQUOTED(PMIX_HAVE_ATTRIBUTE, [$pmix_cv___attribute__], [Whether your compiler has __attribute__ or not]) # # Now that we know the compiler support __attribute__ let's check which kind of # attributed are supported. # if test "$pmix_cv___attribute__" = "0" ; then AC_MSG_RESULT([no]) pmix_cv___attribute__aligned=0 pmix_cv___attribute__always_inline=0 pmix_cv___attribute__cold=0 pmix_cv___attribute__const=0 pmix_cv___attribute__deprecated=0 pmix_cv___attribute__deprecated_argument=0 pmix_cv___attribute__format=0 pmix_cv___attribute__format_funcptr=0 pmix_cv___attribute__hot=0 pmix_cv___attribute__malloc=0 pmix_cv___attribute__may_alias=0 pmix_cv___attribute__no_instrument_function=0 pmix_cv___attribute__nonnull=0 pmix_cv___attribute__noreturn=0 pmix_cv___attribute__noreturn_funcptr=0 pmix_cv___attribute__packed=0 pmix_cv___attribute__pure=0 pmix_cv___attribute__sentinel=0 pmix_cv___attribute__unused=0 pmix_cv___attribute__visibility=0 pmix_cv___attribute__warn_unused_result=0 pmix_cv___attribute__destructor=0 pmix_cv___attribute__optnone=0 pmix_cv___attribute__extension=0 else AC_MSG_RESULT([yes]) _PMIX_CHECK_SPECIFIC_ATTRIBUTE([aligned], [struct foo { char text[4]; } __attribute__ ((__aligned__(8)));], [], []) # # Ignored by PGI-6.2.5; -- recognized by output-parser # _PMIX_CHECK_SPECIFIC_ATTRIBUTE([always_inline], [int foo (int arg) __attribute__ ((__always_inline__));], [], []) _PMIX_CHECK_SPECIFIC_ATTRIBUTE([cold], [ int foo(int arg1, int arg2) __attribute__ ((__cold__)); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) _PMIX_CHECK_SPECIFIC_ATTRIBUTE([const], [ int foo(int arg1, int arg2) __attribute__ ((__const__)); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) _PMIX_CHECK_SPECIFIC_ATTRIBUTE([deprecated], [ int foo(int arg1, int arg2) __attribute__ ((__deprecated__)); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) _PMIX_CHECK_SPECIFIC_ATTRIBUTE([deprecated_argument], [ int foo(int arg1, int arg2) __attribute__ ((__deprecated__("compiler allows argument"))); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) ATTRIBUTE_CFLAGS= case "$oac_cv_c_compiler_vendor" in gnu|clang) ATTRIBUTE_CFLAGS="-Wall" ;; intel) # we want specifically the warning on format string conversion ATTRIBUTE_CFLAGS="-we181" ;; esac _PMIX_CHECK_SPECIFIC_ATTRIBUTE([format], [ int this_printf (void *my_object, const char *my_format, ...) __attribute__ ((__format__ (__printf__, 2, 3))); ], [ static int usage (int * argument); extern int this_printf (int arg1, const char *my_format, ...) __attribute__ ((__format__ (__printf__, 2, 3))); static int usage (int * argument) { return this_printf (*argument, "%d", argument); /* This should produce a format warning */ } /* The autoconf-generated main-function is int main(), which produces a warning by itself */ int main(void); ], [$ATTRIBUTE_CFLAGS]) ATTRIBUTE_CFLAGS= case "$oac_cv_c_compiler_vendor" in gnu|clang) ATTRIBUTE_CFLAGS="-Wall" ;; intel) # we want specifically the warning on format string conversion ATTRIBUTE_CFLAGS="-we181" ;; esac _PMIX_CHECK_SPECIFIC_ATTRIBUTE([format_funcptr], [ int (*this_printf)(void *my_object, const char *my_format, ...) __attribute__ ((__format__ (__printf__, 2, 3))); ], [ static int usage (int * argument); extern int (*this_printf) (int arg1, const char *my_format, ...) __attribute__ ((__format__ (__printf__, 2, 3))); static int usage (int * argument) { return (*this_printf) (*argument, "%d", argument); /* This should produce a format warning */ } /* The autoconf-generated main-function is int main(), which produces a warning by itself */ int main(void); ], [$ATTRIBUTE_CFLAGS]) _PMIX_CHECK_SPECIFIC_ATTRIBUTE([hot], [ int foo(int arg1, int arg2) __attribute__ ((__hot__)); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) _PMIX_CHECK_SPECIFIC_ATTRIBUTE([malloc], [ #ifdef HAVE_STDLIB_H # include #endif int * foo(int arg1) __attribute__ ((__malloc__)); int * foo(int arg1) { return (int*) malloc(arg1); } ], [], []) # # Attribute may_alias: No suitable cross-check available, that works for non-supporting compilers # Ignored by intel-9.1.045 -- turn off with -wd1292 # Ignored by PGI-6.2.5; ignore not detected due to missing cross-check # _PMIX_CHECK_SPECIFIC_ATTRIBUTE([may_alias], [int * p_value __attribute__ ((__may_alias__));], [], []) _PMIX_CHECK_SPECIFIC_ATTRIBUTE([no_instrument_function], [int * foo(int arg1) __attribute__ ((__no_instrument_function__));], [], []) # # Attribute nonnull: # Ignored by intel-compiler 9.1.045 -- recognized by cross-check # Ignored by PGI-6.2.5 (pgCC) -- recognized by cross-check # ATTRIBUTE_CFLAGS= case "$oac_cv_c_compiler_vendor" in gnu|clang) ATTRIBUTE_CFLAGS="-Wall" ;; intel) # we do not want to get ignored attributes warnings, but rather real warnings ATTRIBUTE_CFLAGS="-wd1292" ;; esac _PMIX_CHECK_SPECIFIC_ATTRIBUTE([nonnull], [ int square(int *arg) __attribute__ ((__nonnull__)); int square(int *arg) { return *arg; } ], [ static int usage(int * argument); int square(int * argument) __attribute__ ((__nonnull__)); int square(int * argument) { return (*argument) * (*argument); } static int usage(int * argument) { return square( ((void*)0) ); /* This should produce an argument must be nonnull warning */ } /* The autoconf-generated main-function is int main(), which produces a warning by itself */ int main(void); ], [$ATTRIBUTE_CFLAGS]) _PMIX_CHECK_SPECIFIC_ATTRIBUTE([noreturn], [ #ifdef HAVE_UNISTD_H # include #endif #ifdef HAVE_STDLIB_H # include #endif void fatal(int arg1) __attribute__ ((__noreturn__)); void fatal(int arg1) { exit(arg1); } ], [], []) _PMIX_CHECK_SPECIFIC_ATTRIBUTE([noreturn_funcptr], [ #ifdef HAVE_UNISTD_H # include #endif #ifdef HAVE_STDLIB_H # include #endif extern void (*fatal_exit)(int arg1) __attribute__ ((__noreturn__)); void fatal(int arg1) { fatal_exit (arg1); } ], [], [$ATTRIBUTE_CFLAGS]) _PMIX_CHECK_SPECIFIC_ATTRIBUTE([packed], [ struct foo { char a; int x[2] __attribute__ ((__packed__)); }; ], [], []) _PMIX_CHECK_SPECIFIC_ATTRIBUTE([pure], [ int square(int arg) __attribute__ ((__pure__)); int square(int arg) { return arg * arg; } ], [], []) # # Attribute sentinel: # Ignored by the intel-9.1.045 -- recognized by cross-check # intel-10.0beta works fine # Ignored by PGI-6.2.5 (pgCC) -- recognized by output-parser and cross-check # Ignored by pathcc-2.2.1 -- recognized by cross-check (through grep ignore) # ATTRIBUTE_CFLAGS= case "$oac_cv_c_compiler_vendor" in gnu|clang) ATTRIBUTE_CFLAGS="-Wall" ;; intel) # we do not want to get ignored attributes warnings ATTRIBUTE_CFLAGS="-wd1292" ;; esac _PMIX_CHECK_SPECIFIC_ATTRIBUTE([sentinel], [ int my_execlp(const char * file, const char *arg, ...) __attribute__ ((__sentinel__)); ], [ static int usage(int * argument); int my_execlp(const char * file, const char *arg, ...) __attribute__ ((__sentinel__)); static int usage(int * argument) { void * last_arg_should_be_null = argument; return my_execlp ("lala", "/home/there", last_arg_should_be_null); /* This should produce a warning */ } /* The autoconf-generated main-function is int main(), which produces a warning by itself */ int main(void); ], [$ATTRIBUTE_CFLAGS]) _PMIX_CHECK_SPECIFIC_ATTRIBUTE([unused], [ int square(int arg1 __attribute__ ((__unused__)), int arg2); int square(int arg1, int arg2) { return arg2; } ], [], []) # # Ignored by PGI-6.2.5 (pgCC) -- recognized by the output-parser # _PMIX_CHECK_SPECIFIC_ATTRIBUTE([visibility], [ int square(int arg1) __attribute__ ((__visibility__("hidden"))); ], [], []) # # Attribute warn_unused_result: # Ignored by the intel-compiler 9.1.045 -- recognized by cross-check # Ignored by pathcc-2.2.1 -- recognized by cross-check (through grep ignore) # ATTRIBUTE_CFLAGS= case "$oac_cv_c_compiler_vendor" in gnu|clang) ATTRIBUTE_CFLAGS="-Wall" ;; intel) # we do not want to get ignored attributes warnings ATTRIBUTE_CFLAGS="-wd1292" ;; esac _PMIX_CHECK_SPECIFIC_ATTRIBUTE([warn_unused_result], [ int foo(int arg) __attribute__ ((__warn_unused_result__)); int foo(int arg) { return arg + 3; } ], [ static int usage(int * argument); int foo(int arg) __attribute__ ((__warn_unused_result__)); int foo(int arg) { return arg + 3; } static int usage(int * argument) { foo (*argument); /* Should produce an unused result warning */ return 0; } /* The autoconf-generated main-function is int main(), which produces a warning by itself */ int main(void); ], [$ATTRIBUTE_CFLAGS]) _PMIX_CHECK_SPECIFIC_ATTRIBUTE([destructor], [ void foo(void) __attribute__ ((__destructor__)); void foo(void) { return ; } ], [], []) _PMIX_CHECK_SPECIFIC_ATTRIBUTE([optnone], [ void __attribute__ ((__optnone__)) foo(void); void foo(void) { return ; } ], [], []) _PMIX_CHECK_SPECIFIC_ATTRIBUTE([extension], [ int i = __extension__ 3; ], [], []) fi # Now that all the values are set, define them AC_DEFINE_UNQUOTED(PMIX_HAVE_ATTRIBUTE_ALIGNED, [$pmix_cv___attribute__aligned], [Whether your compiler has __attribute__ aligned or not]) AC_DEFINE_UNQUOTED(PMIX_HAVE_ATTRIBUTE_ALWAYS_INLINE, [$pmix_cv___attribute__always_inline], [Whether your compiler has __attribute__ always_inline or not]) AC_DEFINE_UNQUOTED(PMIX_HAVE_ATTRIBUTE_COLD, [$pmix_cv___attribute__cold], [Whether your compiler has __attribute__ cold or not]) AC_DEFINE_UNQUOTED(PMIX_HAVE_ATTRIBUTE_CONST, [$pmix_cv___attribute__const], [Whether your compiler has __attribute__ const or not]) AC_DEFINE_UNQUOTED(PMIX_HAVE_ATTRIBUTE_DEPRECATED, [$pmix_cv___attribute__deprecated], [Whether your compiler has __attribute__ deprecated or not]) AC_DEFINE_UNQUOTED(PMIX_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT, [$pmix_cv___attribute__deprecated_argument], [Whether your compiler has __attribute__ deprecated with optional argument]) AC_DEFINE_UNQUOTED(PMIX_HAVE_ATTRIBUTE_FORMAT, [$pmix_cv___attribute__format], [Whether your compiler has __attribute__ format or not]) AC_DEFINE_UNQUOTED(PMIX_HAVE_ATTRIBUTE_FORMAT_FUNCPTR, [$pmix_cv___attribute__format_funcptr], [Whether your compiler has __attribute__ format and it works on function pointers]) AC_DEFINE_UNQUOTED(PMIX_HAVE_ATTRIBUTE_HOT, [$pmix_cv___attribute__hot], [Whether your compiler has __attribute__ hot or not]) AC_DEFINE_UNQUOTED(PMIX_HAVE_ATTRIBUTE_MALLOC, [$pmix_cv___attribute__malloc], [Whether your compiler has __attribute__ malloc or not]) AC_DEFINE_UNQUOTED(PMIX_HAVE_ATTRIBUTE_MAY_ALIAS, [$pmix_cv___attribute__may_alias], [Whether your compiler has __attribute__ may_alias or not]) AC_DEFINE_UNQUOTED(PMIX_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION, [$pmix_cv___attribute__no_instrument_function], [Whether your compiler has __attribute__ no_instrument_function or not]) AC_DEFINE_UNQUOTED(PMIX_HAVE_ATTRIBUTE_NONNULL, [$pmix_cv___attribute__nonnull], [Whether your compiler has __attribute__ nonnull or not]) AC_DEFINE_UNQUOTED(PMIX_HAVE_ATTRIBUTE_NORETURN, [$pmix_cv___attribute__noreturn], [Whether your compiler has __attribute__ noreturn or not]) AC_DEFINE_UNQUOTED(PMIX_HAVE_ATTRIBUTE_NORETURN_FUNCPTR, [$pmix_cv___attribute__noreturn_funcptr], [Whether your compiler has __attribute__ noreturn and it works on function pointers]) AC_DEFINE_UNQUOTED(PMIX_HAVE_ATTRIBUTE_PACKED, [$pmix_cv___attribute__packed], [Whether your compiler has __attribute__ packed or not]) AC_DEFINE_UNQUOTED(PMIX_HAVE_ATTRIBUTE_PURE, [$pmix_cv___attribute__pure], [Whether your compiler has __attribute__ pure or not]) AC_DEFINE_UNQUOTED(PMIX_HAVE_ATTRIBUTE_SENTINEL, [$pmix_cv___attribute__sentinel], [Whether your compiler has __attribute__ sentinel or not]) AC_DEFINE_UNQUOTED(PMIX_HAVE_ATTRIBUTE_UNUSED, [$pmix_cv___attribute__unused], [Whether your compiler has __attribute__ unused or not]) AC_DEFINE_UNQUOTED(PMIX_HAVE_ATTRIBUTE_VISIBILITY, [$pmix_cv___attribute__visibility], [Whether your compiler has __attribute__ visibility or not]) AC_DEFINE_UNQUOTED(PMIX_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT, [$pmix_cv___attribute__warn_unused_result], [Whether your compiler has __attribute__ warn unused result or not]) AC_DEFINE_UNQUOTED(PMIX_HAVE_ATTRIBUTE_WEAK_ALIAS, [$pmix_cv___attribute__weak_alias], [Whether your compiler has __attribute__ weak alias or not]) AC_DEFINE_UNQUOTED(PMIX_HAVE_ATTRIBUTE_DESTRUCTOR, [$pmix_cv___attribute__destructor], [Whether your compiler has __attribute__ destructor or not]) AC_DEFINE_UNQUOTED(PMIX_HAVE_ATTRIBUTE_OPTNONE, [$pmix_cv___attribute__optnone], [Whether your compiler has __attribute__ optnone or not]) AC_DEFINE_UNQUOTED(PMIX_HAVE_ATTRIBUTE_EXTENSION, [$pmix_cv___attribute__extension], [Whether your compiler has __attribute__ extension or not]) ]) m4trace:config/pmix_check_cflags.m4:13: -1- AC_DEFUN([_PMIX_CFLAGS_FAIL_SEARCH], [ AC_REQUIRE([AC_PROG_GREP]) if test -s conftest.err ; then $GREP -iq $1 conftest.err if test "$?" = "0" ; then pmix_cv_cc_[$2]=0 fi fi ]) m4trace:config/pmix_check_cflags.m4:23: -1- AC_DEFUN([_PMIX_CHECK_SPECIFIC_CFLAGS], [ AC_MSG_CHECKING(if $CC supports ([$1])) CFLAGS_orig=$CFLAGS PMIX_APPEND_UNIQ([CFLAGS], ["$1"]) AC_CACHE_VAL(pmix_cv_cc_[$2], [ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [$3])], [ pmix_cv_cc_[$2]=1 _PMIX_CFLAGS_FAIL_SEARCH("ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown", [$2]) ], pmix_cv_cc_[$2]=1 _PMIX_CFLAGS_FAIL_SEARCH("ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown", [$2]) )]) if test "$pmix_cv_cc_[$2]" = "0" ; then CFLAGS="$CFLAGS_orig" AC_MSG_RESULT([no]) else AC_MSG_RESULT([yes]) fi ]) m4trace:config/pmix_check_compiler_version.m4:23: -1- AC_DEFUN([PMIX_CHECK_COMPILER_VERSION_ID], [ PMIX_CHECK_COMPILER(FAMILYID) PMIX_CHECK_COMPILER(VERSION) ]) m4trace:config/pmix_check_compiler_version.m4:30: -1- AC_DEFUN([PMIX_CHECK_COMPILER], [ AS_LITERAL_IF([$1], [], [m4_fatal([PMIX_CHECK_COMPILER argument must be a literal])]) lower=m4_tolower([$1]) AC_CACHE_CHECK([for compiler $lower], [pmix_cv_compiler_$1], [ CPPFLAGS_orig=$CPPFLAGS CPPFLAGS="-I${PMIX_TOP_SRCDIR}/pmix/include $CPPFLAGS" AC_RUN_IFELSE([AC_LANG_PROGRAM([[ #include #include #include "src/include/pmix_portable_platform.h" ]],[[ FILE * f; f=fopen("conftestval", "w"); if (!f) exit(1); fprintf (f, "%d", PLATFORM_COMPILER_$1); ]])], [ pmix_cv_compiler_$1=`cat conftestval` ], [ pmix_cv_compiler_$1=0 ], [ pmix_cv_compiler_$1=0 ]) CPPFLAGS=$CPPFLAGS_orig ]) AC_DEFINE_UNQUOTED([PMIX_BUILD_PLATFORM_COMPILER_$1], [$pmix_cv_compiler_$1], [The compiler $lower which OMPI was built with]) ]) m4trace:config/pmix_check_curl.m4:34: -1- AC_DEFUN([PMIX_CHECK_CURL], [ dnl Intentionally disable CURL unless explicitly requested AC_ARG_WITH([curl], [AS_HELP_STRING([--with-curl(=DIR)], [Build curl support (default=no), optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])], [], [with_curl=no]) AC_ARG_WITH([curl-libdir], [AS_HELP_STRING([--with-curl-libdir=DIR], [Search for Curl libraries in DIR])]) dnl We set the curl configure arguments before pkg-config support, dnl so we need to explicitly set the module name. m4_define([curl_pkgconfig_module], [libcurl]) OAC_CHECK_PACKAGE([curl], [pmix_check_curl], [curl/curl.h], [curl], [curl_easy_getinfo], [pmix_check_curl_happy="yes"], [pmix_check_curl_happy="no"]) AS_IF([test "$pmix_check_curl_happy" = "no" -a "$with_curl" != "no"], [AC_MSG_ERROR([curl support requested but not found. Aborting])]) AC_MSG_CHECKING([libcurl support available]) AC_MSG_RESULT([$pmix_check_curl_happy]) PMIX_SUMMARY_ADD([External Packages], [Curl], [], [$pmix_check_curl_SUMMARY]) ]) m4trace:config/pmix_check_jansson.m4:34: -1- AC_DEFUN([PMIX_CHECK_JANSSON], [ PMIX_VAR_SCOPE_PUSH([pmix_check_jansson_save_CPPFLAGS]) dnl Intentionally disable Jansson unless explicitly requested AC_ARG_WITH([jansson], [AS_HELP_STRING([--with-jansson(=DIR)], [Build jansson support (default=no), optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])], [], [with_jansson=no]) AC_ARG_WITH([jansson-libdir], [AS_HELP_STRING([--with-jansson-libdir=DIR], [Search for Jansson libraries in DIR])]) OAC_CHECK_PACKAGE([jansson], [pmix_check_jansson], [jansson.h], [jansson], [json_loads], [pmix_check_jansson_happy="yes"], [pmix_check_jansson_happy="no"]) if test "$pmix_check_jansson_happy" = "yes"; then AC_MSG_CHECKING([if libjansson version is 2.11 or greater]) pmix_check_jansson_save_CPPFLAGS="${CPPFLAGS}" PMIX_FLAGS_APPEND_UNIQ([CPPFLAGS], [${pmix_check_jansson_CPPFLAGS}]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ #if JANSSON_VERSION_HEX < 0x00020b00 #error "jansson API version is less than 2.11" #endif ]])], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]) pmix_check_jansson_happy=no]) CPPFLAGS="$pmix_check_jansson_save_CPPFLAGS" fi AS_IF([test "$pmix_check_jansson_happy" = "no" -a "$with_jansson" != "no"], [AC_MSG_ERROR([Jansson support requested but not found. Aborting])]) AC_MSG_CHECKING([Jansson support available]) AC_MSG_RESULT([$pmix_check_jansson_happy]) AM_CONDITIONAL([HAVE_JANSSON], [test "$pmix_check_jansson_happy" = "yes"]) PMIX_SUMMARY_ADD([External Packages], [Jansson], [], [${pmix_check_jansson_SUMMARY}]) PMIX_VAR_SCOPE_POP ]) m4trace:config/pmix_check_lustre.m4:35: -1- AC_DEFUN([PMIX_CHECK_LUSTRE], [ # Get some configuration information AC_ARG_WITH([lustre], [AS_HELP_STRING([--with-lustre(=DIR)], [Build Lustre support, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])]) OAC_CHECK_PACKAGE([lustre], [$1], [lustre/lustreapi.h], [lustreapi], [llapi_file_create], [pmix_check_lustre_happy="yes"], [pmix_check_lustre_happy="no"]) AS_IF([test "$pmix_check_lustre_happy" = "yes"], [AC_MSG_CHECKING([for required lustre data structures]) cat > conftest.c < #include #include #include void *checkpid(void *arg); int main(void) { pthread_t thr; int pid, *retval; pid = getpid(); pthread_create(&thr, NULL, checkpid, &pid); pthread_join(thr, (void **) &retval); exit(*retval); } static int ret; void *checkpid(void *arg) { int ppid = *((int *) arg); if (ppid == getpid()) ret = 0; else ret = 1; pthread_exit((void *) &ret); }])], [tpids_MSG=no PMIX_THREADS_HAVE_DIFFERENT_PIDS=0], [tpids_MSG=yes PMIX_THREADS_HAVE_DIFFERENT_PIDS=1], [ # If we're cross compiling, we can't do another AC_* function here because # it we haven't displayed the result from the last one yet. So defer # another test until below. PMIX_THREADS_HAVE_DIFFERENT_PIDS= MSG="cross compiling (need another test)"]) CFLAGS="$tpids_CFLAGS_save" CPPFLAGS="$tpids_CPPFLAGS_save" LDFLAGS="$tpids_LDFLAGS_save" LIBS="$tpids_LIBS_save" AC_MSG_RESULT([$tpids_MSG]) AS_IF([test "x$PMIX_THREADS_HAVE_DIFFERENT_PIDS" = "x"], [ # If we are cross-compiling, look for the symbol # __linuxthreads_create_event, which seems to only exist in the # Linux Threads-based pthreads implementation (i.e., the one # that has different PIDs for each thread). We *could* switch # on $host here and only test *linux* hosts, but this test is # pretty unique, so why bother? Note that AC_CHECK_FUNC works # properly in cross-compiling environments in recent-enough # versions of Autoconf (which is one of the reasons we mandate # recent versions in autogen!). AC_CHECK_FUNC([__linuxthreads_create_event], [PMIX_THREADS_HAVE_DIFFERENT_PIDS=1])]) AS_IF([test "$PMIX_THREADS_HAVE_DIFFERENT_PIDS" = "1"], [AC_MSG_WARN([This version of PMIx only supports environments where]) AC_MSG_WARN([threads have the same PID]) AC_MSG_ERROR([Cannot continue]) ]) # # if pthreads is not available, then the system does not have an insane threads # model # PMIX_VAR_SCOPE_POP]) m4trace:config/pmix_check_slurm.m4:29: -1- AC_DEFUN([PMIX_CHECK_SLURM], [ if test -z "$pmix_check_slurm_happy" ; then AC_ARG_WITH([slurm], [AS_HELP_STRING([--with-slurm], [Build SLURM scheduler component (default: yes)])]) if test "$with_slurm" = "no" ; then pmix_check_slurm_happy="no" elif test "$with_slurm" = "" ; then # unless user asked, only build slurm component on linux, AIX, # and OS X systems (these are the platforms that SLURM # supports) case $host in *-linux*|*-aix*|*-apple-darwin*) pmix_check_slurm_happy="yes" ;; *) AC_MSG_CHECKING([for SLURM srun in PATH]) PMIX_WHICH([srun], [PMIX_CHECK_SLURM_SRUN]) if test "$PMIX_CHECK_SLURM_SRUN" = ""; then pmix_check_slurm_happy="no" else pmix_check_slurm_happy="yes" fi AC_MSG_RESULT([$pmix_check_slurm_happy]) ;; esac else pmix_check_slurm_happy="yes" fi AS_IF([test "$pmix_check_slurm_happy" = "yes"], [AC_CHECK_FUNC([fork], [pmix_check_slurm_happy="yes"], [pmix_check_slurm_happy="no"])]) AS_IF([test "$pmix_check_slurm_happy" = "yes"], [AC_CHECK_FUNC([execve], [pmix_check_slurm_happy="yes"], [pmix_check_slurm_happy="no"])]) AS_IF([test "$pmix_check_slurm_happy" = "yes"], [AC_CHECK_FUNC([setpgid], [pmix_check_slurm_happy="yes"], [pmix_check_slurm_happy="no"])]) # check to see if this is a Cray nativized slurm env. slurm_cray_env=0 PMIX_CHECK_ALPS([pmix_slurm_cray], [slurm_cray_env=1]) AC_DEFINE_UNQUOTED([SLURM_CRAY_ENV],[$slurm_cray_env], [defined to 1 if slurm cray env, 0 otherwise]) PMIX_SUMMARY_ADD([Resource Managers], [Slurm], [], [$pmix_check_slurm_happy]) fi AS_IF([test "$pmix_check_slurm_happy" = "yes"], [$2], [$3]) ]) m4trace:config/pmix_check_visibility.m4:27: -1- AC_DEFUN([PMIX_CHECK_VISIBILITY], [ AC_REQUIRE([AC_PROG_GREP]) # Check if the compiler has support for visibility, like some # versions of gcc, icc Sun Studio cc. AC_ARG_ENABLE(visibility, AS_HELP_STRING([--enable-visibility], [enable visibility feature of certain compilers/linkers (default: enabled)])) WANT_VISIBILITY=0 pmix_msg="whether to enable symbol visibility" if test "$enable_visibility" = "no"; then AC_MSG_CHECKING([$pmix_msg]) AC_MSG_RESULT([no (disabled)]) else CFLAGS_orig=$CFLAGS pmix_add= case "$oac_cv_c_compiler_vendor" in sun) # Check using Sun Studio -xldscope=hidden flag pmix_add=-xldscope=hidden CFLAGS="$PMIX_CFLAGS_BEFORE_PICKY $pmix_add -errwarn=%all" ;; *) # Check using -fvisibility=hidden pmix_add=-fvisibility=hidden CFLAGS="$PMIX_CFLAGS_BEFORE_PICKY $pmix_add -Werror" ;; esac AC_MSG_CHECKING([if $CC supports $pmix_add]) AC_LINK_IFELSE([AC_LANG_PROGRAM([[ #include __attribute__((visibility("default"))) int foo; ]],[[fprintf(stderr, "Hello, world\n");]])], [AS_IF([test -s conftest.err], [$GREP -iq visibility conftest.err # If we find "visibility" in the stderr, then # assume it doesn't work AS_IF([test "$?" = "0"], [pmix_add=])]) ], [pmix_add=]) AS_IF([test "$pmix_add" = ""], [AC_MSG_RESULT([no])], [AC_MSG_RESULT([yes])]) CFLAGS=$CFLAGS_orig PMIX_VISIBILITY_CFLAGS=$pmix_add if test "$pmix_add" != "" ; then WANT_VISIBILITY=1 CFLAGS="$CFLAGS $PMIX_VISIBILITY_CFLAGS" AC_MSG_CHECKING([$pmix_msg]) AC_MSG_RESULT([yes (via $pmix_add)]) elif test "$enable_visibility" = "yes"; then AC_MSG_ERROR([Symbol visibility support requested but compiler does not seem to support it. Aborting]) else AC_MSG_CHECKING([$pmix_msg]) AC_MSG_RESULT([no (unsupported)]) fi unset pmix_add fi AC_DEFINE_UNQUOTED([PMIX_HAVE_VISIBILITY], [$WANT_VISIBILITY], [Whether C compiler supports symbol visibility or not]) AM_CONDITIONAL([WANT_HIDDEN],[test "$WANT_VISIBILITY" = "1"]) ]) m4trace:config/pmix_config_asm.m4:34: -1- AC_DEFUN([PMIX_ATOMIC_COMPARE_EXCHANGE_N_TEST_SOURCE], [[ #include #include #include typedef union { uint64_t fake@<:@2@:>@; __int128 real; } ompi128; static void test1(void) { // As of Aug 2018, we could not figure out a way to assign 128-bit // constants -- the compilers would not accept it. So use a fake // union to assign 2 uin64_t's to make a single __int128. ompi128 ptr = { .fake = { 0xFFEEDDCCBBAA0099, 0x8877665544332211 }}; ompi128 expected = { .fake = { 0x11EEDDCCBBAA0099, 0x88776655443322FF }}; ompi128 desired = { .fake = { 0x1122DDCCBBAA0099, 0x887766554433EEFF }}; bool r = __atomic_compare_exchange_n(&ptr.real, &expected.real, desired.real, true, __ATOMIC_RELAXED, __ATOMIC_RELAXED); if ( !(r == false && ptr.real == expected.real)) { exit(1); } } static void test2(void) { ompi128 ptr = { .fake = { 0xFFEEDDCCBBAA0099, 0x8877665544332211 }}; ompi128 expected = ptr; ompi128 desired = { .fake = { 0x1122DDCCBBAA0099, 0x887766554433EEFF }}; bool r = __atomic_compare_exchange_n(&ptr.real, &expected.real, desired.real, true, __ATOMIC_RELAXED, __ATOMIC_RELAXED); if (!(r == true && ptr.real == desired.real)) { exit(2); } } int main(int argc, char** argv) { test1(); test2(); return 0; } ]]) m4trace:config/pmix_config_asm.m4:86: -1- AC_DEFUN([PMIX_SYNC_BOOL_COMPARE_AND_SWAP_TEST_SOURCE], [[ #include #include #include typedef union { uint64_t fake@<:@2@:>@; __int128 real; } ompi128; static void test1(void) { // As of Aug 2018, we could not figure out a way to assign 128-bit // constants -- the compilers would not accept it. So use a fake // union to assign 2 uin64_t's to make a single __int128. ompi128 ptr = { .fake = { 0xFFEEDDCCBBAA0099, 0x8877665544332211 }}; ompi128 oldval = { .fake = { 0x11EEDDCCBBAA0099, 0x88776655443322FF }}; ompi128 newval = { .fake = { 0x1122DDCCBBAA0099, 0x887766554433EEFF }}; bool r = __sync_bool_compare_and_swap(&ptr.real, oldval.real, newval.real); if (!(r == false && ptr.real != newval.real)) { exit(1); } } static void test2(void) { ompi128 ptr = { .fake = { 0xFFEEDDCCBBAA0099, 0x8877665544332211 }}; ompi128 oldval = ptr; ompi128 newval = { .fake = { 0x1122DDCCBBAA0099, 0x887766554433EEFF }}; bool r = __sync_bool_compare_and_swap(&ptr.real, oldval.real, newval.real); if (!(r == true && ptr.real == newval.real)) { exit(2); } } int main(int argc, char** argv) { test1(); test2(); return 0; } ]]) m4trace:config/pmix_config_asm.m4:132: -1- AC_DEFUN([PMIX_ATOMIC_COMPARE_EXCHANGE_STRONG_TEST_SOURCE], [[ #include #include #include #include typedef union { uint64_t fake@<:@2@:>@; _Atomic __int128 real; __int128 real2; } ompi128; static void test1(void) { // As of Aug 2018, we could not figure out a way to assign 128-bit // constants -- the compilers would not accept it. So use a fake // union to assign 2 uin64_t's to make a single __int128. ompi128 ptr = { .fake = { 0xFFEEDDCCBBAA0099, 0x8877665544332211 }}; ompi128 expected = { .fake = { 0x11EEDDCCBBAA0099, 0x88776655443322FF }}; ompi128 desired = { .fake = { 0x1122DDCCBBAA0099, 0x887766554433EEFF }}; bool r = atomic_compare_exchange_strong (&ptr.real, &expected.real2, desired.real); if ( !(r == false && ptr.real == expected.real)) { exit(1); } } static void test2(void) { ompi128 ptr = { .fake = { 0xFFEEDDCCBBAA0099, 0x8877665544332211 }}; ompi128 expected = ptr; ompi128 desired = { .fake = { 0x1122DDCCBBAA0099, 0x887766554433EEFF }}; bool r = atomic_compare_exchange_strong (&ptr.real, &expected.real2, desired.real); if (!(r == true && ptr.real == desired.real)) { exit(2); } } int main(int argc, char** argv) { test1(); test2(); return 0; } ]]) m4trace:config/pmix_config_asm.m4:209: -1- AC_DEFUN([PMIX_ASM_CHECK_ATOMIC_FUNC], [ PMIX_VAR_SCOPE_PUSH([pmix_asm_check_func_happy pmix_asm_check_func_CFLAGS_save pmix_asm_check_func_LIBS_save]) pmix_asm_check_func_CFLAGS_save=$CFLAGS pmix_asm_check_func_LIBS_save=$LIBS dnl Check with no compiler/linker flags AC_MSG_CHECKING([for $1]) AC_LINK_IFELSE([$2], [pmix_asm_check_func_happy=1 AC_MSG_RESULT([yes])], [pmix_asm_check_func_happy=0 AC_MSG_RESULT([no])]) dnl If that didn't work, try again with CFLAGS+=mcx16 AS_IF([test $pmix_asm_check_func_happy -eq 0], [AC_MSG_CHECKING([for $1 with -mcx16]) CFLAGS="$CFLAGS -mcx16" AC_LINK_IFELSE([$2], [pmix_asm_check_func_happy=1 AC_MSG_RESULT([yes])], [pmix_asm_check_func_happy=0 CFLAGS=$pmix_asm_check_func_CFLAGS_save AC_MSG_RESULT([no])]) ]) dnl If that didn't work, try again with LIBS+=-latomic AS_IF([test $pmix_asm_check_func_happy -eq 0], [AC_MSG_CHECKING([for $1 with -latomic]) LIBS="$LIBS -latomic" AC_LINK_IFELSE([$2], [pmix_asm_check_func_happy=1 AC_MSG_RESULT([yes])], [pmix_asm_check_func_happy=0 LIBS=$pmix_asm_check_func_LIBS_save AC_MSG_RESULT([no])]) ]) dnl If we have it, try it and make sure it gives a correct result. dnl As of Aug 2018, we know that it links but does *not* work on clang dnl 6 on ARM64. AS_IF([test $pmix_asm_check_func_happy -eq 1], [AC_MSG_CHECKING([if $1() gives correct results]) AC_RUN_IFELSE([$2], [AC_MSG_RESULT([yes])], [pmix_asm_check_func_happy=0 AC_MSG_RESULT([no])], [AC_MSG_RESULT([cannot test -- assume yes (cross compiling)])]) ]) dnl If we were unsuccessful, restore CFLAGS/LIBS AS_IF([test $pmix_asm_check_func_happy -eq 0], [CFLAGS=$pmix_asm_check_func_CFLAGS_save LIBS=$pmix_asm_check_func_LIBS_save]) dnl Run the user actions AS_IF([test $pmix_asm_check_func_happy -eq 1], [$3], [$4]) PMIX_VAR_SCOPE_POP ]) m4trace:config/pmix_config_asm.m4:272: -1- AC_DEFUN([PMIX_CHECK_SYNC_BUILTIN_CSWAP_INT128], [ PMIX_VAR_SCOPE_PUSH([sync_bool_compare_and_swap_128_result]) # Do we have __sync_bool_compare_and_swap? # Use a special macro because we need to check with a few different # CFLAGS/LIBS. PMIX_ASM_CHECK_ATOMIC_FUNC([__sync_bool_compare_and_swap], [AC_LANG_SOURCE(PMIX_SYNC_BOOL_COMPARE_AND_SWAP_TEST_SOURCE)], [sync_bool_compare_and_swap_128_result=1], [sync_bool_compare_and_swap_128_result=0]) AC_DEFINE_UNQUOTED([PMIX_HAVE_SYNC_BUILTIN_CSWAP_INT128], [$sync_bool_compare_and_swap_128_result], [Whether the __sync builtin atomic compare and swap supports 128-bit values]) PMIX_VAR_SCOPE_POP ]) m4trace:config/pmix_config_asm.m4:290: -1- AC_DEFUN([PMIX_CHECK_GCC_BUILTIN_CSWAP_INT128], [ PMIX_VAR_SCOPE_PUSH([atomic_compare_exchange_n_128_result atomic_compare_exchange_n_128_CFLAGS_save atomic_compare_exchange_n_128_LIBS_save]) atomic_compare_exchange_n_128_CFLAGS_save=$CFLAGS atomic_compare_exchange_n_128_LIBS_save=$LIBS # Do we have __sync_bool_compare_and_swap? # Use a special macro because we need to check with a few different # CFLAGS/LIBS. PMIX_ASM_CHECK_ATOMIC_FUNC([__atomic_compare_exchange_n], [AC_LANG_SOURCE(PMIX_ATOMIC_COMPARE_EXCHANGE_N_TEST_SOURCE)], [atomic_compare_exchange_n_128_result=1], [atomic_compare_exchange_n_128_result=0]) # If we have it and it works, check to make sure it is always lock # free. AS_IF([test $atomic_compare_exchange_n_128_result -eq 1], [AC_MSG_CHECKING([if __int128 atomic compare-and-swap is always lock-free]) AC_RUN_IFELSE([AC_LANG_PROGRAM([], [if (!__atomic_always_lock_free(16, 0)) { return 1; }])], [AC_MSG_RESULT([yes])], [atomic_compare_exchange_n_128_result=0 # If this test fails, need to reset CFLAGS/LIBS (the # above tests atomically set CFLAGS/LIBS or not; this # test is running after the fact, so we have to undo # the side-effects of setting CFLAGS/LIBS if the above # tests passed). CFLAGS=$atomic_compare_exchange_n_128_CFLAGS_save LIBS=$atomic_compare_exchange_n_128_LIBS_save AC_MSG_RESULT([no])], [AC_MSG_RESULT([cannot test -- assume yes (cross compiling)])]) ]) AC_DEFINE_UNQUOTED([PMIX_HAVE_GCC_BUILTIN_CSWAP_INT128], [$atomic_compare_exchange_n_128_result], [Whether the __atomic builtin atomic compare swap is both supported and lock-free on 128-bit values]) dnl If we could not find decent support for 128-bits __atomic let's dnl try the GCC _sync AS_IF([test $atomic_compare_exchange_n_128_result -eq 0], [PMIX_CHECK_SYNC_BUILTIN_CSWAP_INT128]) PMIX_VAR_SCOPE_POP ]) m4trace:config/pmix_config_asm.m4:334: -1- AC_DEFUN([PMIX_CHECK_GCC_ATOMIC_BUILTINS], [ if test -z "$pmix_cv_have___atomic" ; then AC_MSG_CHECKING([for 32-bit GCC built-in atomics]) AC_LINK_IFELSE([AC_LANG_PROGRAM([ #include uint32_t tmp, old = 0; uint64_t tmp64, old64 = 0;], [ __atomic_thread_fence(__ATOMIC_SEQ_CST); __atomic_compare_exchange_n(&tmp, &old, 1, 0, __ATOMIC_RELAXED, __ATOMIC_RELAXED); __atomic_add_fetch(&tmp, 1, __ATOMIC_RELAXED); __atomic_compare_exchange_n(&tmp64, &old64, 1, 0, __ATOMIC_RELAXED, __ATOMIC_RELAXED); __atomic_add_fetch(&tmp64, 1, __ATOMIC_RELAXED);])], [pmix_cv_have___atomic=yes], [pmix_cv_have___atomic=no]) AC_MSG_RESULT([$pmix_cv_have___atomic]) if test $pmix_cv_have___atomic = "yes" ; then AC_MSG_CHECKING([for 64-bit GCC built-in atomics]) AC_LINK_IFELSE([AC_LANG_PROGRAM([ #include uint64_t tmp64, old64 = 0;], [ __atomic_compare_exchange_n(&tmp64, &old64, 1, 0, __ATOMIC_RELAXED, __ATOMIC_RELAXED); __atomic_add_fetch(&tmp64, 1, __ATOMIC_RELAXED);])], [pmix_cv_have___atomic_64=yes], [pmix_cv_have___atomic_64=no]) AC_MSG_RESULT([$pmix_cv_have___atomic_64]) if test $pmix_cv_have___atomic_64 = "yes" ; then AC_MSG_CHECKING([if 64-bit GCC built-in atomics are lock-free]) AC_RUN_IFELSE([AC_LANG_PROGRAM([], [if (!__atomic_is_lock_free (8, 0)) { return 1; }])], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]) pmix_cv_have___atomic_64=no], [AC_MSG_RESULT([cannot test -- assume yes (cross compiling)])]) fi else pmix_cv_have___atomic_64=no fi # Check for 128-bit support PMIX_CHECK_GCC_BUILTIN_CSWAP_INT128 fi ]) m4trace:config/pmix_config_asm.m4:383: -1- AC_DEFUN([PMIX_CHECK_C11_CSWAP_INT128], [ PMIX_VAR_SCOPE_PUSH([atomic_compare_exchange_result atomic_compare_exchange_CFLAGS_save atomic_compare_exchange_LIBS_save]) atomic_compare_exchange_CFLAGS_save=$CFLAGS atomic_compare_exchange_LIBS_save=$LIBS # Do we have C11 atomics on 128-bit integers? # Use a special macro because we need to check with a few different # CFLAGS/LIBS. PMIX_ASM_CHECK_ATOMIC_FUNC([atomic_compare_exchange_strong_16], [AC_LANG_SOURCE(PMIX_ATOMIC_COMPARE_EXCHANGE_STRONG_TEST_SOURCE)], [atomic_compare_exchange_result=1], [atomic_compare_exchange_result=0]) # If we have it and it works, check to make sure it is always lock # free. AS_IF([test $atomic_compare_exchange_result -eq 1], [AC_MSG_CHECKING([if C11 __int128 atomic compare-and-swap is always lock-free]) AC_RUN_IFELSE([AC_LANG_PROGRAM([#include ], [_Atomic __int128_t x; if (!atomic_is_lock_free(&x)) { return 1; }])], [AC_MSG_RESULT([yes])], [atomic_compare_exchange_result=0 # If this test fails, need to reset CFLAGS/LIBS (the # above tests atomically set CFLAGS/LIBS or not; this # test is running after the fact, so we have to undo # the side-effects of setting CFLAGS/LIBS if the above # tests passed). CFLAGS=$atomic_compare_exchange_CFLAGS_save LIBS=$atomic_compare_exchange_LIBS_save AC_MSG_RESULT([no])], [AC_MSG_RESULT([cannot test -- assume yes (cross compiling)])]) ]) AC_DEFINE_UNQUOTED([PMIX_HAVE_C11_CSWAP_INT128], [$atomic_compare_exchange_result], [Whether C11 atomic compare swap is both supported and lock-free on 128-bit values]) dnl If we could not find decent support for 128-bits atomic let's dnl try the GCC _sync AS_IF([test $atomic_compare_exchange_result -eq 0], [PMIX_CHECK_SYNC_BUILTIN_CSWAP_INT128]) PMIX_VAR_SCOPE_POP ]) m4trace:config/pmix_config_asm.m4:433: -1- AC_DEFUN([PMIX_CMPXCHG16B_TEST_SOURCE], [[ #include #include union pmix_counted_pointer_t { struct { uint64_t counter; uint64_t item; } data; #if defined(HAVE___INT128) && HAVE___INT128 __int128 value; #elif defined(HAVE_INT128_T) && HAVE_INT128_T int128_t value; #endif }; typedef union pmix_counted_pointer_t pmix_counted_pointer_t; int main(int argc, char* argv) { volatile pmix_counted_pointer_t a; pmix_counted_pointer_t b; a.data.counter = 0; a.data.item = 0x1234567890ABCDEF; b.data.counter = a.data.counter; b.data.item = a.data.item; /* bozo checks */ assert(16 == sizeof(pmix_counted_pointer_t)); assert(a.data.counter == b.data.counter); assert(a.data.item == b.data.item); /* * the following test fails on buggy compilers * so far, with icc -o conftest conftest.c * - intel icc 14.0.0.080 (aka 2013sp1) * - intel icc 14.0.1.106 (aka 2013sp1u1) * older and more recents compilers work fine * buggy compilers work also fine but only with -O0 */ #if (defined(HAVE___INT128) && HAVE___INT128) || (defined(HAVE_INT128_T) && HAVE_INT128_T) return (a.value != b.value); #else return 0; #endif } ]]) m4trace:config/pmix_config_asm.m4:480: -1- AC_DEFUN([PMIX_CHECK_CMPXCHG16B], [ PMIX_VAR_SCOPE_PUSH([cmpxchg16b_result]) PMIX_ASM_CHECK_ATOMIC_FUNC([cmpxchg16b], [AC_LANG_PROGRAM([[unsigned char tmp[16];]], [[__asm__ __volatile__ ("lock cmpxchg16b (%%rsi)" : : "S" (tmp) : "memory", "cc");]])], [cmpxchg16b_result=1], [cmpxchg16b_result=0]) # If we have it, make sure it works. AS_IF([test $cmpxchg16b_result -eq 1], [AC_MSG_CHECKING([if cmpxchg16b_result works]) AC_RUN_IFELSE([AC_LANG_SOURCE(PMIX_CMPXCHG16B_TEST_SOURCE)], [AC_MSG_RESULT([yes])], [cmpxchg16b_result=0 AC_MSG_RESULT([no])], [AC_MSG_RESULT([cannot test -- assume yes (cross compiling)])]) ]) AC_DEFINE_UNQUOTED([PMIX_HAVE_CMPXCHG16B], [$cmpxchg16b_result], [Whether the processor supports the cmpxchg16b instruction]) PMIX_VAR_SCOPE_POP ]) m4trace:config/pmix_config_asm.m4:525: -1- AC_DEFUN([PMIX_CHECK_INLINE_C_GCC], [ AC_CACHE_CHECK([if $CC supports GCC inline assembly], [pmix_cv_asm_gcc_inline_assembly], [PMIX_VAR_SCOPE_PUSH([asm_result pmix_gcc_inline_assign PMIX_C_GCC_INLINE_ASSEMBLY]) asm_result="unknown" pmix_gcc_inline_assign="" case "${host}" in x86_64-*x32|i?86-*|x86_64*|amd64*) pmix_gcc_inline_assign='"xaddl %1,%0" : "=m"(ret), "+r"(negone) : "m"(ret)' ;; aarch64*) pmix_gcc_inline_assign='"mov %0, #0" : "=&r"(ret)' ;; powerpc-*|powerpc64-*|powerpcle-*|powerpc64le-*|rs6000-*|ppc-*) pmix_gcc_inline_assign='"1: li %0,0" : "=&r"(ret)' ;; esac AS_IF([test "$pmix_gcc_inline_assign" != ""], [AC_RUN_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],[[ int ret = 1; int negone = -1; __asm__ __volatile__ ($pmix_gcc_inline_assign); return ret; ]])], [asm_result="yes"], [asm_result="no"], [asm_result="unknown"])], [asm_result="no - architecture not supported"]) # if we're cross compiling, just try to compile and figure good enough AS_IF([test "$asm_result" = "unknown"], [AC_LINK_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],[[ int ret = 1; int negone = -1; __asm__ __volatile__ ($pmix_gcc_inline_assign); return ret; ]])], [asm_result="yes"], [asm_result="no"])]) pmix_cv_asm_gcc_inline_assembly="$asm_result" PMIX_VAR_SCOPE_POP]) AS_IF([test "$pmix_cv_asm_gcc_inline_assembly" = "yes"], [PMIX_C_GCC_INLINE_ASSEMBLY=1 $1], [PMIX_C_GCC_INLINE_ASSEMBLY=0 $2]) AC_DEFINE_UNQUOTED([PMIX_C_GCC_INLINE_ASSEMBLY], [$PMIX_C_GCC_INLINE_ASSEMBLY], [Whether C compiler supports GCC style inline assembly]) ]) m4trace:config/pmix_config_asm.m4:593: -1- AC_DEFUN([PMIX_CONFIG_ASM], [ AC_REQUIRE([PMIX_SETUP_CC]) PMIX_VAR_SCOPE_PUSH([atomics_found want_c11_atomics want_gcc_builtin_atomics]) # only assembly style we support today is gcc-style inline # assembly, find out if it works. We need this even for C11/GCC # builtin atomics cases, because we use inline assembly for # timers, LLSC, and 16 byte compare and swap routines. PMIX_CHECK_INLINE_C_GCC([gcc_inline=1], [gcc_inline=0]) atomics_found=no want_c11_atomics=0 want_gcc_builtin_atomics=0 AC_ARG_ENABLE([c11-atomics], [AS_HELP_STRING([--enable-c11-atomics], [Enable use of C11 atomics if available. Note: GCC builtin atomics are currently preferred over C11 atomics. (default: use if available)])]) AC_ARG_ENABLE([builtin-atomics], [AS_HELP_STRING([--enable-builtin-atomics], [Enable use of GCC built-in atomics. Currently preferred over C11 atomics. (default: use if available)])]) # Option 1 for atomics: GCC-style Builtin # # We prefer builtin atomics over C11 atomics because our use of C11 atomics # at this point is broken as it either incurs undue overheads or # requires casts to _Atomic where there should be no casts. AS_IF([test "$atomics_found" = "no" -a "$enable_builtin_atomics" != "no"], [PMIX_CHECK_GCC_ATOMIC_BUILTINS AS_IF([test $pmix_cv_have___atomic = "yes"], [AC_MSG_NOTICE([Using GCC built-in style atomics]) atomics_found="GCC built-in style atomics" want_gcc_builtin_atomics=1], [test "$enable_builtin_atomics" = "yes"], [AC_MSG_WARN([GCC built-in atomics requested but not found.]) AC_MSG_ERROR([Cannot continue])])]) # Option 2 for atomics: C11 # # We currently always disable C11 atomics with the Intel compilers. # We know builds older than 20200310 are broken with respect to # C11 atomics, but have not apparently found a build we are happy # with. In the future, this should be changed to a check for a # particular Intel version. AS_IF([test "$atomics_found" = "no" -a "$enable_c11_atomics" != "no" -a "$pmix_cv_c11_supported" = "yes" -a "$pmix_cv_c_compiler_vendor" != "intel"], [AC_MSG_NOTICE([Using C11 atomics]) PMIX_CHECK_C11_CSWAP_INT128 want_c11_atomics=1 atomics_found="C11 atomics"], [test "$enable_c11_atomics" = "yes"], [AC_MSG_WARN([C11 atomics were requested but are not supported]) AC_MSG_ERROR([Cannot continue])]) AS_IF([test "$atomics_found" = "no"], [AC_MSG_ERROR([No usable atomics implementation found. Cannot continue.])]) AC_DEFINE_UNQUOTED([PMIX_USE_C11_ATOMICS], [$want_c11_atomics], [Whether to use C11 atomics for atomics implementation]) AC_DEFINE_UNQUOTED([PMIX_USE_GCC_BUILTIN_ATOMICS], [$want_gcc_builtin_atomics], [Whether to use GCC-style built-in atomics for atomics implementation]) PMIX_SUMMARY_ADD([Miscellaneous], [Atomics], [], [$atomics_found]) PMIX_VAR_SCOPE_POP ]) m4trace:config/pmix_config_pthreads.m4:34: -1- AC_DEFUN([PMIX_INTL_PTHREAD_TRY_LINK], [ # BEGIN: PMIX_INTL_PTHREAD_TRY_LINK # # Make sure that we can run a small application in C or C++, which # ever is the current language. Do make sure that C or C++ is the # current language. # # As long as this is not being run.... # pthread_t may be anything from an int to a struct -- init with self-tid. # AC_LINK_IFELSE([AC_LANG_SOURCE([[ #include int i = 3; pthread_t me, newthread; void cleanup_routine(void *foo); void *thread_main(void *foo); void cleanup_routine(void *foo) { i = 4; } void *thread_main(void *foo) { i = 2; return (void*) &i; } int main(int argc, char* argv[]) { pthread_attr_t attr; me = pthread_self(); pthread_atfork(NULL, NULL, NULL); pthread_attr_init(&attr); pthread_cleanup_push(cleanup_routine, 0); pthread_create(&newthread, &attr, thread_main, 0); pthread_join(newthread, 0); pthread_cleanup_pop(0); return 0; }]])], [$1], [$2]) # END: PMIX_INTL_PTHREAD_TRY_LINK ]) m4trace:config/pmix_config_pthreads.m4:79: -1- AC_DEFUN([PMIX_INTL_POSIX_THREADS_PLAIN_C], [ # # C compiler # if test "$pmix_pthread_c_success" = "0"; then AC_MSG_CHECKING([if C compiler and POSIX threads work as is]) AC_LANG_PUSH(C) PMIX_INTL_PTHREAD_TRY_LINK(pmix_pthread_c_success=1, pmix_pthread_c_success=0) AC_LANG_POP(C) if test "$pmix_pthread_c_success" = "1"; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) fi fi ]) m4trace:config/pmix_config_pthreads.m4:99: -1- AC_DEFUN([PMIX_INTL_POSIX_THREADS_PLAIN], [ # BEGIN: PMIX_INTL_POSIX_THREADS_PLAIN # # Check if can compile without any special flags # we throw -D_REENTRANT or -D_THREAD_SAFE in here, just in # case. Some systems (OS X, for example) generally don't need # the defines, but then will on one system header here or there # why take chances? # AC_PROVIDE_IFELSE([AC_PROG_CC], [PMIX_INTL_POSIX_THREADS_PLAIN_C], [pmix_pthread_c_success=1]) # End: PMIX_INTL_POSIX_THREADS_PLAIN ]) m4trace:config/pmix_config_pthreads.m4:122: -1- AC_DEFUN([PMIX_INTL_POSIX_THREADS_SPECIAL_FLAGS_C], [ # # C compiler # if test "$pmix_pthread_c_success" = "0"; then for pf in $pflags; do AC_MSG_CHECKING([if C compiler and POSIX threads work with $pf]) CFLAGS="$orig_CFLAGS $pf" AC_LANG_PUSH(C) PMIX_INTL_PTHREAD_TRY_LINK(pmix_pthread_c_success=1, pmix_pthread_c_success=0) AC_LANG_POP(C) if test "$pmix_pthread_c_success" = "1"; then PTHREAD_CFLAGS="$pf" AC_MSG_RESULT([yes]) break else PTHREAD_CFLAGS= CFLAGS="$orig_CFLAGS" AC_MSG_RESULT([no]) fi done fi ]) m4trace:config/pmix_config_pthreads.m4:148: -1- AC_DEFUN([PMIX_INTL_POSIX_THREADS_SPECIAL_FLAGS], [ # Begin: PMIX_INTL_POSIX_THREADS_SPECIAL_FLAGS # # If above didn't work, try some super-special compiler flags # that get evaluated to the "right" things. # # -Kthread: # -kthread: FreeBSD kernel threads # -pthread: Modern GCC (most all platforms) # -pthreads: GCC on solaris # -mthreads: # -mt: Solaris native compilers / HP-UX aCC # # Put -mt before -mthreads because HP-UX aCC will properly compile # with -mthreads (reading as -mt), but emit a warning about unknown # flags hreads. Stupid compilers. case "${host_cpu}-${host_os}" in *solaris*) pflags="-pthread -pthreads -mt" ;; *) pflags="-Kthread -kthread -pthread -pthreads -mt -mthreads" ;; esac AC_PROVIDE_IFELSE([AC_PROG_CC], [PMIX_INTL_POSIX_THREADS_SPECIAL_FLAGS_C], [pmix_pthread_c_success=1]) # End: PMIX_INTL_POSIX_THREADS_SPECIAL_FLAGS ]) m4trace:config/pmix_config_pthreads.m4:187: -1- AC_DEFUN([PMIX_INTL_POSIX_THREADS_LIBS_C], [ # # C compiler # if test "$pmix_pthread_c_success" = "0"; then for pl in $plibs; do AC_MSG_CHECKING([if C compiler and POSIX threads work with $pl]) case "${host_cpu}-${host-_os}" in *-aix* | *-freebsd*) if test "`echo $CPPFLAGS | $GREP 'D_THREAD_SAFE'`" = ""; then PTHREAD_CPPFLAGS="-D_THREAD_SAFE" CPPFLAGS="$CPPFLAGS $PTHREAD_CPPFLAGS" fi ;; *) if test "`echo $CPPFLAGS | $GREP 'D_REENTRANT'`" = ""; then PTHREAD_CPPFLAGS="-D_REENTRANT" CPPFLAGS="$CPPFLAGS $PTHREAD_CPPFLAGS" fi ;; esac LIBS="$orig_LIBS $pl" AC_LANG_PUSH(C) PMIX_INTL_PTHREAD_TRY_LINK(pmix_pthread_c_success=1, pmix_pthread_c_success=0) AC_LANG_POP(C) if test "$pmix_pthread_c_success" = "1"; then PTHREAD_LIBS="$pl" AC_MSG_RESULT([yes]) else PTHREAD_CPPFLAGS= CPPFLAGS="$orig_CPPFLAGS" LIBS="$orig_LIBS" AC_MSG_RESULT([no]) fi done fi ]) m4trace:config/pmix_config_pthreads.m4:226: -1- AC_DEFUN([PMIX_INTL_POSIX_THREADS_LIBS], [ # Begin: PMIX_INTL_POSIX_THREADS_LIBS # # if we can't find a super-special compiler flags, try some libraries. # we throw -D_REENTRANT or -D_THREAD_SAFE in here, just in case. Some # systems (OS X, for example) generally don't need the defines, but # then will on one system header here or there why take chances? # # libpthreads: AIX - must check before libpthread # liblthread: LinuxThreads on FreeBSD # libpthread: The usual place (like we can define usual!) plibs="-lpthreads -llthread -lpthread" AC_PROVIDE_IFELSE([AC_PROG_CC], [PMIX_INTL_POSIX_THREADS_LIBS_C], [pmix_pthread_c_success=1]) # End: PMIX_INTL_POSIX_THREADS_LIBS ]) m4trace:config/pmix_config_pthreads.m4:252: -1- AC_DEFUN([PMIX_CONFIG_POSIX_THREADS], [ AC_REQUIRE([AC_PROG_GREP]) pmix_pthread_c_success=0 orig_CFLAGS="$CFLAGS" orig_CPPFLAGS="$CPPFLAGS" orig_LDFLAGS="$LDFLAGS" orig_LIBS="$LIBS" PTHREAD_CFLAGS= PTHREAD_CPPFLAGS= PTHREAD_LDFLAGS= PTHREAD_LIBS= # Try with the basics, mam. PMIX_INTL_POSIX_THREADS_PLAIN # Try the super-special compiler flags. PMIX_INTL_POSIX_THREADS_SPECIAL_FLAGS # Try the normal linking methods (that's no fun) PMIX_INTL_POSIX_THREADS_LIBS # # check to see if we can set error checking mutexes # # LinuxThreads AC_MSG_CHECKING([for PTHREAD_MUTEX_ERRORCHECK_NP]) AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[pthread_mutexattr_settype(NULL, PTHREAD_MUTEX_ERRORCHECK_NP);]])], [result="yes" defval=1], [result="no" defval=0]) AC_MSG_RESULT([$result]) AC_DEFINE_UNQUOTED([PMIX_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP], [$defval], [If PTHREADS implementation supports PTHREAD_MUTEX_ERRORCHECK_NP]) # Mac OS X AC_MSG_CHECKING([for PTHREAD_MUTEX_ERRORCHECK]) AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[pthread_mutexattr_settype(NULL, PTHREAD_MUTEX_ERRORCHECK);]])], [result="yes" defval=1], [result="no" defval=0]) AC_MSG_RESULT([$result]) AC_DEFINE_UNQUOTED([PMIX_HAVE_PTHREAD_MUTEX_ERRORCHECK], [$defval], [If PTHREADS implementation supports PTHREAD_MUTEX_ERRORCHECK]) CFLAGS="$orig_CFLAGS" CPPFLAGS="$orig_CPPFLAGS" LDFLAGS="$orig_LDFLAGS" LIBS="$orig_LIBS" if test "$pmix_pthread_c_success" = "1"; then internal_useless=1 $1 else internal_useless=1 $2 fi unset pmix_pthread_c_success unset internal_useless ]) m4trace:config/pmix_config_subdir.m4:24: -1- AC_DEFUN([PMIX_CONFIG_SUBDIR], [ PMIX_VAR_SCOPE_PUSH([subdir_parent sub_configure subdir_dir subdir_srcdir subdir_cache_file subdir_args subdir_dots total_dir dir_part temp]) # # Invoke configure in a specific subdirectory. # # $1 is the directory to invoke in # $2 is the list of arguments to pass # $3 is actions to execute upon success # $4 is actions to execute upon failure # subdir_dir="$1" subdir_args="$2" subdir_success="$3" subdir_failure="$4" # # Sanity checks # if test "$subdir_dir" != ":" && test -d $srcdir/$subdir_dir; then AC_MSG_NOTICE([PMIX configuring in $subdir_dir]) # # Gotta check where srcdir is for VPATH builds. If srcdir is not # ., then we need to mkdir the subdir. Otherwise, we can just cd # into it. # case $srcdir in .) ;; *) { case $subdir_dir in [[\\/]]* | ?:[[\\/]]* ) total_dir=;; *) total_dir=.;; esac temp=$subdir_dir for dir_part in `IFS='/\\'; set X $temp; shift; echo "$[@]"`; do case $dir_part in # Skip DOS drivespec ?:) total_dir=$dir_part ;; *) total_dir=$total_dir/$dir_part test -d "$total_dir" || mkdir "$total_dir" || AC_MSG_ERROR([cannot create $subdir_dir]) ;; esac done; } if test -d ./$subdir_dir; then :; else AC_MSG_ERROR([cannot create `pwd`/$subdir_dir]) fi ;; esac # # Move into the target directory # subdir_parent=`pwd` cd $subdir_dir # # Make a "../" for each directory in $subdir_dir. # subdir_dots=`[echo $subdir_dir | sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g]'` # # Construct the --srcdir argument # case $srcdir in .) # In place subdir_srcdir="$srcdir" ;; [[\\/]* | ?:[\\/]*] ) # Absolute path subdir_srcdir="$srcdir/$subdir_dir" ;; *) # Relative path subdir_srcdir="$subdir_dots$srcdir/$subdir_dir" ;; esac # # Construct the --cache-file argument # # BWB - subdir caching is a pain since we change CFLAGS and all that. # Just disable it for now subdir_cache_file="/dev/null" # # Invoke the configure script in the subdirectory # sub_configure="$SHELL '$subdir_srcdir/configure'" AC_MSG_NOTICE([running $sub_configure $subdir_args --cache-file=$subdir_cache_file --srcdir=$subdir_srcdir --disable-option-checking]) eval "$sub_configure $subdir_args \ --cache-file=\"\$subdir_cache_file\" --srcdir=\"$subdir_srcdir\" --disable-option-checking" if test "$?" = "0"; then eval $subdir_success AC_MSG_NOTICE([$sub_configure succeeded for $subdir_dir]) else eval $subdir_failure AC_MSG_NOTICE([$sub_configure *failed* for $subdir_dir]) fi # # Go back to the topdir # cd $subdir_parent fi # # Clean up # PMIX_VAR_SCOPE_POP]) m4trace:config/pmix_config_subdir_args.m4:22: -1- AC_DEFUN([PMIX_CONFIG_SUBDIR_ARGS], [ PMIX_VAR_SCOPE_PUSH([subdirs_str subdirs_skip subdirs_args subdirs_arg]) # # Invoke configure in subdirectories. # # $1 is the name of the variable to assign the output to # # # Make a list of command line args --eliminate the --srcdir and # --cache-file args, because we need to replace them with our own # values when invoking the sub-configure script. Also eliminate # the --with-platform as this will confuse any subdir with # similar options # subdirs_args= subdirs_skip=no eval "set x $ac_configure_args" shift for subdirs_arg do if test "$subdirs_skip" = "yes"; then subdirs_skip=no else case $subdirs_arg in -cache-file | --cache-file | -cache | --cache) subdirs_skip=yes ;; --config-cache | -C) ;; -cache-file=* | --cache-file=*) ;; -srcdir | --srcdir) subdirs_skip=yes ;; -srcdir=* | --srcdir=*) ;; -with-platform=* | --with-platform=*) ;; *) case $subdir_arg in *\'*) subdir_arg=`echo "$subdir_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac subdirs_args="$subdirs_args '$subdirs_arg'" ;; esac fi done # # Assign the output # subdirs_str=$1=\"$subdirs_args\" eval "$subdirs_str" # # Clean up # PMIX_VAR_SCOPE_POP]) m4trace:config/pmix_config_threads.m4:24: -1- AC_DEFUN([PMIX_CONFIG_THREADS], [ # # Arguments: none # # Dependencies: None # # Modifies: # none - see called tests # # configure threads # # # Check we have POSIX threads # PMIX_CONFIG_POSIX_THREADS(HAVE_POSIX_THREADS=1, HAVE_POSIX_THREADS=0) AC_MSG_CHECKING([for working POSIX threads package]) if test "$HAVE_POSIX_THREADS" = "1" ; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) fi export HAVE_POSIX_THREADS # # Ask what threading we want (allow posix right now) # if test "$HAVE_POSIX_THREADS" = "0"; then AC_MSG_WARN(["*** POSIX threads are not"]) AC_MSG_WARN(["*** available on your system "]) AC_MSG_ERROR(["*** Can not continue"]) fi THREAD_CFLAGS="$PTHREAD_CFLAGS" THREAD_CPPFLAGS="$PTHREAD_CPPFLAGS" THREAD_LDFLAGS="$PTHREAD_LDFLAGS" THREAD_LIBS="$PTHREAD_LIBS" PMIX_CHECK_PTHREAD_PIDS AC_DEFINE_UNQUOTED([PMIX_ENABLE_MULTI_THREADS], [1], [Whether we should enable thread support within the PMIX code base]) ]) m4trace:config/pmix_ensure_contains_optflags.m4:23: -1- AC_DEFUN([PMIX_ENSURE_CONTAINS_OPTFLAGS], [ # Modularize this setup so that sub-configure.in scripts can use this # same setup code. ################################## # Optimization flags ################################## # If the user did not specify optimization flags, add some (the value # from $OPTFLAGS) co_arg="$1" co_found=0 for co_word in $co_arg; do # See http://www.gnu.org/software/autoconf/manual/html_node/Quadrigraphs.html#Quadrigraphs # for an explanation of @<:@ and @:>@ -- they m4 expand to [ and ] case $co_word in -g) co_found=1 ;; -g@<:@1-3@:>@) co_found=1 ;; +K@<:@0-5@:>@) co_found=1 ;; -O) co_found=1 ;; -O@<:@0-9@:>@) co_found=1 ;; -xO) co_found=1 ;; -xO@<:@0-9@:>@) co_found=1 ;; -fast) co_found=1 ;; # The below Sun Studio flags require or # trigger -xO optimization -xvector*) co_found=1 ;; -xdepend=yes) co_found=1 ;; esac done if test "$co_found" = "0"; then co_result="$OPTFLAGS $co_arg" else co_result="$co_arg" fi # Clean up unset co_found co_word co_arg ]) m4trace:config/pmix_functions.m4:44: -1- AC_DEFUN([PMIX_CONFIGURE_SETUP], [ # Some helper script functions. Unfortunately, we cannot use $1 kinds # of arguments here because of the m4 substitution. So we have to set # special variable names before invoking the function. :-\ pmix_show_title() { cat <@:*) echo installing to directory \"$prefix\" ;; *) AC_MSG_ERROR(prefix "$prefix" must be an absolute directory path) ;; esac # BEGIN: Derived from GASNet # Suggestion from Paul Hargrove to disable --program-prefix and # friends. Heavily influenced by GASNet 1.12 acinclude.m4 # functionality to do the same thing (copyright listed at top of this # file). # echo program_prefix=$program_prefix program_suffix=$program_suffix program_transform_name=$program_transform_name # undo prefix autoconf automatically adds during cross-compilation if test "$cross_compiling" = yes && test "$program_prefix" = "${target_alias}-" ; then program_prefix=NONE fi # normalize empty prefix/suffix if test -z "$program_prefix" ; then program_prefix=NONE fi if test -z "$program_suffix" ; then program_suffix=NONE fi # undo transforms caused by empty prefix/suffix if expr "$program_transform_name" : 's.^..$' >/dev/null || \ expr "$program_transform_name" : 's.$$..$' >/dev/null || \ expr "$program_transform_name" : 's.$$..;s.^..$' >/dev/null ; then program_transform_name="s,x,x," fi if test "$program_prefix$program_suffix$program_transform_name" != "NONENONEs,x,x," ; then AC_MSG_WARN([*** The PMIx configure script does not support --program-prefix, --program-suffix or --program-transform-name. Users are recommended to instead use --prefix with a unique directory and make symbolic links as desired for renaming.]) AC_MSG_ERROR([*** Cannot continue]) fi # END: Derived from GASNet ]) m4trace:config/pmix_functions.m4:211: -1- AC_DEFUN([PMIX_LOG_MSG], [AS_IF([test -n "$2"], [OAC_LOG_MSG([$1])], [OAC_LOG_MSG_NOPREFIX([$1])])]) m4trace:config/pmix_functions.m4:272: -1- AC_DEFUN([PMIX_WHICH], [ # 1 is the variable name to do "which" on # 2 is the variable name to assign the return value to PMIX_VAR_SCOPE_PUSH([pmix_prog pmix_file pmix_dir pmix_sentinel]) pmix_prog=$1 IFS_SAVE=$IFS IFS="$PATH_SEPARATOR" for pmix_dir in $PATH; do if test -x "$pmix_dir/$pmix_prog"; then $2="$pmix_dir/$pmix_prog" break fi done IFS=$IFS_SAVE PMIX_VAR_SCOPE_POP ]) m4trace:config/pmix_functions.m4:310: -1- AC_DEFUN([PMIX_WITH_OPTION_MIN_MAX_VALUE], [ max_value=[$2] AC_MSG_CHECKING([maximum length of ]m4_translit($1, [_], [ ])) AC_ARG_WITH([max-]m4_translit($1, [_], [-]), AS_HELP_STRING([--with-max-]m4_translit($1, [_], [-])[=VALUE], [maximum length of ]m4_translit($1, [_], [ ])[s. VALUE argument has to be specified (default: [$2]).])) if test ! -z "$with_max_[$1]" && test "$with_max_[$1]" != "no" ; then # Ensure it's a number (hopefully an integer!), and >0 expr $with_max_[$1] + 1 > /dev/null 2> /dev/null AS_IF([test "$?" != "0"], [happy=0], [AS_IF([test $with_max_[$1] -ge $3 && test $with_max_[$1] -le $4], [happy=1], [happy=0])]) # If badness in the above tests, bail AS_IF([test "$happy" = "0"], [AC_MSG_RESULT([bad value ($with_max_[$1])]) AC_MSG_WARN([--with-max-]m4_translit($1, [_], [-])[s value must be >= $3 and <= $4]) AC_MSG_ERROR([Cannot continue])]) max_value=$with_max_[$1] fi AC_MSG_RESULT([$max_value]) AC_DEFINE_UNQUOTED([PMIX_MAX_]m4_toupper($1), $max_value, [Maximum length of ]m4_translit($1, [_], [ ])[s (default is $2)]) [PMIX_MAX_]m4_toupper($1)=$max_value AC_SUBST([PMIX_MAX_]m4_toupper($1)) ]) m4trace:config/pmix_functions.m4:345: -1- AC_DEFUN([PMIX_COMPUTE_MAX_VALUE], [ # This is more complicated than it really should be. But some # expr implementations (OpenBSD) have an expr with a max value of # 2^31 - 1, and we sometimes want to compute the max value of a # type as big or bigger than that... pmix_num_bits=`expr $1 \* 8 - 1` newval=1 value=1 overflow=0 while test $pmix_num_bits -ne 0 ; do newval=`expr $value \* 2` if test 0 -eq `expr $newval \< 0` ; then # if the new value is not negative, next iteration... value=$newval pmix_num_bits=`expr $pmix_num_bits - 1` # if this was the last iteration, subtract 1 (as signed # max positive is 2^num_bits - 1). Do this here instead # of outside of the while loop because we might have # already subtracted 1 by then if we're trying to find the # max value of the same datatype expr uses as it's # internal representation (ie, if we hit the else # below...) if test 0 -eq $pmix_num_bits ; then value=`expr $value - 1` fi else # if the new value is negative, we've over flowed. First, # try adding value - 1 instead of value (see if we can get # to positive max of expr) newval=`expr $value - 1 + $value` if test 0 -eq `expr $newval \< 0` ; then value=$newval # Still positive, this is as high as we can go. If # pmix_num_bits is 1, we didn't actually overflow. # Otherwise, we overflowed. if test 1 -ne $pmix_num_bits ; then overflow=1 fi else # still negative. Time to give up. overflow=1 fi pmix_num_bits=0 fi done AS_VAR_SET([$2], [$value]) AS_IF([test $overflow -ne 0], [$3]) ]) m4trace:config/pmix_load_platform.m4:26: -1- AC_DEFUN([PMIX_LOAD_PLATFORM], [ AC_ARG_WITH([pmix-platform-patches-dir], [AS_HELP_STRING([--with-pmix-platform-patches-dir=DIR], [Location of the platform patches directory. If you use this option, you must also use --with-platform.])]) AC_ARG_WITH([pmix-platform], [AS_HELP_STRING([--with-pmix-platform=FILE], [Load options for build from FILE. Options on the command line not in FILE are used. Options on the command line and in FILE are replaced by what is in FILE.])]) m4_ifval([autogen_platform_file], [ if test "$with_pmix_platform" = "" ; then with_pmix_platform=autogen_platform_file fi]) if test "$with_pmix_platform" = "yes" ; then AC_MSG_ERROR([--with-pmix_platform argument must include FILE option]) elif test "$with_pmix_platform" = "no" ; then AC_MSG_ERROR([--without-pmix_platform is not a valid argument]) elif test "$with_pmix_platform" != "" ; then # if not an absolute path, check in contrib/platform if test ! "`echo $with_pmix_platform | cut -c1`" = "/" && test ! "`echo $with_pmix_platform | cut -c2`" = ".." ; then if test -r "${srcdir}/contrib/platform/$with_pmix_platform" ; then with_pmix_platform="${srcdir}/contrib/platform/$with_pmix_platform" fi fi # make sure file exists if test ! -r "$with_pmix_platform" ; then AC_MSG_ERROR([platform file $with_pmix_platform not found]) fi # eval into environment PMIX_LOG_MSG([Loading environment file $with_pmix_platform, with contents below]) PMIX_LOG_FILE([$with_pmix_platform]) # setup by getting full pathname for the platform directories platform_base="`dirname $with_pmix_platform`" platform_file="`basename $with_pmix_platform`" # get full pathname of where we are so we can return platform_savedir="`pwd`" # go to where the platform file is located cd "$platform_base" # get the full path to this location platform_file_dir=`pwd` . ./"$platform_file" # see if they left us a name if test "$PMIX_PLATFORM_LOADED" != "" ; then platform_loaded="$PMIX_PLATFORM_LOADED" else platform_loaded="$with_pmix_platform" fi echo "Loaded platform arguments for $platform_loaded" PMIX_LOG_MSG([Loaded platform arguments for $platform_loaded]) # look for default mca param file # return to where we started cd "$platform_savedir" # define an alternate default mca param filename platform_alt_mca_file="`basename $platform_loaded`.conf" # look where platform file is located for platform.conf name if test -r "${platform_file_dir}/${platform_alt_mca_file}" ; then AC_SUBST(PMIX_DEFAULT_MCA_PARAM_CONF, [$platform_file_dir/$platform_alt_mca_file]) AC_SUBST(PMIX_PARAM_FROM_PLATFORM, "yes") # if not, see if a file is there with the default name elif test -r "${platform_file_dir}/pmix-mca-params.conf" ; then AC_SUBST(PMIX_DEFAULT_MCA_PARAM_CONF, [$platform_file_dir/pmix-mca-params.conf]) AC_SUBST(PMIX_PARAM_FROM_PLATFORM, "yes") # if not, then just use the default else AC_SUBST(PMIX_DEFAULT_MCA_PARAM_CONF, [pmix-mca-params.conf]) AC_SUBST(PMIX_PARAM_FROM_PLATFORM, "no") fi patch_dir="${with_pmix_platform}.patches" if test -n "$with_pmix_platform_patches_dir"; then if test "$with_pmix_platform_patches_dir" = "yes"; then patch_dir="${with_pmix_platform}.patches" elif test "$with_pmix_platform_patches_dir" = "no"; then AC_MSG_NOTICE([Disabling platform patches on user request]) patch_dir="" elif test -d "$with_pmix_platform_patches_dir"; then patch_dir=$with_pmix_platform_patches_dir else AC_MSG_ERROR([User provided patches directory: $with_pmix_platform_patches_dir not found]) fi fi patch_done="${srcdir}/.platform_patches" patch_found=no if test -d "${patch_dir}"; then if test ! -f "${patch_done}"; then AC_MSG_NOTICE([Checking patches from ${patch_dir}/ directory ]) for one_patch in $patch_dir/*.patch ; do AC_MSG_CHECKING([patch: $one_patch for errors ]) patch -d ${srcdir} -p1 -t -s --dry-run < ${one_patch} if test "$?" != "0"; then AC_MSG_RESULT([fail]) AC_MSG_ERROR([Platform patches failed to apply]) else AC_MSG_RESULT([ok]) fi AC_MSG_CHECKING([patch: $one_patch for unsupported configury changes ]) has_configury_items=$(patch -d ${srcdir} -p1 -t --dry-run < ${one_patch} 2>&1 | egrep "^patching" | egrep '*\.(am|m4)$' | wc -l) if test $has_configury_items -ne 0; then AC_MSG_RESULT([fail]) AC_MSG_ERROR([Platform patches should not change configury files]) else AC_MSG_RESULT([ok]) fi done for one_patch in $patch_dir/*.patch ; do AC_MSG_NOTICE([Applying patch ${one_patch}]) patch -d ${srcdir} -p1 -t -s < ${one_patch} if test "$?" != "0"; then AC_MSG_ERROR([Failed to apply patch ${one_patch}]) fi patch_found=yes done if test "$patch_found" = "yes"; then platform_root_short="$(basename $platform_base)" # If platform file resides under platform/ root folder - use filename as ident if [ test "$platform_root_short" = "platform" ]; then platform_ident="$platform_file" else platform_ident="$(basename $platform_base)" fi # Set custom ident for platform patched PMIX if [ test -z "$with_ident_string" ]; then with_ident_string="Platform: $platform_ident" fi AC_MSG_NOTICE([Platform patches applied, created stamp file ${patch_done}]) touch ${patch_done} else AC_MSG_NOTICE([No platform patches in ${patch_dir}]) fi else AC_MSG_WARN([Platform patches already applied, skipping. ${patch_done} can be removed to re-apply ]) fi elif test -n "${patch_dir}"; then AC_MSG_NOTICE([No platform patches in ${patch_dir}]) fi else AC_SUBST(PMIX_DEFAULT_MCA_PARAM_CONF, [pmix-mca-params.conf]) fi ]) m4trace:config/pmix_mca.m4:28: -1- AC_DEFUN([PMIX_EVAL_ARG], [$1]) m4trace:config/pmix_mca.m4:42: -1- AC_DEFUN([PMIX_MCA], [ dnl for PMIX_CONFIGURE_USER env variable AC_REQUIRE([PMIX_CONFIGURE_SETUP]) # Find which components should be built as run-time loadable components # Acceptable combinations: # # [default -- no option given] # --enable-mca-dso # --enable-mca-dso=[.+,]*COMPONENT_TYPE[.+,]* # --enable-mca-dso=[.+,]*COMPONENT_TYPE-COMPONENT_NAME[.+,]* # --disable-mca-dso # AC_ARG_ENABLE([mca-no-build], [AS_HELP_STRING([--enable-mca-no-build=LIST], [Comma-separated list of - pairs that will not be built. Example: "--enable-mca-no-build=pgpu,pcompress-zlib" will disable building all pgpu components and the "zlib" pcompress components.])]) AC_ARG_ENABLE(mca-dso, AS_HELP_STRING([--enable-mca-dso=LIST], [Comma-separated list of types and/or type-component pairs that will be built as run-time loadable components (as opposed to statically linked in), if supported on this platform.]), [], [enable_mca_dso=pcompress-zlib,pnet-sshot,prm]) AC_ARG_ENABLE(mca-static, AS_HELP_STRING([--enable-mca-static=LIST], [Comma-separated list of types and/or type-component pairs that will be built statically linked into the library. The default (if DSOs are supported) is to build all components as DSOs. Enabling a component as static disables it building as a DSO. The default is to build all components statically.])) AC_MSG_CHECKING([which components should be disabled]) if test "$enable_mca_no_build" = "yes"; then AC_MSG_RESULT([yes]) AC_MSG_ERROR([*** The enable-mca-no-build flag requires an explicit list *** of type-component pairs. For example, --enable-mca-no-build-ob1]) else ifs_save="$IFS" IFS="${IFS}$PATH_SEPARATOR," msg= for item in $enable_mca_no_build; do type="`echo $item | cut -s -f1 -d-`" comp="`echo $item | cut -s -f2- -d-`" if test -z $type ; then type=$item fi if test -z $comp ; then str="`echo DISABLE_${type}=1 | sed s/-/_/g`" eval $str msg="$item $msg" else str="`echo DISABLE_${type}_${comp}=1 | sed s/-/_/g`" eval $str msg="$item $msg" fi done IFS="$ifs_save" fi AC_MSG_RESULT([$msg]) unset msg # # First, set the DSO_all and STATIC_all variables. conflict # resolution (prefer static) is done in the big loop below # AC_MSG_CHECKING([which components should be run-time loadable]) if test "$enable_static" != "no"; then DSO_all=0 msg="none (static libraries built)" elif test "$PMIX_ENABLE_DLOPEN_SUPPORT" = 0; then DSO_all=0 msg="none (dlopen disabled)" elif test -z "$enable_mca_dso"; then DSO_all=0 msg="default" elif test "$enable_mca_dso" = "no"; then DSO_all=0 msg="none" elif test "$enable_mca_dso" = "yes"; then DSO_all=1 msg="all" else DSO_all=0 ifs_save="$IFS" IFS="${IFS}$PATH_SEPARATOR," msg= for item in $enable_mca_dso; do str="`echo DSO_$item=1 | sed s/-/_/g`" eval $str msg="$item $msg" done IFS="$ifs_save" fi AC_MSG_RESULT([$msg]) unset msg if test "$enable_static" != "no"; then AC_MSG_WARN([*** Shared libraries have been disabled (--disable-shared)]) AC_MSG_WARN([*** Building MCA components as DSOs automatically disabled]) fi AC_MSG_CHECKING([which components should be static]) if test -z "$enable_mca_static"; then STATIC_all=0 msg="default" elif test "$enable_mca_static" = "no"; then STATIC_all=0 msg="none" elif test "$enable_mca_static" = "yes"; then STATIC_all=1 msg="all" else STATIC_all=0 ifs_save="$IFS" IFS="${IFS}$PATH_SEPARATOR," msg= for item in $enable_mca_static; do str="`echo STATIC_$item=1 | sed s/-/_/g`" eval $str msg="$item $msg" done IFS="$ifs_save" fi AC_MSG_RESULT([$msg]) unset msg # now configure the PMIx project. Most # of the hard stuff is in here MCA_PROJECT_SUBDIRS= # can't use a variable rename here because these need to be evaled # at auto* time. pmix_show_subtitle "Configuring MCA" AC_MSG_CHECKING([for frameworks]) AC_MSG_RESULT([mca_pmix_framework_list]) # iterate through the list of frameworks. There is something # funky with m4 foreach if the list is defined, but empty. It # will call the 3rd argument once with an empty value for the # first argument. Protect against calling MCA_CONFIGURE_FRAMEWORK # with an empty second argument. Grrr.... # if there isn't a project list, abort # # Also setup two variables for Makefiles: # MCA_project_FRAMEWORKS - list of frameworks in that project # MCA_project_FRAMEWORK_LIBS - list of libraries (or variables pointing # to more libraries) that must be included # in the project's main library m4_ifdef([mca_pmix_framework_list], [], [m4_fatal([Could not find mca_pmix_framework_list - please rerun autogen.pl])]) MCA_pmix_FRAMEWORKS= MCA_pmix_FRAMEWORKS_SUBDIRS= MCA_pmix_FRAMEWORK_COMPONENT_ALL_SUBDIRS= MCA_pmix_FRAMEWORK_COMPONENT_DSO_SUBDIRS= MCA_pmix_FRAMEWORK_COMPONENT_STATIC_SUBDIRS= MCA_pmix_FRAMEWORK_LIBS= m4_foreach(mca_framework, [mca_pmix_framework_list], [m4_ifval(mca_framework, [dnl common has to go up front m4_if(mca_framework, [common], [MCA_pmix_FRAMEWORKS="mca_framework $MCA_pmix_FRAMEWORKS" MCA_pmix_FRAMEWORKS_SUBDIRS="[mca/]mca_framework $MCA_pmix_FRAMEWORKS_SUBDIRS" MCA_pmix_FRAMEWORK_COMPONENT_ALL_SUBDIRS="[\$(MCA_pmix_]mca_framework[_ALL_SUBDIRS)] $MCA_pmix_FRAMEWORK_COMPONENT_ALL_SUBDIRS" MCA_pmix_FRAMEWORK_COMPONENT_DSO_SUBDIRS="[\$(MCA_pmix_]mca_framework[_DSO_SUBDIRS)] $MCA_pmix_FRAMEWORK_COMPONENT_DSO_SUBDIRS" MCA_pmix_FRAMEWORK_COMPONENT_STATIC_SUBDIRS="[\$(MCA_pmix_]mca_framework[_STATIC_SUBDIRS)] $MCA_pmix_FRAMEWORK_COMPONENT_STATIC_SUBDIRS" ], [ MCA_pmix_FRAMEWORKS="$MCA_pmix_FRAMEWORKS mca_framework" MCA_pmix_FRAMEWORKS_SUBDIRS="$MCA_pmix_FRAMEWORKS_SUBDIRS [mca/]mca_framework" MCA_pmix_FRAMEWORK_COMPONENT_ALL_SUBDIRS="$MCA_pmix_FRAMEWORK_COMPONENT_ALL_SUBDIRS [\$(MCA_pmix_]mca_framework[_ALL_SUBDIRS)]" MCA_pmix_FRAMEWORK_COMPONENT_DSO_SUBDIRS="$MCA_pmix_FRAMEWORK_COMPONENT_DSO_SUBDIRS [\$(MCA_]pmix[_]mca_framework[_DSO_SUBDIRS)]" MCA_pmix_FRAMEWORK_COMPONENT_STATIC_SUBDIRS="$MCA_pmix_FRAMEWORK_COMPONENT_STATIC_SUBDIRS [\$(MCA_pmix_]mca_framework[_STATIC_SUBDIRS)]" MCA_pmix_FRAMEWORK_LIBS="$MCA_pmix_FRAMEWORK_LIBS [mca/]mca_framework[/libmca_]mca_framework[.la]"]) MCA_pmix_FRAMEWORK_LIBS="$MCA_pmix_FRAMEWORK_LIBS [\$(MCA_pmix_]mca_framework[_STATIC_LTLIBS)]" m4_ifdef([MCA_pmix_]mca_framework[_CONFIG], [MCA_pmix_]mca_framework[_CONFIG](mca_framework), [MCA_CONFIGURE_FRAMEWORK(mca_framework, 1)])])]) AC_SUBST(MCA_pmix_FRAMEWORKS) AC_SUBST(MCA_pmix_FRAMEWORKS_SUBDIRS) AC_SUBST(MCA_pmix_FRAMEWORK_COMPONENT_ALL_SUBDIRS) AC_SUBST(MCA_pmix_FRAMEWORK_COMPONENT_DSO_SUBDIRS) AC_SUBST(MCA_pmix_FRAMEWORK_COMPONENT_STATIC_SUBDIRS) AC_SUBST(MCA_pmix_FRAMEWORK_LIBS) AC_SUBST(MCA_PROJECT_SUBDIRS) ]) m4trace:config/pmix_mca.m4:238: -1- AC_DEFUN([MCA_ORDER_COMPONENT_LIST], [ m4_foreach(mca_component, [mca_pmix_$1_m4_config_component_list], [m4_ifval(mca_component, [m4_ifdef([MCA_pmix_]$1[_]mca_component[_PRIORITY], [], [m4_fatal([MCA_pmix_$1_]mca_component[_PRIORITY not found, but required.])])])]) m4_define([component_list], [esyscmd([config/pmix_mca_priority_sort.pl] m4_foreach([mca_component], [mca_pmix_$1_m4_config_component_list], [m4_ifval(mca_component, [mca_component ]PMIX_EVAL_ARG([MCA_pmix_]$1[_]mca_component[_PRIORITY ]))]))]) ]) m4trace:config/pmix_mca.m4:248: -1- AC_DEFUN([MCA_CHECK_IGNORED_PRIORITY], [ m4_foreach(mca_component, [mca_pmix_$1_m4_config_component_list], [m4_ifval(mca_component, [m4_ifdef([MCA_pmix_]$1[_]mca_component[_PRIORITY], [m4_warn([unsupported], [MCA_pmix_]$1[_]mca_component[_PRIORITY found, but ignored.])])])]) ]) m4trace:config/pmix_mca.m4:272: -1- AC_DEFUN([MCA_CONFIGURE_FRAMEWORK], [ pmix_show_subsubtitle "Configuring MCA framework $1" m4_ifdef([mca_pmix_$1_no_config_component_list], [], [m4_fatal([Could not find mca_pmix_$1_no_config_component_list - please rerun autogen.pl])]) m4_ifdef([mca_pmix_$1_m4_config_component_list], [], [m4_fatal([Could not find mca_pmix_$1_m4_config_component_list - please rerun autogen.pl])]) # setup for framework all_components= static_components= dso_components= static_ltlibs= # Ensure that the directory where the #include file is to live # exists. Need to do this for VPATH builds, because the directory # may not exist yet. For the "common" type, it's not really a # component, so it doesn't have a base. m4_if([$1], [common], [outdir=src/mca/common], [outdir=src/mca/$1/base]) AS_MKDIR_P([$outdir]) # emit Makefile rule AC_CONFIG_FILES([src/mca/$1/Makefile]) # remove any previously generated #include files outfile_real=$outdir/static-components.h outfile=$outfile_real.new rm -f $outfile $outfile.struct $outfile.extern touch $outfile.struct $outfile.extern # print some nice messages about what we're about to do... AC_MSG_CHECKING([for no configure components in framework $1]) AC_MSG_RESULT([mca_pmix_$1_no_config_component_list]) AC_MSG_CHECKING([for m4 configure components in framework $1]) AC_MSG_RESULT([mca_pmix_$1_m4_config_component_list]) # If there are components in the no configure list, but we're # doing one of the "special" selection logics, abort with a # reasonable message. m4_if(PMIX_EVAL_ARG([MCA_pmix_$1_CONFIGURE_MODE]), [STOP_AT_FIRST], [m4_ifval(mca_pmix_$1_no_config_component_list, [m4_fatal([Framework $1 using STOP_AT_FIRST but at least one component has no configure.m4])])]) m4_if(PMIX_EVAL_ARG([MCA_pmix_$1_CONFIGURE_MODE]), [STOP_AT_FIRST_PRIORITY], [m4_ifval(mca_pmix_$1_no_config_component_list, [m4_fatal([Framework $1 using STOP_AT_FIRST_PRIORITY but at least one component has no configure.m4])])]) m4_if(PMIX_EVAL_ARG([MCA_pmix_$1_CONFIGURE_MODE]), [PRIORITY], [m4_ifval(mca_pmix_$1_no_config_component_list, [m4_fatal([Framework $1 using PRIORITY but at least one component has no configure.m4])])]) # run the configure logic for the no-config components m4_foreach(mca_component, [mca_pmix_$1_no_config_component_list], [m4_ifval(mca_component, [MCA_CONFIGURE_NO_CONFIG_COMPONENT($1, mca_component, [all_components], [static_components], [dso_components], [static_ltlibs], [$2])])]) # configure components that use built-in configuration scripts m4_ifdef([component_list], [m4_undefine([component_list])]) m4_if(PMIX_EVAL_ARG([MCA_pmix_$1_CONFIGURE_MODE]), [STOP_AT_FIRST], [MCA_ORDER_COMPONENT_LIST($1)], [m4_if(PMIX_EVAL_ARG([MCA_pmix_$1_CONFIGURE_MODE]), [STOP_AT_FIRST_PRIORITY], [MCA_ORDER_COMPONENT_LIST($1)], [m4_if(PMIX_EVAL_ARG([MCA_pmix_$1_CONFIGURE_MODE]), [PRIORITY], [MCA_ORDER_COMPONENT_LIST($1)], [m4_define([component_list], [mca_pmix_$1_m4_config_component_list])])])]) best_mca_component_priority=0 components_looking_for_succeed=$2 components_last_result=0 m4_foreach(mca_component, [component_list], [m4_ifval(mca_component, [m4_if(PMIX_EVAL_ARG([MCA_pmix_$1_CONFIGURE_MODE]), [STOP_AT_FIRST_PRIORITY], [AS_IF([test $best_mca_component_priority -gt MCA_pmix_$1_]mca_component[_PRIORITY], [components_looking_for_succeed=0])]) MCA_CONFIGURE_M4_CONFIG_COMPONENT($1, mca_component, [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4_if(PMIX_EVAL_ARG([MCA_pmix_$1_CONFIGURE_MODE]), [STOP_AT_FIRST], [AS_IF([test $components_last_result -eq 1], [components_looking_for_succeed=0])]) m4_if(PMIX_EVAL_ARG([MCA_pmix_$1_CONFIGURE_MODE]), [STOP_AT_FIRST_PRIORITY], [AS_IF([test $components_last_result -eq 1], [best_mca_component_priority=]PMIX_EVAL_ARG([MCA_pmix_$1_]mca_component[_PRIORITY]))]) ])]) # configure components that provide their own configure script. # It would be really hard to run these for "find first that # works", so we don't :) m4_if(PMIX_EVAL_ARG([MCA_pmix_]$1[_CONFIGURE_MODE]), [STOP_AT_FIRST], [], [m4_if(PMIX_EVAL_ARG([MCA_pmix_]$1[_CONFIGURE_MODE]), [STOP_AT_FIRST_PRIORITY], [], [m4_if(PMIX_EVAL_ARG([MCA_pmix_]$1[_CONFIGURE_MODE]), [PRIORITY], [], [MCA_CHECK_IGNORED_PRIORITY($1) AS_IF([test "$2" != "0"], [MCA_CONFIGURE_ALL_CONFIG_COMPONENTS($1, [all_components], [static_components], [dso_components], [static_ltlibs])])])])]) MCA_pmix_$1_ALL_COMPONENTS="$all_components" MCA_pmix_$1_STATIC_COMPONENTS="$static_components" MCA_pmix_$1_DSO_COMPONENTS="$dso_components" MCA_pmix_$1_STATIC_LTLIBS="$static_ltlibs" AC_SUBST(MCA_pmix_$1_ALL_COMPONENTS) AC_SUBST(MCA_pmix_$1_STATIC_COMPONENTS) AC_SUBST(MCA_pmix_$1_DSO_COMPONENTS) AC_SUBST(MCA_pmix_$1_STATIC_LTLIBS) PMIX_MCA_MAKE_DIR_LIST(MCA_pmix_$1_ALL_SUBDIRS, $1, [$all_components]) PMIX_MCA_MAKE_DIR_LIST(MCA_pmix_$1_STATIC_SUBDIRS, $1, [$static_components]) PMIX_MCA_MAKE_DIR_LIST(MCA_pmix_$1_DSO_SUBDIRS, $1, [$dso_components]) # Create the final .h file that will be included in the type's # top-level glue. This lists all the static components. We don't # need to do this for "common". if test "$1" != "common"; then cat > $outfile < /dev/null 2>&1 if test "$?" != "0"; then mv $outfile $outfile_real else rm -f $outfile fi fi rm -f $outfile.struct $outfile.extern unset all_components static_components dso_components outfile outfile_real ]) m4trace:config/pmix_mca.m4:446: -1- AC_DEFUN([MCA_CONFIGURE_NO_CONFIG_COMPONENT], [ pmix_show_subsubsubtitle "MCA component $1:$2 (no configuration)" pmix_show_verbose "PMIX_MCA_NO_CONFIG_COMPONENT: before, should_build=$7" MCA_COMPONENT_BUILD_CHECK($1, $2, [should_build=$7], [should_build=0]) MCA_COMPONENT_COMPILE_MODE($1, $2, compile_mode) pmix_show_verbose "PMIX_MCA_NO_CONFIG_COMPONENT: after, should_build=$should_build" if test "$should_build" = "1" ; then MCA_PROCESS_COMPONENT($1, $2, $3, $4, $5, $6, $compile_mode) else MCA_PROCESS_DEAD_COMPONENT($1, $2) # add component to all component list $3="$$3 $2" fi # set the AM_CONDITIONAL on how we should build if test "$compile_mode" = "dso" ; then BUILD_pmix_$1_$2_DSO=1 else BUILD_pmix_$1_$2_DSO=0 fi AM_CONDITIONAL(MCA_BUILD_pmix_$1_$2_DSO, test "$BUILD_pmix_$1_$2_DSO" = "1") AC_CONFIG_FILES([src/mca/$1/$2/Makefile]) unset compile_mode ]) m4trace:config/pmix_mca.m4:493: -1- AC_DEFUN([MCA_CONFIGURE_M4_CONFIG_COMPONENT], [ m4_ifdef([MCA_pmix_$1_$2_PRIORITY], [pmix_show_subsubsubtitle "MCA component $1:$2 (m4 configuration macro, priority MCA_pmix_$1_$2_PRIORITY)"], [pmix_show_subsubsubtitle "MCA component $1:$2 (m4 configuration macro)"]) pmix_show_verbose "PMIX_MCA_M4_CONFIG_COMPONENT: before, should_build=$7" MCA_COMPONENT_BUILD_CHECK($1, $2, [should_build=$7], [should_build=0]) # 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 m4_ifdef([MCA_pmix_$1_$2_COMPILE_MODE], [MCA_pmix_$1_$2_COMPILE_MODE($1, $2, compile_mode)], [MCA_COMPONENT_COMPILE_MODE($1, $2, compile_mode)]) # try to configure the component m4_ifdef([MCA_pmix_$1_$2_CONFIG], [MCA_pmix_$1_$2_CONFIG([should_build=$should_build], [should_build=0])], [m4_fatal([MCA_pmix_$1_$2_CONFIG macro not found])]) pmix_show_verbose "PMIX_MCA_M4_CONFIG_COMPONENT: after, should_build=$should_build" AS_IF([test "$should_build" = "1"], [MCA_PROCESS_COMPONENT($1, $2, $3, $4, $5, $6, $compile_mode)], [MCA_PROCESS_DEAD_COMPONENT($1, $2) # add component to all component list $3="$$3 $2"]) m4_ifdef([MCA_pmix_$1_$2_POST_CONFIG], [ MCA_pmix_$1_$2_POST_CONFIG($should_build)]) # set the AM_CONDITIONAL on how we should build AS_IF([test "$compile_mode" = "dso"], [BUILD_pmix_$1_$2_DSO=1], [BUILD_pmix_$1_$2_DSO=0]) AM_CONDITIONAL(MCA_BUILD_pmix_$1_$2_DSO, test "$BUILD_pmix_$1_$2_DSO" = "1") AS_IF([test "$should_build" = "1"], [$8], [$9]) unset compile_mode ]) m4trace:config/pmix_mca.m4:549: -1- AC_DEFUN([MCA_CONFIGURE_ALL_CONFIG_COMPONENTS], [ for component_path in $srcdir/src/mca/$1/* ; do component="`basename $component_path`" if test -d $component_path && test -x $component_path/configure ; then pmix_show_subsubsubtitle "MCA component $1:$component (need to configure)" pmix_show_verbose "PMIX_MCA_ALL_CONFIG_COMPONENTS: before, should_build=$7" MCA_COMPONENT_BUILD_CHECK($1, $component, [should_build=1], [should_build=0]) MCA_COMPONENT_COMPILE_MODE($1, $component, compile_mode) pmix_show_verbose "PMIX_MCA_ALL_CONFIG_COMPONENTS: after, should_build=$should_build" if test "$should_build" = "1" ; then PMIX_CONFIG_SUBDIR([src/mca/$1/$component], [$pmix_subdir_args], [should_build=1], [should_build=0]) pmix_show_verbose "PMIX_MCA_ALL_CONFIG_COMPONENTS: after subdir, should_build=$should_build" fi if test "$should_build" = "1" ; then # do some extra work to pass flags back from the # top-level configure, the way a configure.m4 # component would. infile="$srcdir/src/mca/$1/$2/post_configure.sh" if test -f $infile; then # First check for the ABORT tag line="`$GREP ABORT= $infile | cut -d= -f2-`" if test -n "$line" && test "$line" != "no"; then AC_MSG_WARN([MCA component configure script told me to abort]) AC_MSG_ERROR([cannot continue]) fi fi MCA_PROCESS_COMPONENT($1, $component, $2, $3, $4, $5, $compile_mode) else MCA_PROCESS_DEAD_COMPONENT($1, $component) fi fi done ]) m4trace:config/pmix_mca.m4:598: -1- AC_DEFUN([MCA_COMPONENT_COMPILE_MODE], [ SHARED_FRAMEWORK="$DSO_$1" AS_LITERAL_IF([$2], [SHARED_COMPONENT="$DSO_$1_$2"], [str="SHARED_COMPONENT=\$DSO_$1_$2" eval $str]) STATIC_FRAMEWORK="$STATIC_$1" AS_LITERAL_IF([$2], [STATIC_COMPONENT="$STATIC_$1_$2"], [str="STATIC_COMPONENT=\$STATIC_$1_$2" eval $str]) # Look for the most specific specifier between static/dso. If # there is a tie (either neither or both specified), prefer # static. if test "$STATIC_COMPONENT" = "1"; then $3=static elif test "$SHARED_COMPONENT" = "1"; then $3=dso elif test "$STATIC_FRAMEWORK" = "1"; then $3=static elif test "$SHARED_FRAMEWORK" = "1"; then $3=dso elif test "$STATIC_all" = "1"; then $3=static elif test "$DSO_all" = "1"; then $3=dso else $3=static fi AC_MSG_CHECKING([for MCA component $1:$2 compile mode]) AC_MSG_RESULT([$$3]) ]) m4trace:config/pmix_mca.m4:641: -1- AC_DEFUN([PMIX_MCA_STRIP_LAFILES], [ PMIX_VAR_SCOPE_PUSH([pmix_tmp]) $1= for arg in $2; do pmix_tmp=`echo $arg | awk '{print substr([$][1], length([$][1])-2) }'` AS_IF([test "$pmix_tmp" != ".la"], [PMIX_APPEND([$1], [$arg])]) done PMIX_VAR_SCOPE_POP ]) m4trace:config/pmix_mca.m4:664: -1- AC_DEFUN([MCA_PROCESS_COMPONENT], [ AC_REQUIRE([AC_PROG_GREP]) # See if it dropped an output file for us to pick up some # shell variables in. infile="$srcdir/src/mca/$1/$2/post_configure.sh" # Add this subdir to the mast list of all MCA component subdirs $3="$$3 $2" if test "$7" = "dso" ; then $5="$$5 $2" else if test "$1" = "common"; then # Static libraries in "common" frameworks are installed, and # therefore must obey the $FRAMEWORK_LIB_PREFIX that was # set. $6="mca/$1/$2/lib${m4_translit([pmix], [a-z], [A-Z])_LIB_PREFIX}pmix_mca_$1_$2.la $$6" else # Other frameworks do not have to obey the # $FRAMEWORK_LIB_PREFIX prefix. $6="mca/$1/$2/libpmix_mca_$1_$2.la $$6" fi echo "extern const pmix_mca_base_component_t pmix_mca_$1_$2_component;" >> $outfile.extern echo " &pmix_mca_$1_$2_component, " >> $outfile.struct $4="$$4 $2" fi # Output pretty results AC_MSG_CHECKING([if MCA component $1:$2 can compile]) AC_MSG_RESULT([yes]) # If a component is building static (ie, sucked into the parent # library), we need to provide LDFLAGS and LIBS and pkg-config # module name configuration to the wrapper compiler, so that it # can provide them for the final link of the application. # Components can explicitly set # __WRAPPER_EXTRA_ for LDFLAGS, LIBS, # or PC_MODULES, for cases where the component wants to explicitly # manage which flags are passed to the wrapper compiler. If the # __WRAPPER_EXTRA_ variable is not # set, then it is assumed that the component wishes all LDFLAGS, # LIBS, and PC_MODULES to be provided as wrapper flags. AS_IF([test "$7" = "static"], [AS_VAR_SET_IF([$1_$2_WRAPPER_EXTRA_LDFLAGS], [AS_VAR_COPY([tmp_flags], [$1_$2_WRAPPER_EXTRA_LDFLAGS])], [AS_VAR_COPY([tmp_flags], [$1_$2_LDFLAGS])]) PMIX_FLAGS_APPEND_UNIQ([pmix_mca_wrapper_extra_ldflags], [$tmp_flags]) AS_VAR_SET_IF([$1_$2_WRAPPER_EXTRA_STATIC_LDFLAGS], [AS_VAR_COPY([tmp_flags], [$1_$2_WRAPPER_EXTRA_STATIC_LDFLAGS])], [AS_VAR_COPY([tmp_flags], [$1_$2_STATIC_LDFLAGS])]) PMIX_FLAGS_APPEND_UNIQ([pmix_mca_wrapper_extra_static_ldflags], [$tmp_flags]) AS_VAR_SET_IF([$1_$2_WRAPPER_EXTRA_PC_MODULES], [AS_VAR_COPY([tmp_flags], [$1_$2_WRAPPER_EXTRA_PC_MODULES])], [AS_VAR_COPY([tmp_flags], [$1_$2_PC_MODULES])]) PMIX_APPEND_UNIQ([pmix_mca_wrapper_extra_pc_modules], [$tmp_flags]) AS_VAR_SET_IF([$1_$2_WRAPPER_EXTRA_LIBS], [AS_VAR_COPY([tmp_flags], [$1_$1_WRAPPER_EXTRA_LIBS])], [AS_VAR_COPY([tmp_all_flags], [$1_$2_LIBS]) PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags])]) PMIX_FLAGS_APPEND_MOVE([pmix_mca_wrapper_extra_libs], [$tmp_flags]) AS_VAR_SET_IF([$1_$2_WRAPPER_EXTRA_STATIC_LIBS], [AS_VAR_COPY([tmp_flags], [$1_$1_WRAPPER_EXTRA_STATIC_LIBS])], [AS_VAR_COPY([tmp_all_flags], [$1_$2_STATIC_LIBS]) PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags])]) echo "Adding static libs $tmp_flags" PMIX_FLAGS_APPEND_MOVE([pmix_mca_wrapper_extra_static_libs], [$tmp_flags])]) # WRAPPER_EXTRA_CPPFLAGS are only needed for STOP_AT_FIRST # components, as all other components are not allowed to leak # headers or compile-time flags into the top-level library or # wrapper compilers. If needed, copy over WRAPPER_EXTRA_CPPFLAGS. # Since a configure script component can never be used in a # STOP_AT_FIRST framework, we don't have to implement the else # clause in the literal check. AS_LITERAL_IF([$2], [AS_IF([test "$$1_$2_WRAPPER_EXTRA_CPPFLAGS" != ""], [m4_if(PMIX_EVAL_ARG([MCA_$1_CONFIGURE_MODE]), [STOP_AT_FIRST], [stop_at_first=1], [stop_at_first=0]) AS_IF([test "$8" = "static" && test "$stop_at_first" = "1"], [AS_IF([test "$with_devel_headers" = "yes"], [PMIX_FLAGS_APPEND_UNIQ([pmix_mca_wrapper_extra_cppflags], [$$2_$3_WRAPPER_EXTRA_CPPFLAGS])])], [AC_MSG_WARN([ignoring $1_$2_WRAPPER_EXTRA_CPPFLAGS ($$1_$2_WRAPPER_EXTRA_CPPFLAGS): component conditions not met])])])]) ]) m4trace:config/pmix_mca.m4:761: -1- AC_DEFUN([MCA_PROCESS_DEAD_COMPONENT], [ AC_MSG_CHECKING([if MCA component $1:$2 can compile]) AC_MSG_RESULT([no]) # If this component was requested as the default for this # type, then abort. if test "$with_$1" = "$2" ; then AC_MSG_WARN([MCA component "$2" failed to configure properly]) AC_MSG_WARN([This component was selected as the default]) AC_MSG_ERROR([Cannot continue]) fi ]) m4trace:config/pmix_mca.m4:783: -1- AC_DEFUN([MCA_COMPONENT_BUILD_CHECK], [ AC_REQUIRE([AC_PROG_GREP]) component_path="$srcdir/src/mca/$1/$2" want_component=0 # build if: # - there is no pmix_ignore file # - there is an pmix_ignore, but there is an empty pmix_unignore # - there is an pmix_ignore, but username is in pmix_unignore if test -d $component_path ; then # decide if we want the component to be built or not. This # is spread out because some of the logic is a little complex # and test's syntax isn't exactly the greatest. We want to # build the component by default. want_component=1 if test -f $component_path/.pmix_ignore ; then # If there is an pmix_ignore file, don't build # the component. Note that this decision can be # overridden by the unignore logic below. want_component=0 fi if test -f $component_path/.pmix_unignore ; then # if there is an empty pmix_unignore, that is # equivalent to having your userid in the unignore file. # If userid is in the file, unignore the ignore file. if test ! -s $component_path/.pmix_unignore ; then want_component=1 elif test ! -z "`$GREP $PMIX_CONFIGURE_USER $component_path/.pmix_unignore`" ; then want_component=1 fi fi fi # if we were explicitly disabled, don't build :) AS_IF([test "$DISABLE_$1" = "1"], [want_component=0]) AS_LITERAL_IF([$2], [AS_IF([test "$DISABLE_$1_$2" = "1"], [want_component=0])], [str="DISABLED_COMPONENT_CHECK=\$DISABLE_$1_$2" eval $str if test "$DISABLED_COMPONENT_CHECK" = "1" ; then want_component=0 fi]) AS_IF([test "$want_component" = "1"], [$3], [$4]) ]) m4trace:config/pmix_mca.m4:833: -1- AC_DEFUN([PMIX_MCA_MAKE_DIR_LIST], [ $1= for item in $3 ; do $1="$$1 mca/$2/$item" done AC_SUBST($1) ]) m4trace:config/pmix_search_libs.m4:24: -1- AC_DEFUN([PMIX_SEARCH_LIBS_CORE], [ PMIX_VAR_SCOPE_PUSH([LIBS_save add]) LIBS_save=$LIBS AC_SEARCH_LIBS([$1], [$2], [pmix_have_$1=1 $3], [pmix_have_$1=0 $4], [$5]) AC_DEFINE_UNQUOTED([PMIX_HAVE_]m4_toupper($1), [$pmix_have_$1], [whether $1 is found and available]) PMIX_VAR_SCOPE_POP ]) m4trace:config/pmix_search_libs.m4:49: -1- AC_DEFUN([PMIX_SEARCH_LIBS_COMPONENT], [ PMIX_VAR_SCOPE_PUSH([LIBS_save add]) LIBS_save=$LIBS AC_SEARCH_LIBS([$2], [$3], [ # Found it! See if anything was added to LIBS add=`printf '%s\n' "$LIBS" | sed -e "s/$LIBS_save$//"` AS_IF([test -n "$add"], [PMIX_FLAGS_APPEND_UNIQ($1_LIBS, [$add])]) $1_have_$2=1 $4], [$1_have_$2=0 $5], [$6]) AC_DEFINE_UNQUOTED([PMIX_HAVE_]m4_toupper($1), [$$1_have_$2], [whether $1 is found and available]) PMIX_VAR_SCOPE_POP ]) m4trace:config/pmix_setup_cc.m4:33: -1- AC_DEFUN([PMIX_CC_HELPER], [ PMIX_VAR_SCOPE_PUSH([pmix_cc_helper_result]) AC_MSG_CHECKING([$1]) AC_LINK_IFELSE([AC_LANG_PROGRAM([$3],[$4])], [$2=1 pmix_cc_helper_result=yes], [$2=0 pmix_cc_helper_result=no]) AC_MSG_RESULT([$pmix_cc_helper_result]) PMIX_VAR_SCOPE_POP ]) m4trace:config/pmix_setup_cc.m4:48: -1- AC_DEFUN([PMIX_PROG_CC_C11_HELPER], [ PMIX_VAR_SCOPE_PUSH([pmix_prog_cc_c11_helper_CFLAGS_save]) pmix_prog_cc_c11_helper_CFLAGS_save=$CFLAGS CFLAGS="$CFLAGS $1" PMIX_CC_HELPER([if $CC $1 supports C11 _Thread_local], [pmix_prog_cc_c11_helper__Thread_local_available], [],[[static _Thread_local int foo = 1;++foo;]]) PMIX_CC_HELPER([if $CC $1 supports C11 atomic variables], [pmix_prog_cc_c11_helper_atomic_var_available], [[#include ]], [[static atomic_long foo = 1;++foo;]]) PMIX_CC_HELPER([if $CC $1 supports C11 _Atomic keyword], [pmix_prog_cc_c11_helper__Atomic_available], [[#include ]],[[static _Atomic long foo = 1;++foo;]]) PMIX_CC_HELPER([if $CC $1 supports C11 _c11_atomic functions], [pmix_prog_cc_c11_atomic_function], [[#include ]],[[atomic_int acnt = 0; __c11_atomic_fetch_add(&acnt, 1, memory_order_relaxed);]]) if test $pmix_prog_cc_c11_atomic_function -eq 1; then AC_DEFINE_UNQUOTED([PMIX_HAVE_CLANG_BUILTIN_ATOMIC_C11_FUNC], [$pmix_prog_cc_c11_atomic_function], [Whether we have Clang __c11 atomic functions]) fi; PMIX_CC_HELPER([if $CC $1 supports C11 _Generic keyword], [pmix_prog_cc_c11_helper__Generic_available], [[#define FOO(x) (_Generic (x, int: 1))]], [[static int x, y; y = FOO(x);]]) PMIX_CC_HELPER([if $CC $1 supports C11 _Static_assert], [pmix_prog_cc_c11_helper__static_assert_available], [[#include ]],[[_Static_assert(sizeof(int64_t) == 8, "WTH");]]) PMIX_CC_HELPER([if $CC $1 supports C11 atomic_fetch_xor_explicit], [pmix_prog_cc_c11_helper_atomic_fetch_xor_explicit_available], [[#include #include ]],[[_Atomic uint32_t a; uint32_t b; atomic_fetch_xor_explicit(&a, b, memory_order_relaxed);]]) AS_IF([test $pmix_prog_cc_c11_helper__Thread_local_available -eq 1 && test $pmix_prog_cc_c11_helper_atomic_var_available -eq 1 && test $pmix_prog_cc_c11_helper_atomic_fetch_xor_explicit_available -eq 1], [$2], [$3]) CFLAGS=$pmix_prog_cc_c11_helper_CFLAGS_save PMIX_VAR_SCOPE_POP ]) m4trace:config/pmix_setup_cc.m4:89: -1- AC_DEFUN([PMIX_PROG_CC_C11], [ PMIX_VAR_SCOPE_PUSH([pmix_prog_cc_c11_flags]) if test -z "$pmix_cv_c11_supported" ; then pmix_cv_c11_supported=no pmix_cv_c11_flag_required=yes AC_MSG_CHECKING([if $CC requires a flag for C11]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ #if __STDC_VERSION__ < 201112L #error "Without any CLI flags, this compiler does not support C11" #endif ]],[])], [pmix_cv_c11_flag_required=no]) AC_MSG_RESULT([$pmix_cv_c11_flag_required]) if test "x$pmix_cv_c11_flag_required" = "xno" ; then AC_MSG_NOTICE([verifying $CC supports C11 without a flag]) PMIX_PROG_CC_C11_HELPER([], [], [pmix_cv_c11_flag_required=yes]) fi if test "x$pmix_cv_c11_flag_required" = "xyes" ; then pmix_prog_cc_c11_flags="-std=gnu11 -std=c11 -c11" AC_MSG_NOTICE([checking if $CC supports C11 with a flag]) pmix_cv_c11_flag= for flag in $(echo $pmix_prog_cc_c11_flags | tr ' ' '\n') ; do PMIX_PROG_CC_C11_HELPER([$flag],[pmix_cv_c11_flag=$flag],[]) if test "x$pmix_cv_c11_flag" != "x" ; then PMIX_APPEND_UNIQ([CFLAGS], ["$pmix_cv_c11_flag"]) AC_MSG_NOTICE([using $flag to enable C11 support]) pmix_cv_c11_supported=yes break fi done else AC_MSG_NOTICE([no flag required for C11 support]) pmix_cv_c11_supported=yes fi fi PMIX_VAR_SCOPE_POP ]) m4trace:config/pmix_setup_cc.m4:143: -1- AC_DEFUN([PMIX_CHECK_CC_IQUOTE], [ PMIX_VAR_SCOPE_PUSH([pmix_check_cc_iquote_CFLAGS_save]) pmix_check_cc_iquote_CFLAGS_save=${CFLAGS} CFLAGS="${CFLAGS} -iquote ." AC_MSG_CHECKING([for $CC option to add a directory only to the search path for the quote form of include]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]],[])], [pmix_cc_iquote="-iquote"], [pmix_cc_iquote="-I"]) CFLAGS=${pmix_check_cc_iquote_CFLAGS_save} PMIX_VAR_SCOPE_POP AC_MSG_RESULT([$pmix_cc_iquote]) ]) m4trace:config/pmix_setup_cc.m4:161: -1- AC_DEFUN([PMIX_SETUP_CC], [ # AM_PROG_CC_C_O AC_REQUIREs AC_PROG_CC, so we have to be a little # careful about ordering here, and AC_REQUIRE these things so that # they get stamped out in the right order. AC_REQUIRE([_PMIX_START_SETUP_CC]) AC_REQUIRE([_PMIX_PROG_CC]) AC_REQUIRE([AM_PROG_CC_C_O]) PMIX_VAR_SCOPE_PUSH([pmix_prog_cc_c11_helper__Thread_local_available pmix_prog_cc_c11_helper_atomic_var_available pmix_prog_cc_c11_helper__Atomic_available pmix_prog_cc_c11_helper__static_assert_available pmix_prog_cc_c11_helper__Generic_available pmix_prog_cc__thread_available pmix_prog_cc_c11_helper_atomic_fetch_xor_explicit_available pmix_prog_cc_c11_atomic_function]) # AC_PROG_CC_C99 changes CC (instead of CFLAGS) so save CC (without c99 # flags) for use in our wrappers. WRAPPER_CC="$CC" AC_SUBST([WRAPPER_CC]) PMIX_PROG_CC_C11 PMIX_CHECK_CC_IQUOTE if test $pmix_cv_c11_supported = no ; then # It is not currently an error if C11 support is not available. Uncomment the # following lines and update the warning when we require a C11 compiler. # AC_MSG_WARNING([PMIx requires a C11 (or newer) compiler]) # AC_MSG_ERROR([Aborting.]) # We require a C99 compliant compiler # with autoconf 2.70 AC_PROG_CC makes AC_PROG_CC_C99 obsolete m4_version_prereq([2.70], [], [AC_PROG_CC_C99]) # The C99 result of AC_PROG_CC is stored in ac_cv_prog_cc_c99 if test "x$ac_cv_prog_cc_c99" = xno ; then AC_MSG_WARN([PMIx requires a C99 (or newer) compiler. C11 is recommended.]) AC_MSG_ERROR([Aborting.]) fi # Get the correct result for C11 support flags now that the compiler flags have # changed PMIX_PROG_CC_C11_HELPER([],[],[]) fi # Check if compiler support __thread PMIX_CC_HELPER([if $CC $1 supports __thread], [pmix_prog_cc__thread_available], [],[[static __thread int foo = 1;++foo;]]) PMIX_CC_HELPER([if $CC $1 supports C11 _Thread_local], [pmix_prog_cc_c11_helper__Thread_local_available], [],[[static _Thread_local int foo = 1;++foo;]]) dnl At this time, PMIx only needs thread local and the atomic convenience types for C11 support. These dnl will likely be required in the future. AC_DEFINE_UNQUOTED([PMIX_C_HAVE__THREAD_LOCAL], [$pmix_prog_cc_c11_helper__Thread_local_available], [Whether C compiler supports __Thread_local]) AC_DEFINE_UNQUOTED([PMIX_C_HAVE_ATOMIC_CONV_VAR], [$pmix_prog_cc_c11_helper_atomic_var_available], [Whether C compiler supports atomic convenience variables in stdatomic.h]) AC_DEFINE_UNQUOTED([PMIX_C_HAVE__ATOMIC], [$pmix_prog_cc_c11_helper__Atomic_available], [Whether C compiler supports __Atomic keyword]) AC_DEFINE_UNQUOTED([PMIX_C_HAVE__GENERIC], [$pmix_prog_cc_c11_helper__Generic_available], [Whether C compiler supports __Generic keyword]) AC_DEFINE_UNQUOTED([PMIX_C_HAVE__STATIC_ASSERT], [$pmix_prog_cc_c11_helper__static_assert_available], [Whether C compiler supports _Static_assert keyword]) AC_DEFINE_UNQUOTED([PMIX_C_HAVE___THREAD], [$pmix_prog_cc__thread_available], [Whether C compiler supports __thread]) OAC_C_COMPILER_VENDOR() # GNU C and autotools are inconsistent about whether this is # defined so let's make it true everywhere for now... However, IBM # XL compilers on PPC Linux behave really badly when compiled with # _GNU_SOURCE defined, so don't define it in that situation. # # Don't use AC_GNU_SOURCE because it requires that no compiler # tests are done before setting it, and we need to at least do # enough tests to figure out if we're using XL or not. AS_IF([test "$oac_cv_c_compiler_vendor" != "ibm"], [AH_VERBATIM([_GNU_SOURCE], [/* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # undef _GNU_SOURCE #endif]) AC_DEFINE([_GNU_SOURCE])]) # Do we want code coverage if test "$WANT_COVERAGE" = "1"; then # For compilers > gcc-4.x, use --coverage for # compiling and linking to circumvent trouble with # libgcov. LDFLAGS_orig="$LDFLAGS" PMIX_APPEND_UNIQ([LDFLAGS], ["$--coverage"]) PMIX_COVERAGE_FLAGS= _PMIX_CHECK_SPECIFIC_CFLAGS(--coverage, coverage) if test "$pmix_cv_cc_coverage" = "1" ; then PMIX_COVERAGE_FLAGS="--coverage" CLEANFILES="*.gcno ${CLEANFILES}" CONFIG_CLEAN_FILES="*.gcda *.gcov ${CONFIG_CLEAN_FILES}" AC_MSG_WARN([$PMIX_COVERAGE_FLAGS has been added to CFLAGS (--enable-coverage)]) else _PMIX_CHECK_SPECIFIC_CFLAGS(-ftest-coverage, ftest_coverage) _PMIX_CHECK_SPECIFIC_CFLAGS(-fprofile-arcs, fprofile_arcs) if test "$pmix_cv_cc_ftest_coverage" = "0" || test "pmix_cv_cc_fprofile_arcs" = "0" ; then AC_MSG_WARN([Code coverage functionality is not currently available with $CC]) AC_MSG_ERROR([Configure: Cannot continue]) fi CLEANFILES="*.bb *.bbg ${CLEANFILES}" PMIX_COVERAGE_FLAGS="-ftest-coverage -fprofile-arcs" fi WANT_DEBUG=1 fi # Do we want debugging? if test "$WANT_DEBUG" = "1" && test "$enable_debug_symbols" != "no" ; then PMIX_APPEND_UNIQ([CFLAGS], ["-g"]) AC_MSG_WARN([-g has been added to CFLAGS (--enable-debug)]) fi # These flags are generally gcc-specific; even the # gcc-impersonating compilers won't accept them. PMIX_CFLAGS_BEFORE_PICKY="$CFLAGS" # Note: Some versions of clang (at least >= 3.5 -- perhaps # older versions, too?) and xlc with -g (v16.1, perhaps older) # will *warn* about -finline-functions, but still allow it. # This is very annoying, so check for that warning, too. # The clang warning looks like this: # clang: warning: optimization flag '-finline-functions' is not supported # clang: warning: argument unused during compilation: '-finline-functions' # the xlc warning looks like this: # warning: "-qinline" is not compatible with "-g". "-qnoinline" is being set. _PMIX_CHECK_SPECIFIC_CFLAGS(-finline-functions, finline_functions) # Try to enable restrict keyword RESTRICT_CFLAGS= case "$oac_cv_c_compiler_vendor" in intel) RESTRICT_CFLAGS="-restrict" ;; sgi) RESTRICT_CFLAGS="-LANG:restrict=ON" ;; esac if test ! -z "$RESTRICT_CFLAGS" ; then _PMIX_CHECK_SPECIFIC_CFLAGS($RESTRICT_CFLAGS, restrict) fi AC_MSG_RESULT(CFLAGS result: $CFLAGS) # see if the C compiler supports __builtin_expect AC_CACHE_CHECK([if $CC supports __builtin_expect], [pmix_cv_cc_supports___builtin_expect], [AC_LINK_IFELSE([AC_LANG_PROGRAM([[ ]], [[void *ptr = (void*) 0; if (__builtin_expect (ptr != (void*) 0, 1)) return 0; ]])], [pmix_cv_cc_supports___builtin_expect="yes"], [pmix_cv_cc_supports___builtin_expect="no"])]) if test "$pmix_cv_cc_supports___builtin_expect" = "yes" ; then have_cc_builtin_expect=1 else have_cc_builtin_expect=0 fi AC_DEFINE_UNQUOTED([PMIX_C_HAVE_BUILTIN_EXPECT], [$have_cc_builtin_expect], [Whether C compiler supports __builtin_expect]) # see if the C compiler supports __builtin_prefetch AC_CACHE_CHECK([if $CC supports __builtin_prefetch], [pmix_cv_cc_supports___builtin_prefetch], [AC_LINK_IFELSE([AC_LANG_PROGRAM([ [int ptr; __builtin_prefetch(&ptr,0,0);]], [pmix_cv_cc_supports___builtin_prefetch="yes"], [pmix_cv_cc_supports___builtin_prefetch="no"])])]) if test "$pmix_cv_cc_supports___builtin_prefetch" = "yes" ; then have_cc_builtin_prefetch=1 else have_cc_builtin_prefetch=0 fi AC_DEFINE_UNQUOTED([PMIX_C_HAVE_BUILTIN_PREFETCH], [$have_cc_builtin_prefetch], [Whether C compiler supports __builtin_prefetch]) # see if the C compiler supports __builtin_clz AC_CACHE_CHECK([if $CC supports __builtin_clz], [pmix_cv_cc_supports___builtin_clz], [AC_LINK_IFELSE([AC_LANG_PROGRAM([ [int value = 0xffff; /* we know we have 16 bits set */ if ((8*sizeof(int)-16) != __builtin_clz(value)) return 0;]], [pmix_cv_cc_supports___builtin_clz="yes"], [pmix_cv_cc_supports___builtin_clz="no"])])]) if test "$pmix_cv_cc_supports___builtin_clz" = "yes" ; then have_cc_builtin_clz=1 else have_cc_builtin_clz=0 fi AC_DEFINE_UNQUOTED([PMIX_C_HAVE_BUILTIN_CLZ], [$have_cc_builtin_clz], [Whether C compiler supports __builtin_clz]) # Preload the optflags for the case where the user didn't specify # any. If we're using GNU compilers, use -O3 (since it GNU # doesn't require all compilation units to be compiled with the # same level of optimization -- selecting a high level of # optimization is not prohibitive). If we're using anything else, # be conservative and just use -O. # if test "$WANT_DEBUG" = "1"; then OPTFLAGS= else if test "$GCC" = yes; then OPTFLAGS="-O3" else OPTFLAGS="-O" fi fi PMIX_ENSURE_CONTAINS_OPTFLAGS("$PMIX_CFLAGS_BEFORE_PICKY") PMIX_CFLAGS_BEFORE_PICKY="$co_result" AC_MSG_CHECKING([for C optimization flags]) PMIX_ENSURE_CONTAINS_OPTFLAGS(["$CFLAGS"]) AC_MSG_RESULT([$co_result]) CFLAGS="$co_result" PMIX_VAR_SCOPE_POP ]) m4trace:config/pmix_setup_cc.m4:390: -1- AC_DEFUN([_PMIX_START_SETUP_CC], [ pmix_show_subtitle "C compiler and preprocessor" # $%@#!@#% AIX!! This has to be called before anything invokes the C # compiler. dnl AC_AIX ]) m4trace:config/pmix_setup_cc.m4:399: -1- AC_DEFUN([_PMIX_PROG_CC], [ # # Check for the compiler # PMIX_VAR_SCOPE_PUSH([pmix_cflags_save dummy pmix_cc_arvgv0]) pmix_cflags_save="$CFLAGS" AC_PROG_CC BASECC="`basename $CC`" CFLAGS="$pmix_cflags_save" AC_DEFINE_UNQUOTED(PMIX_CC, "$CC", [PMIx underlying C compiler]) set dummy $CC pmix_cc_argv0=[$]2 PMIX_WHICH([$pmix_cc_argv0], [PMIX_CC_ABSOLUTE]) AC_SUBST(PMIX_CC_ABSOLUTE) PMIX_VAR_SCOPE_POP ]) m4trace:config/pmix_setup_cc.m4:416: -1- AC_DEFUN([PMIX_SETUP_PICKY_COMPILERS], [ if test $WANT_PICKY_COMPILER -eq 1 && test "$oac_cv_c_compiler_vendor" != "portland group"; then _PMIX_CHECK_SPECIFIC_CFLAGS(-Wundef, Wundef) _PMIX_CHECK_SPECIFIC_CFLAGS(-Wno-long-long, Wno_long_long, int main() { long long x; }) _PMIX_CHECK_SPECIFIC_CFLAGS(-Wsign-compare, Wsign_compare) _PMIX_CHECK_SPECIFIC_CFLAGS(-Wmissing-prototypes, Wmissing_prototypes) _PMIX_CHECK_SPECIFIC_CFLAGS(-Wstrict-prototypes, Wstrict_prototypes) _PMIX_CHECK_SPECIFIC_CFLAGS(-Wcomment, Wcomment) _PMIX_CHECK_SPECIFIC_CFLAGS(-Wshadow, Wshadow) _PMIX_CHECK_SPECIFIC_CFLAGS(-Werror-implicit-function-declaration, Werror_implicit_function_declaration) _PMIX_CHECK_SPECIFIC_CFLAGS(-Wno-long-double, Wno_long_double, int main() { long double x; }) _PMIX_CHECK_SPECIFIC_CFLAGS(-fno-strict-aliasing, fno_strict_aliasing, int main () { int x; }) _PMIX_CHECK_SPECIFIC_CFLAGS(-pedantic, pedantic) _PMIX_CHECK_SPECIFIC_CFLAGS(-Wall, Wall) _PMIX_CHECK_SPECIFIC_CFLAGS(-Wextra, Wextra) _PMIX_CHECK_SPECIFIC_CFLAGS(-Werror, Werror) if test $WANT_MEMORY_SANITIZERS -eq 1 && test "$oac_cv_c_compiler_vendor" != "portland group"; then _PMIX_CHECK_SPECIFIC_CFLAGS(-fsanitize=address, fsanaddress) _PMIX_CHECK_SPECIFIC_CFLAGS(-fsanitize=undefined, fsanundefined) fi fi ]) m4trace:config/pmix_setup_cli.m4:22: -1- AC_DEFUN([PMIX_CAPTURE_CONFIGURE_CLI], [ # Capture configure command line do the AC substitution PMIX_VAR_SCOPE_PUSH([sed_quote_subst arg quoted_arg]) $1= for arg in "$[]@"; do sed_quote_subst='s/\(@<:@`"\\@:>@\)/\\\1/g' case "$arg" in *@<:@\\\`\"\$[]@:>@*) quoted_arg=\'`echo "$arg" | sed $sed_quote_subst`\' ;; *) quoted_arg="\'$arg\'" ;; esac eval "$1=\$$1\\ \$quoted_arg" done AC_DEFINE_UNQUOTED([$1], ["$$1"], [Capture the configure cmd line]) PMIX_VAR_SCOPE_POP AC_SUBST($1) ]) m4trace:config/pmix_setup_hwloc.m4:18: -1- AC_DEFUN([PMIX_SETUP_HWLOC], [ PMIX_VAR_SCOPE_PUSH([pmix_hwloc_dir pmix_hwloc_libdir pmix_check_hwloc_save_CPPFLAGS]) AC_ARG_WITH([hwloc], [AS_HELP_STRING([--with-hwloc=DIR], [Search for hwloc headers and libraries in DIR ])]) AC_ARG_WITH([hwloc-libdir], [AS_HELP_STRING([--with-hwloc-libdir=DIR], [Search for hwloc libraries in DIR ])]) AC_ARG_WITH([hwloc-extra-libs], [AS_HELP_STRING([--with-hwloc-extra-libs=LIBS], [Add LIBS as dependencies of hwloc])]) AC_ARG_ENABLE([hwloc-lib-checks], [AS_HELP_STRING([--disable-hwloc-lib-checks], [If --disable-hwloc-lib-checks is specified, configure will assume that -lhwloc is available])]) pmix_hwloc_support=1 pmix_check_hwloc_save_CPPFLAGS="$CPPFLAGS" if test "$with_hwloc" = "no"; then AC_MSG_WARN([PMIx requires HWLOC topology library support.]) AC_MSG_WARN([Please reconfigure so we can find the library.]) AC_MSG_ERROR([Cannot continue.]) fi AS_IF([test "$with_hwloc_extra_libs" = "yes" -o "$with_hwloc_extra_libs" = "no"], [AC_MSG_ERROR([--with-hwloc-extra-libs requires an argument other than yes or no])]) AS_IF([test "$enable_hwloc_lib_checks" != "no"], [OAC_CHECK_PACKAGE([hwloc], [pmix_hwloc], [hwloc.h], [hwloc $with_hwloc_extra_libs], [hwloc_topology_init], [], [pmix_hwloc_support=0])], [PMIX_FLAGS_APPEND_UNIQ([PMIX_DELAYED_LIBS], [$with_hwloc_extra_libs])]) if test $pmix_hwloc_support -eq 0; then AC_MSG_WARN([PMIx requires HWLOC topology library support, but]) AC_MSG_WARN([an adequate version of that library was not found.]) AC_MSG_WARN([Please reconfigure and point to a location where]) AC_MSG_WARN([the HWLOC library can be found.]) AC_MSG_ERROR([Cannot continue.]) fi # update global flags to test for HWLOC version PMIX_FLAGS_PREPEND_UNIQ([CPPFLAGS], [$pmix_hwloc_CPPFLAGS]) # NOTE: We have already read PMIx's VERSION file, so we can use # those values pmix_hwloc_min_num_version=PMIX_HWLOC_NUMERIC_MIN_VERSION pmix_hwloc_min_version=PMIX_HWLOC_MIN_VERSION AC_MSG_CHECKING([version at or above v$pmix_hwloc_min_version]) AC_PREPROC_IFELSE([AC_LANG_PROGRAM([ #include #if (HWLOC_API_VERSION < $pmix_hwloc_min_num_version) #error "not version $pmix_hwloc_min_num_version or above" #endif ], [])], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT(no) AC_MSG_WARN([PMIx requires HWLOC v$pmix_hwloc_min_version or above.]) AC_MSG_ERROR([Please select a supported version and configure again])]) AC_MSG_CHECKING([if hwloc version is at least 2.0]) AC_PREPROC_IFELSE([AC_LANG_PROGRAM([ #include #if HWLOC_VERSION_MAJOR < 2 #error "hwloc version is less than 2.0" #endif ], [])], [AC_MSG_RESULT([yes]) pmix_version_high=1], [AC_MSG_RESULT([no]) pmix_version_high=0]) AM_CONDITIONAL([PMIX_HWLOC_VERSION_HIGH], [test $pmix_version_high -eq 1]) AC_MSG_CHECKING([if hwloc version is greater than 2.x]) AC_PREPROC_IFELSE([AC_LANG_PROGRAM([ #include #if (HWLOC_VERSION_MAJOR > 2) #error "hwloc version is greater than 2.x" #endif ], [])], [AC_MSG_RESULT([no])], [AC_MSG_RESULT([yes]) AC_MSG_WARN([This PMIx version does not support HWLOC]) AC_MSG_WARN([versions 3.x or higher. Please direct us]) AC_MSG_WARN([to an HWLOC version in the $pmix_hwloc_min_version-2.x range.]) AC_MSG_ERROR([Cannot continue])]) # reset global flags CPPFLAGS=$pmix_check_hwloc_save_CPPFLAGS PMIX_FLAGS_APPEND_UNIQ([CPPFLAGS], [$pmix_hwloc_CPPFLAGS]) PMIX_WRAPPER_FLAGS_ADD([CPPFLAGS], [$pmix_hwloc_CPPFLAGS]) PMIX_FLAGS_APPEND_UNIQ([LDFLAGS], [$pmix_hwloc_LDFLAGS]) PMIX_WRAPPER_FLAGS_ADD([LDFLAGS], [$pmix_hwloc_LDFLAGS]) PMIX_WRAPPER_FLAGS_ADD([STATIC_LDFLAGS], [$pmix_hwloc_STATIC_LDFLAGS]) PMIX_FLAGS_APPEND_UNIQ([PMIX_DELAYED_LIBS], [$pmix_hwloc_LIBS]) PMIX_WRAPPER_FLAGS_ADD([LIBS], [$pmix_hwloc_LIBS]) PMIX_WRAPPER_FLAGS_ADD([STATIC_LIBS], [$pmix_hwloc_STATIC_LIBS]) PMIX_WRAPPER_FLAGS_ADD([PC_MODULES], [$pmix_hwloc_PC_MODULES]) PMIX_SUMMARY_ADD([Required Packages], [HWLOC], [], [$pmix_hwloc_SUMMARY]) PMIX_VAR_SCOPE_POP ]) m4trace:config/pmix_setup_libev.m4:33: -1- AC_DEFUN([PMIX_LIBEV_CONFIG], [ PMIX_VAR_SCOPE_PUSH([pmix_event_dir pmix_event_libdir pmix_event_defaults pmix_check_libev_save_CPPFLAGS pmix_check_libev_save_LDFLAGS pmix_check_libev_save_LIBS]) AC_ARG_WITH([libev], [AS_HELP_STRING([--with-libev=DIR], [Search for libev headers and libraries in DIR ])]) AC_ARG_WITH([libev-libdir], [AS_HELP_STRING([--with-libev-libdir=DIR], [Search for libev libraries in DIR ])]) AC_ARG_WITH([libev-extra-libs], [AS_HELP_STRING([--with-libev-extra-libs=LIBS], [Add LIBS as dependencies of Libev])]) AC_ARG_ENABLE([libev-lib-checks], [AS_HELP_STRING([--disable-libev-lib-checks], [If --disable-libev-lib-checks is specified, configure will assume that -lev is available])]) pmix_libev_support=1 AS_IF([test "$with_libev" = "no"], [AC_MSG_NOTICE([Libev support disabled by user.]) pmix_libev_support=0]) AS_IF([test "$with_libev_extra_libs" = "yes" -o "$with_libev_extra_libs" = "no"], [AC_MSG_ERROR([--with-libev-extra-libs requires an argument other than yes or no])]) AS_IF([test $pmix_libev_support -eq 1], [pmix_check_libev_save_CPPFLAGS="$CPPFLAGS" pmix_check_libeve_save_LDFLAGS="$LDFLAGS" pmix_check_libev_save_LIBS="$LIBS" AS_IF([test "$enable_libev_lib_checks" != "no"], [OAC_CHECK_PACKAGE([libev], [pmix_libev], [event.h], [ev ${with_libev_extra_libs}], [ev_async_send], [], [pmix_libev_support=0])], [PMIX_FLAGS_APPEND_UNIQ([PMIX_DELAYED_LIBS], [$with_libev_extra_libs])]) CPPFLAGS="$pmix_check_libev_save_CPPFLAGS" LDFLAGS="$pmix_check_libev_save_LDFLAGS" LIBS="$pmix_check_libev_save_LIBS"]) AS_IF([test $pmix_libev_support -eq 1], [PMIX_FLAGS_APPEND_UNIQ([CPPFLAGS], [$pmix_libev_CPPFLAGS]) PMIX_WRAPPER_FLAGS_ADD([CPPFLAGS], [$pmix_libev_CPPFLAGS]) PMIX_FLAGS_APPEND_UNIQ([LDFLAGS], [$pmix_libev_LDFLAGS]) PMIX_WRAPPER_FLAGS_ADD([LDFLAGS], [$pmix_libev_LDFLAGS]) PMIX_WRAPPER_FLAGS_ADD([STATIC_LDFLAGS], [$pmix_libev_STATIC_LDFLAGS]) PMIX_FLAGS_APPEND_UNIQ([PMIX_DELAYED_LIBS], [$pmix_libev_LIBS]) PMIX_WRAPPER_FLAGS_ADD([LIBS], [$pmix_libev_LIBS]) PMIX_WRAPPER_FLAGS_ADD([STATIC_LIBS], [$pmix_libev_STATIC_LIBS]) PMIX_WRAPPER_FLAGS_ADD([PC_MODULES], [$pmix_hwloc_PC_MODULES])]) AC_MSG_CHECKING([will libev support be built]) if test $pmix_libev_support -eq 1; then AC_MSG_RESULT([yes]) $1 PMIX_SUMMARY_ADD([Required Packages], [Libev], [], [$pmix_libev_SUMMARY]) else AC_MSG_RESULT([no]) # if they asked us to use it, then this is an error AS_IF([test -n "$with_libev" && test "$with_libev" != "no"], [AC_MSG_WARN([LIBEV SUPPORT REQUESTED AND NOT FOUND]) AC_MSG_ERROR([CANNOT CONTINUE])]) $2 fi PMIX_VAR_SCOPE_POP ]) m4trace:config/pmix_setup_libevent.m4:33: -1- AC_DEFUN([PMIX_LIBEVENT_CONFIG], [ PMIX_VAR_SCOPE_PUSH([pmix_event_dir pmix_event_libdir pmix_check_libevent_save_CPPFLAGS pmix_check_libevent_save_LDFLAGS pmix_check_libevent_save_LIBS]) AC_ARG_WITH([libevent], [AS_HELP_STRING([--with-libevent=DIR], [Search for libevent headers and libraries in DIR ])]) AC_ARG_WITH([libevent-libdir], [AS_HELP_STRING([--with-libevent-libdir=DIR], [Search for libevent libraries in DIR ])]) AC_ARG_WITH([libevent-extra-libs], [AS_HELP_STRING([--with-libevent-extra-libs=LIBS], [Add LIBS as dependencies of Libevent])]) AC_ARG_ENABLE([libevent-lib-checks], [AS_HELP_STRING([--disable-libevent-lib-checks], [If --disable-libevent-lib-checks is specified, configure will assume that -levent is available])]) pmix_libevent_support=1 AS_IF([test "$with_libevent" = "no"], [AC_MSG_NOTICE([Libevent support disabled by user.]) pmix_libevent_support=0]) AS_IF([test "$with_libevent_extra_libs" = "yes" -o "$with_libevent_extra_libs" = "no"], [AC_MSG_ERROR([--with-libevent-extra-libs requires an argument other than yes or no])]) AS_IF([test $pmix_libevent_support -eq 1], [pmix_check_libevent_save_CPPFLAGS="$CPPFLAGS" pmix_check_libevent_save_LDFLAGS="$LDFLAGS" pmix_check_libevent_save_LIBS="$LIBS" AS_IF([test "$enable_libevent_lib_checks" != "no"], [dnl Do not use pkg-config for libevent, because we need the pthreads interface dnl and the libevent_pthreads module will always pull in libevent instead of dnl libevent_core. libevent_USE_PKG_CONFIG=0 OAC_CHECK_PACKAGE([libevent], [pmix_libevent], [event.h], [event_core event_pthreads $with_libevent_extra_libs], [event_config_new], [], [pmix_libevent_support=0])], [PMIX_FLAGS_APPEND_UNIQ([PMIX_DELAYED_LIBS], [$with_libevent_extra_libs])])]) # Check to see if the above check failed because it conflicted with LSF's libevent.so # This can happen if LSF's library is in the LDFLAGS envar or default search # path. The 'event_getcode4name' function is only defined in LSF's libevent.so and not # in Libevent's libevent.so if test $pmix_libevent_support -eq 0; then AC_CHECK_LIB([event], [event_getcode4name], [AC_MSG_WARN([===================================================================]) AC_MSG_WARN([Possible conflicting libevent.so libraries detected on the system.]) AC_MSG_WARN([]) AC_MSG_WARN([LSF provides a libevent.so that is not from Libevent in its]) AC_MSG_WARN([library path. It is possible that you have installed Libevent]) AC_MSG_WARN([on the system, but the linker is picking up the wrong version.]) AC_MSG_WARN([]) AC_MSG_WARN([You will need to address this linker path issue. One way to do so is]) AC_MSG_WARN([to make sure the libevent system library path occurs before the]) AC_MSG_WARN([LSF library path.]) AC_MSG_WARN([===================================================================]) ]) fi if test $pmix_libevent_support -eq 1; then # need to add resulting flags to global ones so we can # test for thread support PMIX_FLAGS_PREPEND_UNIQ([CPPFLAGS], [$pmix_libevent_CPPFLAGS]) PMIX_FLAGS_PREPEND_UNIQ([LDFLAGS], [$pmix_libevent_LDFLAGS]) PMIX_FLAGS_PREPEND_UNIQ([LIBS], [$pmix_libevent_LIBS]) # Check for general threading support AC_MSG_CHECKING([if libevent threads enabled]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([ #include #include ], [[ #if !(EVTHREAD_LOCK_API_VERSION >= 1) # error "No threads!" #endif ]])], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]) AC_MSG_WARN([PMIX rquires libevent to be compiled with thread support enabled]) pmix_libevent_support=0]) fi if test $pmix_libevent_support -eq 1; then AC_MSG_CHECKING([for libevent pthreads support]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([ #include #include ], [[ #if !defined(EVTHREAD_USE_PTHREADS_IMPLEMENTED) || !EVTHREAD_USE_PTHREADS_IMPLEMENTED # error "No pthreads!" #endif ]])], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]) AC_MSG_WARN([PMIX requires libevent to be compiled with pthread support enabled]) pmix_libevent_support=0]) fi if test $pmix_libevent_support -eq 1; then pmix_event_min_num_version=PMIX_EVENT_NUMERIC_MIN_VERSION pmix_event_min_version=PMIX_EVENT_MIN_VERSION AC_MSG_CHECKING([version at or above v$pmix_event_min_version]) AC_PREPROC_IFELSE([AC_LANG_PROGRAM([ #include #if defined(_EVENT_NUMERIC_VERSION) && _EVENT_NUMERIC_VERSION < $pmix_event_min_num_version #error "libevent API version is less than $pmix_event_min_version" #elif defined(EVENT__NUMERIC_VERSION) && EVENT__NUMERIC_VERSION < $pmix_event_min_num_version #error "libevent API version is less than $pmix_event_min_version" #endif ], [])], [pmix_libevent_cv_version_check=yes AC_MSG_RESULT([yes])], [pmix_libevent_cv_version_check=no AC_MSG_RESULT([no])]) AS_IF([test "${pmix_libevent_cv_version_check}" = "no"], [AC_MSG_WARN([libevent version is too old ($pmix_event_min_version or later required)]) pmix_libevent_support=0]) fi # restore global flags CPPFLAGS="$pmix_check_libevent_save_CPPFLAGS" LDFLAGS="$pmix_check_libevent_save_LDFLAGS" LIBS="$pmix_check_libevent_save_LIBS" AC_MSG_CHECKING([will libevent support be built]) if test $pmix_libevent_support -eq 1; then AC_MSG_RESULT([yes]) PMIX_FLAGS_APPEND_UNIQ([CPPFLAGS], [$pmix_libevent_CPPFLAGS]) PMIX_WRAPPER_FLAGS_ADD([CPPFLAGS], [$pmix_libevent_CPPFLAGS]) PMIX_FLAGS_APPEND_UNIQ([LDFLAGS], [$pmix_libevent_LDFLAGS]) PMIX_WRAPPER_FLAGS_ADD([LDFLAGS], [$pmix_libevent_LDFLAGS]) PMIX_WRAPPER_FLAGS_ADD([STATIC_LDFLAGS], [$pmix_libevent_STATIC_LDFLAGS]) PMIX_FLAGS_APPEND_UNIQ([PMIX_DELAYED_LIBS], [$pmix_libevent_LIBS]) PMIX_WRAPPER_FLAGS_ADD([LIBS], [$pmix_libevent_LIBS]) PMIX_WRAPPER_FLAGS_ADD([STATIC_LIBS], [$pmix_libevent_STATIC_LIBS]) PMIX_WRAPPER_FLAGS_ADD([PC_MODULES], [$pmix_libevent_PC_MODULES]) # Set output variables PMIX_SUMMARY_ADD([Required Packages], [Libevent], [], [$pmix_libevent_SUMMARY]) $1 else AC_MSG_RESULT([no]) $2 fi PMIX_VAR_SCOPE_POP ]) m4trace:config/pmix_setup_wrappers.m4:38: -1- AC_DEFUN([PMIX_WRAPPER_FLAGS_ADD], [ m4_ifdef([mca_component_configure_active], [m4_fatal([PMIX_WRAPPER_FLAGS_ADD can not be called from a component configure])]) m4_if([$1], [CPPFLAGS], [PMIX_FLAGS_APPEND_UNIQ([wrapper_extra_cppflags], [$2])], [$1], [CFLAGS], [PMIX_FLAGS_APPEND_UNIQ([wrapper_extra_cflags], [$2])], [$1], [LDFLAGS], [PMIX_FLAGS_APPEND_UNIQ([wrapper_extra_ldflags], [$2])], [$1], [STATIC_LDFLAGS], [PMIX_FLAGS_APPEND_UNIQ([wrapper_extra_static_ldflags], [$2])], [$1], [LIBS], [PMIX_FLAGS_APPEND_UNIQ([wrapper_extra_libs], [$2])], [$1], [STATIC_LIBS], [PMIX_FLAGS_APPEND_UNIQ([wrapper_extra_static_libs], [$2])], [$1], [PC_MODULES], [PMIX_APPEND_UNIQ([wrapper_extra_pkgconfig_modules], [$2])], [m4_fatal([Unknown wrapper flag type $1])]) ]) m4trace:config/pmix_setup_wrappers.m4:82: -1- AC_DEFUN([PMIX_SETUP_WRAPPER_INIT], [ AC_ARG_WITH([wrapper-cflags], [AS_HELP_STRING([--with-wrapper-cflags], [Extra flags to add to CFLAGS when using mpicc])]) AS_IF([test "$with_wrapper_cflags" = "yes" || test "$with_wrapper_cflags" = "no"], [AC_MSG_ERROR([--with-wrapper-cflags must have an argument.])]) AC_ARG_WITH([wrapper-cflags-prefix], [AS_HELP_STRING([--with-wrapper-cflags-prefix], [Extra flags (before user flags) to add to CFLAGS when using mpicc])]) AS_IF([test "$with_wrapper_cflags_prefix" = "yes" || test "$with_wrapper_cflags_prefix" = "no"], [AC_MSG_ERROR([--with-wrapper-cflags-prefix must have an argument.])]) AC_ARG_WITH([wrapper-ldflags], [AS_HELP_STRING([--with-wrapper-ldflags], [Extra flags to add to LDFLAGS when using wrapper compilers])]) AS_IF([test "$with_wrapper_ldflags" = "yes" || test "$with_wrapper_ldflags" = "no"], [AC_MSG_ERROR([--with-wrapper-ldflags must have an argument.])]) AC_ARG_WITH([wrapper-libs], [AS_HELP_STRING([--with-wrapper-libs], [Extra flags to add to LIBS when using wrapper compilers])]) AS_IF([test "$with_wrapper_libs" = "yes" || test "$with_wrapper_libs" = "no"], [AC_MSG_ERROR([--with-wrapper-libs must have an argument.])]) AC_MSG_CHECKING([if want wrapper compiler rpath support]) AC_ARG_ENABLE([wrapper-rpath], [AS_HELP_STRING([--enable-wrapper-rpath], [enable rpath/runpath support in the wrapper compilers (default=yes)])]) AS_IF([test "$enable_wrapper_rpath" != "no"], [enable_wrapper_rpath=yes]) AC_MSG_RESULT([$enable_wrapper_rpath]) AC_MSG_CHECKING([if want wrapper compiler runpath support]) AC_ARG_ENABLE([wrapper-runpath], [AS_HELP_STRING([--enable-wrapper-runpath], [enable runpath in the wrapper compilers if linker supports it (default: enabled, unless wrapper-rpath is disabled).])]) AS_IF([test "$enable_wrapper_runpath" != "no"], [enable_wrapper_runpath=yes]) AC_MSG_RESULT([$enable_wrapper_runpath]) AS_IF([test "$enable_wrapper_rpath" = "no" && test "$enable_wrapper_runpath" = "yes"], [AC_MSG_ERROR([--enable-wrapper-runpath cannot be selected with --disable-wrapper-rpath])]) ]) m4trace:config/pmix_setup_wrappers.m4:128: -1- AC_DEFUN([PMIX_LIBTOOL_CONFIG], [ PMIX_VAR_SCOPE_PUSH([rpath_script rpath_outfile]) # Output goes into globally-visible variable. Run this in a # sub-process so that we don't pollute the current process # environment. rpath_script=conftest.$$.sh rpath_outfile=conftest.$$.out rm -f $rpath_script $rpath_outfile cat > $rpath_script < $rpath_outfile chmod +x $rpath_outfile . ./$rpath_outfile rm -f $rpath_outfile # Evaluate \$$1, and substitute in LIBDIR for \$libdir $4 flags="\`eval echo \$$1\`" echo \$flags # Done exit 0 EOF chmod +x $rpath_script $2=`./$rpath_script` rm -f $rpath_script PMIX_VAR_SCOPE_POP ]) m4trace:config/pmix_setup_wrappers.m4:168: -1- AC_DEFUN([PMIX_SETUP_RPATH], [ PMIX_VAR_SCOPE_PUSH([rpath_libdir_save]) AC_MSG_CHECKING([if linker supports RPATH]) PMIX_LIBTOOL_CONFIG([hardcode_libdir_flag_spec],[rpath_args],[],[libdir=LIBDIR]) AS_IF([test -n "$rpath_args"], [WRAPPER_RPATH_SUPPORT=rpath AC_MSG_RESULT([yes ($rpath_args)])], [WRAPPER_RPATH_SUPPORT=unnecessary AC_MSG_RESULT([yes (no extra flags needed)])]) PMIX_VAR_SCOPE_POP # If we found RPATH support, check for RUNPATH support, too AS_IF([test "$WRAPPER_RPATH_SUPPORT" = "rpath"], [PMIX_SETUP_RUNPATH]) ]) m4trace:config/pmix_setup_wrappers.m4:193: -1- AC_DEFUN([PMIX_SETUP_RUNPATH], [ PMIX_VAR_SCOPE_PUSH([LDFLAGS_save]) # Set the output in $runpath_args runpath_args= LDFLAGS_save=$LDFLAGS LDFLAGS="$LDFLAGS -Wl,--enable-new-dtags" AS_IF([test x"$enable_wrapper_runpath" = x"yes"], [AC_LANG_PUSH([C]) AC_MSG_CHECKING([if linker supports RUNPATH]) AC_LINK_IFELSE([AC_LANG_PROGRAM([], [return 7;])], [WRAPPER_RPATH_SUPPORT=runpath runpath_args="-Wl,--enable-new-dtags" AC_MSG_RESULT([yes (-Wl,--enable-new-dtags)])], [AC_MSG_RESULT([no])]) AC_LANG_POP([C])]) LDFLAGS=$LDFLAGS_save PMIX_VAR_SCOPE_POP ]) m4trace:config/pmix_setup_wrappers.m4:218: -1- AC_DEFUN([RPATHIFY_LDFLAGS_INTERNAL], [ PMIX_VAR_SCOPE_PUSH([rpath_out rpath_dir rpath_tmp]) AS_IF([test "$enable_wrapper_rpath" = "yes" && test "$WRAPPER_RPATH_SUPPORT" != "disabled" && test "$WRAPPER_RPATH_SUPPORT" != "unnecessary"], [ rpath_out="" for val in ${$1}; do case $val in -L*) rpath_dir=`echo $val | cut -c3-` rpath_tmp=`echo ${$2} | sed -e s@LIBDIR@$rpath_dir@` PMIX_APPEND([rpath_out], ["$rpath_tmp"]) ;; esac done $1="${$1} ${rpath_out}" ]) PMIX_VAR_SCOPE_POP ]) m4trace:config/pmix_setup_wrappers.m4:237: -1- AC_DEFUN([RPATHIFY_LDFLAGS], [RPATHIFY_LDFLAGS_INTERNAL([$1], [rpath_args])]) m4trace:config/pmix_setup_wrappers.m4:313: -1- AC_DEFUN([PMIX_SETUP_WRAPPER_FINAL], [ # Setup RPATH support, if desired WRAPPER_RPATH_SUPPORT=disabled AS_IF([test "$enable_wrapper_rpath" = "yes"], [PMIX_SETUP_RPATH]) AS_IF([test "$enable_wrapper_rpath" = "yes" && test "$WRAPPER_RPATH_SUPPORT" = "disabled"], [AC_MSG_WARN([RPATH support requested but not available]) AC_MSG_ERROR([Cannot continue])]) dnl We now have all relevant flags. Substitute them in everywhere. dnl We do not want ${includedir} to be expanded, as we want that dnl expansion to happen in the wrapper or pkg-config. We do want dnl ${pmixincludedir} to be expanded now (likely to dnl ${includedir}/pmix), as pkg-config and the wrappers otherwise dnl won't know what to do with the variable. AC_MSG_CHECKING([for PMIX wrapper CPPFLAGS]) PMIX_WRAPPER_CPPFLAGS='-I${includedir}'" -I${pmixincludedir} ${pmix_mca_wrapper_extra_cppflags} ${wrapper_extra_cppflags} ${with_wrapper_cppflags}" AC_SUBST([PMIX_WRAPPER_CPPFLAGS]) AC_MSG_RESULT([$PMIX_WRAPPER_CPPFLAGS]) AC_MSG_CHECKING([for PMIX wrapper CFLAGS]) PMIX_WRAPPER_CFLAGS="$wrapper_extra_cflags $with_wrapper_cflags" AC_SUBST([PMIX_WRAPPER_CFLAGS]) AC_MSG_RESULT([$PMIX_WRAPPER_CFLAGS]) AC_MSG_CHECKING([for PMIX wrapper CFLAGS_PREFIX]) PMIX_WRAPPER_CFLAGS_PREFIX="$with_wrapper_cflags_prefix" AC_SUBST([PMIX_WRAPPER_CFLAGS_PREFIX]) AC_MSG_RESULT([$PMIX_WRAPPER_CFLAGS_PREFIX]) dnl Add LIBS into the extra wrapper libs, since this is as last dnl minute as we can get. We do the temp variable bit because of dnl libevent and hwloc dependencies. LIBS is going to contain dnl libevent/libev/hwloc libraries, but their dependencies are dnl already in wrapper_extra_libs. We do not want to move -lhwloc dnl (for example) to the far right, right of its dependencies. So dnl we start with our base libs, and add all the wrapper extra dnl bits to that. tmp_flags="${LIBS}" PMIX_FLAGS_APPEND_MOVE([tmp_flags], [${wrapper_extra_libs}]) wrapper_extra_libs="${tmp_flags}" AS_UNSET([tmp_flags]) dnl No matter the configuration (see the 5 cases above), the base dnl flags should contain a -L${libdir} and -lpmix, so that those dnl are found. PMIX_WRAPPER_LDFLAGS='-L${libdir}' PMIX_WRAPPER_LIBS=-lpmix PMIX_WRAPPER_LIBS_STATIC= PMIX_WRAPPER_LDFLAGS_STATIC= AS_IF(dnl shared only case. We add no flags beyond the base -L/-l [test "${enable_shared}" != "no" -a "${enable_static}" != "yes"], [], dnl building both shared and static libraries. The base dnl case remains the same as the shared-only case (because dnl the app will link against the shared library, but the dnl static case is the full dependency tree. Our full dnl dependency tree is both the wrapper_extra_libs and dnl wrapper_extra_static_libs, because wrapper_extra_libs dnl was not added to the normal case. [test "${enable_shared}" != "no" -a "${enable_static}" = "yes"], [PMIX_FLAGS_APPEND_UNIQ([PMIX_WRAPPER_LDFLAGS_STATIC], [${pmix_mca_wrapper_extra_ldflags} ${wrapper_extra_ldflags}]) PMIX_FLAGS_APPEND_MOVE([PMIX_WRAPPER_LIBS_STATIC], [${pmix_mca_wrapper_extra_libs} ${wrapper_extra_libs}]) PMIX_FLAGS_APPEND_UNIQ([PMIX_WRAPPER_LDFLAGS_STATIC], [${pmix_mca_wrapper_extra_static_ldflags} ${wrapper_extra_static_ldflags}]) PMIX_FLAGS_APPEND_MOVE([PMIX_WRAPPER_LIBS_STATIC], [${pmix_mca_wrapper_extra_static_libs} ${wrapper_extra_static_libs}])], dnl building static only. The base case is that we need to dnl list our dependencies, but not the full treee, because dnl we assume that our dependencies will be shared libraries dnl (unless they too were built static only, in which case dnl their dependencies will be our direct dependencies if dnl their modules are setup correctly). The static case is dnl our full dependency tree, but we only need to list the dnl second leve explicitly, because the wrapper compiler dnl and/or pkg-config merge use the normal case data in the dnl static case. [PMIX_FLAGS_APPEND_UNIQ([PMIX_WRAPPER_LDFLAGS], [${pmix_mca_wrapper_extra_ldflags} ${wrapper_extra_ldflags}]) PMIX_FLAGS_APPEND_MOVE([PMIX_WRAPPER_LIBS], [${pmix_mca_wrapper_extra_libs} ${wrapper_extra_libs}]) PMIX_FLAGS_APPEND_UNIQ([PMIX_WRAPPER_LDFLAGS_STATIC], [${pmix_mca_wrapper_extra_static_ldflags} ${wrapper_extra_static_ldflags}]) PMIX_FLAGS_APPEND_MOVE([PMIX_WRAPPER_LIBS_STATIC], [${pmix_mca_wrapper_extra_static_libs} ${wrapper_extra_static_libs}])]) dnl Add the user-provided flags PMIX_FLAGS_APPEND_UNIQ([PMIX_WRAPPER_LDFLAGS], [${with_wrapper_ldflags}]) PMIX_FLAGS_APPEND_MOVE([PMIX_WRAPPER_LIBS], [${with_wrapper_libs}]) RPATHIFY_LDFLAGS([PMIX_WRAPPER_LDFLAGS]) RPATHIFY_LDFLAGS([PMIX_WRAPPER_LDFLAGS_STATIC]) PMIX_FLAGS_APPEND_UNIQ([PMIX_WRAPPER_LDFLAGS], [${runpath_args}]) AC_MSG_CHECKING([for PMIX LDFLAGS]) AC_SUBST([PMIX_WRAPPER_LDFLAGS]) AC_MSG_RESULT([$PMIX_WRAPPER_LDFLAGS]) AC_MSG_CHECKING([for PMIX static LDFLAGS]) AC_SUBST([PMIX_WRAPPER_LDFLAGS_STATIC]) AC_MSG_RESULT([$PMIX_WRAPPER_LDFLAGS_STATIC]) AC_MSG_CHECKING([for PMIX LIBS]) AC_SUBST([PMIX_WRAPPER_LIBS]) AC_MSG_RESULT([$PMIX_WRAPPER_LIBS]) AC_MSG_CHECKING([for PMIX static LIBS]) AC_SUBST([PMIX_WRAPPER_LIBS_STATIC]) AC_MSG_RESULT([$PMIX_WRAPPER_LIBS_STATIC]) dnl #################################################################### dnl Setup variables for pkg-config file (maint/pmix.pc.in) dnl dnl Add all our dependent libraries to libs.Private for users that want dnl to static build, unless we're only building static libraries, in dnl which case, add the dependent libraries to libs itself, since any dnl linking will require the full set of libraries. dnl #################################################################### AC_MSG_CHECKING([for PMIX pkg-config Cflags]) PMIX_PC_CFLAGS="${PMIX_WRAPPER_CPPFLAGS} ${PMIX_WRAPPER_CFLAGS} ${PMIX_WRAPPER_CFLAGS_PREFIX}" PMIX_PC_CFLAGS=`echo ${PMIX_PC_CFLAGS} | sed -e 's/@{/\${/g'` AC_SUBST([PMIX_PC_CFLAGS]) AC_MSG_RESULT([${PMIX_PC_CFLAGS}]) AC_MSG_CHECKING([for PMIX pkg-config Libs]) PMIX_PC_LIBS="${PMIX_WRAPPER_LDFLAGS} ${PMIX_WRAPPER_LIBS}" PMIX_PC_LIBS=`echo ${PMIX_PC_LIBS} | sed -e 's/@{/\${/g'` AC_SUBST([PMIX_PC_LIBS]) AC_MSG_RESULT([${PMIX_PC_LIBS}]) AC_MSG_CHECKING([for PMIX pkg-config Libs.private]) PMIX_PC_LIBS_PRIVATE="${PMIX_WRAPPER_LDFLAGS_STATIC} ${PMIX_WRAPPER_LIBS_STATIC}" PMIX_PC_LIBS_PRIVATE=`echo ${PMIX_PC_LIBS_PRIVATE} | sed -e 's/@{/\${/g'` AC_SUBST([PMIX_PC_LIBS_PRIVATE]) AC_MSG_RESULT([${PMIX_PC_LIBS_PRIVATE}]) PMIX_PC_MODULES= PMIX_PC_MODULES_PRIVATE= AS_IF([test "${enable_shared}" != "no" -a "${enable_static}" != "yes"], [], [test "${enable_shared}" != "no" -a "${enable_static}" = "yes"], [PMIX_PC_MODULES_PRIVATE="${wrapper_extra_pkgconfig_modules} ${pmix_mca_wrapper_extra_pc_modules}"], [PMIX_PC_MODULES="${wrapper_extra_pkgconfig_modules} ${pmix_mca_wrapper_extra_pc_modules}"]) AC_MSG_CHECKING([for PMIX pkg-config Modules]) AC_SUBST([PMIX_PC_MODULES]) AC_MSG_RESULT([${PMIX_PC_MODULES}]) AC_MSG_CHECKING([for PMIX pkg-config Modules.private]) AC_SUBST([PMIX_PC_MODULES_PRIVATE]) AC_MSG_RESULT([${PMIX_PC_MODULES_PRIVATE}]) ]) m4trace:config/pmix_summary.m4:24: -1- AC_DEFUN([PMIX_SUMMARY_ADD], [ OAC_SUMMARY_ADD([$1], [$2], [$4]) ]) m4trace:config/pmix_summary.m4:33: -1- AC_DEFUN([PMIX_SUMMARY_PRINT], [ cat <&2 PMIx configuration: ----------------------- Version: $PMIX_MAJOR_VERSION.$PMIX_MINOR_VERSION.$PMIX_RELEASE_VERSION$PMIX_GREEK_VERSION PMIx Standard Version: $PMIX_STD_VERSION PMIx Standard Stable ABI Version(s): $PMIX_STD_ABI_STABLE_VERSION PMIx Standard Provisional ABI Version(s): $PMIX_STD_ABI_PROVISIONAL_VERSION EOF if test $WANT_DEBUG = 0 ; then echo "Debug build: no" >&2 else echo "Debug build: yes" >&2 fi if test $WANT_PICKY_COMPILER = 0 ; then echo "Devel check enabled: no" >& 2 else echo "Devel check enabled: yes" >& 2 fi if test ! -z $with_pmix_platform ; then echo "Platform file: $with_pmix_platform" >&2 else echo "Platform file: (none)" >&2 fi echo >&2 OAC_SUMMARY_PRINT([stderr]) if test $WANT_DEBUG = 1 ; then cat <&2 ***************************************************************************** THIS IS A DEBUG BUILD! DO NOT USE THIS BUILD FOR PERFORMANCE MEASUREMENTS! ***************************************************************************** EOF fi ]) m4trace:configure.ac:42: -1- m4_include([config/autogen_found_items.m4]) m4trace:config/autogen_found_items.m4:114: -1- m4_include([src/mca/pdl/configure.m4]) m4trace:src/mca/pdl/configure.m4:23: -1- AC_DEFUN([MCA_pmix_pdl_CONFIG], [ PMIX_HAVE_PDL_SUPPORT=0 # If --disable-dlopen was used, then have all the components fail # (we still need to configure them all so that things like "make # dist" work", but we just want the MCA system to (artificially) # conclude that it can't build any of the components. AS_IF([test $PMIX_ENABLE_DLOPEN_SUPPORT -eq 0], [want_pdl=0], [want_pdl=1]) MCA_CONFIGURE_FRAMEWORK([pdl], [$want_pdl]) # If we found no suitable static pdl component and dlopen support # was not specifically disabled, this is an error. AS_IF([test "$MCA_pmix_pdl_STATIC_COMPONENTS" = "" && \ test $PMIX_ENABLE_DLOPEN_SUPPORT -eq 1], [AC_MSG_WARN([Did not find a suitable static pmix pdl component]) AC_MSG_WARN([You might need to install libltld (and its headers) or]) AC_MSG_WARN([specify --disable-dlopen to configure.]) AC_MSG_ERROR([Cannot continue])]) # If we have a winning component (which, per above, will only # happen if --disable-dlopen was *not* specified), do some more # logic. AS_IF([test "$MCA_pmix_pdl_STATIC_COMPONENTS" != ""], [ # We had a winner -- w00t! PMIX_HAVE_PDL_SUPPORT=1 # If we added any -L flags to ADD_LDFLAGS, then we (might) # need to add those directories to LD_LIBRARY_PATH. # Otherwise, if we try to AC RUN_IFELSE anything here in # configure, it might die because it can't find the libraries # we just linked against. PMIX_VAR_SCOPE_PUSH([pmix_pdl_base_found_l pmix_pdl_base_token pmix_pdl_base_tmp pmix_pdl_base_dir]) pmix_pdl_base_found_l=0 eval "pmix_pdl_base_tmp=\$pmix_pdl_${pmix_pdl_winner}_ADD_LIBS" for pmix_pdl_base_token in $pmix_pdl_base_tmp; do case $pmix_pdl_base_token in -l*) pmix_pdl_base_found_l=1 ;; esac done AS_IF([test $pmix_pdl_base_found_l -eq 1], [eval "pmix_pdl_base_tmp=\$pmix_pdl_${pmix_pdl_winner}_ADD_LDFLAGS" for pmix_pdl_base_token in $pmix_pdl_base_tmp; do case $pmix_pdl_base_token in -L*) pmix_pdl_base_dir=`echo $pmix_pdl_base_token | cut -c3-` export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$pmix_pdl_base_dir AC_MSG_WARN([Adding to LD_LIBRARY_PATH: $pmix_pdl_base_dir]) ;; esac done]) PMIX_VAR_SCOPE_POP ]) AC_DEFINE_UNQUOTED([PMIX_HAVE_PDL_SUPPORT], [$PMIX_HAVE_PDL_SUPPORT], [Whether the PMIX PDL framework is functional or not]) ]) m4trace:config/autogen_found_items.m4:115: -1- m4_include([src/mca/pinstalldirs/configure.m4]) m4trace:src/mca/pinstalldirs/configure.m4:12: -1- AC_DEFUN([MCA_pmix_pinstalldirs_CONFIGURE_MODE], [PRIORITY]) m4trace:config/autogen_found_items.m4:116: -1- m4_include([src/mca/pstat/configure.m4]) m4trace:config/autogen_found_items.m4:117: -1- m4_include([src/mca/gds/hash/configure.m4]) m4trace:src/mca/gds/hash/configure.m4:14: -1- AC_DEFUN([MCA_pmix_gds_hash_CONFIG], [ AC_CONFIG_FILES([src/mca/gds/hash/Makefile]) dnl This component is always available. AS_IF([test "yes" = "yes"], [$1 pmix_gds_hash=yes], [$2 pmix_gds_hash=no]) PMIX_SUMMARY_ADD([GDS], [Hash], [], [$pmix_gds_hash]) ]) m4trace:config/autogen_found_items.m4:118: -1- m4_include([src/mca/gds/shmem2/configure.m4]) m4trace:src/mca/gds/shmem2/configure.m4:14: -1- AC_DEFUN([MCA_pmix_gds_shmem2_CONFIG], [ AC_CONFIG_FILES([src/mca/gds/shmem2/Makefile]) dnl We rely on large virtual address spaces in gds/shmem2, so make sure that dnl we are dealing with a 64-bit architecture. For example, a 32-bit virtual dnl address space is probably too small for the 'virtual memory hole' dnl finding that we do here. Below assumes support for only 32- and 64-bit dnl architectures. AS_IF([test $ac_cv_sizeof_void_p -ne 4 && test $oac_have_apple == 0], [$1 pmix_gds_shmem2=yes], [$2 pmix_gds_shmem2=no]) PMIX_SUMMARY_ADD([GDS], [Shared-Memory], [], [$pmix_gds_shmem2]) ]) m4trace:config/autogen_found_items.m4:119: -1- m4_include([src/mca/pcompress/zlib/configure.m4]) m4trace:src/mca/pcompress/zlib/configure.m4:19: -1- AC_DEFUN([MCA_pmix_pcompress_zlib_CONFIG], [ AC_CONFIG_FILES([src/mca/pcompress/zlib/Makefile]) AC_ARG_WITH([zlib], [AS_HELP_STRING([--with-zlib=DIR], [Search for zlib headers and libraries in DIR ])]) AC_ARG_WITH([zlib-libdir], [AS_HELP_STRING([--with-zlib-libdir=DIR], [Search for zlib libraries in DIR ])]) pmix_zlib_support=0 OAC_CHECK_PACKAGE([zlib], [pcompress_zlib], [zlib.h], [z], [deflate], [pmix_zlib_support=1], [pmix_zlib_support=0]) if test ! -z "$with_zlib" && test "$with_zlib" != "no" && test "$pmix_zlib_support" != "1"; then AC_MSG_WARN([ZLIB SUPPORT REQUESTED AND NOT FOUND]) AC_MSG_ERROR([CANNOT CONTINUE]) fi AC_MSG_CHECKING([will zlib support be built]) if test "$pmix_zlib_support" != "1"; then AC_MSG_RESULT([no]) AC_MSG_WARN([*************************************************]) AC_MSG_WARN([* PMIx was unable to find a usable version *]) AC_MSG_WARN([* of zlib and zlib-devel on the system. We will *]) AC_MSG_WARN([* be unable to compress large data streams. *]) AC_MSG_WARN([* This may result in longer-than-normal startup *]) AC_MSG_WARN([* times and larger memory footprints. We will *]) AC_MSG_WARN([* continue, but strongly recommend installing *]) AC_MSG_WARN([* zlib for better user experience. *]) AC_MSG_WARN([*************************************************]) else AC_MSG_RESULT([yes]) fi AS_IF([test "$pmix_zlib_support" = "1"], [$1], [$2]) PMIX_SUMMARY_ADD([External Packages], [ZLIB], [], [${pcompress_zlib_SUMMARY}]) # substitute in the things needed to build pcompress/zlib AC_SUBST([pcompress_zlib_CPPFLAGS]) AC_SUBST([pcompress_zlib_LDFLAGS]) AC_SUBST([pcompress_zlib_LIBS]) PMIX_EMBEDDED_LIBS="$PMIX_EMBEDDED_LIBS $pcompress_zlib_LIBS" PMIX_EMBEDDED_LDFLAGS="$PMIX_EMBEDDED_LDFLAGS $pcompress_zlib_LDFLAGS" PMIX_EMBEDDED_CPPFLAGS="$PMIX_EMBEDDED_CPPFLAGS $pcompress_zlib_CPPFLAGS" ]) m4trace:config/autogen_found_items.m4:120: -1- m4_include([src/mca/pdl/pdlopen/configure.m4]) m4trace:src/mca/pdl/pdlopen/configure.m4:18: -1- AC_DEFUN([MCA_pmix_pdl_pdlopen_PRIORITY], [80]) m4trace:src/mca/pdl/pdlopen/configure.m4:23: -1- AC_DEFUN([MCA_pmix_pdl_pdlopen_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $1:$2 compile mode]) $3="static" AC_MSG_RESULT([$$3]) ]) m4trace:src/mca/pdl/pdlopen/configure.m4:31: -1- AC_DEFUN([MCA_pmix_pdl_pdlopen_POST_CONFIG], [ # If we won, then do all the rest of the setup AS_IF([test "$1" = "1"], [ # Add some stuff to CPPFLAGS so that the rest of the source # tree can be built LDFLAGS="$LDFLAGS $pmix_pdl_pdlopen_ADD_LDFLAGS" LIBS="$LIBS $pmix_pdl_pdlopen_ADD_LIBS" ]) ]) m4trace:src/mca/pdl/pdlopen/configure.m4:45: -1- AC_DEFUN([MCA_pmix_pdl_pdlopen_CONFIG], [ AC_CONFIG_FILES([src/mca/pdl/pdlopen/Makefile]) dnl This is effectively a back-door for PMIX developers to dnl force the use of the libltdl pdl component. AC_ARG_ENABLE([pmix-dlopen], [AS_HELP_STRING([--disable-pmix-dlopen], [Disable the PMIx "dlopen" PDL component (and probably force the use of the "libltdl" PDL component).]) ]) pmix_pdl_pdlopen_happy=no AS_IF([test "$enable_pmix_dlopen" != "no"], [OAC_CHECK_PACKAGE([dlopen], [pmix_pdl_pdlopen], [dlfcn.h], [dl], [dlopen], [pmix_pdl_pdlopen_happy=yes], [pmix_pdl_pdlopen_happy=no]) ]) AS_IF([test "$pmix_pdl_pdlopen_happy" = "yes"], [pmix_pdl_pdlopen_ADD_LIBS=$pmix_pdl_pdlopen_LIBS $1], [$2]) AC_SUBST(pmix_pdl_pdlopen_LIBS) ]) m4trace:config/autogen_found_items.m4:121: -1- m4_include([src/mca/pdl/plibltdl/configure.m4]) m4trace:src/mca/pdl/plibltdl/configure.m4:16: -1- AC_DEFUN([MCA_pmix_pdl_plibltdl_PRIORITY], [50]) m4trace:src/mca/pdl/plibltdl/configure.m4:21: -1- AC_DEFUN([MCA_pmix_pdl_plibltdl_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $1:$2 compile mode]) $3="static" AC_MSG_RESULT([$$3]) ]) m4trace:src/mca/pdl/plibltdl/configure.m4:29: -1- AC_DEFUN([MCA_pmix_pdl_plibltdl_POST_CONFIG], [ # If we won, then do all the rest of the setup AS_IF([test "$1" = "1"], [ # Add some stuff to CPPFLAGS so that the rest of the source # tree can be built LDFLAGS="$LDFLAGS $pmix_pdl_plibltdl_ADD_LDFLAGS" LIBS="$LIBS $pmix_pdl_plibltdl_ADD_LIBS" ]) ]) m4trace:src/mca/pdl/plibltdl/configure.m4:43: -1- AC_DEFUN([MCA_pmix_pdl_plibltdl_CONFIG], [ PMIX_VAR_SCOPE_PUSH([CPPFLAGS_save LDFLAGS_save LIBS_save]) AC_CONFIG_FILES([src/mca/pdl/plibltdl/Makefile]) # Add --with options AC_ARG_WITH([libltdl], [AS_HELP_STRING([--with-libltdl(=DIR)], [Build libltdl support, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])]) AC_ARG_WITH([libltdl-libdir], [AS_HELP_STRING([--with-libltdl-libdir=DIR], [Search for libltdl libraries in DIR])]) pmix_pdl_plibltdl_happy=no AS_IF([test "$with_libltdl" != "no"], [OAC_CHECK_PACKAGE([libltdl], [pmix_pdl_plibltdl], [ltdl.h], [ltdl], [lt_dlopen], [pmix_pdl_plibltdl_happy=yes], [pmix_pdl_plibltdl_happy=no]) ]) # If we have plibltdl, do we have lt_dladvise? pmix_pdl_plibltdl_have_lt_dladvise=0 AS_IF([test "$pmix_pdl_plibltdl_happy" = "yes"], [CPPFLAGS_save=$CPPFLAGS LDFLAGS_save=$LDFLAGS LIBS_save=$LIBS CPPFLAGS="$pmix_pdl_plibltdl_CPPFLAGS $CPPFLAGS" LDFLAGS="$pmix_pdl_plibltdl_LDFLAGS $LDFLAGS" LIBS="$pmix_pdl_plibltdl_LIBS $LIBS" AC_CHECK_FUNC([lt_dladvise_init], [pmix_pdl_plibltdl_have_lt_dladvise=1]) CPPFLAGS=$CPPFLAGS_save LDFLAGS=$LDFLAGS_save LIBS=$LIBS_save ]) AC_DEFINE_UNQUOTED(PMIX_PDL_PLIBLTDL_HAVE_LT_DLADVISE, [$pmix_pdl_plibltdl_have_lt_dladvise], [Whether we have lt_dladvise or not]) AS_IF([test "$pmix_pdl_plibltdl_happy" = "yes"], [pmix_pdl_plibltdl_ADD_CPPFLAGS=$pmix_pdl_plibltdl_CPPFLAGS pmix_pdl_plibltdl_ADD_LDFLAGS=$pmix_pdl_plibltdl_LDFLAGS pmix_pdl_plibltdl_ADD_LIBS=$pmix_pdl_plibltdl_LIBS $1], [AS_IF([test ! -z "$with_libltdl" && \ test "$with_libltdl" != "no"], [AC_MSG_WARN([libltdl support requested (via --with-libltdl) but not found.]) AC_MSG_ERROR([Cannot continue.])]) $2]) AC_SUBST(pmix_pdl_plibltdl_CPPFLAGS) AC_SUBST(pmix_pdl_plibltdl_LDFLAGS) AC_SUBST(pmix_pdl_plibltdl_LIBS) PMIX_VAR_SCOPE_POP ]) m4trace:config/autogen_found_items.m4:122: -1- m4_include([src/mca/pfexec/linux/configure.m4]) m4trace:src/mca/pfexec/linux/configure.m4:26: -1- AC_DEFUN([MCA_pmix_pfexec_linux_CONFIG], [ AC_CONFIG_FILES([src/mca/pfexec/linux/Makefile]) AC_CHECK_FUNC([fork], [pfexec_linux_happy="yes"], [pfexec_linux_happy="no"]) AS_IF([test "$pfexec_linux_happy" = "yes"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:123: -1- m4_include([src/mca/pgpu/amd/configure.m4]) m4trace:src/mca/pgpu/amd/configure.m4:22: -1- AC_DEFUN([MCA_pmix_pgpu_amd_CONFIG], [ AC_CONFIG_FILES([src/mca/pgpu/amd/Makefile]) AS_IF([test "yes" = "no"], [$1 pmix_pgpu_amd_happy=yes], [$2 pmix_pgpu_amd_happy=no]) PMIX_SUMMARY_ADD([GPUs], [AMD], [],[$pmix_pgpu_amd_happy])]) m4trace:config/autogen_found_items.m4:124: -1- m4_include([src/mca/pgpu/intel/configure.m4]) m4trace:src/mca/pgpu/intel/configure.m4:24: -1- AC_DEFUN([MCA_pmix_pgpu_intel_CONFIG], [ AC_CONFIG_FILES([src/mca/pgpu/intel/Makefile]) # eventually need to check for L0 library AS_IF([test "yes" = "no"], [$1 pmix_pgpu_intel_happy=yes], [$2 pmix_pgpu_intel_happy=no]) PMIX_SUMMARY_ADD([GPUs], [Intel], [], [$pmix_pgpu_intel_happy]) ]) m4trace:config/autogen_found_items.m4:125: -1- m4_include([src/mca/pgpu/nvd/configure.m4]) m4trace:src/mca/pgpu/nvd/configure.m4:22: -1- AC_DEFUN([MCA_pmix_pgpu_nvd_CONFIG], [ AC_CONFIG_FILES([src/mca/pgpu/nvd/Makefile]) AS_IF([test "yes" = "no"], [$1 pmix_pgpu_nvd_happy=yes], [$2 pmix_pgpu_nvd_happy=no]) PMIX_SUMMARY_ADD([GPUs], [NVIDIA], [], [$pmix_pgpu_nvd_happy])]) m4trace:config/autogen_found_items.m4:126: -1- m4_include([src/mca/pif/bsdx_ipv4/configure.m4]) m4trace:src/mca/pif/bsdx_ipv4/configure.m4:15: -1- AC_DEFUN([MCA_pmix_pif_bsdx_ipv4_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $1:$2 compile mode]) $3="static" AC_MSG_RESULT([$$3]) ]) m4trace:src/mca/pif/bsdx_ipv4/configure.m4:24: -1- AC_DEFUN([MCA_pmix_pif_bsdx_ipv4_CONFIG], [ AC_CONFIG_FILES([src/mca/pif/bsdx_ipv4/Makefile]) AC_REQUIRE([OAC_CHECK_OS_FLAVORS]) # If we found struct sockaddr and we're on any of the BSDs, we're # happy. I.e., this: #if defined(__NetBSD__) || defined(__FreeBSD__) || \ # defined(__OpenBSD__) || defined(__DragonFly__) AC_MSG_CHECKING([struct sockaddr]) AS_IF([test "$pmix_found_sockaddr" = "yes"], [AC_MSG_RESULT([yes (cached)]) AC_MSG_CHECKING([NetBSD, FreeBSD, OpenBSD, Apple, or DragonFly]) AS_IF([test "$oac_found_netbsd" = "yes" || \ test "$oac_found_freebsd" = "yes" || \ test "$oac_found_openbsd" = "yes" || \ test "$oac_found_dragonfly" = "yes" || test "$oac_found_apple" = "yes"], [AC_MSG_RESULT([yes]) $1], [AC_MSG_RESULT([no]) $2])], [AC_MSG_RESULT([no (cached)]) $2]) ]) m4trace:config/autogen_found_items.m4:127: -1- m4_include([src/mca/pif/bsdx_ipv6/configure.m4]) m4trace:src/mca/pif/bsdx_ipv6/configure.m4:15: -1- AC_DEFUN([MCA_pmix_pif_bsdx_ipv6_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $1:$2 compile mode]) $3="static" AC_MSG_RESULT([$$3]) ]) m4trace:src/mca/pif/bsdx_ipv6/configure.m4:24: -1- AC_DEFUN([MCA_pmix_pif_bsdx_ipv6_CONFIG], [ AC_CONFIG_FILES([src/mca/pif/bsdx_ipv6/Makefile]) AC_REQUIRE([OAC_CHECK_OS_FLAVORS]) # If we found struct sockaddr and we're on any of the BSDs, we're # happy. I.e., this: #if defined( __NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__) || \ # defined(__386BSD__) || defined(__bsdi__) || defined(__APPLE__) AC_MSG_CHECKING([struct sockaddr]) AS_IF([test "$pmix_found_sockaddr" = "yes"], [AC_MSG_RESULT([yes (cached)]) AC_MSG_CHECKING([some flavor of BSD]) AS_IF([test "$oac_found_netbsd" = "yes" || \ test "$oac_found_freebsd" = "yes" || \ test "$oac_found_openbsd" = "yes" || \ test "$oac_found_386bsd" = "yes" || \ test "$oac_found_bsdi" = "yes" || test "$oac_found_apple" = "yes"], [AC_MSG_RESULT([yes]) $1], [AC_MSG_RESULT([no]) $2])], [AC_MSG_RESULT([no (cached)]) $2]) ]) m4trace:config/autogen_found_items.m4:128: -1- m4_include([src/mca/pif/linux_ipv6/configure.m4]) m4trace:src/mca/pif/linux_ipv6/configure.m4:15: -1- AC_DEFUN([MCA_pmix_pif_linux_ipv6_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $1:$2 compile mode]) $3="static" AC_MSG_RESULT([$$3]) ]) m4trace:src/mca/pif/linux_ipv6/configure.m4:24: -1- AC_DEFUN([MCA_pmix_pif_linux_ipv6_CONFIG], [ AC_CONFIG_FILES([src/mca/pif/linux_ipv6/Makefile]) AC_REQUIRE([OAC_CHECK_OS_FLAVORS]) AC_MSG_CHECKING([if we are on Linux with TCP]) # If we have struct sockaddr and we're on Linux, then we're # happy. AS_IF([test "$pmix_found_sockaddr" = "yes" && test "$pmix_found_linux" = "yes"], [AC_MSG_RESULT([yes]) $1], [AC_MSG_RESULT([no]) $2]) ]) m4trace:config/autogen_found_items.m4:129: -1- m4_include([src/mca/pif/posix_ipv4/configure.m4]) m4trace:src/mca/pif/posix_ipv4/configure.m4:15: -1- AC_DEFUN([MCA_pmix_pif_posix_ipv4_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $1:$2 compile mode]) $3="static" AC_MSG_RESULT([$$3]) ]) m4trace:src/mca/pif/posix_ipv4/configure.m4:24: -1- AC_DEFUN([MCA_pmix_pif_posix_ipv4_CONFIG], [ AC_CONFIG_FILES([src/mca/pif/posix_ipv4/Makefile]) PMIX_VAR_SCOPE_PUSH([pmix_pif_posix_ipv4_happy]) pmix_pif_posix_ipv4_happy=no AC_REQUIRE([OAC_CHECK_OS_FLAVORS]) # If we found struct sockaddr and we're NOT on most of the BSDs, # we're happy. I.e., if posix but not: #if defined(__NetBSD__) || defined(__FreeBSD__) || \ # defined(__OpenBSD__) || defined(__DragonFly__) AC_MSG_CHECKING([struct sockaddr]) AS_IF([test "$pmix_found_sockaddr" = "yes"], [AC_MSG_RESULT([yes (cached)]) AC_MSG_CHECKING([not NetBSD, FreeBSD, OpenBSD, Apple, or DragonFly]) AS_IF([test "$oac_found_netbsd" = "no" && test "$oac_found_freebsd" = "no" && test "$oac_found_openbsd" = "no" && test "$oac_found_dragonfly" = "no" && test "$oac_found_apple" = "no"], [AC_MSG_RESULT([yes]) pmix_pif_posix_ipv4_happy=yes], [AC_MSG_RESULT([no])] )], [AC_MSG_RESULT([no (cached)])] ) AS_IF([test "$pmix_pif_posix_ipv4_happy" = "yes"], [AC_CHECK_MEMBERS([struct ifreq.ifr_hwaddr], [], [], [[#include ]]) AC_CHECK_MEMBERS([struct ifreq.ifr_mtu], [], [], [[#include ]]) ]) AS_IF([test "$pmix_pif_posix_ipv4_happy" = "yes"], [$1], [$2]); ]) m4trace:config/autogen_found_items.m4:130: -1- m4_include([src/mca/pif/solaris_ipv6/configure.m4]) m4trace:src/mca/pif/solaris_ipv6/configure.m4:13: -1- AC_DEFUN([MCA_pmix_pif_solaris_ipv6_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $1:$2 compile mode]) $3="static" AC_MSG_RESULT([$$3]) ]) m4trace:src/mca/pif/solaris_ipv6/configure.m4:22: -1- AC_DEFUN([MCA_pmix_pif_solaris_ipv6_CONFIG], [ AC_CONFIG_FILES([src/mca/pif/solaris_ipv6/Makefile]) AC_REQUIRE([OAC_CHECK_OS_FLAVORS]) # check to see if we are on a solaris machine AS_IF([test "$oac_found_sun" = "yes"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:131: -1- m4_include([src/mca/pinstalldirs/config/configure.m4]) m4trace:src/mca/pinstalldirs/config/configure.m4:16: -1- AC_DEFUN([MCA_pmix_pinstalldirs_config_PRIORITY], [0]) m4trace:src/mca/pinstalldirs/config/configure.m4:18: -1- AC_DEFUN([MCA_pmix_pinstalldirs_config_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $1:$2 compile mode]) $3="static" AC_MSG_RESULT([$$3]) ]) m4trace:src/mca/pinstalldirs/config/configure.m4:28: -1- AC_DEFUN([MCA_pmix_pinstalldirs_config_CONFIG], [ AC_CONFIG_FILES([src/mca/pinstalldirs/config/Makefile src/mca/pinstalldirs/config/pinstall_dirs.h]) ]) m4trace:config/autogen_found_items.m4:132: -1- m4_include([src/mca/pinstalldirs/env/configure.m4]) m4trace:src/mca/pinstalldirs/env/configure.m4:16: -1- AC_DEFUN([MCA_pmix_pinstalldirs_env_PRIORITY], [10]) m4trace:src/mca/pinstalldirs/env/configure.m4:18: -1- AC_DEFUN([MCA_pmix_pinstalldirs_env_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $1:$2 compile mode]) $3="static" AC_MSG_RESULT([$$3]) ]) m4trace:src/mca/pinstalldirs/env/configure.m4:27: -1- AC_DEFUN([MCA_pmix_pinstalldirs_env_CONFIG], [ AC_CONFIG_FILES([src/mca/pinstalldirs/env/Makefile]) ]) m4trace:config/autogen_found_items.m4:133: -1- m4_include([src/mca/plog/syslog/configure.m4]) m4trace:src/mca/plog/syslog/configure.m4:14: -1- AC_DEFUN([MCA_pmix_plog_syslog_CONFIG], [ AC_CONFIG_FILES([src/mca/plog/syslog/Makefile]) PMIX_VAR_SCOPE_PUSH([pmix_plog_syslog_happy]) # if syslog.h is not compilable, # disable this component. AC_CHECK_HEADER([syslog.h], [pmix_plog_syslog_happy=1], [pmix_plog_syslog_happy=0]) AS_IF([test $pmix_plog_syslog_happy -eq 1], [$1], [$2]) PMIX_VAR_SCOPE_POP ]) m4trace:config/autogen_found_items.m4:134: -1- m4_include([src/mca/pnet/nvd/configure.m4]) m4trace:src/mca/pnet/nvd/configure.m4:22: -1- AC_DEFUN([MCA_pmix_pnet_nvd_CONFIG], [ PMIX_VAR_SCOPE_PUSH([pmix_nvd_happy]) AC_CONFIG_FILES([src/mca/pnet/nvd/Makefile]) AS_IF([test "yes" = "no"], [$1 pmix_nvd_happy=yes], [$2 pmix_nvd_happy=no]) PMIX_SUMMARY_ADD([Transports], [NVIDIA], [], [$pmix_nvd_happy]) PMIX_VAR_SCOPE_POP ]) m4trace:config/autogen_found_items.m4:135: -1- m4_include([src/mca/pnet/opa/configure.m4]) m4trace:src/mca/pnet/opa/configure.m4:16: -1- AC_DEFUN([MCA_pmix_pnet_opa_CONFIG], [ AC_CONFIG_FILES([src/mca/pnet/opa/Makefile]) AS_IF([test "yes" = "yes"], [$1 pmix_pnet_opa=yes], [$2 pmix_pnet_opa=no]) PMIX_SUMMARY_ADD([Transports], [OmniPath], [], [$pmix_pnet_opa]) ]) m4trace:config/autogen_found_items.m4:136: -1- m4_include([src/mca/pnet/simptest/configure.m4]) m4trace:src/mca/pnet/simptest/configure.m4:17: -1- AC_DEFUN([MCA_pmix_pnet_simptest_CONFIG], [ AC_CONFIG_FILES([src/mca/pnet/simptest/Makefile]) AC_ARG_WITH([simptest], [AS_HELP_STRING([--with-simptest], [Include simptest fabric support])], [pmix_want_simptest=yes], [pmix_want_simptest=no]) AS_IF([test "$pmix_want_simptest" = "yes"], [$1], [$2]) PMIX_SUMMARY_ADD([Transports], [Simptest], [], [$pmix_want_simptest]) ]) m4trace:config/autogen_found_items.m4:137: -1- m4_include([src/mca/pnet/sshot/configure.m4]) m4trace:src/mca/pnet/sshot/configure.m4:17: -1- AC_DEFUN([MCA_pmix_pnet_sshot_CONFIG], [ AC_CONFIG_FILES([src/mca/pnet/sshot/Makefile]) AC_REQUIRE([PMIX_CHECK_CURL]) AC_REQUIRE([PMIX_CHECK_JANSSON]) AC_ARG_WITH([slingshot], [AS_HELP_STRING([--with-slingshot], [Include Slingshot fabric support])], [pmix_want_sshot=yes], [pmix_want_sshot=no]) AC_ARG_WITH([cxi], [AS_HELP_STRING([--with-cxi(=DIR)], [Include CXI service library support, optionally adding DIR/include, DIR/include/cxi, DIR/lib, and DIR/lib64 to the search path for headers and libraries])], [], [with_cxi=no]) AC_ARG_WITH([cxi-libdir], [AS_HELP_STRING([--with-cxi-libdir=DIR], [Search for CXI libraries in DIR])]) AC_MSG_CHECKING([include CXI support]) AS_IF([test "$with_cxi" = "no"], [AC_MSG_RESULT([no]) pmix_check_cxi_happy=no], [AC_MSG_RESULT([yes]) AS_IF([test ! -z "$with_cxi" && test "$with_cxi" != "yes"], [with_cxi_incdir="$with_cxi" AS_IF([test ! -d "$with_cxi_incdir" || test ! -f "$with_cxi_incdir/cxi.h"], [$with_cxi_incdir=$with_cxi_incdir/include AS_IF([test ! -d "$with_cxi_incdir" || test ! -f "$with_cxi_incdir/cxi.h"], [$with_cxi_incdir=$with_cxi_incdir/cxi AS_IF([test ! -d "$with_cxi_incdir" || test ! -f "$with_cxi_incdir/cxi.h"], [AC_MSG_WARN([CXI library support requested, but]) AC_MSG_WARN([required header file cxi.h not found. Locations tested:]) AC_MSG_WARN([ $with_cxi]) AC_MSG_WARN([ $with_cxi/include]) AC_MSG_WARN([ $with_cxi/include/cxi]) AC_MSG_ERROR([Cannot continue])])])])], [with_cxi_incdir="/usr/include/cxi"]) OAC_CHECK_PACKAGE([cxi], [pnet_cxi], [cxi.h], [cxi], [CXI_FUNCTION], [pmix_check_cxi_happy="yes"], [pmix_check_cxi_happy="no"]) ]) # for NOW, hardwire cxi support to be happy pmix_check_cxi_happy=yes AS_IF([test "$pmix_want_sshot" = "yes" && test "$pmix_check_cxi_happy" = "yes" && test "$pmix_check_jansson_happy" = "yes" && test "$pmix_check_curl_happy" = "yes"], [$1 pnet_sshot_happy=yes], [$2 pnet_sshot_happy=no]) PMIX_SUMMARY_ADD([Transports], [HPE Slingshot], [], [$pnet_sshot_happy]) ]) m4trace:config/autogen_found_items.m4:138: -1- m4_include([src/mca/pnet/tcp/configure.m4]) m4trace:src/mca/pnet/tcp/configure.m4:16: -1- AC_DEFUN([MCA_pmix_pnet_tcp_CONFIG], [ AC_CONFIG_FILES([src/mca/pnet/tcp/Makefile]) AS_IF([test "yes" = "no"], [$1 pmix_pnet_tcp_happy=yes], [$2 pmix_pnet_tcp_happy=no]) PMIX_SUMMARY_ADD([Transports], [TCP], [], [$pmix_pnet_tcp_happy]) ]) m4trace:config/autogen_found_items.m4:139: -1- m4_include([src/mca/pnet/usnic/configure.m4]) m4trace:src/mca/pnet/usnic/configure.m4:31: -1- AC_DEFUN([MCA_pmix_pnet_usnic_CONFIG], [ AC_CONFIG_FILES([src/mca/pnet/usnic/Makefile]) AS_IF([test "$yes" = "no"], [$1 pmix_pnet_usnic_happy=yes], [$2 pmix_pnet_usnic_happy=no]) PMIX_SUMMARY_ADD([Transports], [Cisco usNIC], [], [$pmix_pnet_usnic_happy]) PMIX_VAR_SCOPE_POP ]) m4trace:config/autogen_found_items.m4:140: -1- m4_include([src/mca/prm/alps/configure.m4]) m4trace:src/mca/prm/alps/configure.m4:15: -1- AC_DEFUN([MCA_pmix_prm_alps_CONFIG], [ AC_CONFIG_FILES([src/mca/prm/alps/Makefile]) PMIX_CHECK_ALPS([prm_alps], [prm_alps_good=yes], [prm_alps_good=no]) PMIX_SUMMARY_ADD([Resource Managers], [Cray Alps], [], [$prm_alps_good]) AS_IF([test "$prm_alps_good" = "yes"], [$1], [$2]) AC_SUBST([prm_alps_CPPFLAGS]) AC_SUBST([prm_alps_LDFLAGS]) AC_SUBST([prm_alps_LIBS]) ]) m4trace:config/autogen_found_items.m4:141: -1- m4_include([src/mca/prm/hpesmf/configure.m4]) m4trace:src/mca/prm/hpesmf/configure.m4:15: -1- AC_DEFUN([MCA_pmix_prm_hpesmf_CONFIG], [ AC_CONFIG_FILES([src/mca/prm/hpesmf/Makefile]) AS_IF([test "$enable_cray_support" = "yes" && test "$pmix_check_jansson_happy" = "yes" && test "$pmix_check_curl_happy" = "yes"], [pmix_check_hpesmf_happy=yes], [pmix_check_hpesmf_happy=no]) PMIX_SUMMARY_ADD([Resource Managers], [HPESMF], [], [$pmix_check_hpesmf_happy (scheduler)]) AS_IF([test "$pmix_check_hpesmf_happy" = "yes"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:142: -1- m4_include([src/mca/prm/pbs/configure.m4]) m4trace:src/mca/prm/pbs/configure.m4:27: -1- AC_DEFUN([MCA_pmix_prm_pbs_CONFIG], [ AC_CONFIG_FILES([src/mca/prm/pbs/Makefile]) AC_ARG_WITH([pbs], [AS_HELP_STRING([--with-pbs], [Build PBS scheduler component (default: yes)])]) if test "$with_pbs" = "no" ; then pmix_check_pbs_happy="no" elif test "$with_pbs" = "" ; then # unless user asked, only build pbs component on linux, AIX, # and OS X systems (these are the platforms that PBS # supports) case $host in *-linux*|*-aix*|*-apple-darwin*) pmix_check_pbs_happy="yes" ;; *) AC_MSG_CHECKING([for pbsdash in PATH]) PMIX_WHICH([pbsdash], [PMIX_CHECK_PBSDASH]) if test "$PMIX_CHECK_PBSDASH" = ""; then pmix_check_pbs_happy="no" else pmix_check_pbs_happy="yes" fi AC_MSG_RESULT([$pmix_check_pbs_happy]) ;; esac else pmix_check_pbs_happy="yes" fi PMIX_SUMMARY_ADD([Resource Managers], [PBS], [], [$pmix_check_pbs_happy (scheduler)]) AS_IF([test "$pmix_check_pbs_happy" = "yes"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:143: -1- m4_include([src/mca/prm/slurm/configure.m4]) m4trace:src/mca/prm/slurm/configure.m4:27: -1- AC_DEFUN([MCA_pmix_prm_slurm_CONFIG], [ AC_CONFIG_FILES([src/mca/prm/slurm/Makefile]) PMIX_CHECK_SLURM([prm_slurm], [prm_slurm_good=1], [prm_slurm_good=0]) # if check worked, set wrapper flags if so. # Evaluate succeed / fail AS_IF([test "$prm_slurm_good" = "1"], [$1], [$2]) PMIX_SUMMARY_ADD([Resource Managers], [Slurm], [], [$prm_slurm_good (scheduler)]) # set build flags to use in makefile AC_SUBST([prm_slurm_CPPFLAGS]) AC_SUBST([prm_slurm_LDFLAGS]) AC_SUBST([prm_slurm_LIBS]) ]) m4trace:config/autogen_found_items.m4:144: -1- m4_include([src/mca/psec/munge/configure.m4]) m4trace:src/mca/psec/munge/configure.m4:18: -1- AC_DEFUN([MCA_pmix_psec_munge_CONFIG], [ AC_CONFIG_FILES([src/mca/psec/munge/Makefile]) AC_ARG_WITH([munge], [AS_HELP_STRING([--with-munge=DIR], [Search for munge headers and libraries in DIR ])]) AC_ARG_WITH([munge-libdir], [AS_HELP_STRING([--with-munge-libdir=DIR], [Search for munge libraries in DIR ])]) OAC_CHECK_PACKAGE([munge], [psec_munge], [munge.h], [munge], [munge_encode], [psec_munge_support=1], [psec_munge_support=0]) if test -n "$with_munge" && test "$with_munge" != "no" && test "$psec_munge_support" != "1"; then AC_MSG_WARN([MUNGE SUPPORT REQUESTED AND NOT FOUND.]) AC_MSG_ERROR([CANNOT CONTINUE]) fi AS_IF([test "$psec_munge_support" != "1"], [$2], [$1]) PMIX_SUMMARY_ADD([External Packages], [munge], [], [${psec_munge_SUMMARY}]) # set build flags to use in makefile AC_SUBST([psec_munge_CPPFLAGS]) AC_SUBST([psec_munge_LDFLAGS]) AC_SUBST([psec_munge_LIBS]) ]) m4trace:config/autogen_found_items.m4:145: -1- m4_include([src/mca/pstat/linux/configure.m4]) m4trace:src/mca/pstat/linux/configure.m4:22: -1- AC_DEFUN([MCA_pmix_pstat_linux_PRIORITY], [60]) m4trace:src/mca/pstat/linux/configure.m4:27: -1- AC_DEFUN([MCA_pmix_pstat_linux_CONFIG], [ AC_CONFIG_FILES([src/mca/pstat/linux/Makefile]) case "${host}" in i?86-*linux*|x86_64*linux*|ia64-*linux*|powerpc-*linux*|powerpc64-*linux*|powerpc64le-*linux*|powerpcle-*linux*|sparc*-*linux*) AS_IF([test -r "/proc/cpuinfo"], [pstat_linux_happy="yes"], [pstat_linux_happy="no"]) ;; *) pstat_linux_happy="no" ;; esac AS_IF([test "$pstat_linux_happy" = "yes"], [AC_CHECK_DECLS([HZ], [], [pstat_linux_happy="no"], [AC_INCLUDES_DEFAULT #include ])]) AS_IF([test "$pstat_linux_happy" = "yes"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:146: -1- m4_include([src/mca/pstat/test/configure.m4]) m4trace:src/mca/pstat/test/configure.m4:22: -1- AC_DEFUN([MCA_pmix_pstat_test_PRIORITY], [10]) m4trace:src/mca/pstat/test/configure.m4:27: -1- AC_DEFUN([MCA_pmix_pstat_test_CONFIG], [ AC_CONFIG_FILES([src/mca/pstat/test/Makefile]) pstat_test_happy="yes" AS_IF([test "$pstat_test_happy" = "yes"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:147: -1- m4_include([src/mca/pstrg/lustre/configure.m4]) m4trace:src/mca/pstrg/lustre/configure.m4:29: -1- AC_DEFUN([MCA_pmix_pstrg_lustre_CONFIG], [ AC_CONFIG_FILES([src/mca/pstrg/lustre/Makefile]) PMIX_CHECK_LUSTRE([pstrg_lustre], [pstrg_lustre_happy="yes"], [pstrg_lustre_happy="no"]) AS_IF([test "$pstrg_lustre_happy" = "yes"], [$1], [$2]) # substitute in the things needed to build lustre support AC_SUBST([pstrg_lustre_CPPFLAGS]) AC_SUBST([pstrg_lustre_LDFLAGS]) AC_SUBST([pstrg_lustre_LIBS]) ]) m4trace:configure.ac:48: -1- m4_pattern_forbid([^_?A[CHUM]_]) m4trace:configure.ac:48: -1- m4_pattern_forbid([_AC_]) m4trace:configure.ac:48: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section 'AC_LIBOBJ vs LIBOBJS']) m4trace:configure.ac:48: -1- m4_pattern_allow([^AS_FLAGS$]) m4trace:configure.ac:48: -1- m4_pattern_forbid([^_?m4_]) m4trace:configure.ac:48: -1- m4_pattern_forbid([^dnl$]) m4trace:configure.ac:48: -1- m4_pattern_forbid([^_?AS_]) m4trace:configure.ac:48: -1- m4_pattern_allow([^SHELL$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^PATH_SEPARATOR$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^PACKAGE_NAME$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^PACKAGE_VERSION$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^PACKAGE_STRING$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^PACKAGE_URL$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^exec_prefix$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^prefix$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^program_transform_name$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^bindir$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^sbindir$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^libexecdir$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^datarootdir$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^datadir$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^sysconfdir$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^sharedstatedir$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^localstatedir$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^runstatedir$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^includedir$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^oldincludedir$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^docdir$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^infodir$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^htmldir$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^dvidir$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^pdfdir$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^psdir$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^libdir$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^localedir$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^mandir$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^PACKAGE_NAME$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^PACKAGE_VERSION$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^PACKAGE_STRING$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^PACKAGE_URL$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^DEFS$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^ECHO_C$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^ECHO_N$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^ECHO_T$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^build_alias$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^host_alias$]) m4trace:configure.ac:48: -1- m4_pattern_allow([^target_alias$]) m4trace:configure.ac:53: -1- AC_CONFIG_MACRO_DIR([./config]) m4trace:configure.ac:53: -1- AC_CONFIG_MACRO_DIR_TRACE([./config]) m4trace:configure.ac:53: -1- AC_CONFIG_MACRO_DIR_TRACE([config/oac]) m4trace:configure.ac:55: -1- m4_pattern_allow([^SED$]) m4trace:configure.ac:71: -1- PMIX_CAPTURE_CONFIGURE_CLI([PMIX_CONFIGURE_CLI]) m4trace:configure.ac:71: -1- OAC_VAR_SCOPE_INIT m4trace:configure.ac:71: -1- m4_pattern_allow([OAC_]) m4trace:configure.ac:71: -1- m4_pattern_forbid([OAC_]) m4trace:configure.ac:71: -1- m4_pattern_allow([^PMIX_CONFIGURE_CLI$]) m4trace:configure.ac:71: -1- m4_pattern_allow([^PMIX_CONFIGURE_CLI$]) m4trace:configure.ac:75: -1- PMIX_LOAD_PLATFORM m4trace:configure.ac:75: -1- PMIX_LOG_MSG([Loading environment file $with_pmix_platform, with contents below]) m4trace:configure.ac:75: -1- OAC_LOG_MSG([Loading environment file $with_pmix_platform, with contents below]) m4trace:configure.ac:75: -1- OAC_LOG_MSG_NOPREFIX([Loading environment file $with_pmix_platform, with contents below]) m4trace:configure.ac:75: -1- PMIX_LOG_MSG([Loaded platform arguments for $platform_loaded]) m4trace:configure.ac:75: -1- OAC_LOG_MSG([Loaded platform arguments for $platform_loaded]) m4trace:configure.ac:75: -1- OAC_LOG_MSG_NOPREFIX([Loaded platform arguments for $platform_loaded]) m4trace:configure.ac:75: -1- m4_pattern_allow([^PMIX_DEFAULT_MCA_PARAM_CONF$]) m4trace:configure.ac:75: -1- m4_pattern_allow([^PMIX_PARAM_FROM_PLATFORM$]) m4trace:configure.ac:75: -1- m4_pattern_allow([^PMIX_DEFAULT_MCA_PARAM_CONF$]) m4trace:configure.ac:75: -1- m4_pattern_allow([^PMIX_PARAM_FROM_PLATFORM$]) m4trace:configure.ac:75: -1- m4_pattern_allow([^PMIX_DEFAULT_MCA_PARAM_CONF$]) m4trace:configure.ac:75: -1- m4_pattern_allow([^PMIX_PARAM_FROM_PLATFORM$]) m4trace:configure.ac:75: -1- m4_pattern_allow([^PMIX_DEFAULT_MCA_PARAM_CONF$]) m4trace:configure.ac:78: -1- m4_pattern_allow([^PMIX_TOP_BUILDDIR$]) m4trace:configure.ac:83: -1- m4_pattern_allow([^PMIX_TOP_SRCDIR$]) m4trace:configure.ac:93: -1- PMIX_CONFIGURE_SETUP m4trace:configure.ac:93: -1- PMIX_LOG_MSG([=== ${1}], [1]) m4trace:configure.ac:93: -1- OAC_LOG_MSG([=== ${1}]) m4trace:configure.ac:93: -1- OAC_LOG_MSG_NOPREFIX([=== ${1}]) m4trace:configure.ac:93: -1- PMIX_LOG_MSG([*** ${1}], [1]) m4trace:configure.ac:93: -1- OAC_LOG_MSG([*** ${1}]) m4trace:configure.ac:93: -1- OAC_LOG_MSG_NOPREFIX([*** ${1}]) m4trace:configure.ac:93: -1- PMIX_LOG_MSG([+++ ${1}], [1]) m4trace:configure.ac:93: -1- OAC_LOG_MSG([+++ ${1}]) m4trace:configure.ac:93: -1- OAC_LOG_MSG_NOPREFIX([+++ ${1}]) m4trace:configure.ac:93: -1- PMIX_LOG_MSG([--- ${1}], [1]) m4trace:configure.ac:93: -1- OAC_LOG_MSG([--- ${1}]) m4trace:configure.ac:93: -1- OAC_LOG_MSG_NOPREFIX([--- ${1}]) m4trace:configure.ac:93: -1- PMIX_LOG_MSG([--- ${1}], [1]) m4trace:configure.ac:93: -1- OAC_LOG_MSG([--- ${1}]) m4trace:configure.ac:93: -1- OAC_LOG_MSG_NOPREFIX([--- ${1}]) m4trace:configure.ac:93: -1- m4_pattern_allow([^SOURCE_DATE_EPOCH$]) m4trace:configure.ac:93: -1- AM_CONDITIONAL([SOURCE_DATE_EPOCH_SET], [test -n "$SOURCE_DATE_EPOCH"]) m4trace:configure.ac:93: -1- m4_pattern_allow([^SOURCE_DATE_EPOCH_SET_TRUE$]) m4trace:configure.ac:93: -1- m4_pattern_allow([^SOURCE_DATE_EPOCH_SET_FALSE$]) m4trace:configure.ac:93: -1- _AM_SUBST_NOTMAKE([SOURCE_DATE_EPOCH_SET_TRUE]) m4trace:configure.ac:93: -1- _AM_SUBST_NOTMAKE([SOURCE_DATE_EPOCH_SET_FALSE]) m4trace:configure.ac:93: -1- m4_pattern_allow([^PMIX_CONFIGURE_USER$]) m4trace:configure.ac:93: -1- m4_pattern_allow([^PMIX_CONFIGURE_USER$]) m4trace:configure.ac:93: -1- m4_pattern_allow([^PMIX_CONFIGURE_HOST$]) m4trace:configure.ac:93: -1- m4_pattern_allow([^PMIX_CONFIGURE_HOST$]) m4trace:configure.ac:93: -1- m4_pattern_allow([^PMIX_CONFIGURE_DATE$]) m4trace:configure.ac:93: -1- m4_pattern_allow([^PMIX_CONFIGURE_DATE$]) m4trace:configure.ac:98: -1- m4_pattern_allow([^build$]) m4trace:configure.ac:98: -1- m4_pattern_allow([^build_cpu$]) m4trace:configure.ac:98: -1- m4_pattern_allow([^build_vendor$]) m4trace:configure.ac:98: -1- m4_pattern_allow([^build_os$]) m4trace:configure.ac:98: -1- m4_pattern_allow([^host$]) m4trace:configure.ac:98: -1- m4_pattern_allow([^host_cpu$]) m4trace:configure.ac:98: -1- m4_pattern_allow([^host_vendor$]) m4trace:configure.ac:98: -1- m4_pattern_allow([^host_os$]) m4trace:configure.ac:98: -1- m4_pattern_allow([^target$]) m4trace:configure.ac:98: -1- m4_pattern_allow([^target_cpu$]) m4trace:configure.ac:98: -1- m4_pattern_allow([^target_vendor$]) m4trace:configure.ac:98: -1- m4_pattern_allow([^target_os$]) m4trace:configure.ac:101: -1- AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects no-define 1.13.4 tar-pax]) m4trace:configure.ac:101: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) m4trace:configure.ac:101: -1- AM_SET_CURRENT_AUTOMAKE_VERSION m4trace:configure.ac:101: -1- AM_AUTOMAKE_VERSION([1.16.5]) m4trace:configure.ac:101: -1- _AM_AUTOCONF_VERSION([2.72]) m4trace:configure.ac:101: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) m4trace:configure.ac:101: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) m4trace:configure.ac:101: -1- m4_pattern_allow([^INSTALL_DATA$]) m4trace:configure.ac:101: -1- m4_pattern_allow([^am__isrc$]) m4trace:configure.ac:101: -1- _AM_SUBST_NOTMAKE([am__isrc]) m4trace:configure.ac:101: -1- m4_pattern_allow([^CYGPATH_W$]) m4trace:configure.ac:101: -1- _AM_SET_OPTIONS([foreign dist-bzip2 subdir-objects no-define 1.13.4 tar-pax]) m4trace:configure.ac:101: -1- _AM_SET_OPTION([foreign]) m4trace:configure.ac:101: -2- _AM_MANGLE_OPTION([foreign]) m4trace:configure.ac:101: -1- _AM_SET_OPTION([dist-bzip2]) m4trace:configure.ac:101: -2- _AM_MANGLE_OPTION([dist-bzip2]) m4trace:configure.ac:101: -1- _AM_SET_OPTION([subdir-objects]) m4trace:configure.ac:101: -2- _AM_MANGLE_OPTION([subdir-objects]) m4trace:configure.ac:101: -1- _AM_SET_OPTION([no-define]) m4trace:configure.ac:101: -2- _AM_MANGLE_OPTION([no-define]) m4trace:configure.ac:101: -1- _AM_SET_OPTION([1.13.4]) m4trace:configure.ac:101: -2- _AM_MANGLE_OPTION([1.13.4]) m4trace:configure.ac:101: -1- _AM_SET_OPTION([tar-pax]) m4trace:configure.ac:101: -2- _AM_MANGLE_OPTION([tar-pax]) m4trace:configure.ac:101: -1- m4_pattern_allow([^PACKAGE$]) m4trace:configure.ac:101: -1- m4_pattern_allow([^VERSION$]) m4trace:configure.ac:101: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])]) m4trace:configure.ac:101: -2- _AM_MANGLE_OPTION([no-define]) m4trace:configure.ac:101: -1- AM_SANITY_CHECK m4trace:configure.ac:101: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) m4trace:configure.ac:101: -1- AM_MISSING_HAS_RUN m4trace:configure.ac:101: -1- AM_AUX_DIR_EXPAND m4trace:configure.ac:101: -1- m4_pattern_allow([^ACLOCAL$]) m4trace:configure.ac:101: -1- AM_MISSING_PROG([AUTOCONF], [autoconf]) m4trace:configure.ac:101: -1- m4_pattern_allow([^AUTOCONF$]) m4trace:configure.ac:101: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) m4trace:configure.ac:101: -1- m4_pattern_allow([^AUTOMAKE$]) m4trace:configure.ac:101: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader]) m4trace:configure.ac:101: -1- m4_pattern_allow([^AUTOHEADER$]) m4trace:configure.ac:101: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo]) m4trace:configure.ac:101: -1- m4_pattern_allow([^MAKEINFO$]) m4trace:configure.ac:101: -1- AM_PROG_INSTALL_SH m4trace:configure.ac:101: -1- m4_pattern_allow([^install_sh$]) m4trace:configure.ac:101: -1- AM_PROG_INSTALL_STRIP m4trace:configure.ac:101: -1- m4_pattern_allow([^STRIP$]) m4trace:configure.ac:101: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$]) m4trace:configure.ac:101: -1- m4_pattern_allow([^MKDIR_P$]) m4trace:configure.ac:101: -1- m4_pattern_allow([^mkdir_p$]) m4trace:configure.ac:101: -1- m4_pattern_allow([^AWK$]) m4trace:configure.ac:101: -1- m4_pattern_allow([^SET_MAKE$]) m4trace:configure.ac:101: -1- AM_SET_LEADING_DOT m4trace:configure.ac:101: -1- m4_pattern_allow([^am__leading_dot$]) m4trace:configure.ac:101: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) m4trace:configure.ac:101: -2- _AM_MANGLE_OPTION([tar-ustar]) m4trace:configure.ac:101: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])]) m4trace:configure.ac:101: -2- _AM_MANGLE_OPTION([tar-pax]) m4trace:configure.ac:101: -1- _AM_PROG_TAR([pax]) m4trace:configure.ac:101: -1- m4_pattern_allow([^AMTAR$]) m4trace:configure.ac:101: -1- AM_RUN_LOG([$_am_tar --version]) m4trace:configure.ac:101: -1- AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) m4trace:configure.ac:101: -1- AM_RUN_LOG([$am__untar ]], [[static atomic_long foo = 1;++foo;]]) m4trace:configure.ac:255: -1- PMIX_CC_HELPER([if $CC supports C11 _Atomic keyword], [pmix_prog_cc_c11_helper__Atomic_available], [[#include ]], [[static _Atomic long foo = 1;++foo;]]) m4trace:configure.ac:255: -1- PMIX_CC_HELPER([if $CC supports C11 _c11_atomic functions], [pmix_prog_cc_c11_atomic_function], [[#include ]], [[atomic_int acnt = 0; __c11_atomic_fetch_add(&acnt, 1, memory_order_relaxed);]]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_CLANG_BUILTIN_ATOMIC_C11_FUNC$]) m4trace:configure.ac:255: -1- PMIX_CC_HELPER([if $CC supports C11 _Generic keyword], [pmix_prog_cc_c11_helper__Generic_available], [[#define FOO(x) (_Generic (x, int: 1))]], [[static int x, y; y = FOO(x);]]) m4trace:configure.ac:255: -1- PMIX_CC_HELPER([if $CC supports C11 _Static_assert], [pmix_prog_cc_c11_helper__static_assert_available], [[#include ]], [[_Static_assert(sizeof(int64_t) == 8, "WTH");]]) m4trace:configure.ac:255: -1- PMIX_CC_HELPER([if $CC supports C11 atomic_fetch_xor_explicit], [pmix_prog_cc_c11_helper_atomic_fetch_xor_explicit_available], [[#include #include ]], [[_Atomic uint32_t a; uint32_t b; atomic_fetch_xor_explicit(&a, b, memory_order_relaxed);]]) m4trace:configure.ac:255: -1- PMIX_PROG_CC_C11_HELPER([$flag], [pmix_cv_c11_flag=$flag], []) m4trace:configure.ac:255: -1- PMIX_CC_HELPER([if $CC $flag supports C11 _Thread_local], [pmix_prog_cc_c11_helper__Thread_local_available], [], [[static _Thread_local int foo = 1;++foo;]]) m4trace:configure.ac:255: -1- PMIX_CC_HELPER([if $CC $flag supports C11 atomic variables], [pmix_prog_cc_c11_helper_atomic_var_available], [[#include ]], [[static atomic_long foo = 1;++foo;]]) m4trace:configure.ac:255: -1- PMIX_CC_HELPER([if $CC $flag supports C11 _Atomic keyword], [pmix_prog_cc_c11_helper__Atomic_available], [[#include ]], [[static _Atomic long foo = 1;++foo;]]) m4trace:configure.ac:255: -1- PMIX_CC_HELPER([if $CC $flag supports C11 _c11_atomic functions], [pmix_prog_cc_c11_atomic_function], [[#include ]], [[atomic_int acnt = 0; __c11_atomic_fetch_add(&acnt, 1, memory_order_relaxed);]]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_CLANG_BUILTIN_ATOMIC_C11_FUNC$]) m4trace:configure.ac:255: -1- PMIX_CC_HELPER([if $CC $flag supports C11 _Generic keyword], [pmix_prog_cc_c11_helper__Generic_available], [[#define FOO(x) (_Generic (x, int: 1))]], [[static int x, y; y = FOO(x);]]) m4trace:configure.ac:255: -1- PMIX_CC_HELPER([if $CC $flag supports C11 _Static_assert], [pmix_prog_cc_c11_helper__static_assert_available], [[#include ]], [[_Static_assert(sizeof(int64_t) == 8, "WTH");]]) m4trace:configure.ac:255: -1- PMIX_CC_HELPER([if $CC $flag supports C11 atomic_fetch_xor_explicit], [pmix_prog_cc_c11_helper_atomic_fetch_xor_explicit_available], [[#include #include ]], [[_Atomic uint32_t a; uint32_t b; atomic_fetch_xor_explicit(&a, b, memory_order_relaxed);]]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_CHECK_CC_IQUOTE m4trace:configure.ac:255: -1- PMIX_PROG_CC_C11_HELPER([], [], []) m4trace:configure.ac:255: -1- PMIX_CC_HELPER([if $CC supports C11 _Thread_local], [pmix_prog_cc_c11_helper__Thread_local_available], [], [[static _Thread_local int foo = 1;++foo;]]) m4trace:configure.ac:255: -1- PMIX_CC_HELPER([if $CC supports C11 atomic variables], [pmix_prog_cc_c11_helper_atomic_var_available], [[#include ]], [[static atomic_long foo = 1;++foo;]]) m4trace:configure.ac:255: -1- PMIX_CC_HELPER([if $CC supports C11 _Atomic keyword], [pmix_prog_cc_c11_helper__Atomic_available], [[#include ]], [[static _Atomic long foo = 1;++foo;]]) m4trace:configure.ac:255: -1- PMIX_CC_HELPER([if $CC supports C11 _c11_atomic functions], [pmix_prog_cc_c11_atomic_function], [[#include ]], [[atomic_int acnt = 0; __c11_atomic_fetch_add(&acnt, 1, memory_order_relaxed);]]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_CLANG_BUILTIN_ATOMIC_C11_FUNC$]) m4trace:configure.ac:255: -1- PMIX_CC_HELPER([if $CC supports C11 _Generic keyword], [pmix_prog_cc_c11_helper__Generic_available], [[#define FOO(x) (_Generic (x, int: 1))]], [[static int x, y; y = FOO(x);]]) m4trace:configure.ac:255: -1- PMIX_CC_HELPER([if $CC supports C11 _Static_assert], [pmix_prog_cc_c11_helper__static_assert_available], [[#include ]], [[_Static_assert(sizeof(int64_t) == 8, "WTH");]]) m4trace:configure.ac:255: -1- PMIX_CC_HELPER([if $CC supports C11 atomic_fetch_xor_explicit], [pmix_prog_cc_c11_helper_atomic_fetch_xor_explicit_available], [[#include #include ]], [[_Atomic uint32_t a; uint32_t b; atomic_fetch_xor_explicit(&a, b, memory_order_relaxed);]]) m4trace:configure.ac:255: -1- PMIX_CC_HELPER([if $CC supports __thread], [pmix_prog_cc__thread_available], [], [[static __thread int foo = 1;++foo;]]) m4trace:configure.ac:255: -1- PMIX_CC_HELPER([if $CC supports C11 _Thread_local], [pmix_prog_cc_c11_helper__Thread_local_available], [], [[static _Thread_local int foo = 1;++foo;]]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_C_HAVE__THREAD_LOCAL$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_C_HAVE_ATOMIC_CONV_VAR$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_C_HAVE__ATOMIC$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_C_HAVE__GENERIC$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_C_HAVE__STATIC_ASSERT$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_C_HAVE___THREAD$]) m4trace:configure.ac:255: -1- OAC_C_COMPILER_VENDOR([]) m4trace:configure.ac:255: -1- _OAC_CHECK_COMPILER_VENDOR([]) m4trace:configure.ac:255: -1- _OAC_COMPILER_VENDOR_IF_IFELSE([defined(__INTEL_COMPILER) || defined(__ICC)], [oac_cv_c_compiler_vendor="intel"]) m4trace:configure.ac:255: -1- _OAC_COMPILER_VENDOR_IF_IFELSE([defined(__PGI)], [oac_cv_c_compiler_vendor="portland group"]) m4trace:configure.ac:255: -1- _OAC_COMPILER_VENDOR_IF_IFELSE([defined(__FUJITSU)], [oac_cv_c_compiler_vendor="fujitsu"]) m4trace:configure.ac:255: -1- _OAC_COMPILER_VENDOR_IF_IFELSE([defined(__clang__)], [oac_cv_c_compiler_vendor="clang"]) m4trace:configure.ac:255: -1- _OAC_COMPILER_VENDOR_IF_IFELSE([defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) || defined(__ibmxl__)], [oac_cv_c_compiler_vendor="ibm"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(_AIX) && !defined(__GNUC__)], [oac_cv_c_compiler_vendor="ibm"])]) m4trace:configure.ac:255: -1- _OAC_COMPILER_VENDOR_IF_IFELSE([defined(_AIX) && !defined(__GNUC__)], [oac_cv_c_compiler_vendor="ibm"]) m4trace:configure.ac:255: -1- _OAC_COMPILER_VENDOR_IF_IFELSE([defined(__DECC) || defined(VAXC) || defined(__VAXC)], [oac_cv_c_compiler_vendor="compaq"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(__osf__) && defined(__LANGUAGE_C__)], [oac_cv_c_compiler_vendor="compaq"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(__DECCXX)], [oac_cv_c_compiler_vendor="compaq"])])]) m4trace:configure.ac:255: -1- _OAC_COMPILER_VENDOR_IF_IFELSE([defined(__osf__) && defined(__LANGUAGE_C__)], [oac_cv_c_compiler_vendor="compaq"], [_OAC_COMPILER_VENDOR_IF_IFELSE([defined(__DECCXX)], [oac_cv_c_compiler_vendor="compaq"])]) m4trace:configure.ac:255: -1- _OAC_COMPILER_VENDOR_IF_IFELSE([defined(__DECCXX)], [oac_cv_c_compiler_vendor="compaq"]) m4trace:configure.ac:255: -1- _OAC_COMPILER_VENDOR_IF_IFELSE([defined(_CRAYC)], [oac_cv_c_compiler_vendor="cray"]) m4trace:configure.ac:255: -1- _OAC_COMPILER_VENDOR_IF_IFELSE([defined(__DCC__)], [oac_cv_c_compiler_vendor="diab"]) m4trace:configure.ac:255: -1- _OAC_COMPILER_VENDOR_IF_IFELSE([defined(__HP_cc) || defined(__HP_aCC)], [oac_cv_c_compiler_vendor="hp"]) m4trace:configure.ac:255: -1- _OAC_COMPILER_VENDOR_IF_IFELSE([defined(__KCC)], [oac_cv_c_compiler_vendor="kai"]) m4trace:configure.ac:255: -1- _OAC_COMPILER_VENDOR_IF_IFELSE([defined(__LCC__)], [oac_cv_c_compiler_vendor="lcc"]) m4trace:configure.ac:255: -1- _OAC_COMPILER_VENDOR_IF_IFELSE([defined(__MWERKS__)], [oac_cv_c_compiler_vendor="metrowerks"]) m4trace:configure.ac:255: -1- _OAC_COMPILER_VENDOR_IF_IFELSE([defined(sgi) || defined(__sgi)], [oac_cv_c_compiler_vendor="sgi"]) m4trace:configure.ac:255: -1- _OAC_COMPILER_VENDOR_IF_IFELSE([defined(_MSC_VER) || defined(__MSC_VER)], [oac_cv_c_compiler_vendor="microsoft"]) m4trace:configure.ac:255: -1- _OAC_COMPILER_VENDOR_IF_IFELSE([defined(__CC_NORCROFT)], [oac_cv_c_compiler_vendor="norcroft"]) m4trace:configure.ac:255: -1- _OAC_COMPILER_VENDOR_IF_IFELSE([defined(SASC) || defined(__SASC) || defined(__SASC__)], [oac_cv_c_compiler_vendor="sas"]) m4trace:configure.ac:255: -1- _OAC_COMPILER_VENDOR_IF_IFELSE([defined(__SUNPRO_C) || defined(__SUNPRO_CC)], [oac_cv_c_compiler_vendor="sun"]) m4trace:configure.ac:255: -1- _OAC_COMPILER_VENDOR_IF_IFELSE([defined(__TenDRA__)], [oac_cv_c_compiler_vendor="tendra"]) m4trace:configure.ac:255: -1- _OAC_COMPILER_VENDOR_IF_IFELSE([defined(__TINYC__)], [oac_cv_c_compiler_vendor="tiny"]) m4trace:configure.ac:255: -1- _OAC_COMPILER_VENDOR_IF_IFELSE([defined(__USLC__)], [oac_cv_c_compiler_vendor="usl"]) m4trace:configure.ac:255: -1- _OAC_COMPILER_VENDOR_IF_IFELSE([defined(__WATCOMC__)], [oac_cv_c_compiler_vendor="watcom"]) m4trace:configure.ac:255: -1- _OAC_COMPILER_VENDOR_IF_IFELSE([defined(__GNUC__)], [oac_cv_c_compiler_vendor="gnu" # gccfss (gcc for SPARC Systems) is a compiler that is # no longer supported by Oracle. AS_IF([($CC --version | grep gccfss) >/dev/null 2>&1], [oac_cv_c_compiler_vendor="gccfss"])]) m4trace:configure.ac:255: -1- m4_pattern_allow([^_GNU_SOURCE$]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([LDFLAGS], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_CFLAGS([--coverage], [coverage]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [coverage]) m4trace:configure.ac:255: -1- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [coverage]) m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_CFLAGS([-ftest-coverage], [ftest_coverage]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [ftest_coverage]) m4trace:configure.ac:255: -1- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [ftest_coverage]) m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_CFLAGS([-fprofile-arcs], [fprofile_arcs]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [fprofile_arcs]) m4trace:configure.ac:255: -1- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [fprofile_arcs]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_CFLAGS([-finline-functions], [finline_functions]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [finline_functions]) m4trace:configure.ac:255: -1- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [finline_functions]) m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_CFLAGS([$RESTRICT_CFLAGS], [restrict]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [restrict]) m4trace:configure.ac:255: -1- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [restrict]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_C_HAVE_BUILTIN_EXPECT$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_C_HAVE_BUILTIN_PREFETCH$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_C_HAVE_BUILTIN_CLZ$]) m4trace:configure.ac:255: -1- PMIX_ENSURE_CONTAINS_OPTFLAGS(["$PMIX_CFLAGS_BEFORE_PICKY"]) m4trace:configure.ac:255: -1- PMIX_ENSURE_CONTAINS_OPTFLAGS(["$CFLAGS"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_INT8_T$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_UINT8_T$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_INT16_T$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_UINT16_T$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_INT32_T$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_UINT32_T$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_INT64_T$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_UINT64_T$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE___INT128$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_UINT128_T$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_LONG_LONG$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_INTPTR_T$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_UINTPTR_T$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_PTRDIFF_T$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_NETDB_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_NETINET_IN_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_NETINET_TCP_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STRUCT_SOCKADDR_IN$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^SIZEOF__BOOL$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^SIZEOF_SHORT$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^SIZEOF_INT$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^SIZEOF_LONG$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^SIZEOF_VOID_P$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^SIZEOF_SIZE_T$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^SIZEOF_PID_T$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^ALIGNOF_BOOL$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^ALIGNOF_INT$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^ALIGNOF_LONG$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^ALIGNOF_SIZE_T$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^ALIGNOF_LONG_LONG$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^ALIGNOF_DOUBLE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_NEED_C_BOOL$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^SIZEOF__BOOL$]) m4trace:configure.ac:255: -1- PMIX_CHECK_ATTRIBUTES m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_ATTRIBUTE$]) m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_ATTRIBUTE([aligned], [struct foo { char text[4]; } __attribute__ ((__aligned__(8)));], [], []) m4trace:configure.ac:255: -1- _PMIX_ATTRIBUTE_FAIL_SEARCH([aligned]) m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_ATTRIBUTE([always_inline], [int foo (int arg) __attribute__ ((__always_inline__));], [], []) m4trace:configure.ac:255: -1- _PMIX_ATTRIBUTE_FAIL_SEARCH([always_inline]) m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_ATTRIBUTE([cold], [ int foo(int arg1, int arg2) __attribute__ ((__cold__)); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) m4trace:configure.ac:255: -1- _PMIX_ATTRIBUTE_FAIL_SEARCH([cold]) m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_ATTRIBUTE([const], [ int foo(int arg1, int arg2) __attribute__ ((__const__)); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) m4trace:configure.ac:255: -1- _PMIX_ATTRIBUTE_FAIL_SEARCH([const]) m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_ATTRIBUTE([deprecated], [ int foo(int arg1, int arg2) __attribute__ ((__deprecated__)); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) m4trace:configure.ac:255: -1- _PMIX_ATTRIBUTE_FAIL_SEARCH([deprecated]) m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_ATTRIBUTE([deprecated_argument], [ int foo(int arg1, int arg2) __attribute__ ((__deprecated__("compiler allows argument"))); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) m4trace:configure.ac:255: -1- _PMIX_ATTRIBUTE_FAIL_SEARCH([deprecated_argument]) m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_ATTRIBUTE([format], [ int this_printf (void *my_object, const char *my_format, ...) __attribute__ ((__format__ (__printf__, 2, 3))); ], [ static int usage (int * argument); extern int this_printf (int arg1, const char *my_format, ...) __attribute__ ((__format__ (__printf__, 2, 3))); static int usage (int * argument) { return this_printf (*argument, "%d", argument); /* This should produce a format warning */ } /* The autoconf-generated main-function is int main(), which produces a warning by itself */ int main(void); ], [$ATTRIBUTE_CFLAGS]) m4trace:configure.ac:255: -1- _PMIX_ATTRIBUTE_FAIL_SEARCH([format]) m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_ATTRIBUTE([format_funcptr], [ int (*this_printf)(void *my_object, const char *my_format, ...) __attribute__ ((__format__ (__printf__, 2, 3))); ], [ static int usage (int * argument); extern int (*this_printf) (int arg1, const char *my_format, ...) __attribute__ ((__format__ (__printf__, 2, 3))); static int usage (int * argument) { return (*this_printf) (*argument, "%d", argument); /* This should produce a format warning */ } /* The autoconf-generated main-function is int main(), which produces a warning by itself */ int main(void); ], [$ATTRIBUTE_CFLAGS]) m4trace:configure.ac:255: -1- _PMIX_ATTRIBUTE_FAIL_SEARCH([format_funcptr]) m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_ATTRIBUTE([hot], [ int foo(int arg1, int arg2) __attribute__ ((__hot__)); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) m4trace:configure.ac:255: -1- _PMIX_ATTRIBUTE_FAIL_SEARCH([hot]) m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_ATTRIBUTE([malloc], [ #ifdef HAVE_STDLIB_H # include #endif int * foo(int arg1) __attribute__ ((__malloc__)); int * foo(int arg1) { return (int*) malloc(arg1); } ], [], []) m4trace:configure.ac:255: -1- _PMIX_ATTRIBUTE_FAIL_SEARCH([malloc]) m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_ATTRIBUTE([may_alias], [int * p_value __attribute__ ((__may_alias__));], [], []) m4trace:configure.ac:255: -1- _PMIX_ATTRIBUTE_FAIL_SEARCH([may_alias]) m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_ATTRIBUTE([no_instrument_function], [int * foo(int arg1) __attribute__ ((__no_instrument_function__));], [], []) m4trace:configure.ac:255: -1- _PMIX_ATTRIBUTE_FAIL_SEARCH([no_instrument_function]) m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_ATTRIBUTE([nonnull], [ int square(int *arg) __attribute__ ((__nonnull__)); int square(int *arg) { return *arg; } ], [ static int usage(int * argument); int square(int * argument) __attribute__ ((__nonnull__)); int square(int * argument) { return (*argument) * (*argument); } static int usage(int * argument) { return square( ((void*)0) ); /* This should produce an argument must be nonnull warning */ } /* The autoconf-generated main-function is int main(), which produces a warning by itself */ int main(void); ], [$ATTRIBUTE_CFLAGS]) m4trace:configure.ac:255: -1- _PMIX_ATTRIBUTE_FAIL_SEARCH([nonnull]) m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_ATTRIBUTE([noreturn], [ #ifdef HAVE_UNISTD_H # include #endif #ifdef HAVE_STDLIB_H # include #endif void fatal(int arg1) __attribute__ ((__noreturn__)); void fatal(int arg1) { exit(arg1); } ], [], []) m4trace:configure.ac:255: -1- _PMIX_ATTRIBUTE_FAIL_SEARCH([noreturn]) m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_ATTRIBUTE([noreturn_funcptr], [ #ifdef HAVE_UNISTD_H # include #endif #ifdef HAVE_STDLIB_H # include #endif extern void (*fatal_exit)(int arg1) __attribute__ ((__noreturn__)); void fatal(int arg1) { fatal_exit (arg1); } ], [], [$ATTRIBUTE_CFLAGS]) m4trace:configure.ac:255: -1- _PMIX_ATTRIBUTE_FAIL_SEARCH([noreturn_funcptr]) m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_ATTRIBUTE([packed], [ struct foo { char a; int x[2] __attribute__ ((__packed__)); }; ], [], []) m4trace:configure.ac:255: -1- _PMIX_ATTRIBUTE_FAIL_SEARCH([packed]) m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_ATTRIBUTE([pure], [ int square(int arg) __attribute__ ((__pure__)); int square(int arg) { return arg * arg; } ], [], []) m4trace:configure.ac:255: -1- _PMIX_ATTRIBUTE_FAIL_SEARCH([pure]) m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_ATTRIBUTE([sentinel], [ int my_execlp(const char * file, const char *arg, ...) __attribute__ ((__sentinel__)); ], [ static int usage(int * argument); int my_execlp(const char * file, const char *arg, ...) __attribute__ ((__sentinel__)); static int usage(int * argument) { void * last_arg_should_be_null = argument; return my_execlp ("lala", "/home/there", last_arg_should_be_null); /* This should produce a warning */ } /* The autoconf-generated main-function is int main(), which produces a warning by itself */ int main(void); ], [$ATTRIBUTE_CFLAGS]) m4trace:configure.ac:255: -1- _PMIX_ATTRIBUTE_FAIL_SEARCH([sentinel]) m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_ATTRIBUTE([unused], [ int square(int arg1 __attribute__ ((__unused__)), int arg2); int square(int arg1, int arg2) { return arg2; } ], [], []) m4trace:configure.ac:255: -1- _PMIX_ATTRIBUTE_FAIL_SEARCH([unused]) m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_ATTRIBUTE([visibility], [ int square(int arg1) __attribute__ ((__visibility__("hidden"))); ], [], []) m4trace:configure.ac:255: -1- _PMIX_ATTRIBUTE_FAIL_SEARCH([visibility]) m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_ATTRIBUTE([warn_unused_result], [ int foo(int arg) __attribute__ ((__warn_unused_result__)); int foo(int arg) { return arg + 3; } ], [ static int usage(int * argument); int foo(int arg) __attribute__ ((__warn_unused_result__)); int foo(int arg) { return arg + 3; } static int usage(int * argument) { foo (*argument); /* Should produce an unused result warning */ return 0; } /* The autoconf-generated main-function is int main(), which produces a warning by itself */ int main(void); ], [$ATTRIBUTE_CFLAGS]) m4trace:configure.ac:255: -1- _PMIX_ATTRIBUTE_FAIL_SEARCH([warn_unused_result]) m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_ATTRIBUTE([destructor], [ void foo(void) __attribute__ ((__destructor__)); void foo(void) { return ; } ], [], []) m4trace:configure.ac:255: -1- _PMIX_ATTRIBUTE_FAIL_SEARCH([destructor]) m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_ATTRIBUTE([optnone], [ void __attribute__ ((__optnone__)) foo(void); void foo(void) { return ; } ], [], []) m4trace:configure.ac:255: -1- _PMIX_ATTRIBUTE_FAIL_SEARCH([optnone]) m4trace:configure.ac:255: -1- _PMIX_CHECK_SPECIFIC_ATTRIBUTE([extension], [ int i = __extension__ 3; ], [], []) m4trace:configure.ac:255: -1- _PMIX_ATTRIBUTE_FAIL_SEARCH([extension]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_ATTRIBUTE_ALIGNED$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_ATTRIBUTE_ALWAYS_INLINE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_ATTRIBUTE_COLD$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_ATTRIBUTE_CONST$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_ATTRIBUTE_DEPRECATED$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_ATTRIBUTE_FORMAT$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_ATTRIBUTE_FORMAT_FUNCPTR$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_ATTRIBUTE_HOT$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_ATTRIBUTE_MALLOC$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_ATTRIBUTE_MAY_ALIAS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_ATTRIBUTE_NONNULL$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_ATTRIBUTE_NORETURN$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_ATTRIBUTE_NORETURN_FUNCPTR$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_ATTRIBUTE_PACKED$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_ATTRIBUTE_PURE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_ATTRIBUTE_SENTINEL$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_ATTRIBUTE_UNUSED$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_ATTRIBUTE_VISIBILITY$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_ATTRIBUTE_WEAK_ALIAS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_ATTRIBUTE_DESTRUCTOR$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_ATTRIBUTE_OPTNONE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_ATTRIBUTE_EXTENSION$]) m4trace:configure.ac:255: -1- PMIX_CHECK_COMPILER_VERSION_ID m4trace:configure.ac:255: -1- PMIX_CHECK_COMPILER([FAMILYID]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_BUILD_PLATFORM_COMPILER_FAMILYID$]) m4trace:configure.ac:255: -1- PMIX_CHECK_COMPILER([VERSION]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_BUILD_PLATFORM_COMPILER_VERSION$]) m4trace:configure.ac:255: -1- PMIX_CONFIG_ASM m4trace:configure.ac:255: -1- PMIX_CHECK_INLINE_C_GCC([gcc_inline=1], [gcc_inline=0]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_C_GCC_INLINE_ASSEMBLY$]) m4trace:configure.ac:255: -1- PMIX_CHECK_GCC_ATOMIC_BUILTINS m4trace:configure.ac:255: -1- PMIX_CHECK_GCC_BUILTIN_CSWAP_INT128 m4trace:configure.ac:255: -1- PMIX_ASM_CHECK_ATOMIC_FUNC([__atomic_compare_exchange_n], [AC_LANG_SOURCE(PMIX_ATOMIC_COMPARE_EXCHANGE_N_TEST_SOURCE)], [atomic_compare_exchange_n_128_result=1], [atomic_compare_exchange_n_128_result=0]) m4trace:configure.ac:255: -2- PMIX_ATOMIC_COMPARE_EXCHANGE_N_TEST_SOURCE m4trace:configure.ac:255: -2- PMIX_ATOMIC_COMPARE_EXCHANGE_N_TEST_SOURCE m4trace:configure.ac:255: -2- PMIX_ATOMIC_COMPARE_EXCHANGE_N_TEST_SOURCE m4trace:configure.ac:255: -2- PMIX_ATOMIC_COMPARE_EXCHANGE_N_TEST_SOURCE m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_GCC_BUILTIN_CSWAP_INT128$]) m4trace:configure.ac:255: -1- PMIX_CHECK_SYNC_BUILTIN_CSWAP_INT128 m4trace:configure.ac:255: -1- PMIX_ASM_CHECK_ATOMIC_FUNC([__sync_bool_compare_and_swap], [AC_LANG_SOURCE(PMIX_SYNC_BOOL_COMPARE_AND_SWAP_TEST_SOURCE)], [sync_bool_compare_and_swap_128_result=1], [sync_bool_compare_and_swap_128_result=0]) m4trace:configure.ac:255: -2- PMIX_SYNC_BOOL_COMPARE_AND_SWAP_TEST_SOURCE m4trace:configure.ac:255: -2- PMIX_SYNC_BOOL_COMPARE_AND_SWAP_TEST_SOURCE m4trace:configure.ac:255: -2- PMIX_SYNC_BOOL_COMPARE_AND_SWAP_TEST_SOURCE m4trace:configure.ac:255: -2- PMIX_SYNC_BOOL_COMPARE_AND_SWAP_TEST_SOURCE m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_SYNC_BUILTIN_CSWAP_INT128$]) m4trace:configure.ac:255: -1- PMIX_CHECK_C11_CSWAP_INT128 m4trace:configure.ac:255: -1- PMIX_ASM_CHECK_ATOMIC_FUNC([atomic_compare_exchange_strong_16], [AC_LANG_SOURCE(PMIX_ATOMIC_COMPARE_EXCHANGE_STRONG_TEST_SOURCE)], [atomic_compare_exchange_result=1], [atomic_compare_exchange_result=0]) m4trace:configure.ac:255: -2- PMIX_ATOMIC_COMPARE_EXCHANGE_STRONG_TEST_SOURCE m4trace:configure.ac:255: -2- PMIX_ATOMIC_COMPARE_EXCHANGE_STRONG_TEST_SOURCE m4trace:configure.ac:255: -2- PMIX_ATOMIC_COMPARE_EXCHANGE_STRONG_TEST_SOURCE m4trace:configure.ac:255: -2- PMIX_ATOMIC_COMPARE_EXCHANGE_STRONG_TEST_SOURCE m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_C11_CSWAP_INT128$]) m4trace:configure.ac:255: -1- PMIX_CHECK_SYNC_BUILTIN_CSWAP_INT128 m4trace:configure.ac:255: -1- PMIX_ASM_CHECK_ATOMIC_FUNC([__sync_bool_compare_and_swap], [AC_LANG_SOURCE(PMIX_SYNC_BOOL_COMPARE_AND_SWAP_TEST_SOURCE)], [sync_bool_compare_and_swap_128_result=1], [sync_bool_compare_and_swap_128_result=0]) m4trace:configure.ac:255: -2- PMIX_SYNC_BOOL_COMPARE_AND_SWAP_TEST_SOURCE m4trace:configure.ac:255: -2- PMIX_SYNC_BOOL_COMPARE_AND_SWAP_TEST_SOURCE m4trace:configure.ac:255: -2- PMIX_SYNC_BOOL_COMPARE_AND_SWAP_TEST_SOURCE m4trace:configure.ac:255: -2- PMIX_SYNC_BOOL_COMPARE_AND_SWAP_TEST_SOURCE m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_SYNC_BUILTIN_CSWAP_INT128$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_USE_C11_ATOMICS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_USE_GCC_BUILTIN_ATOMICS$]) m4trace:configure.ac:255: -1- PMIX_SUMMARY_ADD([Miscellaneous], [Atomics], [], [$atomics_found]) m4trace:configure.ac:255: -1- OAC_SUMMARY_ADD([Miscellaneous], [Atomics], [$atomics_found]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Miscellaneous])]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_ARPA_INET_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_FCNTL_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_IFADDRS_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_INTTYPES_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_LIBGEN_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_NET_UIO_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_NETINET_IN_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STDINT_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STDDEF_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STDLIB_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STRING_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STRINGS_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SYS_IOCTL_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SYS_PARAM_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SYS_SELECT_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SYS_SOCKET_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SYS_SOCKIO_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STDARG_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SYS_STAT_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SYS_TIME_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SYS_TYPES_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SYS_UN_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SYS_UIO_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SYS_WAIT_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SYSLOG_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_TIME_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_UNISTD_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_DIRENT_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_CRT_EXTERNS_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SIGNAL_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_IOLIB_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SOCKLIB_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_HOSTLIB_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_LIMITS_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SYS_FCNTL_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SYS_STATFS_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SYS_STATVFS_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_NETDB_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_UCRED_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_ZLIB_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SYS_AUXV_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SYS_SYSCTL_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_TERMIO_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_TERMIOS_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_PTY_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_LIBUTIL_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_UTIL_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_GRP_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SYS_CDEFS_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_UTMP_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STROPTS_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SYS_UTSNAME_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STDATOMIC_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_MNTENT_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SYS_MOUNT_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SYS_SYSCTL_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_NET_IF_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STDBOOL_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_USE_STDBOOL_H$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SOCKLEN_T$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STRUCT_SOCKADDR_IN$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STRUCT_SOCKADDR_UN$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STRUCT_SOCKADDR_IN6$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STRUCT_SOCKADDR_STORAGE$]) m4trace:configure.ac:255: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_DECL_AF_UNSPEC$]) m4trace:configure.ac:255: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_DECL_PF_UNSPEC$]) m4trace:configure.ac:255: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_DECL_AF_INET6$]) m4trace:configure.ac:255: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_DECL_PF_INET6$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^CPP$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^CPP$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_SA_RESTART$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STRUCT_SOCKADDR_SA_LEN$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STRUCT_DIRENT_D_TYPE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SIGINFO_T_SI_FD$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SIGINFO_T_SI_BAND$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STRUCT_STATFS_F_TYPE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STRUCT_STATFS_F_FSTYPENAME$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STRUCT_STATVFS_F_BASETYPE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STRUCT_STATVFS_F_FSTYPENAME$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STRUCT_UCRED_UID$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STRUCT_UCRED_CR_UID$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STRUCT_SOCKPEERCRED_UID$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_PTRDIFF_TYPE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_NO_LIB_DESTRUCTOR$]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([PMIX_DESTRUCTOR_USE_FINI], [test x$pmix_destructor_use_fini = x1]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_DESTRUCTOR_USE_FINI_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_DESTRUCTOR_USE_FINI_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([PMIX_DESTRUCTOR_USE_FINI_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([PMIX_DESTRUCTOR_USE_FINI_FALSE]) m4trace:configure.ac:255: -1- PMIX_SEARCH_LIBS_CORE([openpty], [util]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_OPENPTY$]) m4trace:configure.ac:255: -1- PMIX_SEARCH_LIBS_CORE([gethostbyname], [nsl]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_GETHOSTBYNAME$]) m4trace:configure.ac:255: -1- PMIX_SEARCH_LIBS_CORE([socket], [socket]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_SOCKET$]) m4trace:configure.ac:255: -1- PMIX_SEARCH_LIBS_CORE([dirname], [gen]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_DIRNAME$]) m4trace:configure.ac:255: -1- PMIX_SEARCH_LIBS_CORE([ceil], [m]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_CEIL$]) m4trace:configure.ac:255: -1- PMIX_SEARCH_LIBS_CORE([clock_gettime], [rt]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_CLOCK_GETTIME$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_ASPRINTF$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SNPRINTF$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_VASPRINTF$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_VSNPRINTF$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STRSIGNAL$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SOCKETPAIR$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STRNCPY_S$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_USLEEP$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STATFS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STATVFS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_GETPEEREID$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_GETPEERUCRED$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STRNLEN$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_POSIX_FALLOCATE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_TCGETPGRP$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SETPGID$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_PTSNAME$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_OPENPTY$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_SETENV$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_FORK$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_EXECVE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_WAITPID$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_ATEXIT$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_UNIX_BYTESWAP$]) m4trace:configure.ac:255: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_VA_COPY$]) m4trace:configure.ac:255: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_UNDERSCORE_VA_COPY$]) m4trace:configure.ac:255: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_DECL___FUNC__$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^WORDS_BIGENDIAN$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^AC_APPLE_UNIVERSAL_BUILD$]) m4trace:configure.ac:255: -1- PMIX_CONFIG_THREADS m4trace:configure.ac:255: -1- PMIX_CONFIG_POSIX_THREADS([HAVE_POSIX_THREADS=1], [HAVE_POSIX_THREADS=0]) m4trace:configure.ac:255: -1- PMIX_INTL_POSIX_THREADS_PLAIN m4trace:configure.ac:255: -1- PMIX_INTL_POSIX_THREADS_PLAIN_C m4trace:configure.ac:255: -1- PMIX_INTL_PTHREAD_TRY_LINK([pmix_pthread_c_success=1], [pmix_pthread_c_success=0]) m4trace:configure.ac:255: -1- PMIX_INTL_POSIX_THREADS_SPECIAL_FLAGS m4trace:configure.ac:255: -1- PMIX_INTL_POSIX_THREADS_SPECIAL_FLAGS_C m4trace:configure.ac:255: -1- PMIX_INTL_PTHREAD_TRY_LINK([pmix_pthread_c_success=1], [pmix_pthread_c_success=0]) m4trace:configure.ac:255: -1- PMIX_INTL_POSIX_THREADS_LIBS m4trace:configure.ac:255: -1- PMIX_INTL_POSIX_THREADS_LIBS_C m4trace:configure.ac:255: -1- PMIX_INTL_PTHREAD_TRY_LINK([pmix_pthread_c_success=1], [pmix_pthread_c_success=0]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_PTHREAD_MUTEX_ERRORCHECK$]) m4trace:configure.ac:255: -1- PMIX_CHECK_PTHREAD_PIDS m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_ENABLE_MULTI_THREADS$]) m4trace:configure.ac:255: -1- PMIX_WRAPPER_FLAGS_ADD([CFLAGS], [$THREAD_CFLAGS]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_cflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([wrapper_extra_cflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_cflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_WRAPPER_FLAGS_ADD([LDFLAGS], [$THREAD_LDFLAGS]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- m4_pattern_allow([^LN_S$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^GREP$]) m4trace:configure.ac:255: -1- AC_PROG_EGREP m4trace:configure.ac:255: -1- m4_pattern_allow([^EGREP$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_PTHREAD_SETAFFINITY_NP$]) m4trace:configure.ac:255: -1- OAC_SETUP_SPHINX([$srcdir/docs/_build/html/index.html], [], [$srcdir/docs/requirements.txt]) m4trace:configure.ac:255: -1- OAC_ASSERT_PREFIX_DEFINED([OAC_SETUP_SPHINX]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_summary_msg oac_sphinx_result oac_install_docs oac_sphinx_target_version oac_sphinx_found_version]) m4trace:configure.ac:255: -1- m4_pattern_allow([^SPHINX_BUILD$]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([$SPHINX_BUILD -M html . build-html], [OAC_LOG_COMMAND([$SPHINX_BUILD -M man . build-man], [oac_happy=1])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([$SPHINX_BUILD -M html . build-html]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([$SPHINX_BUILD -M man . build-man], [oac_happy=1]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([$SPHINX_BUILD -M man . build-man]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_SUMMARY_ADD([Miscellaneous], [HTML docs and man pages], [$oac_summary_msg]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Miscellaneous])]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- AM_CONDITIONAL([PMIX_BUILD_DOCS], [test -n "$SPHINX_BUILD"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_BUILD_DOCS_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_BUILD_DOCS_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([PMIX_BUILD_DOCS_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([PMIX_BUILD_DOCS_FALSE]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([PMIX_INSTALL_DOCS], [test $oac_install_docs -eq 1]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_INSTALL_DOCS_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_INSTALL_DOCS_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([PMIX_INSTALL_DOCS_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([PMIX_INSTALL_DOCS_FALSE]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_MAKEDIST_DISABLE$]) m4trace:configure.ac:255: -1- PMIX_CHECK_VISIBILITY m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_VISIBILITY$]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([WANT_HIDDEN], [test "$WANT_VISIBILITY" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^WANT_HIDDEN_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^WANT_HIDDEN_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([WANT_HIDDEN_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([WANT_HIDDEN_FALSE]) m4trace:configure.ac:255: -1- PMIX_LIBEVENT_CONFIG([pmix_found_event_lib=1]) m4trace:configure.ac:255: -1- OAC_CHECK_PACKAGE([libevent], [pmix_libevent], [event.h], [event_core event_pthreads $with_libevent_extra_libs], [event_config_new], [], [pmix_libevent_support=0]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_STATIC_CHECK m4trace:configure.ac:255: -1- OAC_LINKER_STATIC_CHECK([oac_cv_check_package_static_linker_flag=yes], [oac_cv_check_package_static_linker_flag=no]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_linker_arg]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([libevent]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_libevent]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pmix_libevent_save_CPPFLAGS check_package_pmix_libevent_save_LDFLAGS check_package_pmix_libevent_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([libevent], [pmix_libevent], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([libevent], [pmix_libevent], [${oac_cv_check_package_libevent_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_INIT m4trace:configure.ac:255: -1- m4_pattern_allow([^PKG_CONFIG$]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libevent_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [pmix_libevent_PC_MODULES=${oac_cv_check_package_libevent_pcfilename} oac_cv_check_package_libevent_pkg_config_exists=yes], [oac_cv_check_package_libevent_pkg_config_exists=no]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_libevent_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_libevent_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libevent_pcfilename}], [--cflags], [oac_cv_check_package_libevent_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent cppflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_libevent_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libevent_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_libevent_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libevent_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_libevent_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent ldflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_libevent_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libevent_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_libevent_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libevent_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_libevent_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent static ldflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_libevent_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libevent_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_libevent_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libevent_pcfilename}], [--libs-only-l], [oac_cv_check_package_libevent_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent libs from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_libevent_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libevent_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_libevent_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libevent_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_libevent_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent libs from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_libevent_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libevent_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_libevent_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([libevent], [pmix_libevent], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([libevent], [pmix_libevent], [${oac_cv_check_package_libevent_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libevent_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_libevent_wrapper_compiler_works=yes], [oac_cv_check_package_libevent_wrapper_compiler_works=no]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_libevent_wrapper_compiler_works=yes], [oac_cv_check_package_libevent_wrapper_compiler_works=no]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libevent_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent cppflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent cppflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libevent_wrapper_compiler_cppflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libevent_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libevent_wrapper_compiler_ldflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libevent_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent static ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent static ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libevent_wrapper_compiler_static_ldflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libevent_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libevent_wrapper_compiler_libs]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libevent_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent static libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent static libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libevent_wrapper_compiler_static_libs]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_GENERIC([libevent], [pmix_libevent], [event.h], [event_core event_pthreads $with_libevent_extra_libs], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([libevent], [pmix_libevent], [event.h], [event_core event_pthreads $with_libevent_extra_libs], [check_package_generic_happy=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_APPEND([pmix_libevent_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_libevent_LIBS]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_libevent_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_libevent_STATIC_LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_APPEND([pmix_libevent_LDFLAGS], [${pmix_libevent_STATIC_LDFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_libevent_LDFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_libevent_LIBS], [${pmix_libevent_STATIC_LIBS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_libevent_LIBS]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_VERIFY([libevent], [pmix_libevent], [event.h], [event_config_new], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:255: -1- OAC_APPEND([CPPFLAGS], [${pmix_libevent_CPPFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([LDFLAGS], [${pmix_libevent_LDFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([LIBS], [${pmix_libevent_LIBS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_DELAYED_LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([PMIX_DELAYED_LIBS], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_DELAYED_LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_prepend oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_prepend oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_prepend oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_WRAPPER_FLAGS_ADD([CPPFLAGS], [$pmix_libevent_CPPFLAGS]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_WRAPPER_FLAGS_ADD([LDFLAGS], [$pmix_libevent_LDFLAGS]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_WRAPPER_FLAGS_ADD([STATIC_LDFLAGS], [$pmix_libevent_STATIC_LDFLAGS]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_DELAYED_LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([PMIX_DELAYED_LIBS], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_DELAYED_LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_WRAPPER_FLAGS_ADD([LIBS], [$pmix_libevent_LIBS]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([wrapper_extra_libs], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_WRAPPER_FLAGS_ADD([STATIC_LIBS], [$pmix_libevent_STATIC_LIBS]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([wrapper_extra_static_libs], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_WRAPPER_FLAGS_ADD([PC_MODULES], [$pmix_libevent_PC_MODULES]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_pkgconfig_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([wrapper_extra_pkgconfig_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_pkgconfig_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_SUMMARY_ADD([Required Packages], [Libevent], [], [$pmix_libevent_SUMMARY]) m4trace:configure.ac:255: -1- OAC_SUMMARY_ADD([Required Packages], [Libevent], [$pmix_libevent_SUMMARY]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Required Packages])]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_LIBEV_CONFIG([pmix_found_event_lib=1]) m4trace:configure.ac:255: -1- OAC_CHECK_PACKAGE([libev], [pmix_libev], [event.h], [ev ${with_libev_extra_libs}], [ev_async_send], [], [pmix_libev_support=0]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([libev]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_libev]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pmix_libev_save_CPPFLAGS check_package_pmix_libev_save_LDFLAGS check_package_pmix_libev_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([libev], [pmix_libev], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([libev], [pmix_libev], [${oac_cv_check_package_libev_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libev_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [pmix_libev_PC_MODULES=${oac_cv_check_package_libev_pcfilename} oac_cv_check_package_libev_pkg_config_exists=yes], [oac_cv_check_package_libev_pkg_config_exists=no]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_libev_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_libev_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libev_pcfilename}], [--cflags], [oac_cv_check_package_libev_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libev cppflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_libev_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libev_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_libev_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libev_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_libev_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libev ldflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_libev_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libev_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_libev_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libev_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_libev_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libev static ldflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_libev_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libev_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_libev_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libev_pcfilename}], [--libs-only-l], [oac_cv_check_package_libev_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libev libs from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_libev_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libev_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_libev_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libev_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_libev_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libev libs from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_libev_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libev_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_libev_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([libev], [pmix_libev], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([libev], [pmix_libev], [${oac_cv_check_package_libev_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libev_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_libev_wrapper_compiler_works=yes], [oac_cv_check_package_libev_wrapper_compiler_works=no]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libev_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_libev_wrapper_compiler_works=yes], [oac_cv_check_package_libev_wrapper_compiler_works=no]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libev_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libev_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libev_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libev cppflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libev_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libev_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libev cppflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libev_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_libev_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libev_wrapper_compiler_cppflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libev_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libev_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libev ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libev_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libev_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libev ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libev_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_libev_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libev_wrapper_compiler_ldflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libev_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libev_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libev static ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libev_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libev_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libev static ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libev_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_libev_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libev_wrapper_compiler_static_ldflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libev_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libev_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libev libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libev_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libev_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libev libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libev_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_libev_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libev_wrapper_compiler_libs]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libev_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libev_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libev static libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libev_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libev_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libev static libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libev_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_libev_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libev_wrapper_compiler_static_libs]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_GENERIC([libev], [pmix_libev], [event.h], [ev ${with_libev_extra_libs}], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([libev], [pmix_libev], [event.h], [ev ${with_libev_extra_libs}], [check_package_generic_happy=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_APPEND([pmix_libev_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_libev_LIBS]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_libev_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_libev_STATIC_LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_APPEND([pmix_libev_LDFLAGS], [${pmix_libev_STATIC_LDFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_libev_LDFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_libev_LIBS], [${pmix_libev_STATIC_LIBS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_libev_LIBS]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_VERIFY([libev], [pmix_libev], [event.h], [ev_async_send], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:255: -1- OAC_APPEND([CPPFLAGS], [${pmix_libev_CPPFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([LDFLAGS], [${pmix_libev_LDFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([LIBS], [${pmix_libev_LIBS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_DELAYED_LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([PMIX_DELAYED_LIBS], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_DELAYED_LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_WRAPPER_FLAGS_ADD([CPPFLAGS], [$pmix_libev_CPPFLAGS]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_WRAPPER_FLAGS_ADD([LDFLAGS], [$pmix_libev_LDFLAGS]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_WRAPPER_FLAGS_ADD([STATIC_LDFLAGS], [$pmix_libev_STATIC_LDFLAGS]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_DELAYED_LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([PMIX_DELAYED_LIBS], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_DELAYED_LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_WRAPPER_FLAGS_ADD([LIBS], [$pmix_libev_LIBS]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([wrapper_extra_libs], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_WRAPPER_FLAGS_ADD([STATIC_LIBS], [$pmix_libev_STATIC_LIBS]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([wrapper_extra_static_libs], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_WRAPPER_FLAGS_ADD([PC_MODULES], [$pmix_hwloc_PC_MODULES]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_pkgconfig_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([wrapper_extra_pkgconfig_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_pkgconfig_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_SUMMARY_ADD([Required Packages], [Libev], [], [$pmix_libev_SUMMARY]) m4trace:configure.ac:255: -1- OAC_SUMMARY_ADD([Required Packages], [Libev], [$pmix_libev_SUMMARY]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Required Packages])]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_LIBEV$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_LIBEVENT$]) m4trace:configure.ac:255: -1- PMIX_SETUP_HWLOC m4trace:configure.ac:255: -1- OAC_CHECK_PACKAGE([hwloc], [pmix_hwloc], [hwloc.h], [hwloc $with_hwloc_extra_libs], [hwloc_topology_init], [], [pmix_hwloc_support=0]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([hwloc]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_hwloc]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pmix_hwloc_save_CPPFLAGS check_package_pmix_hwloc_save_LDFLAGS check_package_pmix_hwloc_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([hwloc], [pmix_hwloc], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([hwloc], [pmix_hwloc], [${oac_cv_check_package_hwloc_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_hwloc_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [pmix_hwloc_PC_MODULES=${oac_cv_check_package_hwloc_pcfilename} oac_cv_check_package_hwloc_pkg_config_exists=yes], [oac_cv_check_package_hwloc_pkg_config_exists=no]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_hwloc_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_hwloc_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_hwloc_pcfilename}], [--cflags], [oac_cv_check_package_hwloc_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc cppflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_hwloc_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_hwloc_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_hwloc_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_hwloc_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_hwloc_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc ldflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_hwloc_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_hwloc_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_hwloc_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_hwloc_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_hwloc_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc static ldflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_hwloc_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_hwloc_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_hwloc_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_hwloc_pcfilename}], [--libs-only-l], [oac_cv_check_package_hwloc_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc libs from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_hwloc_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_hwloc_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_hwloc_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_hwloc_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_hwloc_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc libs from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_hwloc_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_hwloc_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_hwloc_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([hwloc], [pmix_hwloc], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([hwloc], [pmix_hwloc], [${oac_cv_check_package_hwloc_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_hwloc_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_hwloc_wrapper_compiler_works=yes], [oac_cv_check_package_hwloc_wrapper_compiler_works=no]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_hwloc_wrapper_compiler_works=yes], [oac_cv_check_package_hwloc_wrapper_compiler_works=no]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_hwloc_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc cppflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc cppflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_hwloc_wrapper_compiler_cppflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_hwloc_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_hwloc_wrapper_compiler_ldflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_hwloc_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc static ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc static ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_hwloc_wrapper_compiler_static_ldflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_hwloc_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_hwloc_wrapper_compiler_libs]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_hwloc_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc static libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc static libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_hwloc_wrapper_compiler_static_libs]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_GENERIC([hwloc], [pmix_hwloc], [hwloc.h], [hwloc $with_hwloc_extra_libs], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([hwloc], [pmix_hwloc], [hwloc.h], [hwloc $with_hwloc_extra_libs], [check_package_generic_happy=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_APPEND([pmix_hwloc_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_hwloc_LIBS]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_hwloc_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_hwloc_STATIC_LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_APPEND([pmix_hwloc_LDFLAGS], [${pmix_hwloc_STATIC_LDFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_hwloc_LDFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_hwloc_LIBS], [${pmix_hwloc_STATIC_LIBS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_hwloc_LIBS]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_VERIFY([hwloc], [pmix_hwloc], [hwloc.h], [hwloc_topology_init], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:255: -1- OAC_APPEND([CPPFLAGS], [${pmix_hwloc_CPPFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([LDFLAGS], [${pmix_hwloc_LDFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([LIBS], [${pmix_hwloc_LIBS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_DELAYED_LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([PMIX_DELAYED_LIBS], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_DELAYED_LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_prepend oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- AM_CONDITIONAL([PMIX_HWLOC_VERSION_HIGH], [test $pmix_version_high -eq 1]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HWLOC_VERSION_HIGH_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HWLOC_VERSION_HIGH_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([PMIX_HWLOC_VERSION_HIGH_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([PMIX_HWLOC_VERSION_HIGH_FALSE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_WRAPPER_FLAGS_ADD([CPPFLAGS], [$pmix_hwloc_CPPFLAGS]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_WRAPPER_FLAGS_ADD([LDFLAGS], [$pmix_hwloc_LDFLAGS]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_WRAPPER_FLAGS_ADD([STATIC_LDFLAGS], [$pmix_hwloc_STATIC_LDFLAGS]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_DELAYED_LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([PMIX_DELAYED_LIBS], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_DELAYED_LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_WRAPPER_FLAGS_ADD([LIBS], [$pmix_hwloc_LIBS]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([wrapper_extra_libs], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_WRAPPER_FLAGS_ADD([STATIC_LIBS], [$pmix_hwloc_STATIC_LIBS]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([wrapper_extra_static_libs], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_WRAPPER_FLAGS_ADD([PC_MODULES], [$pmix_hwloc_PC_MODULES]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_pkgconfig_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([wrapper_extra_pkgconfig_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([wrapper_extra_pkgconfig_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_SUMMARY_ADD([Required Packages], [HWLOC], [], [$pmix_hwloc_SUMMARY]) m4trace:configure.ac:255: -1- OAC_SUMMARY_ADD([Required Packages], [HWLOC], [$pmix_hwloc_SUMMARY]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Required Packages])]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_CHECK_JANSSON m4trace:configure.ac:255: -1- OAC_CHECK_PACKAGE([jansson], [pmix_check_jansson], [jansson.h], [jansson], [json_loads], [pmix_check_jansson_happy="yes"], [pmix_check_jansson_happy="no"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([jansson]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_check_jansson]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pmix_check_jansson_save_CPPFLAGS check_package_pmix_check_jansson_save_LDFLAGS check_package_pmix_check_jansson_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([jansson], [pmix_check_jansson], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([jansson], [pmix_check_jansson], [${oac_cv_check_package_jansson_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_jansson_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [pmix_check_jansson_PC_MODULES=${oac_cv_check_package_jansson_pcfilename} oac_cv_check_package_jansson_pkg_config_exists=yes], [oac_cv_check_package_jansson_pkg_config_exists=no]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_jansson_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_jansson_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_jansson_pcfilename}], [--cflags], [oac_cv_check_package_jansson_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving jansson cppflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_jansson_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_jansson_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_jansson_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_jansson_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_jansson_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving jansson ldflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_jansson_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_jansson_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_jansson_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_jansson_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_jansson_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving jansson static ldflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_jansson_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_jansson_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_jansson_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_jansson_pcfilename}], [--libs-only-l], [oac_cv_check_package_jansson_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving jansson libs from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_jansson_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_jansson_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_jansson_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_jansson_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_jansson_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving jansson libs from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_jansson_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_jansson_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_jansson_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([jansson], [pmix_check_jansson], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([jansson], [pmix_check_jansson], [${oac_cv_check_package_jansson_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_jansson_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_jansson_wrapper_compiler_works=yes], [oac_cv_check_package_jansson_wrapper_compiler_works=no]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_jansson_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_jansson_wrapper_compiler_works=yes], [oac_cv_check_package_jansson_wrapper_compiler_works=no]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_jansson_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_jansson_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_jansson_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving jansson cppflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_jansson_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_jansson_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving jansson cppflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_jansson_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_jansson_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_jansson_wrapper_compiler_cppflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_jansson_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_jansson_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving jansson ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_jansson_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_jansson_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving jansson ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_jansson_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_jansson_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_jansson_wrapper_compiler_ldflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_jansson_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_jansson_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving jansson static ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_jansson_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_jansson_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving jansson static ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_jansson_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_jansson_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_jansson_wrapper_compiler_static_ldflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_jansson_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_jansson_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving jansson libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_jansson_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_jansson_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving jansson libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_jansson_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_jansson_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_jansson_wrapper_compiler_libs]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_jansson_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_jansson_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving jansson static libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_jansson_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_jansson_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving jansson static libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_jansson_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_jansson_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_jansson_wrapper_compiler_static_libs]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_GENERIC([jansson], [pmix_check_jansson], [jansson.h], [jansson], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([jansson], [pmix_check_jansson], [jansson.h], [jansson], [check_package_generic_happy=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_APPEND([pmix_check_jansson_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_check_jansson_LIBS]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_check_jansson_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_check_jansson_STATIC_LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_APPEND([pmix_check_jansson_LDFLAGS], [${pmix_check_jansson_STATIC_LDFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_check_jansson_LDFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_check_jansson_LIBS], [${pmix_check_jansson_STATIC_LIBS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_check_jansson_LIBS]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_VERIFY([jansson], [pmix_check_jansson], [jansson.h], [json_loads], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:255: -1- OAC_APPEND([CPPFLAGS], [${pmix_check_jansson_CPPFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([LDFLAGS], [${pmix_check_jansson_LDFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([LIBS], [${pmix_check_jansson_LIBS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- AM_CONDITIONAL([HAVE_JANSSON], [test "$pmix_check_jansson_happy" = "yes"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_JANSSON_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_JANSSON_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([HAVE_JANSSON_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([HAVE_JANSSON_FALSE]) m4trace:configure.ac:255: -1- PMIX_SUMMARY_ADD([External Packages], [Jansson], [], [${pmix_check_jansson_SUMMARY}]) m4trace:configure.ac:255: -1- OAC_SUMMARY_ADD([External Packages], [Jansson], [${pmix_check_jansson_SUMMARY}]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([External Packages])]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_CHECK_CURL m4trace:configure.ac:255: -1- OAC_CHECK_PACKAGE([curl], [pmix_check_curl], [curl/curl.h], [curl], [curl_easy_getinfo], [pmix_check_curl_happy="yes"], [pmix_check_curl_happy="no"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([curl]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_check_curl]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pmix_check_curl_save_CPPFLAGS check_package_pmix_check_curl_save_LDFLAGS check_package_pmix_check_curl_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([curl], [pmix_check_curl], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([curl], [pmix_check_curl], [${oac_cv_check_package_curl_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_curl_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [pmix_check_curl_PC_MODULES=${oac_cv_check_package_curl_pcfilename} oac_cv_check_package_curl_pkg_config_exists=yes], [oac_cv_check_package_curl_pkg_config_exists=no]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_curl_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_curl_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_curl_pcfilename}], [--cflags], [oac_cv_check_package_curl_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving curl cppflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_curl_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_curl_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_curl_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_curl_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_curl_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving curl ldflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_curl_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_curl_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_curl_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_curl_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_curl_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving curl static ldflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_curl_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_curl_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_curl_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_curl_pcfilename}], [--libs-only-l], [oac_cv_check_package_curl_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving curl libs from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_curl_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_curl_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_curl_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_curl_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_curl_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving curl libs from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_curl_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_curl_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_curl_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([curl], [pmix_check_curl], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([curl], [pmix_check_curl], [${oac_cv_check_package_curl_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_curl_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_curl_wrapper_compiler_works=yes], [oac_cv_check_package_curl_wrapper_compiler_works=no]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_curl_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_curl_wrapper_compiler_works=yes], [oac_cv_check_package_curl_wrapper_compiler_works=no]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_curl_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_curl_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_curl_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving curl cppflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_curl_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_curl_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving curl cppflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_curl_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_curl_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_curl_wrapper_compiler_cppflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_curl_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_curl_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving curl ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_curl_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_curl_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving curl ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_curl_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_curl_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_curl_wrapper_compiler_ldflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_curl_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_curl_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving curl static ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_curl_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_curl_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving curl static ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_curl_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_curl_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_curl_wrapper_compiler_static_ldflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_curl_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_curl_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving curl libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_curl_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_curl_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving curl libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_curl_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_curl_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_curl_wrapper_compiler_libs]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_curl_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_curl_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving curl static libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_curl_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_curl_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving curl static libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_curl_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_curl_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_curl_wrapper_compiler_static_libs]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_GENERIC([curl], [pmix_check_curl], [curl/curl.h], [curl], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([curl], [pmix_check_curl], [curl/curl.h], [curl], [check_package_generic_happy=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_APPEND([pmix_check_curl_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_check_curl_LIBS]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_check_curl_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_check_curl_STATIC_LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_APPEND([pmix_check_curl_LDFLAGS], [${pmix_check_curl_STATIC_LDFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_check_curl_LDFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_check_curl_LIBS], [${pmix_check_curl_STATIC_LIBS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_check_curl_LIBS]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_VERIFY([curl], [pmix_check_curl], [curl/curl.h], [curl_easy_getinfo], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:255: -1- OAC_APPEND([CPPFLAGS], [${pmix_check_curl_CPPFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([LDFLAGS], [${pmix_check_curl_LDFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([LIBS], [${pmix_check_curl_LIBS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_SUMMARY_ADD([External Packages], [Curl], [], [$pmix_check_curl_SUMMARY]) m4trace:configure.ac:255: -1- OAC_SUMMARY_ADD([External Packages], [Curl], [$pmix_check_curl_SUMMARY]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([External Packages])]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_SHOW_LOAD_ERRORS_DEFAULT$]) m4trace:configure.ac:255: -1- PMIX_CONFIG_SUBDIR_ARGS([pmix_subdir_args]) m4trace:configure.ac:255: -1- PMIX_MCA m4trace:configure.ac:255: -1- MCA_CONFIGURE_FRAMEWORK([bfrops], [1]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_bfrops_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_bfrops_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_bfrops_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([bfrops], [v12], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([bfrops], [v12], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([bfrops], [v12], [compile_mode]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([bfrops], [v12], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_bfrops_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([bfrops], [v12]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_bfrops_v12_DSO], [test "$BUILD_pmix_bfrops_v12_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_bfrops_v12_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_bfrops_v12_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_bfrops_v12_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_bfrops_v12_DSO_FALSE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([bfrops], [v20], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([bfrops], [v20], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([bfrops], [v20], [compile_mode]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([bfrops], [v20], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_bfrops_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([bfrops], [v20]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_bfrops_v20_DSO], [test "$BUILD_pmix_bfrops_v20_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_bfrops_v20_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_bfrops_v20_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_bfrops_v20_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_bfrops_v20_DSO_FALSE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([bfrops], [v21], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([bfrops], [v21], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([bfrops], [v21], [compile_mode]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([bfrops], [v21], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_bfrops_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([bfrops], [v21]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_bfrops_v21_DSO], [test "$BUILD_pmix_bfrops_v21_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_bfrops_v21_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_bfrops_v21_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_bfrops_v21_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_bfrops_v21_DSO_FALSE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([bfrops], [v3], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([bfrops], [v3], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([bfrops], [v3], [compile_mode]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([bfrops], [v3], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_bfrops_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([bfrops], [v3]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_bfrops_v3_DSO], [test "$BUILD_pmix_bfrops_v3_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_bfrops_v3_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_bfrops_v3_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_bfrops_v3_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_bfrops_v3_DSO_FALSE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([bfrops], [v4], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([bfrops], [v4], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([bfrops], [v4], [compile_mode]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([bfrops], [v4], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_bfrops_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([bfrops], [v4]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_bfrops_v4_DSO], [test "$BUILD_pmix_bfrops_v4_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_bfrops_v4_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_bfrops_v4_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_bfrops_v4_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_bfrops_v4_DSO_FALSE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([bfrops], [v41], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([bfrops], [v41], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([bfrops], [v41], [compile_mode]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([bfrops], [v41], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_bfrops_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([bfrops], [v41]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_bfrops_v41_DSO], [test "$BUILD_pmix_bfrops_v41_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_bfrops_v41_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_bfrops_v41_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_bfrops_v41_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_bfrops_v41_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_bfrops_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_bfrops_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_bfrops_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_bfrops_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_bfrops_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_bfrops_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CHECK_IGNORED_PRIORITY([bfrops]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([bfrops], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([bfrops], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([bfrops], [$component], [compile_mode]) m4trace:configure.ac:255: -1- PMIX_CONFIG_SUBDIR([src/mca/bfrops/$component], [$pmix_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([bfrops], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([bfrops], [$component]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_bfrops_ALL_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_bfrops_STATIC_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_bfrops_DSO_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_bfrops_STATIC_LTLIBS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_bfrops_ALL_SUBDIRS], [bfrops], [$all_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_bfrops_ALL_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_bfrops_STATIC_SUBDIRS], [bfrops], [$static_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_bfrops_STATIC_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_bfrops_DSO_SUBDIRS], [bfrops], [$dso_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_bfrops_DSO_SUBDIRS$]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_FRAMEWORK([gds], [1]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_gds_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_gds_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_gds_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_gds_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_gds_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_gds_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_gds_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([gds], [hash], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([gds], [hash], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([gds], [hash], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_gds_hash_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- PMIX_SUMMARY_ADD([GDS], [Hash], [], [$pmix_gds_hash]) m4trace:configure.ac:255: -1- OAC_SUMMARY_ADD([GDS], [Hash], [$pmix_gds_hash]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([GDS])]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([gds], [hash], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_gds_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([gds], [hash]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_gds_hash_DSO], [test "$BUILD_pmix_gds_hash_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_gds_hash_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_gds_hash_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_gds_hash_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_gds_hash_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_gds_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_gds_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_gds_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([gds], [shmem2], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([gds], [shmem2], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([gds], [shmem2], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_gds_shmem2_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- PMIX_SUMMARY_ADD([GDS], [Shared-Memory], [], [$pmix_gds_shmem2]) m4trace:configure.ac:255: -1- OAC_SUMMARY_ADD([GDS], [Shared-Memory], [$pmix_gds_shmem2]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([GDS])]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([gds], [shmem2], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_gds_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([gds], [shmem2]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_gds_shmem2_DSO], [test "$BUILD_pmix_gds_shmem2_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_gds_shmem2_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_gds_shmem2_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_gds_shmem2_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_gds_shmem2_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_gds_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_gds_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_gds_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_gds_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_gds_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CHECK_IGNORED_PRIORITY([gds]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([gds], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([gds], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([gds], [$component], [compile_mode]) m4trace:configure.ac:255: -1- PMIX_CONFIG_SUBDIR([src/mca/gds/$component], [$pmix_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([gds], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([gds], [$component]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_gds_ALL_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_gds_STATIC_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_gds_DSO_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_gds_STATIC_LTLIBS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_gds_ALL_SUBDIRS], [gds], [$all_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_gds_ALL_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_gds_STATIC_SUBDIRS], [gds], [$static_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_gds_STATIC_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_gds_DSO_SUBDIRS], [gds], [$dso_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_gds_DSO_SUBDIRS$]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_FRAMEWORK([pcompress], [1]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pcompress_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pcompress_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pcompress_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pcompress_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pcompress_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pcompress_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pcompress_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([pcompress], [zlib], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pcompress], [zlib], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([pcompress], [zlib], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_pcompress_zlib_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- OAC_CHECK_PACKAGE([zlib], [pcompress_zlib], [zlib.h], [z], [deflate], [pmix_zlib_support=1], [pmix_zlib_support=0]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([zlib]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pcompress_zlib]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pcompress_zlib_save_CPPFLAGS check_package_pcompress_zlib_save_LDFLAGS check_package_pcompress_zlib_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([zlib], [pcompress_zlib], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([zlib], [pcompress_zlib], [${oac_cv_check_package_zlib_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_zlib_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [pcompress_zlib_PC_MODULES=${oac_cv_check_package_zlib_pcfilename} oac_cv_check_package_zlib_pkg_config_exists=yes], [oac_cv_check_package_zlib_pkg_config_exists=no]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_zlib_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_zlib_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_zlib_pcfilename}], [--cflags], [oac_cv_check_package_zlib_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving zlib cppflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_zlib_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_zlib_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_zlib_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_zlib_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_zlib_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving zlib ldflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_zlib_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_zlib_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_zlib_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_zlib_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_zlib_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving zlib static ldflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_zlib_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_zlib_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_zlib_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_zlib_pcfilename}], [--libs-only-l], [oac_cv_check_package_zlib_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving zlib libs from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_zlib_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_zlib_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_zlib_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_zlib_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_zlib_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving zlib libs from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_zlib_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_zlib_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_zlib_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([zlib], [pcompress_zlib], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([zlib], [pcompress_zlib], [${oac_cv_check_package_zlib_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_zlib_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_zlib_wrapper_compiler_works=yes], [oac_cv_check_package_zlib_wrapper_compiler_works=no]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_zlib_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_zlib_wrapper_compiler_works=yes], [oac_cv_check_package_zlib_wrapper_compiler_works=no]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_zlib_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_zlib_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_zlib_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving zlib cppflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_zlib_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_zlib_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving zlib cppflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_zlib_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_zlib_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_zlib_wrapper_compiler_cppflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_zlib_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_zlib_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving zlib ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_zlib_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_zlib_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving zlib ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_zlib_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_zlib_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_zlib_wrapper_compiler_ldflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_zlib_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_zlib_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving zlib static ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_zlib_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_zlib_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving zlib static ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_zlib_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_zlib_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_zlib_wrapper_compiler_static_ldflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_zlib_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_zlib_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving zlib libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_zlib_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_zlib_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving zlib libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_zlib_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_zlib_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_zlib_wrapper_compiler_libs]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_zlib_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_zlib_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving zlib static libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_zlib_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_zlib_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving zlib static libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_zlib_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_zlib_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_zlib_wrapper_compiler_static_libs]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_GENERIC([zlib], [pcompress_zlib], [zlib.h], [z], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([zlib], [pcompress_zlib], [zlib.h], [z], [check_package_generic_happy=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_APPEND([pcompress_zlib_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pcompress_zlib_LIBS]) m4trace:configure.ac:255: -1- OAC_APPEND([pcompress_zlib_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pcompress_zlib_STATIC_LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_APPEND([pcompress_zlib_LDFLAGS], [${pcompress_zlib_STATIC_LDFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pcompress_zlib_LDFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([pcompress_zlib_LIBS], [${pcompress_zlib_STATIC_LIBS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pcompress_zlib_LIBS]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_VERIFY([zlib], [pcompress_zlib], [zlib.h], [deflate], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:255: -1- OAC_APPEND([CPPFLAGS], [${pcompress_zlib_CPPFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([LDFLAGS], [${pcompress_zlib_LDFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([LIBS], [${pcompress_zlib_LIBS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_SUMMARY_ADD([External Packages], [ZLIB], [], [${pcompress_zlib_SUMMARY}]) m4trace:configure.ac:255: -1- OAC_SUMMARY_ADD([External Packages], [ZLIB], [${pcompress_zlib_SUMMARY}]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([External Packages])]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- m4_pattern_allow([^pcompress_zlib_CPPFLAGS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^pcompress_zlib_LDFLAGS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^pcompress_zlib_LIBS$]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pcompress], [zlib], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pcompress_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pcompress], [zlib]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_pcompress_zlib_DSO], [test "$BUILD_pmix_pcompress_zlib_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pcompress_zlib_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pcompress_zlib_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pcompress_zlib_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pcompress_zlib_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pcompress_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pcompress_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pcompress_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pcompress_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pcompress_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CHECK_IGNORED_PRIORITY([pcompress]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([pcompress], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pcompress], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([pcompress], [$component], [compile_mode]) m4trace:configure.ac:255: -1- PMIX_CONFIG_SUBDIR([src/mca/pcompress/$component], [$pmix_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pcompress], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pcompress], [$component]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pcompress_ALL_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pcompress_STATIC_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pcompress_DSO_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pcompress_STATIC_LTLIBS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pcompress_ALL_SUBDIRS], [pcompress], [$all_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pcompress_ALL_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pcompress_STATIC_SUBDIRS], [pcompress], [$static_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pcompress_STATIC_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pcompress_DSO_SUBDIRS], [pcompress], [$dso_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pcompress_DSO_SUBDIRS$]) m4trace:configure.ac:255: -1- MCA_pmix_pdl_CONFIG([pdl]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_FRAMEWORK([pdl], [$want_pdl]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pdl_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pdl_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pdl_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pdl_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_ORDER_COMPONENT_LIST([pdl]) m4trace:configure.ac:255: -4- PMIX_EVAL_ARG([MCA_pmix_pdl_pdlopen_PRIORITY ]) m4trace:configure.ac:255: -4- MCA_pmix_pdl_pdlopen_PRIORITY m4trace:configure.ac:255: -4- PMIX_EVAL_ARG([MCA_pmix_pdl_plibltdl_PRIORITY ]) m4trace:configure.ac:255: -4- MCA_pmix_pdl_plibltdl_PRIORITY m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pdl_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([pdl], [pdlopen], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_pmix_pdl_pdlopen_PRIORITY m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pdl], [pdlopen], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_pmix_pdl_pdlopen_COMPILE_MODE([pdl], [pdlopen], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_pdl_pdlopen_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- OAC_CHECK_PACKAGE([dlopen], [pmix_pdl_pdlopen], [dlfcn.h], [dl], [dlopen], [pmix_pdl_pdlopen_happy=yes], [pmix_pdl_pdlopen_happy=no]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([dlopen]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_pdl_pdlopen]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pmix_pdl_pdlopen_save_CPPFLAGS check_package_pmix_pdl_pdlopen_save_LDFLAGS check_package_pmix_pdl_pdlopen_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([dlopen], [pmix_pdl_pdlopen], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([dlopen], [pmix_pdl_pdlopen], [${oac_cv_check_package_dlopen_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_dlopen_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [pmix_pdl_pdlopen_PC_MODULES=${oac_cv_check_package_dlopen_pcfilename} oac_cv_check_package_dlopen_pkg_config_exists=yes], [oac_cv_check_package_dlopen_pkg_config_exists=no]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_dlopen_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_dlopen_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_dlopen_pcfilename}], [--cflags], [oac_cv_check_package_dlopen_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen cppflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_dlopen_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_dlopen_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_dlopen_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_dlopen_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_dlopen_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen ldflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_dlopen_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_dlopen_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_dlopen_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_dlopen_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_dlopen_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen static ldflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_dlopen_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_dlopen_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_dlopen_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_dlopen_pcfilename}], [--libs-only-l], [oac_cv_check_package_dlopen_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen libs from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_dlopen_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_dlopen_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_dlopen_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_dlopen_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_dlopen_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen libs from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_dlopen_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_dlopen_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_dlopen_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([dlopen], [pmix_pdl_pdlopen], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([dlopen], [pmix_pdl_pdlopen], [${oac_cv_check_package_dlopen_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_dlopen_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_dlopen_wrapper_compiler_works=yes], [oac_cv_check_package_dlopen_wrapper_compiler_works=no]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_dlopen_wrapper_compiler_works=yes], [oac_cv_check_package_dlopen_wrapper_compiler_works=no]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_dlopen_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen cppflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen cppflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_dlopen_wrapper_compiler_cppflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_dlopen_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_dlopen_wrapper_compiler_ldflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_dlopen_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen static ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen static ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_dlopen_wrapper_compiler_static_ldflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_dlopen_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_dlopen_wrapper_compiler_libs]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_dlopen_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen static libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen static libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_dlopen_wrapper_compiler_static_libs]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_GENERIC([dlopen], [pmix_pdl_pdlopen], [dlfcn.h], [dl], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([dlopen], [pmix_pdl_pdlopen], [dlfcn.h], [dl], [check_package_generic_happy=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_APPEND([pmix_pdl_pdlopen_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_pdl_pdlopen_LIBS]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_pdl_pdlopen_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_pdl_pdlopen_STATIC_LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_APPEND([pmix_pdl_pdlopen_LDFLAGS], [${pmix_pdl_pdlopen_STATIC_LDFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_pdl_pdlopen_LDFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_pdl_pdlopen_LIBS], [${pmix_pdl_pdlopen_STATIC_LIBS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_pdl_pdlopen_LIBS]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_VERIFY([dlopen], [pmix_pdl_pdlopen], [dlfcn.h], [dlopen], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:255: -1- OAC_APPEND([CPPFLAGS], [${pmix_pdl_pdlopen_CPPFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([LDFLAGS], [${pmix_pdl_pdlopen_LDFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([LIBS], [${pmix_pdl_pdlopen_LIBS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- m4_pattern_allow([^pmix_pdl_pdlopen_LIBS$]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pdl], [pdlopen], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pdl_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pdl], [pdlopen]) m4trace:configure.ac:255: -1- MCA_pmix_pdl_pdlopen_POST_CONFIG([$should_build]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_pdl_pdlopen_DSO], [test "$BUILD_pmix_pdl_pdlopen_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pdl_pdlopen_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pdl_pdlopen_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pdl_pdlopen_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pdl_pdlopen_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pdl_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pdl_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pdl_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([pdl], [plibltdl], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_pmix_pdl_plibltdl_PRIORITY m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pdl], [plibltdl], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_pmix_pdl_plibltdl_COMPILE_MODE([pdl], [plibltdl], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_pdl_plibltdl_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- OAC_CHECK_PACKAGE([libltdl], [pmix_pdl_plibltdl], [ltdl.h], [ltdl], [lt_dlopen], [pmix_pdl_plibltdl_happy=yes], [pmix_pdl_plibltdl_happy=no]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([libltdl]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_pdl_plibltdl]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pmix_pdl_plibltdl_save_CPPFLAGS check_package_pmix_pdl_plibltdl_save_LDFLAGS check_package_pmix_pdl_plibltdl_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([libltdl], [pmix_pdl_plibltdl], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([libltdl], [pmix_pdl_plibltdl], [${oac_cv_check_package_libltdl_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libltdl_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [pmix_pdl_plibltdl_PC_MODULES=${oac_cv_check_package_libltdl_pcfilename} oac_cv_check_package_libltdl_pkg_config_exists=yes], [oac_cv_check_package_libltdl_pkg_config_exists=no]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_libltdl_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_libltdl_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libltdl_pcfilename}], [--cflags], [oac_cv_check_package_libltdl_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl cppflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_libltdl_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libltdl_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_libltdl_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libltdl_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_libltdl_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl ldflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_libltdl_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libltdl_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_libltdl_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libltdl_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_libltdl_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl static ldflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_libltdl_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libltdl_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_libltdl_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libltdl_pcfilename}], [--libs-only-l], [oac_cv_check_package_libltdl_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl libs from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_libltdl_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libltdl_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_libltdl_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libltdl_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_libltdl_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl libs from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_libltdl_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libltdl_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_libltdl_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([libltdl], [pmix_pdl_plibltdl], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([libltdl], [pmix_pdl_plibltdl], [${oac_cv_check_package_libltdl_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libltdl_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_libltdl_wrapper_compiler_works=yes], [oac_cv_check_package_libltdl_wrapper_compiler_works=no]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_libltdl_wrapper_compiler_works=yes], [oac_cv_check_package_libltdl_wrapper_compiler_works=no]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libltdl_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl cppflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl cppflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libltdl_wrapper_compiler_cppflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libltdl_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libltdl_wrapper_compiler_ldflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libltdl_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl static ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl static ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libltdl_wrapper_compiler_static_ldflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libltdl_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libltdl_wrapper_compiler_libs]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libltdl_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl static libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl static libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libltdl_wrapper_compiler_static_libs]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_GENERIC([libltdl], [pmix_pdl_plibltdl], [ltdl.h], [ltdl], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([libltdl], [pmix_pdl_plibltdl], [ltdl.h], [ltdl], [check_package_generic_happy=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_APPEND([pmix_pdl_plibltdl_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_pdl_plibltdl_LIBS]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_pdl_plibltdl_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_pdl_plibltdl_STATIC_LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_APPEND([pmix_pdl_plibltdl_LDFLAGS], [${pmix_pdl_plibltdl_STATIC_LDFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_pdl_plibltdl_LDFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_pdl_plibltdl_LIBS], [${pmix_pdl_plibltdl_STATIC_LIBS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_pdl_plibltdl_LIBS]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_VERIFY([libltdl], [pmix_pdl_plibltdl], [ltdl.h], [lt_dlopen], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:255: -1- OAC_APPEND([CPPFLAGS], [${pmix_pdl_plibltdl_CPPFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([LDFLAGS], [${pmix_pdl_plibltdl_LDFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([LIBS], [${pmix_pdl_plibltdl_LIBS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_PDL_PLIBLTDL_HAVE_LT_DLADVISE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^pmix_pdl_plibltdl_CPPFLAGS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^pmix_pdl_plibltdl_LDFLAGS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^pmix_pdl_plibltdl_LIBS$]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pdl], [plibltdl], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pdl_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pdl], [plibltdl]) m4trace:configure.ac:255: -1- MCA_pmix_pdl_plibltdl_POST_CONFIG([$should_build]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_pdl_plibltdl_DSO], [test "$BUILD_pmix_pdl_plibltdl_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pdl_plibltdl_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pdl_plibltdl_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pdl_plibltdl_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pdl_plibltdl_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pdl_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pdl_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pdl_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pdl_ALL_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pdl_STATIC_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pdl_DSO_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pdl_STATIC_LTLIBS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pdl_ALL_SUBDIRS], [pdl], [$all_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pdl_ALL_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pdl_STATIC_SUBDIRS], [pdl], [$static_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pdl_STATIC_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pdl_DSO_SUBDIRS], [pdl], [$dso_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pdl_DSO_SUBDIRS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_PDL_SUPPORT$]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_FRAMEWORK([pfexec], [1]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pfexec_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pfexec_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pfexec_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pfexec_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pfexec_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pfexec_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pfexec_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([pfexec], [linux], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pfexec], [linux], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([pfexec], [linux], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_pfexec_linux_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pfexec], [linux], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pfexec_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pfexec], [linux]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_pfexec_linux_DSO], [test "$BUILD_pmix_pfexec_linux_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pfexec_linux_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pfexec_linux_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pfexec_linux_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pfexec_linux_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pfexec_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pfexec_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pfexec_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pfexec_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pfexec_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CHECK_IGNORED_PRIORITY([pfexec]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([pfexec], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pfexec], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([pfexec], [$component], [compile_mode]) m4trace:configure.ac:255: -1- PMIX_CONFIG_SUBDIR([src/mca/pfexec/$component], [$pmix_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pfexec], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pfexec], [$component]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pfexec_ALL_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pfexec_STATIC_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pfexec_DSO_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pfexec_STATIC_LTLIBS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pfexec_ALL_SUBDIRS], [pfexec], [$all_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pfexec_ALL_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pfexec_STATIC_SUBDIRS], [pfexec], [$static_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pfexec_STATIC_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pfexec_DSO_SUBDIRS], [pfexec], [$dso_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pfexec_DSO_SUBDIRS$]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_FRAMEWORK([pgpu], [1]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pgpu_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pgpu_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pgpu_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pgpu_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pgpu_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pgpu_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pgpu_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([pgpu], [amd], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pgpu], [amd], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([pgpu], [amd], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_pgpu_amd_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- PMIX_SUMMARY_ADD([GPUs], [AMD], [], [$pmix_pgpu_amd_happy]) m4trace:configure.ac:255: -1- OAC_SUMMARY_ADD([GPUs], [AMD], [$pmix_pgpu_amd_happy]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([GPUs])]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pgpu], [amd], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pgpu_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pgpu], [amd]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_pgpu_amd_DSO], [test "$BUILD_pmix_pgpu_amd_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pgpu_amd_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pgpu_amd_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pgpu_amd_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pgpu_amd_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pgpu_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pgpu_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pgpu_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([pgpu], [intel], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pgpu], [intel], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([pgpu], [intel], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_pgpu_intel_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- PMIX_SUMMARY_ADD([GPUs], [Intel], [], [$pmix_pgpu_intel_happy]) m4trace:configure.ac:255: -1- OAC_SUMMARY_ADD([GPUs], [Intel], [$pmix_pgpu_intel_happy]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([GPUs])]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pgpu], [intel], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pgpu_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pgpu], [intel]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_pgpu_intel_DSO], [test "$BUILD_pmix_pgpu_intel_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pgpu_intel_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pgpu_intel_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pgpu_intel_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pgpu_intel_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pgpu_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pgpu_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pgpu_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([pgpu], [nvd], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pgpu], [nvd], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([pgpu], [nvd], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_pgpu_nvd_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- PMIX_SUMMARY_ADD([GPUs], [NVIDIA], [], [$pmix_pgpu_nvd_happy]) m4trace:configure.ac:255: -1- OAC_SUMMARY_ADD([GPUs], [NVIDIA], [$pmix_pgpu_nvd_happy]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([GPUs])]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pgpu], [nvd], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pgpu_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pgpu], [nvd]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_pgpu_nvd_DSO], [test "$BUILD_pmix_pgpu_nvd_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pgpu_nvd_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pgpu_nvd_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pgpu_nvd_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pgpu_nvd_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pgpu_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pgpu_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pgpu_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pgpu_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pgpu_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CHECK_IGNORED_PRIORITY([pgpu]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([pgpu], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pgpu], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([pgpu], [$component], [compile_mode]) m4trace:configure.ac:255: -1- PMIX_CONFIG_SUBDIR([src/mca/pgpu/$component], [$pmix_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pgpu], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pgpu], [$component]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pgpu_ALL_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pgpu_STATIC_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pgpu_DSO_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pgpu_STATIC_LTLIBS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pgpu_ALL_SUBDIRS], [pgpu], [$all_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pgpu_ALL_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pgpu_STATIC_SUBDIRS], [pgpu], [$static_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pgpu_STATIC_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pgpu_DSO_SUBDIRS], [pgpu], [$dso_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pgpu_DSO_SUBDIRS$]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_FRAMEWORK([pif], [1]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([pif], [bsdx_ipv4], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pif], [bsdx_ipv4], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_pmix_pif_bsdx_ipv4_COMPILE_MODE([pif], [bsdx_ipv4], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_pif_bsdx_ipv4_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pif], [bsdx_ipv4], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pif], [bsdx_ipv4]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_pif_bsdx_ipv4_DSO], [test "$BUILD_pmix_pif_bsdx_ipv4_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pif_bsdx_ipv4_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pif_bsdx_ipv4_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pif_bsdx_ipv4_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pif_bsdx_ipv4_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([pif], [bsdx_ipv6], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pif], [bsdx_ipv6], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_pmix_pif_bsdx_ipv6_COMPILE_MODE([pif], [bsdx_ipv6], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_pif_bsdx_ipv6_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pif], [bsdx_ipv6], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pif], [bsdx_ipv6]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_pif_bsdx_ipv6_DSO], [test "$BUILD_pmix_pif_bsdx_ipv6_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pif_bsdx_ipv6_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pif_bsdx_ipv6_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pif_bsdx_ipv6_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pif_bsdx_ipv6_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([pif], [linux_ipv6], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pif], [linux_ipv6], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_pmix_pif_linux_ipv6_COMPILE_MODE([pif], [linux_ipv6], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_pif_linux_ipv6_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pif], [linux_ipv6], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pif], [linux_ipv6]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_pif_linux_ipv6_DSO], [test "$BUILD_pmix_pif_linux_ipv6_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pif_linux_ipv6_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pif_linux_ipv6_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pif_linux_ipv6_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pif_linux_ipv6_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([pif], [posix_ipv4], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pif], [posix_ipv4], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_pmix_pif_posix_ipv4_COMPILE_MODE([pif], [posix_ipv4], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_pif_posix_ipv4_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STRUCT_IFREQ_IFR_HWADDR$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_STRUCT_IFREQ_IFR_MTU$]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pif], [posix_ipv4], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pif], [posix_ipv4]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_pif_posix_ipv4_DSO], [test "$BUILD_pmix_pif_posix_ipv4_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pif_posix_ipv4_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pif_posix_ipv4_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pif_posix_ipv4_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pif_posix_ipv4_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([pif], [solaris_ipv6], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pif], [solaris_ipv6], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_pmix_pif_solaris_ipv6_COMPILE_MODE([pif], [solaris_ipv6], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_pif_solaris_ipv6_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pif], [solaris_ipv6], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pif], [solaris_ipv6]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_pif_solaris_ipv6_DSO], [test "$BUILD_pmix_pif_solaris_ipv6_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pif_solaris_ipv6_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pif_solaris_ipv6_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pif_solaris_ipv6_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pif_solaris_ipv6_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pif_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CHECK_IGNORED_PRIORITY([pif]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([pif], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pif], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([pif], [$component], [compile_mode]) m4trace:configure.ac:255: -1- PMIX_CONFIG_SUBDIR([src/mca/pif/$component], [$pmix_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pif], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pif], [$component]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pif_ALL_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pif_STATIC_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pif_DSO_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pif_STATIC_LTLIBS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pif_ALL_SUBDIRS], [pif], [$all_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pif_ALL_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pif_STATIC_SUBDIRS], [pif], [$static_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pif_STATIC_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pif_DSO_SUBDIRS], [pif], [$dso_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pif_DSO_SUBDIRS$]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_FRAMEWORK([pinstalldirs], [1]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- MCA_pmix_pinstalldirs_CONFIGURE_MODE m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- MCA_pmix_pinstalldirs_CONFIGURE_MODE m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- MCA_pmix_pinstalldirs_CONFIGURE_MODE m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- MCA_pmix_pinstalldirs_CONFIGURE_MODE m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- MCA_pmix_pinstalldirs_CONFIGURE_MODE m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- MCA_pmix_pinstalldirs_CONFIGURE_MODE m4trace:configure.ac:255: -1- MCA_ORDER_COMPONENT_LIST([pinstalldirs]) m4trace:configure.ac:255: -4- PMIX_EVAL_ARG([MCA_pmix_pinstalldirs_config_PRIORITY ]) m4trace:configure.ac:255: -4- MCA_pmix_pinstalldirs_config_PRIORITY m4trace:configure.ac:255: -4- PMIX_EVAL_ARG([MCA_pmix_pinstalldirs_env_PRIORITY ]) m4trace:configure.ac:255: -4- MCA_pmix_pinstalldirs_env_PRIORITY m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- MCA_pmix_pinstalldirs_CONFIGURE_MODE m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([pinstalldirs], [env], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_pmix_pinstalldirs_env_PRIORITY m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pinstalldirs], [env], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_pmix_pinstalldirs_env_COMPILE_MODE([pinstalldirs], [env], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_pinstalldirs_env_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pinstalldirs], [env], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pinstalldirs], [env]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_pinstalldirs_env_DSO], [test "$BUILD_pmix_pinstalldirs_env_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pinstalldirs_env_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pinstalldirs_env_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pinstalldirs_env_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pinstalldirs_env_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- MCA_pmix_pinstalldirs_CONFIGURE_MODE m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- MCA_pmix_pinstalldirs_CONFIGURE_MODE m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- MCA_pmix_pinstalldirs_CONFIGURE_MODE m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([pinstalldirs], [config], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_pmix_pinstalldirs_config_PRIORITY m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pinstalldirs], [config], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_pmix_pinstalldirs_config_COMPILE_MODE([pinstalldirs], [config], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_pinstalldirs_config_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pinstalldirs], [config], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pinstalldirs], [config]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_pinstalldirs_config_DSO], [test "$BUILD_pmix_pinstalldirs_config_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pinstalldirs_config_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pinstalldirs_config_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pinstalldirs_config_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pinstalldirs_config_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- MCA_pmix_pinstalldirs_CONFIGURE_MODE m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- MCA_pmix_pinstalldirs_CONFIGURE_MODE m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- MCA_pmix_pinstalldirs_CONFIGURE_MODE m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- MCA_pmix_pinstalldirs_CONFIGURE_MODE m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- MCA_pmix_pinstalldirs_CONFIGURE_MODE m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pinstalldirs_ALL_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pinstalldirs_STATIC_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pinstalldirs_DSO_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pinstalldirs_STATIC_LTLIBS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pinstalldirs_ALL_SUBDIRS], [pinstalldirs], [$all_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pinstalldirs_ALL_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pinstalldirs_STATIC_SUBDIRS], [pinstalldirs], [$static_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pinstalldirs_STATIC_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pinstalldirs_DSO_SUBDIRS], [pinstalldirs], [$dso_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pinstalldirs_DSO_SUBDIRS$]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_FRAMEWORK([plog], [1]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_plog_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_plog_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_plog_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([plog], [default], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([plog], [default], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([plog], [default], [compile_mode]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([plog], [default], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_plog_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([plog], [default]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_plog_default_DSO], [test "$BUILD_pmix_plog_default_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_plog_default_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_plog_default_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_plog_default_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_plog_default_DSO_FALSE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([plog], [stdfd], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([plog], [stdfd], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([plog], [stdfd], [compile_mode]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([plog], [stdfd], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_plog_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([plog], [stdfd]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_plog_stdfd_DSO], [test "$BUILD_pmix_plog_stdfd_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_plog_stdfd_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_plog_stdfd_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_plog_stdfd_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_plog_stdfd_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_plog_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_plog_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_plog_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_plog_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([plog], [syslog], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([plog], [syslog], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([plog], [syslog], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_plog_syslog_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([plog], [syslog], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_plog_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([plog], [syslog]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_plog_syslog_DSO], [test "$BUILD_pmix_plog_syslog_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_plog_syslog_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_plog_syslog_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_plog_syslog_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_plog_syslog_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_plog_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_plog_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_plog_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_plog_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_plog_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CHECK_IGNORED_PRIORITY([plog]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([plog], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([plog], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([plog], [$component], [compile_mode]) m4trace:configure.ac:255: -1- PMIX_CONFIG_SUBDIR([src/mca/plog/$component], [$pmix_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([plog], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([plog], [$component]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_plog_ALL_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_plog_STATIC_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_plog_DSO_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_plog_STATIC_LTLIBS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_plog_ALL_SUBDIRS], [plog], [$all_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_plog_ALL_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_plog_STATIC_SUBDIRS], [plog], [$static_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_plog_STATIC_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_plog_DSO_SUBDIRS], [plog], [$dso_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_plog_DSO_SUBDIRS$]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_FRAMEWORK([pmdl], [1]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pmdl_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pmdl_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pmdl_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([pmdl], [mpich], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pmdl], [mpich], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([pmdl], [mpich], [compile_mode]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pmdl], [mpich], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmdl_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pmdl], [mpich]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_pmdl_mpich_DSO], [test "$BUILD_pmix_pmdl_mpich_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pmdl_mpich_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pmdl_mpich_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pmdl_mpich_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pmdl_mpich_DSO_FALSE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([pmdl], [ompi], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pmdl], [ompi], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([pmdl], [ompi], [compile_mode]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pmdl], [ompi], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmdl_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pmdl], [ompi]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_pmdl_ompi_DSO], [test "$BUILD_pmix_pmdl_ompi_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pmdl_ompi_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pmdl_ompi_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pmdl_ompi_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pmdl_ompi_DSO_FALSE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([pmdl], [oshmem], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pmdl], [oshmem], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([pmdl], [oshmem], [compile_mode]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pmdl], [oshmem], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmdl_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pmdl], [oshmem]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_pmdl_oshmem_DSO], [test "$BUILD_pmix_pmdl_oshmem_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pmdl_oshmem_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pmdl_oshmem_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pmdl_oshmem_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pmdl_oshmem_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pmdl_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pmdl_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pmdl_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pmdl_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pmdl_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pmdl_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CHECK_IGNORED_PRIORITY([pmdl]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([pmdl], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pmdl], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([pmdl], [$component], [compile_mode]) m4trace:configure.ac:255: -1- PMIX_CONFIG_SUBDIR([src/mca/pmdl/$component], [$pmix_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pmdl], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pmdl], [$component]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pmdl_ALL_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pmdl_STATIC_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pmdl_DSO_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pmdl_STATIC_LTLIBS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pmdl_ALL_SUBDIRS], [pmdl], [$all_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pmdl_ALL_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pmdl_STATIC_SUBDIRS], [pmdl], [$static_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pmdl_STATIC_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pmdl_DSO_SUBDIRS], [pmdl], [$dso_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pmdl_DSO_SUBDIRS$]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_FRAMEWORK([pnet], [1]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([pnet], [nvd], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pnet], [nvd], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([pnet], [nvd], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_pnet_nvd_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- PMIX_SUMMARY_ADD([Transports], [NVIDIA], [], [$pmix_nvd_happy]) m4trace:configure.ac:255: -1- OAC_SUMMARY_ADD([Transports], [NVIDIA], [$pmix_nvd_happy]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pnet], [nvd], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pnet], [nvd]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_pnet_nvd_DSO], [test "$BUILD_pmix_pnet_nvd_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pnet_nvd_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pnet_nvd_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pnet_nvd_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pnet_nvd_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([pnet], [opa], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pnet], [opa], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([pnet], [opa], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_pnet_opa_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- PMIX_SUMMARY_ADD([Transports], [OmniPath], [], [$pmix_pnet_opa]) m4trace:configure.ac:255: -1- OAC_SUMMARY_ADD([Transports], [OmniPath], [$pmix_pnet_opa]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pnet], [opa], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pnet], [opa]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_pnet_opa_DSO], [test "$BUILD_pmix_pnet_opa_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pnet_opa_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pnet_opa_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pnet_opa_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pnet_opa_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([pnet], [simptest], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pnet], [simptest], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([pnet], [simptest], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_pnet_simptest_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- PMIX_SUMMARY_ADD([Transports], [Simptest], [], [$pmix_want_simptest]) m4trace:configure.ac:255: -1- OAC_SUMMARY_ADD([Transports], [Simptest], [$pmix_want_simptest]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pnet], [simptest], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pnet], [simptest]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_pnet_simptest_DSO], [test "$BUILD_pmix_pnet_simptest_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pnet_simptest_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pnet_simptest_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pnet_simptest_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pnet_simptest_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([pnet], [sshot], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pnet], [sshot], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([pnet], [sshot], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_pnet_sshot_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- OAC_CHECK_PACKAGE([cxi], [pnet_cxi], [cxi.h], [cxi], [CXI_FUNCTION], [pmix_check_cxi_happy="yes"], [pmix_check_cxi_happy="no"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([cxi]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pnet_cxi]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pnet_cxi_save_CPPFLAGS check_package_pnet_cxi_save_LDFLAGS check_package_pnet_cxi_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([cxi], [pnet_cxi], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([cxi], [pnet_cxi], [${oac_cv_check_package_cxi_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cxi_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [pnet_cxi_PC_MODULES=${oac_cv_check_package_cxi_pcfilename} oac_cv_check_package_cxi_pkg_config_exists=yes], [oac_cv_check_package_cxi_pkg_config_exists=no]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_cxi_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_cxi_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cxi_pcfilename}], [--cflags], [oac_cv_check_package_cxi_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cxi cppflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_cxi_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_cxi_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_cxi_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cxi_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_cxi_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cxi ldflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_cxi_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_cxi_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_cxi_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cxi_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_cxi_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cxi static ldflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_cxi_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_cxi_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_cxi_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cxi_pcfilename}], [--libs-only-l], [oac_cv_check_package_cxi_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cxi libs from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_cxi_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_cxi_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_cxi_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cxi_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_cxi_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cxi libs from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_cxi_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_cxi_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_cxi_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([cxi], [pnet_cxi], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([cxi], [pnet_cxi], [${oac_cv_check_package_cxi_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cxi_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_cxi_wrapper_compiler_works=yes], [oac_cv_check_package_cxi_wrapper_compiler_works=no]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cxi_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_cxi_wrapper_compiler_works=yes], [oac_cv_check_package_cxi_wrapper_compiler_works=no]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cxi_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cxi_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cxi_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cxi cppflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cxi_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cxi_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cxi cppflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cxi_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_cxi_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_cxi_wrapper_compiler_cppflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cxi_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cxi_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cxi ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cxi_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cxi_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cxi ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cxi_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_cxi_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_cxi_wrapper_compiler_ldflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cxi_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cxi_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cxi static ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cxi_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cxi_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cxi static ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cxi_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_cxi_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_cxi_wrapper_compiler_static_ldflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cxi_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cxi_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cxi libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cxi_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cxi_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cxi libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cxi_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_cxi_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_cxi_wrapper_compiler_libs]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cxi_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cxi_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cxi static libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cxi_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cxi_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cxi static libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cxi_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_cxi_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_cxi_wrapper_compiler_static_libs]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_GENERIC([cxi], [pnet_cxi], [cxi.h], [cxi], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([cxi], [pnet_cxi], [cxi.h], [cxi], [check_package_generic_happy=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_APPEND([pnet_cxi_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pnet_cxi_LIBS]) m4trace:configure.ac:255: -1- OAC_APPEND([pnet_cxi_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pnet_cxi_STATIC_LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_APPEND([pnet_cxi_LDFLAGS], [${pnet_cxi_STATIC_LDFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pnet_cxi_LDFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([pnet_cxi_LIBS], [${pnet_cxi_STATIC_LIBS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pnet_cxi_LIBS]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_VERIFY([cxi], [pnet_cxi], [cxi.h], [CXI_FUNCTION], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:255: -1- OAC_APPEND([CPPFLAGS], [${pnet_cxi_CPPFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([LDFLAGS], [${pnet_cxi_LDFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([LIBS], [${pnet_cxi_LIBS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_SUMMARY_ADD([Transports], [HPE Slingshot], [], [$pnet_sshot_happy]) m4trace:configure.ac:255: -1- OAC_SUMMARY_ADD([Transports], [HPE Slingshot], [$pnet_sshot_happy]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pnet], [sshot], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pnet], [sshot]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_pnet_sshot_DSO], [test "$BUILD_pmix_pnet_sshot_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pnet_sshot_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pnet_sshot_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pnet_sshot_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pnet_sshot_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([pnet], [tcp], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pnet], [tcp], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([pnet], [tcp], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_pnet_tcp_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- PMIX_SUMMARY_ADD([Transports], [TCP], [], [$pmix_pnet_tcp_happy]) m4trace:configure.ac:255: -1- OAC_SUMMARY_ADD([Transports], [TCP], [$pmix_pnet_tcp_happy]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pnet], [tcp], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pnet], [tcp]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_pnet_tcp_DSO], [test "$BUILD_pmix_pnet_tcp_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pnet_tcp_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pnet_tcp_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pnet_tcp_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pnet_tcp_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([pnet], [usnic], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pnet], [usnic], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([pnet], [usnic], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_pnet_usnic_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- PMIX_SUMMARY_ADD([Transports], [Cisco usNIC], [], [$pmix_pnet_usnic_happy]) m4trace:configure.ac:255: -1- OAC_SUMMARY_ADD([Transports], [Cisco usNIC], [$pmix_pnet_usnic_happy]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pnet], [usnic], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pnet], [usnic]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_pnet_usnic_DSO], [test "$BUILD_pmix_pnet_usnic_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pnet_usnic_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pnet_usnic_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pnet_usnic_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pnet_usnic_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pnet_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CHECK_IGNORED_PRIORITY([pnet]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([pnet], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pnet], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([pnet], [$component], [compile_mode]) m4trace:configure.ac:255: -1- PMIX_CONFIG_SUBDIR([src/mca/pnet/$component], [$pmix_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pnet], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pnet], [$component]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pnet_ALL_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pnet_STATIC_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pnet_DSO_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pnet_STATIC_LTLIBS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pnet_ALL_SUBDIRS], [pnet], [$all_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pnet_ALL_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pnet_STATIC_SUBDIRS], [pnet], [$static_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pnet_STATIC_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pnet_DSO_SUBDIRS], [pnet], [$dso_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pnet_DSO_SUBDIRS$]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_FRAMEWORK([preg], [1]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_preg_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_preg_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_preg_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([preg], [compress], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([preg], [compress], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([preg], [compress], [compile_mode]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([preg], [compress], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_preg_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([preg], [compress]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_preg_compress_DSO], [test "$BUILD_pmix_preg_compress_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_preg_compress_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_preg_compress_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_preg_compress_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_preg_compress_DSO_FALSE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([preg], [native], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([preg], [native], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([preg], [native], [compile_mode]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([preg], [native], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_preg_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([preg], [native]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_preg_native_DSO], [test "$BUILD_pmix_preg_native_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_preg_native_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_preg_native_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_preg_native_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_preg_native_DSO_FALSE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([preg], [raw], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([preg], [raw], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([preg], [raw], [compile_mode]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([preg], [raw], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_preg_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([preg], [raw]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_preg_raw_DSO], [test "$BUILD_pmix_preg_raw_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_preg_raw_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_preg_raw_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_preg_raw_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_preg_raw_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_preg_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_preg_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_preg_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_preg_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_preg_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_preg_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CHECK_IGNORED_PRIORITY([preg]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([preg], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([preg], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([preg], [$component], [compile_mode]) m4trace:configure.ac:255: -1- PMIX_CONFIG_SUBDIR([src/mca/preg/$component], [$pmix_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([preg], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([preg], [$component]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_preg_ALL_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_preg_STATIC_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_preg_DSO_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_preg_STATIC_LTLIBS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_preg_ALL_SUBDIRS], [preg], [$all_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_preg_ALL_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_preg_STATIC_SUBDIRS], [preg], [$static_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_preg_STATIC_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_preg_DSO_SUBDIRS], [preg], [$dso_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_preg_DSO_SUBDIRS$]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_FRAMEWORK([prm], [1]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_prm_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_prm_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_prm_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([prm], [default], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([prm], [default], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([prm], [default], [compile_mode]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([prm], [default], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_prm_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([prm], [default]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_prm_default_DSO], [test "$BUILD_pmix_prm_default_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_prm_default_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_prm_default_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_prm_default_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_prm_default_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_prm_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_prm_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_prm_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_prm_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([prm], [alps], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([prm], [alps], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([prm], [alps], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_prm_alps_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- PMIX_CHECK_ALPS([prm_alps], [prm_alps_good=yes], [prm_alps_good=no]) m4trace:configure.ac:255: -1- PMIX_CHECK_ALPS_CLE4([pmix_check_cray_alps_happy="yes"], [pmix_check_cray_alps_happy="no"]) m4trace:configure.ac:255: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPSLLI], [cray-alpslli], [pmix_check_cray_alps_happy="yes"], [pmix_check_cray_alps_happy="no" AS_IF([test "$with_alps" = "yes"], [AC_MSG_WARN([ALPS support requested but pkg-config failed.]) AC_MSG_WARN([Need to explicitly indicate ALPS directory]) AC_MSG_WARN([on the configure line using --with-alps option.]) AC_MSG_ERROR([Aborting])],[]) ]) m4trace:configure.ac:255: -1- PKG_PROG_PKG_CONFIG m4trace:configure.ac:255: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PKG_CONFIG$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PKG_CONFIG_PATH$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PKG_CONFIG_LIBDIR$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PKG_CONFIG$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^CRAY_ALPSLLI_CFLAGS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^CRAY_ALPSLLI_LIBS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^CRAY_ALPSLLI_STATIC_LIBS$]) m4trace:configure.ac:255: -1- PKG_CHECK_EXISTS([cray-alpslli], [pkg_cv_[]CRAY_ALPSLLI_CFLAGS=`$PKG_CONFIG --[]cflags "cray-alpslli" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:255: -1- PKG_CHECK_EXISTS([cray-alpslli], [pkg_cv_[]CRAY_ALPSLLI_LIBS=`$PKG_CONFIG --[]libs "cray-alpslli" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:255: -1- PKG_CHECK_EXISTS([cray-alpslli], [pkg_cv_[]CRAY_ALPSLLI_STATIC_LIBS=`$PKG_CONFIG --[]libs --[]static "cray-alpslli" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:255: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:255: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPSUTIL], [cray-alpsutil], [pmix_check_cray_alps_happy="yes"], [pmix_check_cray_alps_happy="no" AS_IF([test "$with_alps" = "yes"], [AC_MSG_WARN([ALPS support requested but pkg-config failed.]) AC_MSG_WARN([Need to explicitly indicate ALPS directory]) AC_MSG_WARN([on the configure line using --with-alps option.]) AC_MSG_ERROR([Aborting])],[]) ]) m4trace:configure.ac:255: -1- m4_pattern_allow([^CRAY_ALPSUTIL_CFLAGS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^CRAY_ALPSUTIL_LIBS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^CRAY_ALPSUTIL_STATIC_LIBS$]) m4trace:configure.ac:255: -1- PKG_CHECK_EXISTS([cray-alpsutil], [pkg_cv_[]CRAY_ALPSUTIL_CFLAGS=`$PKG_CONFIG --[]cflags "cray-alpsutil" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:255: -1- PKG_CHECK_EXISTS([cray-alpsutil], [pkg_cv_[]CRAY_ALPSUTIL_LIBS=`$PKG_CONFIG --[]libs "cray-alpsutil" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:255: -1- PKG_CHECK_EXISTS([cray-alpsutil], [pkg_cv_[]CRAY_ALPSUTIL_STATIC_LIBS=`$PKG_CONFIG --[]libs --[]static "cray-alpsutil" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:255: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:255: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPS], [cray-alps], [pmix_check_cray_alps_happy="yes"], [pmix_check_cray_alps_happy="no" AS_IF([test "$with_alps" = "yes"], [AC_MSG_WARN([ALPS support requested but pkg-config failed.]) AC_MSG_WARN([Need to explicitly indicate ALPS directory]) AC_MSG_WARN([on the configure line using --with-alps option.]) AC_MSG_ERROR([Aborting])],[]) ]) m4trace:configure.ac:255: -1- m4_pattern_allow([^CRAY_ALPS_CFLAGS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^CRAY_ALPS_LIBS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^CRAY_ALPS_STATIC_LIBS$]) m4trace:configure.ac:255: -1- PKG_CHECK_EXISTS([cray-alps], [pkg_cv_[]CRAY_ALPS_CFLAGS=`$PKG_CONFIG --[]cflags "cray-alps" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:255: -1- PKG_CHECK_EXISTS([cray-alps], [pkg_cv_[]CRAY_ALPS_LIBS=`$PKG_CONFIG --[]libs "cray-alps" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:255: -1- PKG_CHECK_EXISTS([cray-alps], [pkg_cv_[]CRAY_ALPS_STATIC_LIBS=`$PKG_CONFIG --[]libs --[]static "cray-alps" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:255: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:255: -1- PKG_CHECK_MODULES_STATIC([CRAY_WLM_DETECT], [cray-wlm_detect], [pmix_check_cray_alps_happy="yes" AC_DEFINE_UNQUOTED([CRAY_WLM_DETECT],[1], [defined to 1 if cray wlm available, 0 otherwise]) ], [pmix_check_cray_alps_happy="no" AS_IF([test "$with_alps" = "yes"], [AC_MSG_WARN([ALPS support requested but pkg-config failed.]) AC_MSG_WARN([Need to explicitly indicate ALPS directory]) AC_MSG_WARN([on the configure line using --with-alps option.]) AC_MSG_ERROR([Aborting])],[]) ]) m4trace:configure.ac:255: -1- m4_pattern_allow([^CRAY_WLM_DETECT_CFLAGS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^CRAY_WLM_DETECT_LIBS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^CRAY_WLM_DETECT_STATIC_LIBS$]) m4trace:configure.ac:255: -1- PKG_CHECK_EXISTS([cray-wlm_detect], [pkg_cv_[]CRAY_WLM_DETECT_CFLAGS=`$PKG_CONFIG --[]cflags "cray-wlm_detect" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:255: -1- PKG_CHECK_EXISTS([cray-wlm_detect], [pkg_cv_[]CRAY_WLM_DETECT_LIBS=`$PKG_CONFIG --[]libs "cray-wlm_detect" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:255: -1- PKG_CHECK_EXISTS([cray-wlm_detect], [pkg_cv_[]CRAY_WLM_DETECT_STATIC_LIBS=`$PKG_CONFIG --[]libs --[]static "cray-wlm_detect" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:255: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:255: -1- m4_pattern_allow([^CRAY_WLM_DETECT$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_CRAY_ALPS$]) m4trace:configure.ac:255: -1- PMIX_SUMMARY_ADD([Resource Managers], [Cray Alps], [], [$prm_alps_good]) m4trace:configure.ac:255: -1- OAC_SUMMARY_ADD([Resource Managers], [Cray Alps], [$prm_alps_good]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Resource Managers])]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- m4_pattern_allow([^prm_alps_CPPFLAGS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^prm_alps_LDFLAGS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^prm_alps_LIBS$]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([prm], [alps], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_prm_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([prm], [alps]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_prm_alps_DSO], [test "$BUILD_pmix_prm_alps_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_prm_alps_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_prm_alps_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_prm_alps_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_prm_alps_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_prm_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_prm_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_prm_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([prm], [hpesmf], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([prm], [hpesmf], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([prm], [hpesmf], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_prm_hpesmf_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- PMIX_SUMMARY_ADD([Resource Managers], [HPESMF], [], [$pmix_check_hpesmf_happy (scheduler)]) m4trace:configure.ac:255: -1- OAC_SUMMARY_ADD([Resource Managers], [HPESMF], [$pmix_check_hpesmf_happy (scheduler)]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Resource Managers])]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([prm], [hpesmf], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_prm_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([prm], [hpesmf]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_prm_hpesmf_DSO], [test "$BUILD_pmix_prm_hpesmf_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_prm_hpesmf_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_prm_hpesmf_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_prm_hpesmf_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_prm_hpesmf_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_prm_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_prm_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_prm_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([prm], [pbs], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([prm], [pbs], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([prm], [pbs], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_prm_pbs_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- PMIX_WHICH([pbsdash], [PMIX_CHECK_PBSDASH]) m4trace:configure.ac:255: -1- PMIX_SUMMARY_ADD([Resource Managers], [PBS], [], [$pmix_check_pbs_happy (scheduler)]) m4trace:configure.ac:255: -1- OAC_SUMMARY_ADD([Resource Managers], [PBS], [$pmix_check_pbs_happy (scheduler)]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Resource Managers])]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([prm], [pbs], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_prm_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([prm], [pbs]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_prm_pbs_DSO], [test "$BUILD_pmix_prm_pbs_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_prm_pbs_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_prm_pbs_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_prm_pbs_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_prm_pbs_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_prm_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_prm_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_prm_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([prm], [slurm], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([prm], [slurm], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([prm], [slurm], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_prm_slurm_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- PMIX_CHECK_SLURM([prm_slurm], [prm_slurm_good=1], [prm_slurm_good=0]) m4trace:configure.ac:255: -1- PMIX_WHICH([srun], [PMIX_CHECK_SLURM_SRUN]) m4trace:configure.ac:255: -1- PMIX_CHECK_ALPS([pmix_slurm_cray], [slurm_cray_env=1]) m4trace:configure.ac:255: -1- PMIX_CHECK_ALPS_CLE4([pmix_check_cray_alps_happy="yes"], [pmix_check_cray_alps_happy="no"]) m4trace:configure.ac:255: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPSLLI], [cray-alpslli], [pmix_check_cray_alps_happy="yes"], [pmix_check_cray_alps_happy="no" AS_IF([test "$with_alps" = "yes"], [AC_MSG_WARN([ALPS support requested but pkg-config failed.]) AC_MSG_WARN([Need to explicitly indicate ALPS directory]) AC_MSG_WARN([on the configure line using --with-alps option.]) AC_MSG_ERROR([Aborting])],[]) ]) m4trace:configure.ac:255: -1- m4_pattern_allow([^CRAY_ALPSLLI_CFLAGS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^CRAY_ALPSLLI_LIBS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^CRAY_ALPSLLI_STATIC_LIBS$]) m4trace:configure.ac:255: -1- PKG_CHECK_EXISTS([cray-alpslli], [pkg_cv_[]CRAY_ALPSLLI_CFLAGS=`$PKG_CONFIG --[]cflags "cray-alpslli" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:255: -1- PKG_CHECK_EXISTS([cray-alpslli], [pkg_cv_[]CRAY_ALPSLLI_LIBS=`$PKG_CONFIG --[]libs "cray-alpslli" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:255: -1- PKG_CHECK_EXISTS([cray-alpslli], [pkg_cv_[]CRAY_ALPSLLI_STATIC_LIBS=`$PKG_CONFIG --[]libs --[]static "cray-alpslli" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:255: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:255: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPSUTIL], [cray-alpsutil], [pmix_check_cray_alps_happy="yes"], [pmix_check_cray_alps_happy="no" AS_IF([test "$with_alps" = "yes"], [AC_MSG_WARN([ALPS support requested but pkg-config failed.]) AC_MSG_WARN([Need to explicitly indicate ALPS directory]) AC_MSG_WARN([on the configure line using --with-alps option.]) AC_MSG_ERROR([Aborting])],[]) ]) m4trace:configure.ac:255: -1- m4_pattern_allow([^CRAY_ALPSUTIL_CFLAGS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^CRAY_ALPSUTIL_LIBS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^CRAY_ALPSUTIL_STATIC_LIBS$]) m4trace:configure.ac:255: -1- PKG_CHECK_EXISTS([cray-alpsutil], [pkg_cv_[]CRAY_ALPSUTIL_CFLAGS=`$PKG_CONFIG --[]cflags "cray-alpsutil" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:255: -1- PKG_CHECK_EXISTS([cray-alpsutil], [pkg_cv_[]CRAY_ALPSUTIL_LIBS=`$PKG_CONFIG --[]libs "cray-alpsutil" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:255: -1- PKG_CHECK_EXISTS([cray-alpsutil], [pkg_cv_[]CRAY_ALPSUTIL_STATIC_LIBS=`$PKG_CONFIG --[]libs --[]static "cray-alpsutil" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:255: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:255: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPS], [cray-alps], [pmix_check_cray_alps_happy="yes"], [pmix_check_cray_alps_happy="no" AS_IF([test "$with_alps" = "yes"], [AC_MSG_WARN([ALPS support requested but pkg-config failed.]) AC_MSG_WARN([Need to explicitly indicate ALPS directory]) AC_MSG_WARN([on the configure line using --with-alps option.]) AC_MSG_ERROR([Aborting])],[]) ]) m4trace:configure.ac:255: -1- m4_pattern_allow([^CRAY_ALPS_CFLAGS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^CRAY_ALPS_LIBS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^CRAY_ALPS_STATIC_LIBS$]) m4trace:configure.ac:255: -1- PKG_CHECK_EXISTS([cray-alps], [pkg_cv_[]CRAY_ALPS_CFLAGS=`$PKG_CONFIG --[]cflags "cray-alps" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:255: -1- PKG_CHECK_EXISTS([cray-alps], [pkg_cv_[]CRAY_ALPS_LIBS=`$PKG_CONFIG --[]libs "cray-alps" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:255: -1- PKG_CHECK_EXISTS([cray-alps], [pkg_cv_[]CRAY_ALPS_STATIC_LIBS=`$PKG_CONFIG --[]libs --[]static "cray-alps" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:255: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:255: -1- PKG_CHECK_MODULES_STATIC([CRAY_WLM_DETECT], [cray-wlm_detect], [pmix_check_cray_alps_happy="yes" AC_DEFINE_UNQUOTED([CRAY_WLM_DETECT],[1], [defined to 1 if cray wlm available, 0 otherwise]) ], [pmix_check_cray_alps_happy="no" AS_IF([test "$with_alps" = "yes"], [AC_MSG_WARN([ALPS support requested but pkg-config failed.]) AC_MSG_WARN([Need to explicitly indicate ALPS directory]) AC_MSG_WARN([on the configure line using --with-alps option.]) AC_MSG_ERROR([Aborting])],[]) ]) m4trace:configure.ac:255: -1- m4_pattern_allow([^CRAY_WLM_DETECT_CFLAGS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^CRAY_WLM_DETECT_LIBS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^CRAY_WLM_DETECT_STATIC_LIBS$]) m4trace:configure.ac:255: -1- PKG_CHECK_EXISTS([cray-wlm_detect], [pkg_cv_[]CRAY_WLM_DETECT_CFLAGS=`$PKG_CONFIG --[]cflags "cray-wlm_detect" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:255: -1- PKG_CHECK_EXISTS([cray-wlm_detect], [pkg_cv_[]CRAY_WLM_DETECT_LIBS=`$PKG_CONFIG --[]libs "cray-wlm_detect" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:255: -1- PKG_CHECK_EXISTS([cray-wlm_detect], [pkg_cv_[]CRAY_WLM_DETECT_STATIC_LIBS=`$PKG_CONFIG --[]libs --[]static "cray-wlm_detect" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:255: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:255: -1- m4_pattern_allow([^CRAY_WLM_DETECT$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_HAVE_CRAY_ALPS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^SLURM_CRAY_ENV$]) m4trace:configure.ac:255: -1- PMIX_SUMMARY_ADD([Resource Managers], [Slurm], [], [$pmix_check_slurm_happy]) m4trace:configure.ac:255: -1- OAC_SUMMARY_ADD([Resource Managers], [Slurm], [$pmix_check_slurm_happy]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Resource Managers])]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_SUMMARY_ADD([Resource Managers], [Slurm], [], [$prm_slurm_good (scheduler)]) m4trace:configure.ac:255: -1- OAC_SUMMARY_ADD([Resource Managers], [Slurm], [$prm_slurm_good (scheduler)]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Resource Managers])]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- m4_pattern_allow([^prm_slurm_CPPFLAGS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^prm_slurm_LDFLAGS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^prm_slurm_LIBS$]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([prm], [slurm], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_prm_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([prm], [slurm]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_prm_slurm_DSO], [test "$BUILD_pmix_prm_slurm_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_prm_slurm_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_prm_slurm_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_prm_slurm_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_prm_slurm_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_prm_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_prm_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_prm_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_prm_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_prm_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CHECK_IGNORED_PRIORITY([prm]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([prm], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([prm], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([prm], [$component], [compile_mode]) m4trace:configure.ac:255: -1- PMIX_CONFIG_SUBDIR([src/mca/prm/$component], [$pmix_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([prm], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([prm], [$component]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_prm_ALL_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_prm_STATIC_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_prm_DSO_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_prm_STATIC_LTLIBS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_prm_ALL_SUBDIRS], [prm], [$all_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_prm_ALL_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_prm_STATIC_SUBDIRS], [prm], [$static_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_prm_STATIC_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_prm_DSO_SUBDIRS], [prm], [$dso_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_prm_DSO_SUBDIRS$]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_FRAMEWORK([psec], [1]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psec_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psec_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psec_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([psec], [dummy_handshake], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([psec], [dummy_handshake], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([psec], [dummy_handshake], [compile_mode]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([psec], [dummy_handshake], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_psec_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([psec], [dummy_handshake]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_psec_dummy_handshake_DSO], [test "$BUILD_pmix_psec_dummy_handshake_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_psec_dummy_handshake_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_psec_dummy_handshake_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_psec_dummy_handshake_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_psec_dummy_handshake_DSO_FALSE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([psec], [native], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([psec], [native], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([psec], [native], [compile_mode]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([psec], [native], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_psec_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([psec], [native]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_psec_native_DSO], [test "$BUILD_pmix_psec_native_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_psec_native_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_psec_native_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_psec_native_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_psec_native_DSO_FALSE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([psec], [none], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([psec], [none], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([psec], [none], [compile_mode]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([psec], [none], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_psec_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([psec], [none]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_psec_none_DSO], [test "$BUILD_pmix_psec_none_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_psec_none_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_psec_none_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_psec_none_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_psec_none_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psec_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psec_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psec_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psec_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([psec], [munge], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([psec], [munge], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([psec], [munge], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_psec_munge_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- OAC_CHECK_PACKAGE([munge], [psec_munge], [munge.h], [munge], [munge_encode], [psec_munge_support=1], [psec_munge_support=0]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([munge]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([psec_munge]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_psec_munge_save_CPPFLAGS check_package_psec_munge_save_LDFLAGS check_package_psec_munge_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([munge], [psec_munge], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([munge], [psec_munge], [${oac_cv_check_package_munge_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_munge_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [psec_munge_PC_MODULES=${oac_cv_check_package_munge_pcfilename} oac_cv_check_package_munge_pkg_config_exists=yes], [oac_cv_check_package_munge_pkg_config_exists=no]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_munge_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_munge_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_munge_pcfilename}], [--cflags], [oac_cv_check_package_munge_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving munge cppflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_munge_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_munge_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_munge_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_munge_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_munge_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving munge ldflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_munge_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_munge_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_munge_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_munge_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_munge_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving munge static ldflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_munge_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_munge_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_munge_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_munge_pcfilename}], [--libs-only-l], [oac_cv_check_package_munge_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving munge libs from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_munge_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_munge_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_munge_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_munge_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_munge_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving munge libs from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_munge_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_munge_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_munge_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([munge], [psec_munge], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([munge], [psec_munge], [${oac_cv_check_package_munge_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_munge_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_munge_wrapper_compiler_works=yes], [oac_cv_check_package_munge_wrapper_compiler_works=no]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_munge_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_munge_wrapper_compiler_works=yes], [oac_cv_check_package_munge_wrapper_compiler_works=no]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_munge_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_munge_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_munge_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving munge cppflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_munge_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_munge_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving munge cppflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_munge_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_munge_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_munge_wrapper_compiler_cppflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_munge_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_munge_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving munge ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_munge_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_munge_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving munge ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_munge_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_munge_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_munge_wrapper_compiler_ldflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_munge_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_munge_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving munge static ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_munge_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_munge_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving munge static ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_munge_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_munge_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_munge_wrapper_compiler_static_ldflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_munge_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_munge_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving munge libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_munge_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_munge_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving munge libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_munge_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_munge_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_munge_wrapper_compiler_libs]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_munge_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_munge_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving munge static libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_munge_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_munge_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving munge static libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_munge_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_munge_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_munge_wrapper_compiler_static_libs]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_GENERIC([munge], [psec_munge], [munge.h], [munge], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([munge], [psec_munge], [munge.h], [munge], [check_package_generic_happy=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_APPEND([psec_munge_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([psec_munge_LIBS]) m4trace:configure.ac:255: -1- OAC_APPEND([psec_munge_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([psec_munge_STATIC_LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_APPEND([psec_munge_LDFLAGS], [${psec_munge_STATIC_LDFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([psec_munge_LDFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([psec_munge_LIBS], [${psec_munge_STATIC_LIBS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([psec_munge_LIBS]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_VERIFY([munge], [psec_munge], [munge.h], [munge_encode], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:255: -1- OAC_APPEND([CPPFLAGS], [${psec_munge_CPPFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([LDFLAGS], [${psec_munge_LDFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([LIBS], [${psec_munge_LIBS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_SUMMARY_ADD([External Packages], [munge], [], [${psec_munge_SUMMARY}]) m4trace:configure.ac:255: -1- OAC_SUMMARY_ADD([External Packages], [munge], [${psec_munge_SUMMARY}]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([External Packages])]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- m4_pattern_allow([^psec_munge_CPPFLAGS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^psec_munge_LDFLAGS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^psec_munge_LIBS$]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([psec], [munge], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_psec_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([psec], [munge]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_psec_munge_DSO], [test "$BUILD_pmix_psec_munge_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_psec_munge_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_psec_munge_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_psec_munge_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_psec_munge_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psec_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psec_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psec_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psec_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psec_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CHECK_IGNORED_PRIORITY([psec]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([psec], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([psec], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([psec], [$component], [compile_mode]) m4trace:configure.ac:255: -1- PMIX_CONFIG_SUBDIR([src/mca/psec/$component], [$pmix_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([psec], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([psec], [$component]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_psec_ALL_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_psec_STATIC_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_psec_DSO_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_psec_STATIC_LTLIBS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_psec_ALL_SUBDIRS], [psec], [$all_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_psec_ALL_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_psec_STATIC_SUBDIRS], [psec], [$static_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_psec_STATIC_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_psec_DSO_SUBDIRS], [psec], [$dso_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_psec_DSO_SUBDIRS$]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_FRAMEWORK([psensor], [1]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psensor_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psensor_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psensor_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([psensor], [file], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([psensor], [file], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([psensor], [file], [compile_mode]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([psensor], [file], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_psensor_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([psensor], [file]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_psensor_file_DSO], [test "$BUILD_pmix_psensor_file_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_psensor_file_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_psensor_file_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_psensor_file_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_psensor_file_DSO_FALSE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([psensor], [heartbeat], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([psensor], [heartbeat], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([psensor], [heartbeat], [compile_mode]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([psensor], [heartbeat], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_psensor_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([psensor], [heartbeat]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_psensor_heartbeat_DSO], [test "$BUILD_pmix_psensor_heartbeat_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_psensor_heartbeat_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_psensor_heartbeat_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_psensor_heartbeat_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_psensor_heartbeat_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psensor_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psensor_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psensor_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psensor_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psensor_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psensor_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CHECK_IGNORED_PRIORITY([psensor]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([psensor], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([psensor], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([psensor], [$component], [compile_mode]) m4trace:configure.ac:255: -1- PMIX_CONFIG_SUBDIR([src/mca/psensor/$component], [$pmix_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([psensor], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([psensor], [$component]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_psensor_ALL_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_psensor_STATIC_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_psensor_DSO_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_psensor_STATIC_LTLIBS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_psensor_ALL_SUBDIRS], [psensor], [$all_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_psensor_ALL_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_psensor_STATIC_SUBDIRS], [psensor], [$static_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_psensor_STATIC_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_psensor_DSO_SUBDIRS], [psensor], [$dso_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_psensor_DSO_SUBDIRS$]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_FRAMEWORK([psquash], [1]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psquash_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psquash_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psquash_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([psquash], [flex128], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([psquash], [flex128], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([psquash], [flex128], [compile_mode]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([psquash], [flex128], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_psquash_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([psquash], [flex128]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_psquash_flex128_DSO], [test "$BUILD_pmix_psquash_flex128_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_psquash_flex128_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_psquash_flex128_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_psquash_flex128_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_psquash_flex128_DSO_FALSE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([psquash], [native], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([psquash], [native], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([psquash], [native], [compile_mode]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([psquash], [native], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_psquash_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([psquash], [native]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_psquash_native_DSO], [test "$BUILD_pmix_psquash_native_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_psquash_native_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_psquash_native_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_psquash_native_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_psquash_native_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psquash_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psquash_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psquash_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psquash_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psquash_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_psquash_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CHECK_IGNORED_PRIORITY([psquash]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([psquash], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([psquash], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([psquash], [$component], [compile_mode]) m4trace:configure.ac:255: -1- PMIX_CONFIG_SUBDIR([src/mca/psquash/$component], [$pmix_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([psquash], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([psquash], [$component]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_psquash_ALL_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_psquash_STATIC_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_psquash_DSO_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_psquash_STATIC_LTLIBS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_psquash_ALL_SUBDIRS], [psquash], [$all_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_psquash_ALL_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_psquash_STATIC_SUBDIRS], [psquash], [$static_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_psquash_STATIC_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_psquash_DSO_SUBDIRS], [psquash], [$dso_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_psquash_DSO_SUBDIRS$]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_FRAMEWORK([pstat], [1]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pstat_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pstat_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pstat_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pstat_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pstat_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_ORDER_COMPONENT_LIST([pstat]) m4trace:configure.ac:255: -4- PMIX_EVAL_ARG([MCA_pmix_pstat_linux_PRIORITY ]) m4trace:configure.ac:255: -4- MCA_pmix_pstat_linux_PRIORITY m4trace:configure.ac:255: -4- PMIX_EVAL_ARG([MCA_pmix_pstat_test_PRIORITY ]) m4trace:configure.ac:255: -4- MCA_pmix_pstat_test_PRIORITY m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pstat_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_pmix_pstat_linux_PRIORITY m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([pstat], [linux], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_pmix_pstat_linux_PRIORITY m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pstat], [linux], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([pstat], [linux], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_pstat_linux_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_DECL_HZ$]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pstat], [linux], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pstat_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pstat], [linux]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_pstat_linux_DSO], [test "$BUILD_pmix_pstat_linux_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pstat_linux_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pstat_linux_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pstat_linux_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pstat_linux_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pstat_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pstat_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pstat_linux_PRIORITY]) m4trace:configure.ac:255: -2- MCA_pmix_pstat_linux_PRIORITY m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pstat_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_pmix_pstat_test_PRIORITY m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([pstat], [test], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_pmix_pstat_test_PRIORITY m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pstat], [test], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([pstat], [test], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_pstat_test_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pstat], [test], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pstat_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pstat], [test]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_pstat_test_DSO], [test "$BUILD_pmix_pstat_test_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pstat_test_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pstat_test_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pstat_test_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pstat_test_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pstat_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pstat_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pstat_test_PRIORITY]) m4trace:configure.ac:255: -2- MCA_pmix_pstat_test_PRIORITY m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pstat_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pstat_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pstat_ALL_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pstat_STATIC_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pstat_DSO_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pstat_STATIC_LTLIBS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pstat_ALL_SUBDIRS], [pstat], [$all_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pstat_ALL_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pstat_STATIC_SUBDIRS], [pstat], [$static_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pstat_STATIC_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pstat_DSO_SUBDIRS], [pstat], [$dso_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pstat_DSO_SUBDIRS$]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_FRAMEWORK([pstrg], [1]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pstrg_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pstrg_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pstrg_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([pstrg], [vfs], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pstrg], [vfs], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([pstrg], [vfs], [compile_mode]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pstrg], [vfs], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pstrg_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pstrg], [vfs]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_pstrg_vfs_DSO], [test "$BUILD_pmix_pstrg_vfs_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pstrg_vfs_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pstrg_vfs_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pstrg_vfs_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pstrg_vfs_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pstrg_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pstrg_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pstrg_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pstrg_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([pstrg], [lustre], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pstrg], [lustre], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([pstrg], [lustre], [compile_mode]) m4trace:configure.ac:255: -1- MCA_pmix_pstrg_lustre_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:255: -1- PMIX_CHECK_LUSTRE([pstrg_lustre], [pstrg_lustre_happy="yes"], [pstrg_lustre_happy="no"]) m4trace:configure.ac:255: -1- OAC_CHECK_PACKAGE([lustre], [pstrg_lustre], [lustre/lustreapi.h], [lustreapi], [llapi_file_create], [pmix_check_lustre_happy="yes"], [pmix_check_lustre_happy="no"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([lustre]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pstrg_lustre]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pstrg_lustre_save_CPPFLAGS check_package_pstrg_lustre_save_LDFLAGS check_package_pstrg_lustre_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([lustre], [pstrg_lustre], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([lustre], [pstrg_lustre], [${oac_cv_check_package_lustre_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lustre_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [pstrg_lustre_PC_MODULES=${oac_cv_check_package_lustre_pcfilename} oac_cv_check_package_lustre_pkg_config_exists=yes], [oac_cv_check_package_lustre_pkg_config_exists=no]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_lustre_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_lustre_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lustre_pcfilename}], [--cflags], [oac_cv_check_package_lustre_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre cppflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_lustre_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lustre_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_lustre_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lustre_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_lustre_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre ldflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_lustre_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lustre_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_lustre_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lustre_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_lustre_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre static ldflags from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_lustre_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lustre_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_lustre_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lustre_pcfilename}], [--libs-only-l], [oac_cv_check_package_lustre_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre libs from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_lustre_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lustre_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_lustre_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lustre_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_lustre_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre libs from pkg-config])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_lustre_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lustre_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_lustre_pcfilename} 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([lustre], [pstrg_lustre], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([lustre], [pstrg_lustre], [${oac_cv_check_package_lustre_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lustre_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_lustre_wrapper_compiler_works=yes], [oac_cv_check_package_lustre_wrapper_compiler_works=no]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lustre_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_lustre_wrapper_compiler_works=yes], [oac_cv_check_package_lustre_wrapper_compiler_works=no]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lustre_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lustre_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre cppflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lustre_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre cppflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lustre_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lustre_wrapper_compiler_cppflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lustre_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lustre_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lustre_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lustre_wrapper_compiler_ldflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lustre_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre static ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lustre_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre static ldflags from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lustre_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lustre_wrapper_compiler_static_ldflags]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lustre_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lustre_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lustre_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lustre_wrapper_compiler_libs]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lustre_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre static libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:255: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lustre_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre static libs from wrapper compiler])]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lustre_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lustre_wrapper_compiler_static_libs]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_GENERIC([lustre], [pstrg_lustre], [lustre/lustreapi.h], [lustreapi], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([lustre], [pstrg_lustre], [lustre/lustreapi.h], [lustreapi], [check_package_generic_happy=1]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_APPEND([pstrg_lustre_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pstrg_lustre_LIBS]) m4trace:configure.ac:255: -1- OAC_APPEND([pstrg_lustre_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pstrg_lustre_STATIC_LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_APPEND([pstrg_lustre_LDFLAGS], [${pstrg_lustre_STATIC_LDFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pstrg_lustre_LDFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([pstrg_lustre_LIBS], [${pstrg_lustre_STATIC_LIBS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pstrg_lustre_LIBS]) m4trace:configure.ac:255: -1- _OAC_CHECK_PACKAGE_VERIFY([lustre], [pstrg_lustre], [lustre/lustreapi.h], [llapi_file_create], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:255: -1- OAC_APPEND([CPPFLAGS], [${pstrg_lustre_CPPFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([LDFLAGS], [${pstrg_lustre_LDFLAGS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:255: -1- OAC_APPEND([LIBS], [${pstrg_lustre_LIBS}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_LOG_MSG([$CC $CFLAGS ${pstrg_lustre_CPPFLAGS} -c conftest.c]) m4trace:configure.ac:255: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:255: -1- PMIX_SUMMARY_ADD([Optional Support], [Lustre], [], [${pstrg_lustre_SUMMARY}]) m4trace:configure.ac:255: -1- OAC_SUMMARY_ADD([Optional Support], [Lustre], [${pstrg_lustre_SUMMARY}]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Optional Support])]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- m4_pattern_allow([^pstrg_lustre_CPPFLAGS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^pstrg_lustre_LDFLAGS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^pstrg_lustre_LIBS$]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pstrg], [lustre], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pstrg_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pstrg], [lustre]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_pstrg_lustre_DSO], [test "$BUILD_pmix_pstrg_lustre_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pstrg_lustre_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_pstrg_lustre_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pstrg_lustre_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_pstrg_lustre_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pstrg_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pstrg_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pstrg_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pstrg_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_pstrg_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CHECK_IGNORED_PRIORITY([pstrg]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([pstrg], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([pstrg], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([pstrg], [$component], [compile_mode]) m4trace:configure.ac:255: -1- PMIX_CONFIG_SUBDIR([src/mca/pstrg/$component], [$pmix_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([pstrg], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([pstrg], [$component]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pstrg_ALL_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pstrg_STATIC_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pstrg_DSO_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pstrg_STATIC_LTLIBS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pstrg_ALL_SUBDIRS], [pstrg], [$all_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pstrg_ALL_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pstrg_STATIC_SUBDIRS], [pstrg], [$static_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pstrg_STATIC_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_pstrg_DSO_SUBDIRS], [pstrg], [$dso_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_pstrg_DSO_SUBDIRS$]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_FRAMEWORK([ptl], [1]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_ptl_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_ptl_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_ptl_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([ptl], [client], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([ptl], [client], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([ptl], [client], [compile_mode]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([ptl], [client], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_ptl_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([ptl], [client]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_ptl_client_DSO], [test "$BUILD_pmix_ptl_client_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_ptl_client_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_ptl_client_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_ptl_client_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_ptl_client_DSO_FALSE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([ptl], [server], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([ptl], [server], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([ptl], [server], [compile_mode]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([ptl], [server], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_ptl_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([ptl], [server]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_ptl_server_DSO], [test "$BUILD_pmix_ptl_server_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_ptl_server_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_ptl_server_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_ptl_server_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_ptl_server_DSO_FALSE]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([ptl], [tool], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([ptl], [tool], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([ptl], [tool], [compile_mode]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([ptl], [tool], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_ptl_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_cppflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([ptl], [tool]) m4trace:configure.ac:255: -1- AM_CONDITIONAL([MCA_BUILD_pmix_ptl_tool_DSO], [test "$BUILD_pmix_ptl_tool_DSO" = "1"]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_ptl_tool_DSO_TRUE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_BUILD_pmix_ptl_tool_DSO_FALSE$]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_ptl_tool_DSO_TRUE]) m4trace:configure.ac:255: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_pmix_ptl_tool_DSO_FALSE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_ptl_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_ptl_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_ptl_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_ptl_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_ptl_CONFIGURE_MODE]) m4trace:configure.ac:255: -2- PMIX_EVAL_ARG([MCA_pmix_ptl_CONFIGURE_MODE]) m4trace:configure.ac:255: -1- MCA_CHECK_IGNORED_PRIORITY([ptl]) m4trace:configure.ac:255: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([ptl], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:255: -1- MCA_COMPONENT_BUILD_CHECK([ptl], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_COMPONENT_COMPILE_MODE([ptl], [$component], [compile_mode]) m4trace:configure.ac:255: -1- PMIX_CONFIG_SUBDIR([src/mca/ptl/$component], [$pmix_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:255: -1- MCA_PROCESS_COMPONENT([ptl], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_ldflags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_pc_modules], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_pc_modules]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- PMIX_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([pmix_mca_wrapper_extra_static_libs], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([pmix_mca_wrapper_extra_static_libs]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- MCA_PROCESS_DEAD_COMPONENT([ptl], [$component]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_ptl_ALL_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_ptl_STATIC_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_ptl_DSO_COMPONENTS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_ptl_STATIC_LTLIBS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_ptl_ALL_SUBDIRS], [ptl], [$all_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_ptl_ALL_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_ptl_STATIC_SUBDIRS], [ptl], [$static_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_ptl_STATIC_SUBDIRS$]) m4trace:configure.ac:255: -1- PMIX_MCA_MAKE_DIR_LIST([MCA_pmix_ptl_DSO_SUBDIRS], [ptl], [$dso_components]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_ptl_DSO_SUBDIRS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_FRAMEWORKS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_FRAMEWORKS_SUBDIRS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_FRAMEWORK_COMPONENT_ALL_SUBDIRS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_FRAMEWORK_COMPONENT_DSO_SUBDIRS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_FRAMEWORK_COMPONENT_STATIC_SUBDIRS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_pmix_FRAMEWORK_LIBS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^MCA_PROJECT_SUBDIRS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PERL$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_DYN_LIB_SUFFIX$]) m4trace:configure.ac:255: -1- LT_OUTPUT m4trace:configure.ac:255: -1- _LT_PROG_LTMAIN m4trace:configure.ac:255: -1- m4_pattern_allow([^pmixdatadir$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^pmixlibdir$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^pmixincludedir$]) m4trace:configure.ac:255: -1- PMIX_SETUP_WRAPPER_FINAL m4trace:configure.ac:255: -1- PMIX_SETUP_RPATH m4trace:configure.ac:255: -1- PMIX_LIBTOOL_CONFIG([hardcode_libdir_flag_spec], [rpath_args], [], [libdir=LIBDIR]) m4trace:configure.ac:255: -1- PMIX_SETUP_RUNPATH m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_WRAPPER_CPPFLAGS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_WRAPPER_CFLAGS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_WRAPPER_CFLAGS_PREFIX$]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([tmp_flags], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([tmp_flags], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([tmp_flags]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([PMIX_WRAPPER_LDFLAGS_STATIC], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([PMIX_WRAPPER_LIBS_STATIC], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([PMIX_WRAPPER_LIBS_STATIC], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([PMIX_WRAPPER_LDFLAGS_STATIC], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([PMIX_WRAPPER_LIBS_STATIC], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([PMIX_WRAPPER_LIBS_STATIC], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_WRAPPER_LDFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([PMIX_WRAPPER_LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_WRAPPER_LDFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_WRAPPER_LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([PMIX_WRAPPER_LIBS], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_WRAPPER_LIBS]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([PMIX_WRAPPER_LIBS], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_WRAPPER_LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([PMIX_WRAPPER_LDFLAGS_STATIC], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([PMIX_WRAPPER_LIBS_STATIC], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([PMIX_WRAPPER_LIBS_STATIC], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_WRAPPER_LDFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([PMIX_WRAPPER_LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_WRAPPER_LDFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_WRAPPER_LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([PMIX_WRAPPER_LIBS], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_WRAPPER_LIBS]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([PMIX_WRAPPER_LIBS], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_WRAPPER_LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- RPATHIFY_LDFLAGS([PMIX_WRAPPER_LDFLAGS]) m4trace:configure.ac:255: -1- RPATHIFY_LDFLAGS_INTERNAL([PMIX_WRAPPER_LDFLAGS], [rpath_args]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([rpath_out]) m4trace:configure.ac:255: -1- RPATHIFY_LDFLAGS([PMIX_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:255: -1- RPATHIFY_LDFLAGS_INTERNAL([PMIX_WRAPPER_LDFLAGS_STATIC], [rpath_args]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([rpath_out]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_WRAPPER_LDFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:255: -1- OAC_APPEND([PMIX_WRAPPER_LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([PMIX_WRAPPER_LDFLAGS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_WRAPPER_LDFLAGS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_WRAPPER_LDFLAGS_STATIC$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_WRAPPER_LIBS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_WRAPPER_LIBS_STATIC$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_PC_CFLAGS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_PC_LIBS$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_PC_LIBS_PRIVATE$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_PC_MODULES$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_PC_MODULES_PRIVATE$]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([LIBS], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:255: -1- OAC_APPEND([LIBS], [${oac_list_arg}]) m4trace:configure.ac:255: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:255: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_BUILT_TEST_PREFIX$]) m4trace:configure.ac:255: -1- m4_pattern_allow([^PMIX_COMPONENT_LIBRARY_PATHS$]) m4trace:configure.ac:258: -1- PMIX_DO_AM_CONDITIONALS m4trace:configure.ac:258: -1- AM_CONDITIONAL([PMIX_TESTS_EXAMPLES], [test "x$pmix_tests" = "xyes"]) m4trace:configure.ac:258: -1- m4_pattern_allow([^PMIX_TESTS_EXAMPLES_TRUE$]) m4trace:configure.ac:258: -1- m4_pattern_allow([^PMIX_TESTS_EXAMPLES_FALSE$]) m4trace:configure.ac:258: -1- _AM_SUBST_NOTMAKE([PMIX_TESTS_EXAMPLES_TRUE]) m4trace:configure.ac:258: -1- _AM_SUBST_NOTMAKE([PMIX_TESTS_EXAMPLES_FALSE]) m4trace:configure.ac:258: -1- AM_CONDITIONAL([PMIX_COMPILE_TIMING], [test "$WANT_TIMING" = "1"]) m4trace:configure.ac:258: -1- m4_pattern_allow([^PMIX_COMPILE_TIMING_TRUE$]) m4trace:configure.ac:258: -1- m4_pattern_allow([^PMIX_COMPILE_TIMING_FALSE$]) m4trace:configure.ac:258: -1- _AM_SUBST_NOTMAKE([PMIX_COMPILE_TIMING_TRUE]) m4trace:configure.ac:258: -1- _AM_SUBST_NOTMAKE([PMIX_COMPILE_TIMING_FALSE]) m4trace:configure.ac:258: -1- AM_CONDITIONAL([PMIX_WANT_MUNGE], [test "$pmix_munge_support" = "1"]) m4trace:configure.ac:258: -1- m4_pattern_allow([^PMIX_WANT_MUNGE_TRUE$]) m4trace:configure.ac:258: -1- m4_pattern_allow([^PMIX_WANT_MUNGE_FALSE$]) m4trace:configure.ac:258: -1- _AM_SUBST_NOTMAKE([PMIX_WANT_MUNGE_TRUE]) m4trace:configure.ac:258: -1- _AM_SUBST_NOTMAKE([PMIX_WANT_MUNGE_FALSE]) m4trace:configure.ac:258: -1- AM_CONDITIONAL([PMIX_WANT_SASL], [test "$pmix_sasl_support" = "1"]) m4trace:configure.ac:258: -1- m4_pattern_allow([^PMIX_WANT_SASL_TRUE$]) m4trace:configure.ac:258: -1- m4_pattern_allow([^PMIX_WANT_SASL_FALSE$]) m4trace:configure.ac:258: -1- _AM_SUBST_NOTMAKE([PMIX_WANT_SASL_TRUE]) m4trace:configure.ac:258: -1- _AM_SUBST_NOTMAKE([PMIX_WANT_SASL_FALSE]) m4trace:configure.ac:258: -1- AM_CONDITIONAL([WANT_PRIMARY_HEADERS], [test "x$pmix_install_primary_headers" = "xyes"]) m4trace:configure.ac:258: -1- m4_pattern_allow([^WANT_PRIMARY_HEADERS_TRUE$]) m4trace:configure.ac:258: -1- m4_pattern_allow([^WANT_PRIMARY_HEADERS_FALSE$]) m4trace:configure.ac:258: -1- _AM_SUBST_NOTMAKE([WANT_PRIMARY_HEADERS_TRUE]) m4trace:configure.ac:258: -1- _AM_SUBST_NOTMAKE([WANT_PRIMARY_HEADERS_FALSE]) m4trace:configure.ac:258: -1- AM_CONDITIONAL([NEED_LIBPMIX], [test "$pmix_need_libpmix" = "1"]) m4trace:configure.ac:258: -1- m4_pattern_allow([^NEED_LIBPMIX_TRUE$]) m4trace:configure.ac:258: -1- m4_pattern_allow([^NEED_LIBPMIX_FALSE$]) m4trace:configure.ac:258: -1- _AM_SUBST_NOTMAKE([NEED_LIBPMIX_TRUE]) m4trace:configure.ac:258: -1- _AM_SUBST_NOTMAKE([NEED_LIBPMIX_FALSE]) m4trace:configure.ac:258: -1- AM_CONDITIONAL([PMIX_HAVE_JANSSON], [test "x$pmix_check_jansson_happy" = "xyes"]) m4trace:configure.ac:258: -1- m4_pattern_allow([^PMIX_HAVE_JANSSON_TRUE$]) m4trace:configure.ac:258: -1- m4_pattern_allow([^PMIX_HAVE_JANSSON_FALSE$]) m4trace:configure.ac:258: -1- _AM_SUBST_NOTMAKE([PMIX_HAVE_JANSSON_TRUE]) m4trace:configure.ac:258: -1- _AM_SUBST_NOTMAKE([PMIX_HAVE_JANSSON_FALSE]) m4trace:configure.ac:258: -1- AM_CONDITIONAL([PMIX_HAVE_CURL], [test "x$pmix_check_curl_happy" = "xyes"]) m4trace:configure.ac:258: -1- m4_pattern_allow([^PMIX_HAVE_CURL_TRUE$]) m4trace:configure.ac:258: -1- m4_pattern_allow([^PMIX_HAVE_CURL_FALSE$]) m4trace:configure.ac:258: -1- _AM_SUBST_NOTMAKE([PMIX_HAVE_CURL_TRUE]) m4trace:configure.ac:258: -1- _AM_SUBST_NOTMAKE([PMIX_HAVE_CURL_FALSE]) m4trace:configure.ac:264: -1- m4_pattern_allow([^CC_FOR_BUILD$]) m4trace:configure.ac:265: -1- m4_pattern_allow([^CC_FOR_BUILD$]) m4trace:configure.ac:273: -1- PMIX_SETUP_PICKY_COMPILERS m4trace:configure.ac:273: -1- _PMIX_CHECK_SPECIFIC_CFLAGS([-Wundef], [Wundef]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:273: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:273: -2- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wundef]) m4trace:configure.ac:273: -1- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wundef]) m4trace:configure.ac:273: -1- _PMIX_CHECK_SPECIFIC_CFLAGS([-Wno-long-long], [Wno_long_long], [int main() { long long x; }]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:273: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:273: -2- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wno_long_long]) m4trace:configure.ac:273: -1- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wno_long_long]) m4trace:configure.ac:273: -1- _PMIX_CHECK_SPECIFIC_CFLAGS([-Wsign-compare], [Wsign_compare]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:273: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:273: -2- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wsign_compare]) m4trace:configure.ac:273: -1- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wsign_compare]) m4trace:configure.ac:273: -1- _PMIX_CHECK_SPECIFIC_CFLAGS([-Wmissing-prototypes], [Wmissing_prototypes]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:273: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:273: -2- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wmissing_prototypes]) m4trace:configure.ac:273: -1- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wmissing_prototypes]) m4trace:configure.ac:273: -1- _PMIX_CHECK_SPECIFIC_CFLAGS([-Wstrict-prototypes], [Wstrict_prototypes]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:273: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:273: -2- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wstrict_prototypes]) m4trace:configure.ac:273: -1- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wstrict_prototypes]) m4trace:configure.ac:273: -1- _PMIX_CHECK_SPECIFIC_CFLAGS([-Wcomment], [Wcomment]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:273: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:273: -2- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wcomment]) m4trace:configure.ac:273: -1- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wcomment]) m4trace:configure.ac:273: -1- _PMIX_CHECK_SPECIFIC_CFLAGS([-Wshadow], [Wshadow]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:273: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:273: -2- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wshadow]) m4trace:configure.ac:273: -1- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wshadow]) m4trace:configure.ac:273: -1- _PMIX_CHECK_SPECIFIC_CFLAGS([-Werror-implicit-function-declaration], [Werror_implicit_function_declaration]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:273: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:273: -2- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Werror_implicit_function_declaration]) m4trace:configure.ac:273: -1- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Werror_implicit_function_declaration]) m4trace:configure.ac:273: -1- _PMIX_CHECK_SPECIFIC_CFLAGS([-Wno-long-double], [Wno_long_double], [int main() { long double x; }]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:273: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:273: -2- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wno_long_double]) m4trace:configure.ac:273: -1- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wno_long_double]) m4trace:configure.ac:273: -1- _PMIX_CHECK_SPECIFIC_CFLAGS([-fno-strict-aliasing], [fno_strict_aliasing], [int main () { int x; }]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:273: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:273: -2- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [fno_strict_aliasing]) m4trace:configure.ac:273: -1- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [fno_strict_aliasing]) m4trace:configure.ac:273: -1- _PMIX_CHECK_SPECIFIC_CFLAGS([-pedantic], [pedantic]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:273: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:273: -2- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [pedantic]) m4trace:configure.ac:273: -1- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [pedantic]) m4trace:configure.ac:273: -1- _PMIX_CHECK_SPECIFIC_CFLAGS([-Wall], [Wall]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:273: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:273: -2- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wall]) m4trace:configure.ac:273: -1- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wall]) m4trace:configure.ac:273: -1- _PMIX_CHECK_SPECIFIC_CFLAGS([-Wextra], [Wextra]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:273: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:273: -2- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wextra]) m4trace:configure.ac:273: -1- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wextra]) m4trace:configure.ac:273: -1- _PMIX_CHECK_SPECIFIC_CFLAGS([-Werror], [Werror]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:273: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:273: -2- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Werror]) m4trace:configure.ac:273: -1- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Werror]) m4trace:configure.ac:273: -1- _PMIX_CHECK_SPECIFIC_CFLAGS([-fsanitize=address], [fsanaddress]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:273: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:273: -2- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [fsanaddress]) m4trace:configure.ac:273: -1- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [fsanaddress]) m4trace:configure.ac:273: -1- _PMIX_CHECK_SPECIFIC_CFLAGS([-fsanitize=undefined], [fsanundefined]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:273: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:273: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:273: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:273: -2- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [fsanundefined]) m4trace:configure.ac:273: -1- _PMIX_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [fsanundefined]) m4trace:configure.ac:280: -1- m4_pattern_allow([^CFLAGS$]) m4trace:configure.ac:281: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.ac:332: -1- m4_pattern_allow([^CONFIGURE_DEPENDENCIES$]) m4trace:configure.ac:335: -1- m4_pattern_allow([^libpmix_so_version$]) m4trace:configure.ac:336: -1- m4_pattern_allow([^libpmi_so_version$]) m4trace:configure.ac:337: -1- m4_pattern_allow([^libpmi2_so_version$]) m4trace:configure.ac:352: -1- m4_pattern_allow([^LIB@&t@OBJS$]) m4trace:configure.ac:352: -1- m4_pattern_allow([^LTLIBOBJS$]) m4trace:configure.ac:352: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"]) m4trace:configure.ac:352: -1- m4_pattern_allow([^am__EXEEXT_TRUE$]) m4trace:configure.ac:352: -1- m4_pattern_allow([^am__EXEEXT_FALSE$]) m4trace:configure.ac:352: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE]) m4trace:configure.ac:352: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE]) m4trace:configure.ac:352: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"]) m4trace:configure.ac:352: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS m4trace:configure.ac:352: -1- AM_RUN_LOG([cd "$am_dirpart" \ && sed -e '/# am--include-marker/d' "$am_filepart" \ | $MAKE -f - am--depfiles]) m4trace:configure.ac:352: -1- _LT_PROG_LTMAIN m4trace:configure.ac:354: -1- PMIX_SUMMARY_PRINT m4trace:configure.ac:354: -1- OAC_SUMMARY_PRINT([stderr]) m4trace:configure.ac:354: -1- OAC_VAR_SCOPE_PUSH([oac_summary_section oac_summary_section_name]) m4trace:configure.ac:354: -1- OAC_VAR_SCOPE_POP