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/as.m4:11: -1- AC_DEFUN([AM_PROG_AS], [# By default we simply use the C compiler to build assembly code. AC_REQUIRE([AC_PROG_CC]) test "${CCAS+set}" = set || CCAS=$CC test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS AC_ARG_VAR([CCAS], [assembler compiler command (defaults to CC)]) AC_ARG_VAR([CCASFLAGS], [assembler compiler flags (defaults to CFLAGS)]) _AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES([CCAS])])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/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_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_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/prte_check_alps.m4:31: -1- AC_DEFUN([PRTE_CHECK_ALPS_CLE4], [ # # if we've gotten here, its because we are building on a CLE 4 system # prte_check_alps_cle4_libdir_happy="no" prte_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 Open MPI 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"], [prte_check_alps_libdir="$with_alps_libdir/lib64"], [prte_check_alps_libdir="$with_alps_libdir/lib"])], [ prte_check_alps_libdir="$default_alps_dir/lib/alps"]) ],[]) AS_IF([test "$with_alps" = "yes" || test "$with_alps" = "auto"], [prte_check_alps_dir=$default_alps_dir], [prte_check_alps_dir=$with_alps]) AC_MSG_CHECKING([if $prte_check_alps_libdir/libalps.a is present]) AS_IF([test -f "$prte_check_alps_libdir/libalps.a"], [prte_check_alps_libdir_cle4_happy="yes"], [prte_check_alps_libdir_cle4_happy="no", AC_MSG_RESULT([no])]) AC_MSG_CHECKING([if $prte_check_alps_dir/include/alps/apInfo.h is present]) AS_IF([test -f "$prte_check_alps_dir/include/alps/apInfo.h"], [prte_check_alps_dir_cle4_happy="yes"], [prte_check_alps_dir_cle4_happy="no" AC_MSG_RESULT([no])]) AS_IF([test "$prte_check_alps_libdir_cle4_happy" = "yes" && test "$prte_check_alps_dir_cle4_happy" = "yes"], [CRAY_ALPSLLI_CFLAGS="-I$prte_check_alps_dir/include" CRAY_ALPSLLI_LIBS="-L$prte_check_alps_libdir -lalpslli -lalpsutil" CRAY_ALPSLLI_STATIC_LIBS="-L$prte_check_alps_libdir -lalpslli -lalpsutil" $1], [$2]) ]) m4trace:config/prte_check_alps.m4:89: -1- AC_DEFUN([PRTE_CHECK_ALPS], [ if test -z "$prte_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"], [PRTE_CHECK_ALPS_CLE4([prte_check_cray_alps_happy="yes"], [prte_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], [prte_check_cray_alps_happy="yes"], [prte_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], [prte_check_cray_alps_happy="yes"], [prte_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], [prte_check_cray_alps_happy="yes"], [prte_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], [prte_check_cray_alps_happy="yes" AC_DEFINE_UNQUOTED([CRAY_WLM_DETECT],[1], [defined to 1 if cray wlm available, 0 otherwise]) ], [prte_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_UGNI], [cray-ugni], [prte_check_cray_alps_happy="yes" AC_DEFINE_UNQUOTED([CRAY_UGNI],[1], [defined to 1 if cray uGNI available, 0 otherwise]) ], [prte_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([prte_check_cray_alps_happy = $prte_check_cray_alps_happy]) AS_IF([test "$prte_check_cray_alps_happy" = "yes"], [prte_have_cray_alps=1], [prte_have_cray_alps=0]) AC_DEFINE_UNQUOTED([PRTE_HAVE_CRAY_ALPS], [$prte_have_cray_alps], [defined to 1 if cray alps env, 0 otherwise]) AS_IF([test "$prte_check_cray_alps_happy" = "yes" && test "$enable_static" = "yes"], [CRAY_ALPSLLI_LIBS = $CRAY_ALPSLLI_STATIC_LIBS CRAY_ALPSUTIL_LIBS = $CRAY_ALPSUTIL_STATIC_LIBS], []) PRTE_SUMMARY_ADD([Resource Managers], [Cray Alps], [], [$prte_check_cray_alps_happy]) fi AS_IF([test "$prte_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 $CRAY_UGNI_LIBS" $2], [$3]) ]) m4trace:config/prte_check_attributes.m4:39: -1- AC_DEFUN([_PRTE_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 prte_cv___attribute__[$1]=0 break; fi done fi ]) m4trace:config/prte_check_attributes.m4:61: -1- AC_DEFUN([_PRTE_CHECK_SPECIFIC_ATTRIBUTE], [ AC_MSG_CHECKING([for __attribute__([$1])]) AC_CACHE_VAL(prte_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 prte_cv__attribute__var=0 # prte_cv___attribute__[$1]=1 _PRTE_ATTRIBUTE_FAIL_SEARCH([$1]) ], [prte_cv___attribute__[$1]=0]) ]) if test "$prte_cv___attribute__[$1]" = "1" ; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) fi ]) m4trace:config/prte_check_attributes.m4:112: -1- AC_DEFUN([PRTE_CHECK_ATTRIBUTES], [ AC_LANG(C) AC_MSG_CHECKING(for __attribute__) AC_CACHE_VAL(prte_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__)); }; ])], [prte_cv___attribute__=1], [prte_cv___attribute__=0])]) AC_DEFINE_UNQUOTED(PRTE_HAVE_ATTRIBUTE, [$prte_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 "$prte_cv___attribute__" = "0" ; then AC_MSG_RESULT([no]) prte_cv___attribute__aligned=0 prte_cv___attribute__always_inline=0 prte_cv___attribute__cold=0 prte_cv___attribute__const=0 prte_cv___attribute__deprecated=0 prte_cv___attribute__deprecated_argument=0 prte_cv___attribute__format=0 prte_cv___attribute__format_funcptr=0 prte_cv___attribute__hot=0 prte_cv___attribute__malloc=0 prte_cv___attribute__may_alias=0 prte_cv___attribute__no_instrument_function=0 prte_cv___attribute__noinline=0 prte_cv___attribute__nonnull=0 prte_cv___attribute__noreturn=0 prte_cv___attribute__noreturn_funcptr=0 prte_cv___attribute__packed=0 prte_cv___attribute__pure=0 prte_cv___attribute__sentinel=0 prte_cv___attribute__unused=0 prte_cv___attribute__visibility=0 prte_cv___attribute__warn_unused_result=0 prte_cv___attribute__weak_alias=0 prte_cv___attribute__destructor=0 prte_cv___attribute__optnone=0 prte_cv___attribute__extension=0 else AC_MSG_RESULT([yes]) _PRTE_CHECK_SPECIFIC_ATTRIBUTE([aligned], [struct foo { char text[4]; } __attribute__ ((__aligned__(8)));], [], []) # # Ignored by PGI-6.2.5; -- recognized by output-parser # _PRTE_CHECK_SPECIFIC_ATTRIBUTE([always_inline], [int foo (int arg) __attribute__ ((__always_inline__));], [], []) _PRTE_CHECK_SPECIFIC_ATTRIBUTE([cold], [ int foo(int arg1, int arg2) __attribute__ ((__cold__)); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) _PRTE_CHECK_SPECIFIC_ATTRIBUTE([const], [ int foo(int arg1, int arg2) __attribute__ ((__const__)); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) _PRTE_CHECK_SPECIFIC_ATTRIBUTE([deprecated], [ int foo(int arg1, int arg2) __attribute__ ((__deprecated__)); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) _PRTE_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 "$prte_c_vendor" in gnu) ATTRIBUTE_CFLAGS="-Wall" ;; intel) # we want specifically the warning on format string conversion ATTRIBUTE_CFLAGS="-we181" ;; esac _PRTE_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 "$prte_c_vendor" in gnu) ATTRIBUTE_CFLAGS="-Wall" ;; intel) # we want specifically the warning on format string conversion ATTRIBUTE_CFLAGS="-we181" ;; esac _PRTE_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]) _PRTE_CHECK_SPECIFIC_ATTRIBUTE([hot], [ int foo(int arg1, int arg2) __attribute__ ((__hot__)); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) _PRTE_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 # _PRTE_CHECK_SPECIFIC_ATTRIBUTE([may_alias], [int * p_value __attribute__ ((__may_alias__));], [], []) _PRTE_CHECK_SPECIFIC_ATTRIBUTE([no_instrument_function], [int * foo(int arg1) __attribute__ ((__no_instrument_function__));], [], []) _PRTE_CHECK_SPECIFIC_ATTRIBUTE([noinline], [ int foo(int arg1, int arg2) __attribute__ ((__noinline__)); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } static int bar(int arg1, int arg2) __attribute__ ((__noinline__)); static int bar(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) # # 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 "$prte_c_vendor" in gnu) ATTRIBUTE_CFLAGS="-Wall" ;; intel) # we do not want to get ignored attributes warnings, but rather real warnings ATTRIBUTE_CFLAGS="-wd1292" ;; esac _PRTE_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]) _PRTE_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); } ], [], []) _PRTE_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]) _PRTE_CHECK_SPECIFIC_ATTRIBUTE([packed], [ struct foo { char a; int x[2] __attribute__ ((__packed__)); }; ], [], []) _PRTE_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 "$prte_c_vendor" in gnu) ATTRIBUTE_CFLAGS="-Wall" ;; intel) # we do not want to get ignored attributes warnings ATTRIBUTE_CFLAGS="-wd1292" ;; esac _PRTE_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]) _PRTE_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 # _PRTE_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 "$prte_c_vendor" in gnu) ATTRIBUTE_CFLAGS="-Wall" ;; intel) # we do not want to get ignored attributes warnings ATTRIBUTE_CFLAGS="-wd1292" ;; esac _PRTE_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]) _PRTE_CHECK_SPECIFIC_ATTRIBUTE([weak_alias], [ int foo(int arg); int foo(int arg) { return arg + 3; } int foo2(int arg) __attribute__ ((__weak__, __alias__("foo"))); ], [], []) _PRTE_CHECK_SPECIFIC_ATTRIBUTE([destructor], [ void foo(void) __attribute__ ((__destructor__)); void foo(void) { return ; } ], [], []) _PRTE_CHECK_SPECIFIC_ATTRIBUTE([optnone], [ void __attribute__ ((__optnone__)) foo(void); void foo(void) { return ; } ], [], []) _PRTE_CHECK_SPECIFIC_ATTRIBUTE([extension], [ int i = __extension__ 3; ], [], []) fi # Now that all the values are set, define them AC_DEFINE_UNQUOTED(PRTE_HAVE_ATTRIBUTE_ALIGNED, [$prte_cv___attribute__aligned], [Whether your compiler has __attribute__ aligned or not]) AC_DEFINE_UNQUOTED(PRTE_HAVE_ATTRIBUTE_ALWAYS_INLINE, [$prte_cv___attribute__always_inline], [Whether your compiler has __attribute__ always_inline or not]) AC_DEFINE_UNQUOTED(PRTE_HAVE_ATTRIBUTE_COLD, [$prte_cv___attribute__cold], [Whether your compiler has __attribute__ cold or not]) AC_DEFINE_UNQUOTED(PRTE_HAVE_ATTRIBUTE_CONST, [$prte_cv___attribute__const], [Whether your compiler has __attribute__ const or not]) AC_DEFINE_UNQUOTED(PRTE_HAVE_ATTRIBUTE_DEPRECATED, [$prte_cv___attribute__deprecated], [Whether your compiler has __attribute__ deprecated or not]) AC_DEFINE_UNQUOTED(PRTE_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT, [$prte_cv___attribute__deprecated_argument], [Whether your compiler has __attribute__ deprecated with optional argument]) AC_DEFINE_UNQUOTED(PRTE_HAVE_ATTRIBUTE_FORMAT, [$prte_cv___attribute__format], [Whether your compiler has __attribute__ format or not]) AC_DEFINE_UNQUOTED(PRTE_HAVE_ATTRIBUTE_FORMAT_FUNCPTR, [$prte_cv___attribute__format_funcptr], [Whether your compiler has __attribute__ format and it works on function pointers]) AC_DEFINE_UNQUOTED(PRTE_HAVE_ATTRIBUTE_HOT, [$prte_cv___attribute__hot], [Whether your compiler has __attribute__ hot or not]) AC_DEFINE_UNQUOTED(PRTE_HAVE_ATTRIBUTE_MALLOC, [$prte_cv___attribute__malloc], [Whether your compiler has __attribute__ malloc or not]) AC_DEFINE_UNQUOTED(PRTE_HAVE_ATTRIBUTE_MAY_ALIAS, [$prte_cv___attribute__may_alias], [Whether your compiler has __attribute__ may_alias or not]) AC_DEFINE_UNQUOTED(PRTE_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION, [$prte_cv___attribute__no_instrument_function], [Whether your compiler has __attribute__ no_instrument_function or not]) AC_DEFINE_UNQUOTED(PRTE_HAVE_ATTRIBUTE_NOINLINE, [$prte_cv___attribute__noinline], [Whether your compiler has __attribute__ noinline or not]) AC_DEFINE_UNQUOTED(PRTE_HAVE_ATTRIBUTE_NONNULL, [$prte_cv___attribute__nonnull], [Whether your compiler has __attribute__ nonnull or not]) AC_DEFINE_UNQUOTED(PRTE_HAVE_ATTRIBUTE_NORETURN, [$prte_cv___attribute__noreturn], [Whether your compiler has __attribute__ noreturn or not]) AC_DEFINE_UNQUOTED(PRTE_HAVE_ATTRIBUTE_NORETURN_FUNCPTR, [$prte_cv___attribute__noreturn_funcptr], [Whether your compiler has __attribute__ noreturn and it works on function pointers]) AC_DEFINE_UNQUOTED(PRTE_HAVE_ATTRIBUTE_PACKED, [$prte_cv___attribute__packed], [Whether your compiler has __attribute__ packed or not]) AC_DEFINE_UNQUOTED(PRTE_HAVE_ATTRIBUTE_PURE, [$prte_cv___attribute__pure], [Whether your compiler has __attribute__ pure or not]) AC_DEFINE_UNQUOTED(PRTE_HAVE_ATTRIBUTE_SENTINEL, [$prte_cv___attribute__sentinel], [Whether your compiler has __attribute__ sentinel or not]) AC_DEFINE_UNQUOTED(PRTE_HAVE_ATTRIBUTE_UNUSED, [$prte_cv___attribute__unused], [Whether your compiler has __attribute__ unused or not]) AC_DEFINE_UNQUOTED(PRTE_HAVE_ATTRIBUTE_VISIBILITY, [$prte_cv___attribute__visibility], [Whether your compiler has __attribute__ visibility or not]) AC_DEFINE_UNQUOTED(PRTE_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT, [$prte_cv___attribute__warn_unused_result], [Whether your compiler has __attribute__ warn unused result or not]) AC_DEFINE_UNQUOTED(PRTE_HAVE_ATTRIBUTE_WEAK_ALIAS, [$prte_cv___attribute__weak_alias], [Whether your compiler has __attribute__ weak alias or not]) AC_DEFINE_UNQUOTED(PRTE_HAVE_ATTRIBUTE_DESTRUCTOR, [$prte_cv___attribute__destructor], [Whether your compiler has __attribute__ destructor or not]) AC_DEFINE_UNQUOTED(PRTE_HAVE_ATTRIBUTE_OPTNONE, [$prte_cv___attribute__optnone], [Whether your compiler has __attribute__ optnone or not]) AC_DEFINE_UNQUOTED(PRTE_HAVE_ATTRIBUTE_EXTENSION, [$prte_cv___attribute__extension], [Whether your compiler has __attribute__ extension or not]) ]) m4trace:config/prte_check_cflags.m4:13: -1- AC_DEFUN([_PRTE_CFLAGS_FAIL_SEARCH], [ AC_REQUIRE([AC_PROG_GREP]) if test -s conftest.err ; then $GREP -iq $1 conftest.err if test "$?" = "0" ; then prte_cv_cc_[$2]=0 fi fi ]) m4trace:config/prte_check_cflags.m4:23: -1- AC_DEFUN([_PRTE_CHECK_SPECIFIC_CFLAGS], [ AC_MSG_CHECKING(if $CC supports ([$1])) CFLAGS_orig=$CFLAGS PRTE_APPEND_UNIQ([CFLAGS], ["$1"]) AC_CACHE_VAL(prte_cv_cc_[$2], [ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [$3])], [ prte_cv_cc_[$2]=1 _PRTE_CFLAGS_FAIL_SEARCH("ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown", [$2]) ], prte_cv_cc_[$2]=1 _PRTE_CFLAGS_FAIL_SEARCH("ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error", [$2]) )]) if test "$prte_cv_cc_[$2]" = "0" ; then CFLAGS="$CFLAGS_orig" AC_MSG_RESULT([no]) else AC_MSG_RESULT([yes]) fi ]) m4trace:config/prte_check_compiler_version.m4:23: -1- AC_DEFUN([PRTE_CHECK_COMPILER_VERSION_ID], [ PRTE_CHECK_COMPILER(FAMILYID) PRTE_CHECK_COMPILER(VERSION) ]) m4trace:config/prte_check_compiler_version.m4:30: -1- AC_DEFUN([PRTE_CHECK_COMPILER], [ AS_LITERAL_IF([$1], [], [m4_fatal([PRTE_CHECK_COMPILER argument must be a literal])]) lower=m4_tolower([$1]) AC_CACHE_CHECK([for compiler $lower], [prte_cv_compiler_$1], [ CPPFLAGS_orig=$CPPFLAGS CPPFLAGS="-I${PRTE_TOP_SRCDIR}/prte/include $CPPFLAGS" AC_RUN_IFELSE([AC_LANG_PROGRAM([[ #include #include #include "src/include/prte_portable_platform.h" ]],[[ FILE * f; f=fopen("conftestval", "w"); if (!f) exit(1); fprintf (f, "%d", PLATFORM_COMPILER_$1); ]])], [ prte_cv_compiler_$1=`cat conftestval` ], [ prte_cv_compiler_$1=0 ], [ prte_cv_compiler_$1=0 ]) CPPFLAGS=$CPPFLAGS_orig ]) AC_DEFINE_UNQUOTED([PRTE_BUILD_PLATFORM_COMPILER_$1], [$prte_cv_compiler_$1], [The compiler $lower which OMPI was built with]) ]) m4trace:config/prte_check_ident.m4:23: -1- AC_DEFUN([PRTE_CHECK_IDENT], [ AC_MSG_CHECKING([for $4 ident string support]) prte_pragma_ident_happy=0 prte_ident_happy=0 prte_static_const_char_happy=0 _PRTE_CHECK_IDENT( [$1], [$2], [$3], [[#]pragma ident], [], [prte_pragma_ident_happy=1 prte_message="[#]pragma ident"], _PRTE_CHECK_IDENT( [$1], [$2], [$3], [[#]ident], [], [prte_ident_happy=1 prte_message="[#]ident"], _PRTE_CHECK_IDENT( [$1], [$2], [$3], [[#]pragma comment(exestr, ], [)], [prte_pragma_comment_happy=1 prte_message="[#]pragma comment"], [prte_static_const_char_happy=1 prte_message="static const char[[]]"]))) AC_DEFINE_UNQUOTED([PRTE_$1_USE_PRAGMA_IDENT], [$prte_pragma_ident_happy], [Use #pragma ident strings for $4 files]) AC_DEFINE_UNQUOTED([PRTE_$1_USE_IDENT], [$prte_ident_happy], [Use #ident strings for $4 files]) AC_DEFINE_UNQUOTED([PRTE_$1_USE_PRAGMA_COMMENT], [$prte_pragma_comment_happy], [Use #pragma comment for $4 files]) AC_DEFINE_UNQUOTED([PRTE_$1_USE_CONST_CHAR_IDENT], [$prte_static_const_char_happy], [Use static const char[] strings for $4 files]) AC_MSG_RESULT([$prte_message]) unset prte_pragma_ident_happy prte_ident_happy prte_static_const_char_happy prte_message ]) m4trace:config/prte_check_ident.m4:67: -1- AC_DEFUN([_PRTE_CHECK_IDENT], [ eval prte_compiler="\$$1" eval prte_flags="\$$2" prte_ident="string_not_coincidentally_inserted_by_the_compiler" cat > conftest.$3 <&5 prte_output=`$prte_compiler $prte_flags -c conftest.$3 -o conftest.${OBJEXT} 2>&1 1>/dev/null` prte_status=$? AS_IF([test $prte_status = 0], [test -z "$prte_output" prte_status=$?]) PRTE_LOG_MSG([\$? = $prte_status], 1) AS_IF([test $prte_status = 0 && test -f conftest.${OBJEXT}], [prte_output="`strings -a conftest.${OBJEXT} | grep $prte_ident`" grep $prte_ident conftest.${OBJEXT} 2>&1 1>/dev/null prte_status=$? AS_IF([test "$prte_output" != "" || test "$prte_status" = "0"], [$6], [$7])], [PRTE_LOG_MSG([the failed program was:]) PRTE_LOG_FILE([conftest.$3]) $7]) unset prte_compiler prte_flags prte_output prte_status rm -rf conftest.* conftest${EXEEXT} ]) m4trace:config/prte_check_lsf.m4:31: -1- AC_DEFUN([PRTE_CHECK_LSF], [ AC_ARG_WITH([lsf], [AS_HELP_STRING([--with-lsf(=DIR)], [Build LSF support])]) AC_ARG_WITH([lsf-libdir], [AS_HELP_STRING([--with-lsf-libdir=DIR], [Search for LSF libraries in DIR])]) AS_IF([test "$with_lsf" != "no"],[ # If no directories were specified, look for LSF_LIBDIR, # LSF_INCLUDEDIR, and/or LSF_ENVDIR. AS_IF([test "${with_lsf}" = "yes" -o -z "${with_lsf}"], [AS_IF([test ! -z "$LSF_ENVDIR" && test -z "$LSF_INCLUDEDIR" && test -f "$LSF_ENVDIR/lsf.conf"], [LSF_INCLUDEDIR=`egrep ^LSF_INCLUDEDIR= $LSF_ENVDIR/lsf.conf | cut -d= -f2-`]) AS_IF([test ! -z "$LSF_INCLUDEDIR"], [with_lsf_incdir=`dirname $LSF_INCLUDEDIR` AC_MSG_NOTICE([Setting LSF includedir to ${with_lsf_incdir}])]) AS_IF([test -z "${with_lsf_libdir}"], [AS_IF([test ! -z "$LSF_ENVDIR" && test -z "$LSF_LIBDIR" && test -f "$LSF_ENVDIR/lsf.conf"], [LSF_LIBDIR=`egrep ^LSF_LIBDIR= $LSF_ENVDIR/lsf.conf | cut -d= -f2-`]) AS_IF([test ! -z "$LSF_LIBDIR"], [with_lsf_libdir=$LSF_LIBDIR AC_MSG_NOTICE([Setting LSF libdir to ${with_lsf_libdir}])])])]) prte_check_lsf_$1_save_CPPFLAGS="$CPPFLAGS" prte_check_lsf_$1_save_LDFLAGS="$LDFLAGS" prte_check_lsf_$1_save_LIBS="$LIBS" prte_check_lsf_happy="yes" # liblsf requires yp_all, yp_get_default_domain, and ypprot_err # on Linux, Solaris, NEC, and Sony NEWSs these are found in libnsl # on AIX it should be in libbsd # on HP-UX it should be in libBSD # on IRIX < 6 it should be in libsun (IRIX 6 and later it is in libc) # on RHEL: libnsl, libnsl2 AND libnsl2-devel are required to link libnsl to get yp_all. AS_IF([test "$prte_check_lsf_happy" = "yes"], [PRTE_SEARCH_LIBS_COMPONENT([yp_all_nsl], [yp_all], [nsl bsd BSD sun], [prte_check_lsf_happy="yes"], [AS_IF([test "${with_lsf}" = "yes"], [AC_MSG_WARN([[Could not find yp_all. Please see https://github.com/openpmix/prrte/wiki/Building-LSF-support for more details.]]) AC_MSG_ERROR([Cannot build requested LSF support])]) prte_check_lsf_happy="no"])]) # liblsf requires shm_open, shm_unlink, which are in librt AS_IF([test "$prte_check_lsf_happy" = "yes"], [PRTE_SEARCH_LIBS_COMPONENT([shm_open_rt], [shm_open], [rt], [prte_check_lsf_happy="yes"], [prte_check_lsf_happy="no"])]) AS_IF([test "$prte_check_lsf_happy" = "yes"], [OAC_CHECK_PACKAGE([lsf], [ls_info_lsf], [lsf/lsf.h], [lsf $yp_all_nsl_LIBS $shm_open_rt_LIBS], [ls_info], [prte_check_lsf_happy="yes"], [prte_check_lsf_happy="no"])]) # test function of liblsb LSF package AS_IF([test "$prte_check_lsf_happy" = "yes"], [with_lsfbatch=${with_lsf} with_lsfbatch_incdir=${with_lsf_incdir} with_lsfbatch_libdir=${with_lsf_libdir} OAC_CHECK_PACKAGE([lsfbatch], [prte_check_lsf], [lsf/lsbatch.h], [bat $ls_info_lsf_LIBS], [lsb_launch], [prte_check_lsf_happy="yes"], [prte_check_lsf_happy="no"])]) # Some versions of LSF ship with a libevent.so in their library path. # This is _not_ a copy of Libevent, but something specific to their project. # The PRRTE components should not need to link against LSF's libevent.so # However, the presence of it in the linker search path can cause a problem # # Add a check here to see if we are in a scenario where the two are conflicting. # In which case the earlier checks for successful compile of an LSF program will # have failed with messages like: # lib64/libevent_pthreads.so: undefined reference to `evthread_set_condition_callbacks' # lib64/libevent_pthreads.so: undefined reference to `event_mm_malloc_' # lib64/libevent_pthreads.so: undefined reference to `event_mm_free_' # lib64/libevent_pthreads.so: undefined reference to `evthread_set_id_callback' # lib64/libevent_pthreads.so: undefined reference to `evthread_set_lock_callbacks' # Because it picked up -levent from LSF, but -levent_pthreads from Libevent. # # So look for a function that libevent_pthreads is looking for from libevent.so. # If it does appears then we have the correct libevent.so, otherwise then we picked # up the LSF version and a conflict has been detected. # If the external libevent component used 'event_core' instead of 'event' prte_check_lsf_event_conflict=na # Split libs into an array, see if -levent is in that list prte_check_lsf_libevent_present=`echo "$LIBS" | awk '{split([$]0, a, " "); {for (k in a) {if (a[[k]] == "-levent") {print a[[k]]}}}}' | wc -l | tr -d '[[:space:]]'` # (1) LSF check must have failed above. We need to know why... AS_IF([test "${with_lsf}" = "yes" && test "$prte_check_lsf_happy" = "no"], [# (2) If there is a -levent in the $LIBS then that might be the problem AS_IF([test "$prte_check_lsf_libevent_present" != "0"], [AS_IF([test "$prte_check_lsf_libdir" = "" ], [], [LDFLAGS="$LDFLAGS -L$prte_check_lsf_libdir"]) # Note that we do not want to set LIBS here to include -llsf since # the check is not for an LSF library, but for the conflict with # LDFLAGS. # (3) Check to see if the -levent is from Libevent (check for a symbol it has) AC_CHECK_LIB([event], [evthread_set_condition_callbacks], [AC_MSG_CHECKING([for libevent conflict]) AC_MSG_RESULT([No conflict found. The correct libevent.so was linked.]) prte_check_lsf_event_conflict=no], [# (4) The libevent.so is not from Libevent. Warn the user. AC_MSG_CHECKING([for libevent conflict]) AC_MSG_RESULT([Conflict found. Detected a libevent.so that is not from Libevent.]) prte_check_lsf_event_conflict=yes]) ], [AC_MSG_CHECKING([for libevent conflict]) AC_MSG_RESULT([No conflict found. -levent is not being explicitly used.]) prte_check_lsf_event_conflict=na])], [AC_MSG_CHECKING([for libevent conflict]) AC_MSG_RESULT([No conflict found. LSF checks passed.]) prte_check_lsf_event_conflict=na]) AS_IF([test "$prte_check_lsf_event_conflict" = "yes"], [AC_MSG_WARN([===================================================================]) AC_MSG_WARN([===================================================================]) ]) CPPFLAGS="$prte_check_lsf_$1_save_CPPFLAGS" LDFLAGS="$prte_check_lsf_$1_save_LDFLAGS" LIBS="$prte_check_lsf_$1_save_LIBS" ], [prte_check_lsf_happy="no (disabled by user)"]) PRTE_SUMMARY_ADD([Resource Managers], [LSF], [], [$prte_check_lsf_happy]) AS_IF([test "$prte_check_lsf_happy" = "yes"], [$1_LIBS="[$]$1_LIBS $prte_check_lsf_LIBS" $1_LDFLAGS="[$]$1_LDFLAGS $prte_check_lsf_LDFLAGS" $1_CPPFLAGS="[$]$1_CPPFLAGS $prte_check_lsf_CPPFLAGS" # add the LSF libraries to static builds as they are required $2], [AS_IF([test ! -z "$with_lsf" && test "$with_lsf" != "no"], [AC_MSG_WARN([LSF support requested (via --with-lsf) but not found.]) AC_MSG_ERROR([Aborting.])]) $3]) ]) m4trace:config/prte_check_offsetof.m4:21: -1- AC_DEFUN([PRTE_CHECK_OFFSETOF], [ PRTE_VAR_SCOPE_PUSH([have_offsetof_msg]) AC_MSG_CHECKING(for functional offsetof macro) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include]], [[struct foo {int a, b;}; size_t offset = offsetof(struct foo, b); ]])], [have_offsetof_msg="yes"], [have_offsetof_msg="no"]) if test "$have_offsetof_msg" = "no"; then CPPFLAGS="$CPPFLAGS -DNO_PGI_OFFSET" AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include]], [[struct foo {int a, b;}; size_t offset = offsetof(struct foo, b); ]])], [have_offsetof_msg="yes"], [have_offsetof_msg="no"]) if test "$have_offsetof_msg" = "no"; then AC_MSG_RESULT([$have_offsetof_msg]) AC_MSG_WARN([Your compiler does not support offsetof macro]) AC_MSG_ERROR([Configure: Cannot continue]) fi fi AC_MSG_RESULT([$have_offsetof_msg]) PRTE_VAR_SCOPE_POP ]) m4trace:config/prte_check_os_flavors.m4:21: -1- AC_DEFUN([PRTE_CHECK_OS_FLAVOR_SPECIFIC], [ AC_MSG_CHECKING([$1]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM( [[#ifndef $1 #this is not $1, error #endif ]])], [prte_found_$2=yes], [prte_found_$2=no]) AC_MSG_RESULT([$prte_found_$2]) ]) m4trace:config/prte_check_os_flavors.m4:38: -1- AC_DEFUN([PRTE_CHECK_OS_FLAVORS], [ PRTE_CHECK_OS_FLAVOR_SPECIFIC([__NetBSD__], [netbsd]) PRTE_CHECK_OS_FLAVOR_SPECIFIC([__FreeBSD__], [freebsd]) PRTE_CHECK_OS_FLAVOR_SPECIFIC([__OpenBSD__], [openbsd]) PRTE_CHECK_OS_FLAVOR_SPECIFIC([__DragonFly__], [dragonfly]) PRTE_CHECK_OS_FLAVOR_SPECIFIC([__386BSD__], [386bsd]) PRTE_CHECK_OS_FLAVOR_SPECIFIC([__bsdi__], [bsdi]) PRTE_CHECK_OS_FLAVOR_SPECIFIC([__APPLE__], [apple]) PRTE_CHECK_OS_FLAVOR_SPECIFIC([__linux__], [linux]) PRTE_CHECK_OS_FLAVOR_SPECIFIC([__sun__], [sun]) AS_IF([test "$prte_found_sun" = "no"], PRTE_CHECK_OS_FLAVOR_SPECIFIC([__sun], [sun])) AS_IF([test "$prte_found_sun" = "yes"], [prte_have_solaris=1 CFLAGS="$CFLAGS -D_REENTRANT" CPPFLAGS="$CPPFLAGS -D_REENTRANT"], [prte_have_solaris=0]) AC_DEFINE_UNQUOTED([PRTE_HAVE_SOLARIS], [$prte_have_solaris], [Whether or not we have solaris]) AS_IF([test "$prte_found_apple" = "yes"], [prte_have_apple=1], [prte_have_apple=0]) AC_DEFINE_UNQUOTED([PRTE_HAVE_APPLE], [$prte_have_apple], [Whether or not we have apple]) # check for sockaddr_in (a good sign we have TCP) AC_CHECK_HEADERS([netdb.h netinet/in.h netinet/tcp.h]) AC_CHECK_TYPES([struct sockaddr_in], [prte_found_sockaddr=yes], [prte_found_sockaddr=no], [AC_INCLUDES_DEFAULT #ifdef HAVE_NETINET_IN_H #include #endif]) ]) m4trace:config/prte_check_pthread_pids.m4:21: -1- AC_DEFUN([PRTE_CHECK_PTHREAD_PIDS], [ # # Arguments: none # # Dependencies: None # # Sets: # PRTE_THREADS_HAVE_DIFFERENT_PIDS (variable) # # Test for Linux-like threads in the system. PRTE does not support # systems with different PIDs for threads in the same process, so error # out if we detect that case. # AC_MSG_CHECKING([if threads have different pids (pthreads on linux)]) PRTE_VAR_SCOPE_PUSH([tpids_CFLAGS_save tpids_CPPFLAGS_save tpids_LDFLAGS_save tpids_LIBS_save tpids_MSG]) tpids_CFLAGS_save="$CFLAGS" CFLAGS="$CFLAGS $THREAD_CFLAGS" tpids_CPPFLAGS_save="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $THREAD_CPPFLAGS" tpids_LDFLAGS_save="$LDFLAGS" LDFLAGS="$LDFLAGS $THREAD_LDFLAGS" tpids_LIBS_save="$LIBS" LIBS="$LIBS $THREAD_LIBS" AC_RUN_IFELSE([AC_LANG_SOURCE([#include #include #include #include void *checkpid(void *arg); int main() { 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 PRTE_THREADS_HAVE_DIFFERENT_PIDS=0], [tpids_MSG=yes PRTE_THREADS_HAVE_DIFFERENT_PIDS=1], [ # If we're cross compiling, we can't do another AC_* function here beause # it we haven't displayed the result from the last one yet. So defer # another test until below. PRTE_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$PRTE_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], [PRTE_THREADS_HAVE_DIFFERENT_PIDS=1])]) AS_IF([test "$PRTE_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 # PRTE_VAR_SCOPE_POP]) m4trace:config/prte_check_ptrace.m4:16: -1- AC_DEFUN([PRTE_CHECK_PTRACE], [ PRTE_VAR_SCOPE_PUSH(prte_have_ptrace_traceme prte_have_ptrace_detach prte_have_ptrace_header prte_have_ptrace prte_want_stop_on_exec prte_traceme_cmd prte_detach_cmd prte_ptrace_linux_sig prte_ptrace_CFLAGS_save) prte_have_ptrace_traceme=no prte_have_ptrace_detach=no prte_traceme_cmd= prte_detach_cmd= AC_CHECK_HEADER([sys/ptrace.h], [prte_have_ptrace_header=1 # must manually define the header protection since check_header doesn't do it AC_DEFINE_UNQUOTED([HAVE_SYS_PTRACE_H], [1], [Whether or not we have the ptrace header])], [prte_have_ptrace_header=0]) AC_CHECK_FUNC([ptrace], [prte_have_ptrace=yes], [prte_have_ptrace=no]) if test "$prte_have_ptrace_header" = "1" && test "$prte_have_ptrace" = "yes"; then AC_MSG_CHECKING([PTRACE_TRACEME]) AC_EGREP_CPP([yes], [#include #ifdef PTRACE_TRACEME yes #endif ], [AC_MSG_RESULT(yes) prte_have_ptrace_traceme=yes prte_traceme_cmd=PTRACE_TRACEME], [AC_MSG_RESULT(no) AC_MSG_CHECKING([PT_TRACE_ME]) AC_EGREP_CPP([yes], [#include #ifdef PT_TRACE_ME yes #endif ], [AC_MSG_RESULT(yes) prte_have_ptrace_traceme=yes prte_traceme_cmd=PT_TRACE_ME], [AC_MSG_RESULT(no) prte_have_ptrace_traceme=no]) ]) AC_MSG_CHECKING([PTRACE_DETACH]) AC_EGREP_CPP([yes], [#include #ifdef PTRACE_DETACH yes #endif ], [AC_MSG_RESULT(yes) prte_have_ptrace_detach=yes prte_detach_cmd=PTRACE_DETACH], [AC_MSG_RESULT(no) AC_MSG_CHECKING(PT_DETACH) AC_EGREP_CPP([yes], [#include #ifdef PT_DETACH yes #endif ], [AC_MSG_RESULT(yes) prte_have_ptrace_detach=yes prte_detach_cmd=PT_DETACH], [AC_MSG_RESULT(no) prte_have_ptrace_detach=no]) ]) AC_MSG_CHECKING([Linux ptrace function signature]) AC_LANG_PUSH(C) # must have -Werror set here prte_ptrace_CFLAGS_save=$CFLAGS CFLAGS="$CFLAGS -Werror" AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include "sys/ptrace.h"]], [[long (*ptr)(enum __ptrace_request request, pid_t pid, void *addr, void *data);] [ptr = ptrace;]]) ],[ AC_MSG_RESULT([yes]) prte_ptrace_linux_sig=1 ],[ AC_MSG_RESULT([no]) prte_ptrace_linux_sig=0 ]) AC_LANG_POP(C) CFLAGS=$prte_ptrace_CFLAGS_save fi AC_MSG_CHECKING(ptrace stop-on-exec will be supported) AS_IF([test "$prte_have_ptrace_traceme" = "yes" && test "$prte_have_ptrace_detach" = "yes"], [AC_MSG_RESULT(yes) prte_want_stop_on_exec=1], [AC_MSG_RESULT(no) prte_want_stop_on_exec=0]) AC_DEFINE_UNQUOTED([PRTE_HAVE_LINUX_PTRACE], [$prte_ptrace_linux_sig], [Does ptrace have the Linux signature]) AC_DEFINE_UNQUOTED([PRTE_HAVE_STOP_ON_EXEC], [$prte_want_stop_on_exec], [Whether or not we have stop-on-exec support]) AC_DEFINE_UNQUOTED([PRTE_TRACEME], [$prte_traceme_cmd], [Command for declaring that process expects to be traced by parent]) AC_DEFINE_UNQUOTED([PRTE_DETACH], [$prte_detach_cmd], [Command to detach from process being traced]) PRTE_VAR_SCOPE_POP ]) m4trace:config/prte_check_sge.m4:32: -1- AC_DEFUN([PRTE_CHECK_GRIDENGINE], [ if test -z "$prte_gridengine_build" ; then AC_ARG_WITH([sge], [AS_HELP_STRING([--with-sge], [Build SGE or Grid Engine support (default: no)])]) AC_MSG_CHECKING([if user requested SGE build]) prte_gridengine_build="no" AS_IF([test "$with_sge" = "yes"], [AC_MSG_RESULT([yes]) prte_gridengine_build=yes], [AS_IF([test "$with_sge" = "no"], [AC_MSG_RESULT([no])], [AC_MSG_RESULT([not specified; checking environment]) AC_CHECK_PROG([QRSH], [qrsh], [qrsh]) AS_IF([test "$QRSH" != ""], [prte_gridengine_build=yes], [AC_MSG_CHECKING([for SGE_ROOT environment variable]) AS_IF([test "$SGE_ROOT" != ""], [AC_MSG_RESULT([found]) prte_gridengine_build=yes], [AC_MSG_RESULT([not found])])])])]) PRTE_SUMMARY_ADD([Resource Managers], [Grid Engine], [], [$prte_gridengine_build]) fi AS_IF([test "$prte_gridengine_build" = "yes"], [$2], [$3]) ]) m4trace:config/prte_check_slurm.m4:29: -1- AC_DEFUN([PRTE_CHECK_SLURM], [ if test -z "$prte_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 prte_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*) prte_check_slurm_happy="yes" ;; *) AC_MSG_CHECKING([for SLURM srun in PATH]) PRTE_WHICH([srun], [PRTE_CHECK_SLURM_SRUN]) if test "$PRTE_CHECK_SLURM_SRUN" = ""; then prte_check_slurm_happy="no" else prte_check_slurm_happy="yes" fi AC_MSG_RESULT([$prte_check_slurm_happy]) ;; esac else prte_check_slurm_happy="yes" fi AS_IF([test "$prte_check_slurm_happy" = "yes"], [AC_CHECK_FUNC([fork], [prte_check_slurm_happy="yes"], [prte_check_slurm_happy="no"])]) AS_IF([test "$prte_check_slurm_happy" = "yes"], [AC_CHECK_FUNC([execve], [prte_check_slurm_happy="yes"], [prte_check_slurm_happy="no"])]) AS_IF([test "$prte_check_slurm_happy" = "yes"], [AC_CHECK_FUNC([setpgid], [prte_check_slurm_happy="yes"], [prte_check_slurm_happy="no"])]) # check to see if this is a Cray nativized slurm env. slurm_cray_env=0 PRTE_CHECK_ALPS([prte_slurm_cray], [slurm_cray_env=1]) AC_DEFINE_UNQUOTED([SLURM_CRAY_ENV],[$slurm_cray_env], [defined to 1 if slurm cray env, 0 otherwise]) PRTE_SUMMARY_ADD([Resource Managers], [Slurm], [], [$prte_check_slurm_happy]) fi AS_IF([test "$prte_check_slurm_happy" = "yes"], [$2], [$3]) ]) m4trace:config/prte_check_tm.m4:32: -1- AC_DEFUN([PRTE_CHECK_TM_PBS_CONFIG_RUN], [ # bozo check AS_IF([test -z "${prte_check_tm_cv_pbs_config_path}"], [AC_MSG_ERROR([Internal error. pbs-config not properly configured.])]) PRTE_LOG_COMMAND([prte_check_tm_pbs_config_run_results=`${prte_check_tm_cv_pbs_config_path} $1 2>&1`], [AS_VAR_COPY([$2], [prte_check_tm_pbs_config_run_results]) $3], [$4]) AS_UNSET([prte_check_tm_pbs_config_run_results]) ]) m4trace:config/prte_check_tm.m4:46: -1- AC_DEFUN([PRTE_CHECK_TM_SPLIT_LIBS_OUTPUT], [ for prte_check_tm_val in $2; do AS_IF([test "`echo $prte_check_tm_val | cut -c1-2`" = "-l"], [PRTE_APPEND([$1_LIBS], [${prte_check_tm_val}])], [PRTE_APPEND([$1_LDFLAGS], [${prte_check_tm_val}])]) done AS_UNSET([prte_check_tm_val]) ]) m4trace:config/prte_check_tm.m4:59: -1- AC_DEFUN([PRTE_CHECK_TM_PBS_CONFIG], [ PRTE_VAR_SCOPE_PUSH([pbs_config_happy]) pbs_config_happy="yes" AC_CACHE_CHECK([for pbs-config path], [prte_check_tm_cv_pbs_config_path], [AS_IF([test -z "${with_tm}" -o "${with_tm}" = "yes"], [prte_check_tm_cv_pbs_config_path="pbs-config"], [prte_check_tm_cv_pbs_config_path="${with_tm}/bin/pbs-config"])]) AC_CACHE_CHECK([if pbs-config works], [prte_check_tm_cv_pbs_config_works], [PRTE_CHECK_TM_PBS_CONFIG_RUN([--prefix], [prte_check_tm_dummy], [prte_check_tm_cv_pbs_config_works="yes"], [prte_check_tm_cv_pbs_config_works="no"])]) AS_IF([test "${prte_check_tm_cv_pbs_config_works}" = "no"], [pbs_config_happy="no"]) AS_IF([test "${pbs_config_happy}" = "yes"], [AC_CACHE_CHECK([for pbs-config cflags], [prte_check_tm_cv_pbs_config_cflags_output], [PRTE_CHECK_TM_PBS_CONFIG_RUN([--cflags], [prte_check_tm_cv_pbs_config_cflags_output], [], [AC_MSG_ERROR([An error occurred retrieving cflags from pbs-config])])]) AC_CACHE_CHECK([for pbs-config libs], [prte_check_tm_cv_pbs_config_libs_output], [PRTE_CHECK_TM_PBS_CONFIG_RUN([--libs], [prte_check_tm_cv_pbs_config_libs_output], [], [AC_MSG_ERROR([An error occurred retrieving libs from pbs-config])])]) $1_CPPFLAGS="${prte_check_tm_cv_pbs_config_cflags_output}" PRTE_CHECK_TM_SPLIT_LIBS_OUTPUT([$1], [${prte_check_tm_cv_pbs_config_libs_output}]) PRTE_LOG_MSG([pbs-config CPPFLAGS: ${$1_CPPFLAGS}], 1) PRTE_LOG_MSG([pbs-config LDFLAGS: ${$1_LDFLAGS}], 1) PRTE_LOG_MSG([pbs-config LIBS: ${$1_LIBS}], 1) # Now that we supposedly have the right flags, try them out. prte_check_tm_CPPFLAGS_save="${CPPFLAGS}" prte_check_tm_LDFLAGS_save="${LDFLAGS}" prte_check_tm_LIBS_save="${LIBS}" CPPFLAGS="${CPPFLAGS} ${$1_CPPFLAGS}" LIBS="${LIBS} ${$1_LIBS}" LDFLAGS="${LDFLAGS} ${$1_LDFLAGS}" pbs_config_happy=no AC_CHECK_HEADER([tm.h], [AC_CHECK_FUNC([tm_finalize], [pbs_config_happy="yes"])]) CPPFLAGS="${prte_check_tm_CPPFLAGS_save}" LDFLAGS="${prte_check_tm_LDFLAGS_save}" LIBS="${prte_check_tm_LIBS_save}"]) AS_IF([test "${pbs_config_happy}" = "yes"], [$1_SUMMARY="yes (${prte_check_tm_cv_pbs_config_path})" $2], [test "${prte_check_tm_cv_pbs_config_works}" = "yes"], [$4], [$1_SUMMARY="no" $3]) PRTE_VAR_SCOPE_POP ]) m4trace:config/prte_check_tm.m4:127: -1- AC_DEFUN([PRTE_CHECK_TM], [ PRTE_VAR_SCOPE_PUSH([prte_check_tm_happy prte_check_tm_found]) AC_ARG_WITH([tm], [AS_HELP_STRING([--with-tm(=DIR)], [Build TM (Torque, PBSPro, and compatible) support, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])]) AC_ARG_WITH([tm-libdir], [AS_HELP_STRING([--with-tm-libdir=DIR], [Search for Torque libraries in DIR])]) AS_IF([test "${with_tm}" = "no"], [prte_check_tm_happy="no"], [prte_check_tm_happy="yes"]) prte_check_tm_found=0 # Note: If we found pbs-config, got flags from it, but those flags don't work, consider that a hard fail # for a working TM. Don't try to search with check package in that case. AS_IF([test "${prte_check_tm_happy}" = "yes"], [PRTE_CHECK_TM_PBS_CONFIG([$1], [prte_check_tm_found=1], [], [prte_check_tm_happy="no"])]) # Note that Torque 2.1.0 changed the name of their back-end # library to "libtorque". So we have to check for both libpbs and # libtorque. First, check for libpbs. AS_IF([test "${prte_check_tm_happy}" = "yes" -a ${prte_check_tm_found} -eq 0], [AS_VAR_SET_IF([prte_cv_check_tm_libs], [OAC_CHECK_PACKAGE([tm], [$1], [tm.h], [${prte_cv_check_tm_libs}], [tm_init], [prte_check_tm_found=1])], [OAC_CHECK_PACKAGE([tm], [$1], [tm.h], [pbs crypto z], [tm_init], [prte_cv_check_tm_libs="pbs crypto z" prte_check_tm_found=1])]) AS_IF([test ${prte_check_tm_found} -eq 0], [OAC_CHECK_PACKAGE_INVALIDATE_GENERIC_CACHE([tm], [$1], [tm_init]) OAC_CHECK_PACKAGE([tm], [$1], [tm.h], [pbs crypto z], [tm_init], [prte_cv_check_tm_libs="pbs crypto z" prte_check_tm_found=1])]) AS_IF([test ${prte_check_tm_found} -eq 0], [OAC_CHECK_PACKAGE_INVALIDATE_GENERIC_CACHE([tm], [$1], [tm_init]) OAC_CHECK_PACKAGE([tm], [$1], [tm.h], [torque], [tm_init], [prte_cv_check_tm_libs="torque" prte_check_tm_found=1])])]) AS_IF([test ${prte_check_tm_found} -eq 0], [prte_check_tm_happy="no"]) # Did we find the right stuff? AS_IF([test "${prte_check_tm_happy}" = "yes"], [$2], [AS_IF([test ! -z "${with_tm}" && test "${with_tm}" != "no"], [AC_MSG_ERROR([TM support requested but not found. Aborting])]) $3]) PRTE_SUMMARY_ADD([Resource Managers], [Torque], [], [${$1_SUMMARY}]) PRTE_VAR_SCOPE_POP ]) m4trace:config/prte_check_vendor.m4:33: -1- AC_DEFUN([PRTE_C_COMPILER_VENDOR], [ AC_REQUIRE([AC_PROG_CC]) AC_CACHE_CHECK([for the C compiler vendor], [prte_cv_c_compiler_vendor], [AC_LANG_PUSH(C) _PRTE_CHECK_COMPILER_VENDOR([prte_cv_c_compiler_vendor]) AC_LANG_POP(C)]) $1="$prte_cv_c_compiler_vendor" ]) m4trace:config/prte_check_vendor.m4:55: -1- AC_DEFUN([PRTE_IFDEF_IFELSE], [ AC_COMPILE_IFELSE([AC_LANG_DEFINES_PROVIDED #ifndef $1 #error "symbol $1 not defined" choke me #endif], [$2], [$3])]) m4trace:config/prte_check_vendor.m4:68: -1- AC_DEFUN([PRTE_IF_IFELSE], [ AC_COMPILE_IFELSE([AC_LANG_DEFINES_PROVIDED #if !( $1 ) #error "condition $1 not met" choke me #endif], [$2], [$3])]) m4trace:config/prte_check_vendor.m4:84: -1- AC_DEFUN([_PRTE_CHECK_COMPILER_VENDOR], [ prte_check_compiler_vendor_result="unknown" # GNU is probably the most common, so check that one as soon as # possible. Intel and PGI18 pretend to be GNU, so need to check Intel # and PGI before checking for GNU. # Intel AS_IF([test "$prte_check_compiler_vendor_result" = "unknown"], [PRTE_IF_IFELSE([defined(__INTEL_COMPILER) || defined(__ICC)], [prte_check_compiler_vendor_result="intel"])]) # Portland Group AS_IF([test "$prte_check_compiler_vendor_result" = "unknown"], [PRTE_IFDEF_IFELSE([__PGI], [prte_check_compiler_vendor_result="portland group"])]) # Fujitsu AS_IF([test "$prte_check_compiler_vendor_result" = "unknown"], [PRTE_IF_IFELSE([defined(__FUJITSU)], [prte_check_compiler_vendor_result="fujitsu"])]) # Borland Turbo C AS_IF([test "$prte_check_compiler_vendor_result" = "unknown"], [PRTE_IFDEF_IFELSE([__TURBOC__], [prte_check_compiler_vendor_result="borland"])]) # Borland C++ AS_IF([test "$prte_check_compiler_vendor_result" = "unknown"], [PRTE_IFDEF_IFELSE([__BORLANDC__], [prte_check_compiler_vendor_result="borland"])]) # Comeau C++ AS_IF([test "$prte_check_compiler_vendor_result" = "unknown"], [PRTE_IFDEF_IFELSE([__COMO__], [prte_check_compiler_vendor_result="comeau"])]) # Compaq C/C++ AS_IF([test "$prte_check_compiler_vendor_result" = "unknown"], [PRTE_IF_IFELSE([defined(__DECC) || defined(VAXC) || defined(__VAXC)], [prte_check_compiler_vendor_result="compaq"], [PRTE_IF_IFELSE([defined(__osf__) && defined(__LANGUAGE_C__)], [prte_check_compiler_vendor_result="compaq"], [PRTE_IFDEF_IFELSE([__DECCXX], [prte_check_compiler_vendor_result="compaq"])])])]) # Cray C/C++ AS_IF([test "$prte_check_compiler_vendor_result" = "unknown"], [PRTE_IFDEF_IFELSE([_CRAYC], [prte_check_compiler_vendor_result="cray"])]) # Diab C/C++ AS_IF([test "$prte_check_compiler_vendor_result" = "unknown"], [PRTE_IFDEF_IFELSE([__DCC__], [prte_check_compiler_vendor_result="diab"])]) # Digital Mars AS_IF([test "$prte_check_compiler_vendor_result" = "unknown"], [PRTE_IF_IFELSE([defined(__DMC__) || defined(__SC__) || defined(__ZTC__)], [prte_check_compiler_vendor_result="digital mars"])]) # HP ANSI C / aC++ AS_IF([test "$prte_check_compiler_vendor_result" = "unknown"], [PRTE_IF_IFELSE([defined(__HP_cc) || defined(__HP_aCC)], [prte_check_compiler_vendor_result="hp"])]) # IBM XL C/C++ AS_IF([test "$prte_check_compiler_vendor_result" = "unknown"], [PRTE_IF_IFELSE([defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) || defined(__ibmxl__)], [prte_check_compiler_vendor_result="ibm"], [PRTE_IF_IFELSE([defined(_AIX) && !defined(__GNUC__)], [prte_check_compiler_vendor_result="ibm"])])]) # KAI C++ (rest in peace) AS_IF([test "$prte_check_compiler_vendor_result" = "unknown"], [PRTE_IFDEF_IFELSE([__KCC], [prte_check_compiler_vendor_result="kai"])]) # LCC AS_IF([test "$prte_check_compiler_vendor_result" = "unknown"], [PRTE_IFDEF_IFELSE([__LCC__], [prte_check_compiler_vendor_result="lcc"])]) # MetaWare High C/C++ AS_IF([test "$prte_check_compiler_vendor_result" = "unknown"], [PRTE_IFDEF_IFELSE([__HIGHC__], [prte_check_compiler_vendor_result="metaware high"])]) # Metrowerks Codewarrior AS_IF([test "$prte_check_compiler_vendor_result" = "unknown"], [PRTE_IFDEF_IFELSE([__MWERKS__], [prte_check_compiler_vendor_result="metrowerks"])]) # MIPSpro (SGI) AS_IF([test "$prte_check_compiler_vendor_result" = "unknown"], [PRTE_IF_IFELSE([defined(sgi) || defined(__sgi)], [prte_check_compiler_vendor_result="sgi"])]) # MPW C++ AS_IF([test "$prte_check_compiler_vendor_result" = "unknown"], [PRTE_IF_IFELSE([defined(__MRC__) || defined(MPW_C) || defined(MPW_CPLUS)], [prte_check_compiler_vendor_result="mpw"])]) # Norcroft C AS_IF([test "$prte_check_compiler_vendor_result" = "unknown"], [PRTE_IFDEF_IFELSE([__CC_NORCROFT], [prte_check_compiler_vendor_result="norcroft"])]) # Pelles C AS_IF([test "$prte_check_compiler_vendor_result" = "unknown"], [PRTE_IFDEF_IFELSE([__POCC__], [prte_check_compiler_vendor_result="pelles"])]) # SAS/C AS_IF([test "$prte_check_compiler_vendor_result" = "unknown"], [PRTE_IF_IFELSE([defined(SASC) || defined(__SASC) || defined(__SASC__)], [prte_check_compiler_vendor_result="sas"])]) # Sun Workshop C/C++ AS_IF([test "$prte_check_compiler_vendor_result" = "unknown"], [PRTE_IF_IFELSE([defined(__SUNPRO_C) || defined(__SUNPRO_CC)], [prte_check_compiler_vendor_result="sun"])]) # TenDRA C/C++ AS_IF([test "$prte_check_compiler_vendor_result" = "unknown"], [PRTE_IFDEF_IFELSE([__TenDRA__], [prte_check_compiler_vendor_result="tendra"])]) # Tiny C AS_IF([test "$prte_check_compiler_vendor_result" = "unknown"], [PRTE_IFDEF_IFELSE([__TINYC__], [prte_check_compiler_vendor_result="tiny"])]) # USL C AS_IF([test "$prte_check_compiler_vendor_result" = "unknown"], [PRTE_IFDEF_IFELSE([__USLC__], [prte_check_compiler_vendor_result="usl"])]) # Watcom C++ AS_IF([test "$prte_check_compiler_vendor_result" = "unknown"], [PRTE_IFDEF_IFELSE([__WATCOMC__], [prte_check_compiler_vendor_result="watcom"])]) # GNU AS_IF([test "$prte_check_compiler_vendor_result" = "unknown"], [PRTE_IFDEF_IFELSE([__GNUC__], [prte_check_compiler_vendor_result="gnu" # We do not support gccfss as a compiler so die if # someone tries to use said compiler. gccfss (gcc # for SPARC Systems) is a compiler that is no longer # supported by Oracle and it has some major flaws # that prevents it from actually compiling PRTE code. # So if we detect it we automatically bail. if ($CC --version | grep gccfss) >/dev/null 2>&1; then AC_MSG_RESULT([gccfss]) AC_MSG_WARN([Detected gccfss being used to compile PMIx.]) AC_MSG_WARN([Because of several issues PMIx does not support]) AC_MSG_WARN([the gccfss compiler. Please use a different compiler.]) AC_MSG_WARN([If you didn't think you used gccfss you may want to]) AC_MSG_WARN([check to see if the compiler you think you used is]) AC_MSG_WARN([actually a link to gccfss.]) AC_MSG_ERROR([Cannot continue]) fi])]) $1="$prte_check_compiler_vendor_result" unset prte_check_compiler_vendor_result ]) m4trace:config/prte_check_visibility.m4:26: -1- AC_DEFUN([PRTE_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)])) prte_visibility_define=0 prte_msg="whether to enable symbol visibility" if test "$enable_visibility" = "no"; then AC_MSG_CHECKING([$prte_msg]) AC_MSG_RESULT([no (disabled)]) else CFLAGS_orig=$CFLAGS prte_add= case "$prte_c_vendor" in sun) # Check using Sun Studio -xldscope=hidden flag prte_add=-xldscope=hidden CFLAGS="$PRTE_CFLAGS_BEFORE_PICKY $prte_add -errwarn=%all" ;; *) # Check using -fvisibility=hidden prte_add=-fvisibility=hidden CFLAGS="$PRTE_CFLAGS_BEFORE_PICKY $prte_add -Werror" ;; esac AC_MSG_CHECKING([if $CC supports $prte_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"], [prte_add=])]) ], [prte_add=]) AS_IF([test "$prte_add" = ""], [AC_MSG_RESULT([no])], [AC_MSG_RESULT([yes])]) CFLAGS=$CFLAGS_orig PRTE_VISIBILITY_CFLAGS=$prte_add if test "$prte_add" != "" ; then prte_visibility_define=1 AC_MSG_CHECKING([$prte_msg]) AC_MSG_RESULT([yes (via $prte_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([$prte_msg]) AC_MSG_RESULT([no (unsupported)]) fi unset prte_add fi AC_DEFINE_UNQUOTED([PRTE_C_HAVE_VISIBILITY], [$prte_visibility_define], [Whether C compiler supports symbol visibility or not]) ]) m4trace:config/prte_config_asm.m4:31: -1- AC_DEFUN([PRTE_CHECK_GCC_ATOMIC_BUILTINS], [ if test -z "$prte_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);]])], [prte_cv_have___atomic=yes], [prte_cv_have___atomic=no]) AC_MSG_RESULT([$prte_cv_have___atomic]) if test "$prte_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);]])], [prte_cv_have___atomic_64=yes], [prte_cv_have___atomic_64=no]) AC_MSG_RESULT([$prte_cv_have___atomic_64]) if test "$prte_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]) prte_cv_have___atomic_64=no], [AC_MSG_RESULT([cannot test -- assume yes (cross compiling)])]) fi else prte_cv_have___atomic_64=no fi fi ]) m4trace:config/prte_config_asm.m4:82: -1- AC_DEFUN([PRTE_CONFIG_ASM], [ AC_REQUIRE([PRTE_SETUP_CC]) AC_ARG_ENABLE([c11-atomics],[AS_HELP_STRING([--enable-c11-atomics], [Enable use of C11 atomics if available (default: enabled)])]) AC_ARG_ENABLE([builtin-atomics], [AS_HELP_STRING([--enable-builtin-atomics], [Enable use of GCC built-in atomics (default: autodetect)])]) prte_atomic_c11=0 prte_atomic_gcc_builtin=0 PRTE_CHECK_GCC_ATOMIC_BUILTINS if test "x$enable_c11_atomics" != "xno" && test "$prte_cv_c11_supported" = "yes" ; then prte_atomic_style="c11" prte_atomic_c11=1 elif test "x$enable_c11_atomics" = "xyes"; then AC_MSG_WARN([C11 atomics were requested but are not supported]) AC_MSG_ERROR([Cannot continue]) elif test "$enable_builtin_atomics" != "no" && test "$prte_cv_have___atomic" = "yes" ; then prte_atomic_style="gcc" prte_atomic_gcc_builtin=1 elif test "$enable_builtin_atomics" = "yes" ; then AC_MSG_WARN([GCC built-in atomics requested but not found.]) AC_MSG_ERROR([Cannot continue]) else AC_MSG_WARN([Neither C11 nor the built-in atomics are available,]) AC_MSG_WARN([either because they were disabled on the configure]) AC_MSG_WARN([command line or they were not found. PRRTE requires]) AC_MSG_WARN([atomic support, so either a compiler with C11 atomics]) AC_MSG_WARN([must be used OR the built-in atomics must not be disabled.]) AC_MSG_ERROR([Cannot continue]) fi AC_MSG_CHECKING([for x86_64 architecture]) case "${host}" in x86_64-*x32|i?86-*|x86_64*|amd64*) AC_MSG_RESULT([yes]) AC_DEFINE([PRTE_ATOMIC_X86_64], [1], [whether building on x86_64 platform]) ;; *) AC_MSG_RESULT([no]) ;; esac AC_MSG_CHECKING([for atomics style]) AC_MSG_RESULT([$prte_atomic_style]) AC_DEFINE_UNQUOTED([PRTE_ATOMIC_C11], [$prte_atomic_c11], [Use C11 style atomics]) AC_DEFINE_UNQUOTED([PRTE_ATOMIC_GCC_BUILTIN], [$prte_atomic_gcc_builtin], [Use GCC builtin style atomics]) ]) m4trace:config/prte_config_files.m4:17: -1- AC_DEFUN([PRTE_CONFIG_FILES], [ AC_CONFIG_FILES([ src/Makefile src/etc/Makefile src/util/Makefile src/util/hostfile/Makefile src/tools/pcc/Makefile src/tools/prted/Makefile src/tools/prun/Makefile src/tools/prte_info/Makefile src/tools/prte/Makefile src/tools/pterm/Makefile ]) ]) m4trace:config/prte_config_pthreads.m4:34: -1- AC_DEFUN([PRTE_INTL_PTHREAD_TRY_LINK], [ # BEGIN: PRTE_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: PRTE_INTL_PTHREAD_TRY_LINK ]) m4trace:config/prte_config_pthreads.m4:79: -1- AC_DEFUN([PRTE_INTL_POSIX_THREADS_PLAIN_C], [ # # C compiler # if test "$prte_pthread_c_success" = "0"; then AC_MSG_CHECKING([if C compiler and POSIX threads work as is]) AC_LANG_PUSH(C) PRTE_INTL_PTHREAD_TRY_LINK(prte_pthread_c_success=1, prte_pthread_c_success=0) AC_LANG_POP(C) if test "$prte_pthread_c_success" = "1"; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) fi fi ]) m4trace:config/prte_config_pthreads.m4:99: -1- AC_DEFUN([PRTE_INTL_POSIX_THREADS_PLAIN], [ # BEGIN: PRTE_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], [PRTE_INTL_POSIX_THREADS_PLAIN_C], [prte_pthread_c_success=1]) # End: PRTE_INTL_POSIX_THREADS_PLAIN ]) m4trace:config/prte_config_pthreads.m4:122: -1- AC_DEFUN([PRTE_INTL_POSIX_THREADS_SPECIAL_FLAGS_C], [ # # C compiler # if test "$prte_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) PRTE_INTL_PTHREAD_TRY_LINK(prte_pthread_c_success=1, prte_pthread_c_success=0) AC_LANG_POP(C) if test "$prte_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/prte_config_pthreads.m4:148: -1- AC_DEFUN([PRTE_INTL_POSIX_THREADS_SPECIAL_FLAGS], [ # Begin: PRTE_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], [PRTE_INTL_POSIX_THREADS_SPECIAL_FLAGS_C], [prte_pthread_c_success=1]) # End: PRTE_INTL_POSIX_THREADS_SPECIAL_FLAGS ]) m4trace:config/prte_config_pthreads.m4:187: -1- AC_DEFUN([PRTE_INTL_POSIX_THREADS_LIBS_C], [ # # C compiler # if test "$prte_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) PRTE_INTL_PTHREAD_TRY_LINK(prte_pthread_c_success=1, prte_pthread_c_success=0) AC_LANG_POP(C) if test "$prte_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/prte_config_pthreads.m4:226: -1- AC_DEFUN([PRTE_INTL_POSIX_THREADS_LIBS], [ # Begin: PRTE_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], [PRTE_INTL_POSIX_THREADS_LIBS_C], [prte_pthread_c_success=1]) # End: PRTE_INTL_POSIX_THREADS_LIBS ]) m4trace:config/prte_config_pthreads.m4:252: -1- AC_DEFUN([PRTE_CONFIG_POSIX_THREADS], [ AC_REQUIRE([AC_PROG_GREP]) prte_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. PRTE_INTL_POSIX_THREADS_PLAIN # Try the super-special compiler flags. PRTE_INTL_POSIX_THREADS_SPECIAL_FLAGS # Try the normal linking methods (that's no fun) PRTE_INTL_POSIX_THREADS_LIBS # # check to see if we can create shared memory mutexes and conditions # AC_CHECK_FUNCS([pthread_mutexattr_setpshared pthread_condattr_setpshared]) # # 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([PRTE_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([PRTE_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 "$prte_pthread_c_success" = "1"; then internal_useless=1 $1 else internal_useless=1 $2 fi unset prte_pthread_c_success unset internal_useless ]) m4trace:config/prte_config_subdir.m4:24: -1- AC_DEFUN([PRTE_CONFIG_SUBDIR], [ PRTE_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([PRTE 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 # PRTE_VAR_SCOPE_POP]) m4trace:config/prte_config_subdir_args.m4:22: -1- AC_DEFUN([PRTE_CONFIG_SUBDIR_ARGS], [ PRTE_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 # PRTE_VAR_SCOPE_POP]) m4trace:config/prte_config_threads.m4:24: -1- AC_DEFUN([PRTE_CONFIG_THREADS], [ # # Arguments: none # # Dependencies: None # # Modifies: # none - see called tests # # configure threads # # # Check we have POSIX threads # PRTE_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" PRTE_CHECK_PTHREAD_PIDS AC_DEFINE_UNQUOTED([PRTE_ENABLE_MULTI_THREADS], [1], [Whether we should enable thread support within the PRTE code base]) ]) m4trace:config/prte_configure_options.m4:32: -1- AC_DEFUN([PRTE_CONFIGURE_OPTIONS], [ prte_show_subtitle "PRTE Configuration options" # 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 $PRTE_TOP_SRCDIR/.git; then AC_DEFINE_UNQUOTED([PRTE_GIT_REPO_BUILD], ["1"], [If built from a git repo]) prte_git_repo_build=yes else prte_git_repo_build=no fi # # Do we want prte's --prefix behavior to be enabled by default? # AC_MSG_CHECKING([if want prte "--prefix" behavior to be enabled by default]) AC_ARG_ENABLE([prte-prefix-by-default], [AS_HELP_STRING([--enable-prte-prefix-by-default], [Make "prte ..." behave exactly the same as "prte --prefix \$prefix" (where \$prefix is the value given to --prefix in configure)])]) if test "$enable_prte_prefix_by_default" = "yes"; then AC_MSG_RESULT([yes]) prte_want_prte_prefix_by_default=1 else AC_MSG_RESULT([no]) prte_want_prte_prefix_by_default=0 fi AC_DEFINE_UNQUOTED([PRTE_WANT_PRTE_PREFIX_BY_DEFAULT], [$prte_want_prte_prefix_by_default], [Whether we want prte to effect "--prefix $prefix" by default]) # # 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 MPI 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" CXXFLAGS="-DNDEBUG $CXXFLAGS" fi AC_DEFINE_UNQUOTED(PRTE_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.])) # # 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 PRRTE (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 "$prte_git_repo_build" = "yes" && test "$WANT_DEBUG" = "1"; then AC_MSG_RESULT([yes]) WANT_PICKY_COMPILER=1 else AC_MSG_RESULT([no]) WANT_PICKY_COMPILER=0 fi AC_DEFINE_UNQUOTED(PRTE_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(PRTE_MEMORY_SANITIZERS, $WANT_MEMORY_SANITIZERS, [Whether or not we are using memory sanitizers]) # # Do we want to install the internal devel headers? # AC_MSG_CHECKING([if want to install project-internal header files]) AC_ARG_WITH(devel-headers, AS_HELP_STRING([--with-devel-headers], [Normal PRTE users/applications do not need this. Developer headers are only necessary for authors doing deeper integration (default: disabled).])) if test "$with_devel_headers" = "yes"; then AC_MSG_RESULT([yes]) WANT_INSTALL_HEADERS=1 else AC_MSG_RESULT([no]) WANT_INSTALL_HEADERS=0 fi AM_CONDITIONAL(WANT_INSTALL_HEADERS, test "$WANT_INSTALL_HEADERS" = 1) # # 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([PRTE_WANT_PRETTY_PRINT_STACKTRACE], [$WANT_PRETTY_PRINT_STACKTRACE], [if want pretty-print stack trace feature]) # # 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]) PRTE_ENABLE_PTY_SUPPORT=0 else AC_MSG_RESULT([yes]) PRTE_ENABLE_PTY_SUPPORT=1 fi AC_DEFINE_UNQUOTED([PRTE_ENABLE_PTY_SUPPORT], [$PRTE_ENABLE_PTY_SUPPORT], [Whether user wants PTY support or not]) # # Do we want to allow DLOPEN? # 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. Disabling dlopen implies --disable-mca-dso. (default: enabled)])]) if test "$enable_dlopen" = "no" ; then PRTE_ENABLE_DLOPEN_SUPPORT=0 AC_MSG_RESULT([no]) else PRTE_ENABLE_DLOPEN_SUPPORT=1 AC_MSG_RESULT([yes]) fi AC_DEFINE_UNQUOTED(PRTE_ENABLE_DLOPEN_SUPPORT, $PRTE_ENABLE_DLOPEN_SUPPORT, [Whether we want to enable dlopen support]) # # 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_ENABLE([show-load-errors-by-default], [AS_HELP_STRING([--enable-show-load-errors-by-default], [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). This MCA variable controls whether warnings are displayed when an MCA component fails to load at run time due to an error. (default: enabled in --enable-debug builds, meaning that mca_base_component_show_load_errors is enabled by default when configured with --enable-debug])]) if test "$enable_show_load_errors_by_default" = "no" ; then PRTE_SHOW_LOAD_ERRORS_DEFAULT=0 AC_MSG_RESULT([disabled by default]) else PRTE_SHOW_LOAD_ERRORS_DEFAULT=$WANT_DEBUG if test "$WANT_DEBUG" = "1"; then AC_MSG_RESULT([enabled by default]) else AC_MSG_RESULT([disabled by default]) fi fi AC_DEFINE_UNQUOTED(PRTE_SHOW_LOAD_ERRORS_DEFAULT, $PRTE_SHOW_LOAD_ERRORS_DEFAULT, [Default value for mca_base_component_show_load_errors MCA variable]) # # Handle embedded version strings # AC_MSG_CHECKING([if a proxy version string for prte is required]) AC_ARG_WITH(proxy-version-string, AS_HELP_STRING([--with-proxy-version-string], [Return the provided string when prte is used in proxy mode and the version is requested])) if test -n "$with_proxy_version_string"; then AC_MSG_RESULT([yes]) PRTE_PROXY_VERSION_STRING=$with_proxy_version_string else AC_MSG_RESULT([no]) PRTE_PROXY_VERSION_STRING=$PRTE_VERSION fi AC_DEFINE_UNQUOTED(PRTE_PROXY_VERSION_STRING, "$PRTE_PROXY_VERSION_STRING", [Version string to be returned by prte when in proxy mode]) # # Save the actual version in an external header file so that # packages that use us can know what version we are # prtemajor=${PRTE_MAJOR_VERSION}L prteminor=${PRTE_MINOR_VERSION}L prterelease=${PRTE_RELEASE_VERSION}L prtenumeric=$(printf 0x%4.4x%2.2x%2.2x $PRTE_MAJOR_VERSION $PRTE_MINOR_VERSION $PRTE_RELEASE_VERSION) AC_SUBST(prtemajor) AC_SUBST(prteminor) AC_SUBST(prterelease) AC_SUBST(prtenumeric) AC_MSG_CHECKING([if a proxy package name for prte is required]) AC_ARG_WITH(proxy-package-name, AS_HELP_STRING([--with-proxy-package-name], [Return the provided string when prte is used in proxy mode and the package name is requested])) if test -n "$with_proxy_package_name"; then AC_MSG_RESULT([yes]) PRTE_PROXY_PACKAGE_NAME=$with_proxy_package_name else AC_MSG_RESULT([no]) PRTE_PROXY_PACKAGE_NAME="PMIx Reference RunTime Environment" fi AC_DEFINE_UNQUOTED(PRTE_PROXY_PACKAGE_NAME, "$PRTE_PROXY_PACKAGE_NAME", [Package name to be returned by prte when in proxy mode]) AC_MSG_CHECKING([if a proxy bugreport path for prte is required]) AC_ARG_WITH(proxy-bugreport, AS_HELP_STRING([--with-proxy-bugreport], [Return the provided string when prte is used in proxy mode and the PACKAGE_BUGREPORT is requested])) if test -n "$with_proxy_bugreport"; then AC_MSG_RESULT([yes]) PRTE_PROXY_BUGREPORT=$with_proxy_bugreport else AC_MSG_RESULT([no]) PRTE_PROXY_BUGREPORT=https://github.com/openpmix/prrte/ fi AC_DEFINE_UNQUOTED(PRTE_PROXY_BUGREPORT, "$PRTE_PROXY_BUGREPORT", [Bugreport string to be returned by prte when in proxy mode]) # # 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([PRTE_WANT_HOME_CONFIG_FILES], [$result], [Enable per-user config files]) # # 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]) prte_want_ipv6=1 else AC_MSG_RESULT([no]) prte_want_ipv6=0 fi AC_DEFINE_UNQUOTED([PRTE_ENABLE_IPV6], [$prte_want_ipv6], [Enable IPv6 support, but only if the underlying system supports it]) # Package/brand string # AC_MSG_CHECKING([if want package/brand string]) AC_ARG_WITH([package-string], [AS_HELP_STRING([--with-package-string=STRING], [Use a branding string throughout PRRTE])]) if test "$with_package_string" = "" || test "$with_package_string" = "no"; then with_package_string="Open MPI $PRTE_CONFIGURE_USER@$PRTE_CONFIGURE_HOST Distribution" fi AC_DEFINE_UNQUOTED([PRTE_PACKAGE_STRING], ["$with_package_string"], [package/branding string for Open MPI]) AC_MSG_RESULT([$with_package_string]) # # 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 Open MPI object files])]) if test "$with_ident_string" = "" || test "$with_ident_string" = "no"; then with_ident_string="%VERSION%" fi # This is complicated, because $PRTE_VERSION may have spaces in it. # So put the whole sed expr in single quotes -- i.e., directly # substitute %VERSION% for (not expanded) $PRTE_VERSION. with_ident_string="`echo $with_ident_string | sed -e 's/%VERSION%/$PRTE_VERSION/'`" # Now eval an echo of that so that the "$PRTE_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([PRTE_IDENT_STRING], ["$with_ident_string"], [ident string for Open MPI]) AC_MSG_RESULT([$with_ident_string]) # some systems don't want/like getpwuid AC_MSG_CHECKING([if want getpwuid support]) AC_ARG_ENABLE([getpwuid], [AS_HELP_STRING([--disable-getpwuid], [Disable getpwuid support (default: enabled)])]) if test "$enable_getpwuid" = "no"; then AC_MSG_RESULT([no]) prte_want_getpwuid=0 else AC_MSG_RESULT([yes]) prte_want_getpwuid=1 fi AC_DEFINE_UNQUOTED([PRTE_ENABLE_GETPWUID], [$prte_want_getpwuid], [Disable getpwuid support (default: enabled)]) ]) m4trace:config/prte_ensure_contains_optflags.m4:23: -1- AC_DEFUN([PRTE_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/prte_functions.m4:45: -1- AC_DEFUN([PRTE_CONFIGURE_SETUP], [ # Some helper script functions. Unfortunately, we cannot use $1 kinds # of arugments here because of the m4 substitution. So we have to set # special variable names before invoking the function. :-\ prte_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/prte_functions.m4:212: -1- AC_DEFUN([PRTE_LOG_MSG], [AS_IF([test -n "$2"], [OAC_LOG_MSG([$1])], [OAC_LOG_MSG_NOPREFIX([$1])])]) m4trace:config/prte_functions.m4:267: -1- AC_DEFUN([PRTE_WHICH], [ # 1 is the variable name to do "which" on # 2 is the variable name to assign the return value to PRTE_VAR_SCOPE_PUSH([prte_prog prte_file prte_dir prte_sentinel]) prte_prog=$1 IFS_SAVE=$IFS IFS="$PATH_SEPARATOR" for prte_dir in $PATH; do if test -x "$prte_dir/$prte_prog"; then $2="$prte_dir/$prte_prog" break fi done IFS=$IFS_SAVE PRTE_VAR_SCOPE_POP ]) m4trace:config/prte_functions.m4:305: -1- AC_DEFUN([PRTE_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([PRTE_MAX_]m4_toupper($1), $max_value, [Maximum length of ]m4_translit($1, [_], [ ])[s (default is $2)]) [PRTE_MAX_]m4_toupper($1)=$max_value AC_SUBST([PRTE_MAX_]m4_toupper($1)) ]) m4trace:config/prte_functions.m4:340: -1- AC_DEFUN([PRTE_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... prte_num_bits=`expr $1 \* 8 - 1` newval=1 value=1 overflow=0 while test $prte_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 prte_num_bits=`expr $prte_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 $prte_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 # prte_num_bits is 1, we didn't actually overflow. # Otherwise, we overflowed. if test 1 -ne $prte_num_bits ; then overflow=1 fi else # stil negative. Time to give up. overflow=1 fi prte_num_bits=0 fi done AS_VAR_SET([$2], [$value]) AS_IF([test $overflow -ne 0], [$3]) ]) m4trace:config/prte_load_platform.m4:27: -1- AC_DEFUN([PRTE_LOAD_PLATFORM], [ AC_ARG_WITH([prte-platform-patches-dir], [AS_HELP_STRING([--with-prte-platform-patches-dir=DIR], [Location of the platform patches directory. If you use this option, you must also use --with-platform.])]) AC_ARG_WITH([prte-platform], [AS_HELP_STRING([--with-prte-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_prte_platform" = "" ; then with_prte_platform=autogen_platform_file fi]) if test "$with_prte_platform" = "yes" ; then AC_MSG_ERROR([--with-platform argument must include FILE option]) elif test "$with_prte_platform" = "no" ; then AC_MSG_ERROR([--without-platform is not a valid argument]) elif test "$with_prte_platform" != "" ; then # if not an absolute path, check in contrib/platform if test ! "`echo $with_prte_platform | cut -c1`" = "/" && test ! "`echo $with_prte_platform | cut -c2`" = ".." ; then if test -r "${srcdir}/contrib/platform/$with_prte_platform" ; then with_prte_platform="${srcdir}/contrib/platform/$with_prte_platform" fi fi # make sure file exists if test ! -r "$with_prte_platform" ; then AC_MSG_ERROR([platform file $with_prte_platform not found]) fi # eval into environment PRTE_LOG_MSG([Loading environment file $with_prte_platform, with contents below]) PRTE_LOG_FILE([$with_prte_platform]) # setup by getting full pathname for the platform directories platform_base="`dirname $with_prte_platform`" platform_file="`basename $with_prte_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 "$PRTE_PLATFORM_LOADED" != "" ; then platform_loaded="$PRTE_PLATFORM_LOADED" else platform_loaded="$with_prte_platform" fi echo "Loaded platform arguments for $platform_loaded" PRTE_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" # define an alternate default configuration filename platform_alt_config_file="`basename $platform_loaded`.config" # look where platform file is located for platform.conf name if test -r "${platform_file_dir}/${platform_alt_mca_file}" ; then AC_SUBST(PRTE_DEFAULT_MCA_PARAM_CONF, [$platform_file_dir/$platform_alt_mca_file]) AC_SUBST(PRTE_PARAM_FROM_PLATFORM, "yes") # if not, see if a file is there with the default name elif test -r "${platform_file_dir}/prte-mca-params.conf" ; then AC_SUBST(PRTE_DEFAULT_MCA_PARAM_CONF, [$platform_file_dir/prte-mca-params.conf]) AC_SUBST(PRTE_PARAM_FROM_PLATFORM, "yes") # if not, then just use the default else AC_SUBST(PRTE_DEFAULT_MCA_PARAM_CONF, [prte-mca-params.conf]) AC_SUBST(PRTE_PARAM_FROM_PLATFORM, "no") fi # look where platform file is located for platform.config name if test -r "${platform_file_dir}/${platform_alt_config_file}" ; then AC_SUBST(PRTE_DEFAULT_CONFIG, [$platform_file_dir/$platform_alt_config_file]) AC_SUBST(PRTE_PARAM_FROM_PLATFORM, "yes") # if not, see if a file is there with the default name elif test -r "${platform_file_dir}/prte.config" ; then AC_SUBST(PRTE_DEFAULT_CONFIG, [$platform_file_dir/prte.config]) AC_SUBST(PRTE_PARAM_FROM_PLATFORM, "yes") # if not, then just use the default else AC_SUBST(PRTE_DEFAULT_CONFIG, [prte.config]) AC_SUBST(PRTE_PARAM_FROM_PLATFORM, "no") fi patch_dir="${with_prte_platform}.patches" if test -n "$with_prte_platform_patches_dir"; then if test "$with_prte_platform_patches_dir" = "yes"; then patch_dir="${with_prte_platform}.patches" elif test "$with_prte_platform_patches_dir" = "no"; then AC_MSG_NOTICE([Disabling platform patches on user request]) patch_dir="" elif test -d "$with_prte_platform_patches_dir"; then patch_dir=$with_prte_platform_patches_dir else AC_MSG_ERROR([User provided patches directory: $with_prte_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 PRTE 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(PRTE_DEFAULT_MCA_PARAM_CONF, [prte-mca-params.conf]) fi ]) m4trace:config/prte_mca.m4:28: -1- AC_DEFUN([PRTE_EVAL_ARG], [$1]) m4trace:config/prte_mca.m4:42: -1- AC_DEFUN([PRTE_MCA], [ dnl for PRTE_CONFIGURE_USER env variable AC_REQUIRE([PRTE_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=maffinity,btl-portals" will disable building all maffinity components and the "portals" btl 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=ess-alps,plm-alps,plm-lsf,plm-tm,ras-alps,ras-lsf]) 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-no-build=pml-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 "$PRTE_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 PRTE 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. prte_show_subtitle "Configuring MCA" AC_MSG_CHECKING([for frameworks]) AC_MSG_RESULT([mca_prte_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_prte_framework_list], [], [m4_fatal([Could not find mca_prte_framework_list - please rerun autogen.pl])]) MCA_prte_FRAMEWORKS= MCA_prte_FRAMEWORKS_SUBDIRS= MCA_prte_FRAMEWORK_COMPONENT_ALL_SUBDIRS= MCA_prte_FRAMEWORK_COMPONENT_DSO_SUBDIRS= MCA_prte_FRAMEWORK_COMPONENT_STATIC_SUBDIRS= MCA_prte_FRAMEWORK_LIBS= m4_foreach(mca_framework, [mca_prte_framework_list], [m4_ifval(mca_framework, [dnl common has to go up front m4_if(mca_framework, [common], [MCA_prte_FRAMEWORKS="mca_framework $MCA_prte_FRAMEWORKS" MCA_prte_FRAMEWORKS_SUBDIRS="[mca/]mca_framework $MCA_prte_FRAMEWORKS_SUBDIRS" MCA_prte_FRAMEWORK_COMPONENT_ALL_SUBDIRS="[\$(MCA_prte_]mca_framework[_ALL_SUBDIRS)] $MCA_prte_FRAMEWORK_COMPONENT_ALL_SUBDIRS" MCA_prte_FRAMEWORK_COMPONENT_DSO_SUBDIRS="[\$(MCA_prte_]mca_framework[_DSO_SUBDIRS)] $MCA_prte_FRAMEWORK_COMPONENT_DSO_SUBDIRS" MCA_prte_FRAMEWORK_COMPONENT_STATIC_SUBDIRS="[\$(MCA_prte_]mca_framework[_STATIC_SUBDIRS)] $MCA_prte_FRAMEWORK_COMPONENT_STATIC_SUBDIRS" ], [ MCA_prte_FRAMEWORKS="$MCA_prte_FRAMEWORKS mca_framework" MCA_prte_FRAMEWORKS_SUBDIRS="$MCA_prte_FRAMEWORKS_SUBDIRS [mca/]mca_framework" MCA_prte_FRAMEWORK_COMPONENT_ALL_SUBDIRS="$MCA_prte_FRAMEWORK_COMPONENT_ALL_SUBDIRS [\$(MCA_prte_]mca_framework[_ALL_SUBDIRS)]" MCA_prte_FRAMEWORK_COMPONENT_DSO_SUBDIRS="$MCA_prte_FRAMEWORK_COMPONENT_DSO_SUBDIRS [\$(MCA_]prte[_]mca_framework[_DSO_SUBDIRS)]" MCA_prte_FRAMEWORK_COMPONENT_STATIC_SUBDIRS="$MCA_prte_FRAMEWORK_COMPONENT_STATIC_SUBDIRS [\$(MCA_prte_]mca_framework[_STATIC_SUBDIRS)]" MCA_prte_FRAMEWORK_LIBS="$MCA_prte_FRAMEWORK_LIBS [mca/]mca_framework[/libprtemca_]mca_framework[.la]"]) MCA_prte_FRAMEWORK_LIBS="$MCA_prte_FRAMEWORK_LIBS [\$(MCA_prte_]mca_framework[_STATIC_LTLIBS)]" m4_ifdef([MCA_prte_]mca_framework[_CONFIG], [MCA_prte_]mca_framework[_CONFIG](mca_framework), [MCA_CONFIGURE_FRAMEWORK(mca_framework, 1)])])]) AC_SUBST(MCA_prte_FRAMEWORKS) AC_SUBST(MCA_prte_FRAMEWORKS_SUBDIRS) AC_SUBST(MCA_prte_FRAMEWORK_COMPONENT_ALL_SUBDIRS) AC_SUBST(MCA_prte_FRAMEWORK_COMPONENT_DSO_SUBDIRS) AC_SUBST(MCA_prte_FRAMEWORK_COMPONENT_STATIC_SUBDIRS) AC_SUBST(MCA_prte_FRAMEWORK_LIBS) AC_SUBST(MCA_PROJECT_SUBDIRS) ]) m4trace:config/prte_mca.m4:238: -1- AC_DEFUN([MCA_ORDER_COMPONENT_LIST], [ m4_foreach(mca_component, [mca_prte_$1_m4_config_component_list], [m4_ifval(mca_component, [m4_ifdef([MCA_prte_]$1[_]mca_component[_PRIORITY], [], [m4_fatal([MCA_prte_$1_]mca_component[_PRIORITY not found, but required.])])])]) m4_define([component_list], [esyscmd([config/prte_mca_priority_sort.pl] m4_foreach([mca_component], [mca_prte_$1_m4_config_component_list], [m4_ifval(mca_component, [mca_component ]PRTE_EVAL_ARG([MCA_prte_]$1[_]mca_component[_PRIORITY ]))]))]) ]) m4trace:config/prte_mca.m4:248: -1- AC_DEFUN([MCA_CHECK_IGNORED_PRIORITY], [ m4_foreach(mca_component, [mca_prte_$1_m4_config_component_list], [m4_ifval(mca_component, [m4_ifdef([MCA_prte_]$1[_]mca_component[_PRIORITY], [m4_warn([unsupported], [MCA_prte_]$1[_]mca_component[_PRIORITY found, but ignored.])])])]) ]) m4trace:config/prte_mca.m4:272: -1- AC_DEFUN([MCA_CONFIGURE_FRAMEWORK], [ prte_show_subsubtitle "Configuring MCA framework $1" m4_ifdef([mca_prte_$1_no_config_component_list], [], [m4_fatal([Could not find mca_prte_$1_no_config_component_list - please rerun autogen.pl])]) m4_ifdef([mca_prte_$1_m4_config_component_list], [], [m4_fatal([Could not find mca_prte_$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_prte_$1_no_config_component_list]) AC_MSG_CHECKING([for m4 configure components in framework $1]) AC_MSG_RESULT([mca_prte_$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(PRTE_EVAL_ARG([MCA_prte_$1_CONFIGURE_MODE]), [STOP_AT_FIRST], [m4_ifval(mca_prte_$1_no_config_component_list, [m4_fatal([Framework $1 using STOP_AT_FIRST but at least one component has no configure.m4])])]) m4_if(PRTE_EVAL_ARG([MCA_prte_$1_CONFIGURE_MODE]), [STOP_AT_FIRST_PRIORITY], [m4_ifval(mca_prte_$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(PRTE_EVAL_ARG([MCA_prte_$1_CONFIGURE_MODE]), [PRIORITY], [m4_ifval(mca_prte_$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_prte_$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(PRTE_EVAL_ARG([MCA_prte_$1_CONFIGURE_MODE]), [STOP_AT_FIRST], [MCA_ORDER_COMPONENT_LIST($1)], [m4_if(PRTE_EVAL_ARG([MCA_prte_$1_CONFIGURE_MODE]), [STOP_AT_FIRST_PRIORITY], [MCA_ORDER_COMPONENT_LIST($1)], [m4_if(PRTE_EVAL_ARG([MCA_prte_$1_CONFIGURE_MODE]), [PRIORITY], [MCA_ORDER_COMPONENT_LIST($1)], [m4_define([component_list], [mca_prte_$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(PRTE_EVAL_ARG([MCA_prte_$1_CONFIGURE_MODE]), [STOP_AT_FIRST_PRIORITY], [AS_IF([test $best_mca_component_priority -gt MCA_prte_$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(PRTE_EVAL_ARG([MCA_prte_$1_CONFIGURE_MODE]), [STOP_AT_FIRST], [AS_IF([test $components_last_result -eq 1], [components_looking_for_succeed=0])]) m4_if(PRTE_EVAL_ARG([MCA_prte_$1_CONFIGURE_MODE]), [STOP_AT_FIRST_PRIORITY], [AS_IF([test $components_last_result -eq 1], [best_mca_component_priority=]PRTE_EVAL_ARG([MCA_prte_$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(PRTE_EVAL_ARG([MCA_prte_]$1[_CONFIGURE_MODE]), [STOP_AT_FIRST], [], [m4_if(PRTE_EVAL_ARG([MCA_prte_]$1[_CONFIGURE_MODE]), [STOP_AT_FIRST_PRIORITY], [], [m4_if(PRTE_EVAL_ARG([MCA_prte_]$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_prte_$1_ALL_COMPONENTS="$all_components" MCA_prte_$1_STATIC_COMPONENTS="$static_components" MCA_prte_$1_DSO_COMPONENTS="$dso_components" MCA_prte_$1_STATIC_LTLIBS="$static_ltlibs" AC_SUBST(MCA_prte_$1_ALL_COMPONENTS) AC_SUBST(MCA_prte_$1_STATIC_COMPONENTS) AC_SUBST(MCA_prte_$1_DSO_COMPONENTS) AC_SUBST(MCA_prte_$1_STATIC_LTLIBS) PRTE_MCA_MAKE_DIR_LIST(MCA_prte_$1_ALL_SUBDIRS, $1, [$all_components]) PRTE_MCA_MAKE_DIR_LIST(MCA_prte_$1_STATIC_SUBDIRS, $1, [$static_components]) PRTE_MCA_MAKE_DIR_LIST(MCA_prte_$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/prte_mca.m4:446: -1- AC_DEFUN([MCA_CONFIGURE_NO_CONFIG_COMPONENT], [ prte_show_subsubsubtitle "MCA component $1:$2 (no configuration)" prte_show_verbose "PRTE_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) prte_show_verbose "PRTE_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_prte_$1_$2_DSO=1 else BUILD_prte_$1_$2_DSO=0 fi AM_CONDITIONAL(MCA_BUILD_prte_$1_$2_DSO, test "$BUILD_prte_$1_$2_DSO" = "1") AC_CONFIG_FILES([src/mca/$1/$2/Makefile]) unset compile_mode ]) m4trace:config/prte_mca.m4:493: -1- AC_DEFUN([MCA_CONFIGURE_M4_CONFIG_COMPONENT], [ m4_ifdef([MCA_prte_$1_$2_PRIORITY], [prte_show_subsubsubtitle "MCA component $1:$2 (m4 configuration macro, priority MCA_prte_$1_$2_PRIORITY)"], [prte_show_subsubsubtitle "MCA component $1:$2 (m4 configuration macro)"]) prte_show_verbose "PRTE_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_prte_$1_$2_COMPILE_MODE], [MCA_prte_$1_$2_COMPILE_MODE($1, $2, compile_mode)], [MCA_COMPONENT_COMPILE_MODE($1, $2, compile_mode)]) # try to configure the component m4_ifdef([MCA_prte_$1_$2_CONFIG], [MCA_prte_$1_$2_CONFIG([should_build=$should_build], [should_build=0])], [m4_fatal([MCA_prte_$1_$2_CONFIG macro not found])]) prte_show_verbose "PRTE_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_prte_$1_$2_POST_CONFIG], [ MCA_prte_$1_$2_POST_CONFIG($should_build)]) # set the AM_CONDITIONAL on how we should build AS_IF([test "$compile_mode" = "dso"], [BUILD_prte_$1_$2_DSO=1], [BUILD_prte_$1_$2_DSO=0]) AM_CONDITIONAL(MCA_BUILD_prte_$1_$2_DSO, test "$BUILD_prte_$1_$2_DSO" = "1") AS_IF([test "$should_build" = "1"], [$8], [$9]) unset compile_mode ]) m4trace:config/prte_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 prte_show_subsubsubtitle "MCA component $1:$component (need to configure)" prte_show_verbose "PRTE_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) prte_show_verbose "PRTE_MCA_ALL_CONFIG_COMPONENTS: after, should_build=$should_build" if test "$should_build" = "1" ; then PRTE_CONFIG_SUBDIR([src/mca/$1/$component], [$prte_subdir_args], [should_build=1], [should_build=0]) prte_show_verbose "PRTE_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/prte_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/prte_mca.m4:644: -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 master 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([prte], [a-z], [A-Z])_LIB_PREFIX}mca_$1_$2.la $$6" else # Other frameworks do not have to obey the # $FRAMEWORK_LIB_PREFIX prefix. $6="mca/$1/$2/libprtemca_$1_$2.la $$6" fi echo "extern const pmix_mca_base_component_t prte_mca_$1_$2_component;" >> $outfile.extern echo " &prte_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]) ]) m4trace:config/prte_mca.m4:686: -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/prte_mca.m4:708: -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 prte_ignore file # - there is an prte_ignore, but there is an empty prte_unignore # - there is an prte_ignore, but username is in prte_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/.prte_ignore ; then # If there is an prte_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/.prte_unignore ; then # if there is an empty prte_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/.prte_unignore ; then want_component=1 elif test ! -z "`$GREP $PRTE_CONFIGURE_USER $component_path/.prte_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/prte_mca.m4:758: -1- AC_DEFUN([PRTE_MCA_MAKE_DIR_LIST], [ $1= for item in $3 ; do $1="$$1 mca/$2/$item" done AC_SUBST($1) ]) m4trace:config/prte_save_version.m4:28: -1- AC_DEFUN([PRTE_SAVE_VERSION], [ PRTE_GET_VERSION([$3], [$1]) AC_SUBST($1[_MAJOR_VERSION]) AC_SUBST($1[_MINOR_VERSION]) AC_SUBST($1[_RELEASE_VERSION]) AC_SUBST($1[_GREEK_VERSION]) AC_SUBST($1[_REPO_REV]) AC_SUBST($1[_TARBALL_VERSION]) AC_SUBST($1[_VERSION]) AC_SUBST($1[_RELEASE_DATE]) AC_MSG_CHECKING([$2 version]) AC_MSG_RESULT([$]$1[_VERSION]) AC_MSG_CHECKING([$2 release date]) AC_MSG_RESULT([$]$1[_RELEASE_DATE]) AC_MSG_CHECKING([$2 repository version]) AC_MSG_RESULT([$]$1[_REPO_REV]) AC_DEFINE_UNQUOTED($1[_MAJOR_VERSION], [$]$1[_MAJOR_VERSION], [Major release number of ]$2) AC_DEFINE_UNQUOTED($1[_MINOR_VERSION], [$]$1[_MINOR_VERSION], [Minor release number of ]$2) AC_DEFINE_UNQUOTED($1[_RELEASE_VERSION], [$]$1[_RELEASE_VERSION], [Release release number of ]$2) AC_DEFINE_UNQUOTED($1[_GREEK_VERSION], ["$]$1[_GREEK_VERSION"], [Greek - alpha, beta, etc - release number of ]$2) AC_DEFINE_UNQUOTED($1[_REPO_REV], ["$]$1[_REPO_REV"], [The repository version ]$2) AC_DEFINE_UNQUOTED($1[_TARBALL_VERSION], ["$]$1[_TARBALL_VERSION"], [Tarball filename version string of ]$2) AC_DEFINE_UNQUOTED($1[_VERSION], ["$]$1[_RELEASE_VERSION"], [Complete release number of ]$2) AC_DEFINE_UNQUOTED($1[_RELEASE_DATE], ["$]$1[_RELEASE_DATE"], [Release date of ]$2) AC_CONFIG_FILES([$4]) ]) m4trace:config/prte_search_libs.m4:26: -1- AC_DEFUN([PRTE_SEARCH_LIBS_CORE], [ PRTE_VAR_SCOPE_PUSH([LIBS_save add]) LIBS_save=$LIBS AC_SEARCH_LIBS([$1], [$2], [PRTE_have_$1=1 $3], [PRTE_have_$1=0 $4], [$5]) AC_DEFINE_UNQUOTED([PRTE_HAVE_]m4_toupper($1), [$PRTE_have_$1], [whether $1 is found and available]) PRTE_VAR_SCOPE_POP ]) m4trace:config/prte_search_libs.m4:51: -1- AC_DEFUN([PRTE_SEARCH_LIBS_COMPONENT], [ PRTE_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"], [PRTE_FLAGS_APPEND_UNIQ($1_LIBS, [$add])]) $1_have_$2=1 $4], [$1_have_$2=0 $5], [$6]) AC_DEFINE_UNQUOTED([PRTE_HAVE_]m4_toupper($1), [$$1_have_$2], [whether $1 is found and available]) PRTE_VAR_SCOPE_POP ]) m4trace:config/prte_setup_cc.m4:32: -1- AC_DEFUN([PRTE_CC_HELPER], [ PRTE_VAR_SCOPE_PUSH([prte_cc_helper_result]) AC_MSG_CHECKING([$1]) AC_LINK_IFELSE([AC_LANG_PROGRAM([$3],[$4])], [$2=1 prte_cc_helper_result=yes], [$2=0 prte_cc_helper_result=no]) AC_MSG_RESULT([$prte_cc_helper_result]) PRTE_VAR_SCOPE_POP ]) m4trace:config/prte_setup_cc.m4:47: -1- AC_DEFUN([PRTE_PROG_CC_C11_HELPER], [ PRTE_VAR_SCOPE_PUSH([prte_prog_cc_c11_helper_CFLAGS_save]) prte_prog_cc_c11_helper_CFLAGS_save=$CFLAGS CFLAGS="$CFLAGS $1" PRTE_CC_HELPER([if $CC $1 supports C11 _Thread_local], [prte_prog_cc_c11_helper__Thread_local_available], [],[[static _Thread_local int foo = 1;++foo;]]) PRTE_CC_HELPER([if $CC $1 supports C11 atomic variables], [prte_prog_cc_c11_helper_atomic_var_available], [[#include ]], [[static atomic_long foo = 1;++foo;]]) PRTE_CC_HELPER([if $CC $1 supports C11 _Atomic keyword], [prte_prog_cc_c11_helper__Atomic_available], [[#include ]],[[static _Atomic long foo = 1;++foo;]]) PRTE_CC_HELPER([if $CC $1 supports C11 _c11_atomic functions], [prte_prog_cc_c11_atomic_function], [[#include ]],[[atomic_int acnt = 0; __c11_atomic_fetch_add(&acnt, 1, memory_order_relaxed);]]) if test $prte_prog_cc_c11_atomic_function -eq 1; then AC_DEFINE_UNQUOTED([PRTE_HAVE_CLANG_BUILTIN_ATOMIC_C11_FUNC], [$prte_prog_cc_c11_atomic_function], [Whether we have Clang __c11 atomic functions]) fi; PRTE_CC_HELPER([if $CC $1 supports C11 _Generic keyword], [prte_prog_cc_c11_helper__Generic_available], [[#define FOO(x) (_Generic (x, int: 1))]], [[static int x, y; y = FOO(x);]]) PRTE_CC_HELPER([if $CC $1 supports C11 _Static_assert], [prte_prog_cc_c11_helper__static_assert_available], [[#include ]],[[_Static_assert(sizeof(int64_t) == 8, "WTH");]]) PRTE_CC_HELPER([if $CC $1 supports C11 atomic_fetch_xor_explicit], [prte_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 $prte_prog_cc_c11_helper__Thread_local_available -eq 1 && test $prte_prog_cc_c11_helper_atomic_var_available -eq 1 && test $prte_prog_cc_c11_helper_atomic_fetch_xor_explicit_available -eq 1], [$2], [$3]) CFLAGS=$prte_prog_cc_c11_helper_CFLAGS_save PRTE_VAR_SCOPE_POP ]) m4trace:config/prte_setup_cc.m4:88: -1- AC_DEFUN([PRTE_PROG_CC_C11], [ PRTE_VAR_SCOPE_PUSH([prte_prog_cc_c11_flags]) if test -z "$prte_cv_c11_supported" ; then prte_cv_c11_supported=no prte_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 ]],[])], [prte_cv_c11_flag_required=no]) AC_MSG_RESULT([$prte_cv_c11_flag_required]) if test "x$prte_cv_c11_flag_required" = "xno" ; then AC_MSG_NOTICE([verifying $CC supports C11 without a flag]) PRTE_PROG_CC_C11_HELPER([], [], [prte_cv_c11_flag_required=yes]) fi if test "x$prte_cv_c11_flag_required" = "xyes" ; then prte_prog_cc_c11_flags="-std=gnu11 -std=c11 -c11" AC_MSG_NOTICE([checking if $CC supports C11 with a flag]) prte_cv_c11_flag= for flag in $(echo $prte_prog_cc_c11_flags | tr ' ' '\n') ; do PRTE_PROG_CC_C11_HELPER([$flag],[prte_cv_c11_flag=$flag],[]) if test "x$prte_cv_c11_flag" != "x" ; then PRTE_APPEND_UNIQ([CFLAGS], ["$prte_cv_c11_flag"]) AC_MSG_NOTICE([using $flag to enable C11 support]) prte_cv_c11_supported=yes break fi done else AC_MSG_NOTICE([no flag required for C11 support]) prte_cv_c11_supported=yes fi fi PRTE_VAR_SCOPE_POP ]) m4trace:config/prte_setup_cc.m4:142: -1- AC_DEFUN([PRTE_CHECK_CC_IQUOTE], [ PRTE_VAR_SCOPE_PUSH([prte_check_cc_iquote_CFLAGS_save]) prte_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([[]],[])], [prte_cc_iquote="-iquote"], [prte_cc_iquote="-I"]) CFLAGS=${prte_check_cc_iquote_CFLAGS_save} PRTE_VAR_SCOPE_POP AC_MSG_RESULT([$prte_cc_iquote]) ]) m4trace:config/prte_setup_cc.m4:160: -1- AC_DEFUN([PRTE_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([_PRTE_START_SETUP_CC]) AC_REQUIRE([_PRTE_PROG_CC]) AC_REQUIRE([AM_PROG_CC_C_O]) PRTE_VAR_SCOPE_PUSH([prte_prog_cc_c11_helper__Thread_local_available prte_prog_cc_c11_helper_atomic_var_available prte_prog_cc_c11_helper__Atomic_available prte_prog_cc_c11_helper__static_assert_available prte_prog_cc_c11_helper__Generic_available prte_prog_cc__thread_available prte_prog_cc_c11_helper_atomic_fetch_xor_explicit_available prte_prog_cc_c11_atomic_function]) PRTE_PROG_CC_C11 PRTE_CHECK_CC_IQUOTE if test $prte_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([PRRTE requires a C11 (or newer) compiler]) # AC_MSG_ERROR([Aborting.]) # We require a C99 compiant 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([PRRTE 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 PRTE_PROG_CC_C11_HELPER([],[],[]) fi # Check if compiler support __thread PRTE_CC_HELPER([if $CC $1 supports __thread], [prte_prog_cc__thread_available], [],[[static __thread int foo = 1;++foo;]]) PRTE_CC_HELPER([if $CC $1 supports C11 _Thread_local], [prte_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 tyes for C11 suport. These dnl will likely be required in the future. AC_DEFINE_UNQUOTED([PRTE_C_HAVE__THREAD_LOCAL], [$prte_prog_cc_c11_helper__Thread_local_available], [Whether C compiler supports __Thread_local]) AC_DEFINE_UNQUOTED([PRTE_C_HAVE_ATOMIC_CONV_VAR], [$prte_prog_cc_c11_helper_atomic_var_available], [Whether C compiler supports atomic convenience variables in stdatomic.h]) AC_DEFINE_UNQUOTED([PRTE_C_HAVE__ATOMIC], [$prte_prog_cc_c11_helper__Atomic_available], [Whether C compiler supports __Atomic keyword]) AC_DEFINE_UNQUOTED([PRTE_C_HAVE__GENERIC], [$prte_prog_cc_c11_helper__Generic_available], [Whether C compiler supports __Generic keyword]) AC_DEFINE_UNQUOTED([PRTE_C_HAVE__STATIC_ASSERT], [$prte_prog_cc_c11_helper__static_assert_available], [Whether C compiler supports _Static_assert keyword]) AC_DEFINE_UNQUOTED([PRTE_C_HAVE___THREAD], [$prte_prog_cc__thread_available], [Whether C compiler supports __thread]) PRTE_C_COMPILER_VENDOR([prte_c_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 "$prte_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" PRTE_APPEND_UNIQ([LDFLAGS], ["--coverage"]) PRTE_COVERAGE_FLAGS= _PRTE_CHECK_SPECIFIC_CFLAGS(--coverage, coverage) if test "$prte_cv_cc_coverage" = "1" ; then PRTE_COVERAGE_FLAGS="--coverage" CLEANFILES="*.gcno ${CLEANFILES}" CONFIG_CLEAN_FILES="*.gcda *.gcov ${CONFIG_CLEAN_FILES}" AC_MSG_WARN([$PRTE_COVERAGE_FLAGS has been added to CFLAGS (--enable-coverage)]) else _PRTE_CHECK_SPECIFIC_CFLAGS(-ftest-coverage, ftest_coverage) _PRTE_CHECK_SPECIFIC_CFLAGS(-fprofile-arcs, fprofile_arcs) if test "$prte_cv_cc_ftest_coverage" = "0" || test "prte_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}" PRTE_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 PRTE_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. PRTE_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. _PRTE_CHECK_SPECIFIC_CFLAGS(-finline-functions, finline_functions) # Try to enable restrict keyword RESTRICT_CFLAGS= case "$prte_c_vendor" in intel) RESTRICT_CFLAGS="-restrict" ;; sgi) RESTRICT_CFLAGS="-LANG:restrict=ON" ;; esac if test ! -z "$RESTRICT_CFLAGS" ; then _PRTE_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], [prte_cv_cc_supports___builtin_expect], [AC_LINK_IFELSE([AC_LANG_PROGRAM([, [void *ptr = (void*) 0; if (__builtin_expect (ptr != (void*) 0, 1)) return 0; ]], [prte_cv_cc_supports___builtin_expect="yes"], [prte_cv_cc_supports___builtin_expect="no"])])]) if test "$prte_cv_cc_supports___builtin_expect" = "yes" ; then have_cc_builtin_expect=1 else have_cc_builtin_expect=0 fi AC_DEFINE_UNQUOTED([PRTE_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], [prte_cv_cc_supports___builtin_prefetch], [AC_LINK_IFELSE([AC_LANG_PROGRAM([ [int ptr; __builtin_prefetch(&ptr,0,0);]], [prte_cv_cc_supports___builtin_prefetch="yes"], [prte_cv_cc_supports___builtin_prefetch="no"])])]) if test "$prte_cv_cc_supports___builtin_prefetch" = "yes" ; then have_cc_builtin_prefetch=1 else have_cc_builtin_prefetch=0 fi AC_DEFINE_UNQUOTED([PRTE_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], [prte_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;]], [prte_cv_cc_supports___builtin_clz="yes"], [prte_cv_cc_supports___builtin_clz="no"])])]) if test "$prte_cv_cc_supports___builtin_clz" = "yes" ; then have_cc_builtin_clz=1 else have_cc_builtin_clz=0 fi AC_DEFINE_UNQUOTED([PRTE_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 PRTE_ENSURE_CONTAINS_OPTFLAGS("$PRTE_CFLAGS_BEFORE_PICKY") PRTE_CFLAGS_BEFORE_PICKY="$co_result" AC_MSG_CHECKING([for C optimization flags]) PRTE_ENSURE_CONTAINS_OPTFLAGS(["$CFLAGS"]) AC_MSG_RESULT([$co_result]) CFLAGS="$co_result" PRTE_VAR_SCOPE_POP ]) m4trace:config/prte_setup_cc.m4:383: -1- AC_DEFUN([_PRTE_START_SETUP_CC], [ prte_show_subtitle "C compiler and preprocessor" # $%@#!@#% AIX!! This has to be called before anything invokes the C # compiler. dnl AC_AIX ]) m4trace:config/prte_setup_cc.m4:392: -1- AC_DEFUN([_PRTE_PROG_CC], [ # # Check for the compiler # PRTE_VAR_SCOPE_PUSH([prte_cflags_save dummy prte_cc_arvgv0]) prte_cflags_save="$CFLAGS" AC_PROG_CC BASECC="`basename $CC`" CFLAGS="$prte_cflags_save" AC_DEFINE_UNQUOTED(PRTE_CC, "$CC", [PRRTE underlying C compiler]) set dummy $CC prte_cc_argv0=[$]2 PRTE_WHICH([$prte_cc_argv0], [PRTE_CC_ABSOLUTE]) AC_SUBST(PRTE_CC_ABSOLUTE) PRTE_VAR_SCOPE_POP ]) m4trace:config/prte_setup_cc.m4:409: -1- AC_DEFUN([PRTE_SETUP_PICKY_COMPILERS], [ if test $WANT_PICKY_COMPILER -eq 1 && test "$prte_c_vendor" != "pgi"; then _PRTE_CHECK_SPECIFIC_CFLAGS(-Wundef, Wundef) _PRTE_CHECK_SPECIFIC_CFLAGS(-Wno-long-long, Wno_long_long, int main() { long long x; }) _PRTE_CHECK_SPECIFIC_CFLAGS(-Wsign-compare, Wsign_compare) _PRTE_CHECK_SPECIFIC_CFLAGS(-Wmissing-prototypes, Wmissing_prototypes) _PRTE_CHECK_SPECIFIC_CFLAGS(-Wstrict-prototypes, Wstrict_prototypes) _PRTE_CHECK_SPECIFIC_CFLAGS(-Wcomment, Wcomment) _PRTE_CHECK_SPECIFIC_CFLAGS(-Wshadow, Wshadow) _PRTE_CHECK_SPECIFIC_CFLAGS(-Werror-implicit-function-declaration, Werror_implicit_function_declaration) _PRTE_CHECK_SPECIFIC_CFLAGS(-Wno-long-double, Wno_long_double, int main() { long double x; }) _PRTE_CHECK_SPECIFIC_CFLAGS(-fno-strict-aliasing, fno_strict_aliasing, int main () { int x; }) _PRTE_CHECK_SPECIFIC_CFLAGS(-pedantic, pedantic) _PRTE_CHECK_SPECIFIC_CFLAGS(-Wall, Wall) _PRTE_CHECK_SPECIFIC_CFLAGS(-Wextra, Wextra) _PRTE_CHECK_SPECIFIC_CFLAGS(-Werror, Werror) if test $WANT_MEMORY_SANITIZERS -eq 1 && test "$prte_c_vendor" != "pgi"; then _PRTE_CHECK_SPECIFIC_CFLAGS(-fsanitize=address, fsanaddress) _PRTE_CHECK_SPECIFIC_CFLAGS(-fsanitize=undefined, fsanundefined) fi fi ]) m4trace:config/prte_setup_cli.m4:22: -1- AC_DEFUN([PRTE_CAPTURE_CONFIGURE_CLI], [ # Capture configure command line do the AC substitution PRTE_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]) PRTE_VAR_SCOPE_POP AC_SUBST($1) ]) m4trace:config/prte_setup_hwloc.m4:18: -1- AC_DEFUN([PRTE_SETUP_HWLOC], [ PRTE_VAR_SCOPE_PUSH([prte_hwloc_dir prte_hwloc_libdir prte_check_hwloc_save_CPPFLAGS prte_check_hwloc_save_LDFLAGS prte_check_hwloc_save_LIBS]) 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])]) prte_hwloc_support=1 prte_check_hwloc_save_CPPFLAGS="$CPPFLAGS" prte_check_hwloc_save_LDFLAGS="$LDFLAGS" prte_check_hwloc_save_LIBS="$LIBS" if test "$with_hwloc" = "no"; then AC_MSG_WARN([PRRTE 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], [prte_hwloc], [hwloc.h], [hwloc $with_hwloc_extra_libs], [hwloc_topology_init], [], [prte_hwloc_support=0])], [PRTE_FLAGS_APPEND_UNIQ([PRTE_FINAL_LIBS], [$with_hwloc_extra_libs])]) if test $prte_hwloc_support -eq 0; then AC_MSG_WARN([PRRTE 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 PRTE_FLAGS_PREPEND_UNIQ([CPPFLAGS], [$prte_hwloc_CPPFLAGS]) # NOTE: We have already read PRRTE's VERSION file, so we can use # those values prte_hwloc_min_num_version=PRTE_HWLOC_NUMERIC_MIN_VERSION prte_hwloc_min_version=PRTE_HWLOC_MIN_VERSION AC_MSG_CHECKING([version at or above v$prte_hwloc_min_version]) AC_PREPROC_IFELSE([AC_LANG_PROGRAM([ #include #if (HWLOC_API_VERSION < $prte_hwloc_min_num_version) #error "not version $prte_hwloc_min_num_version or above" #endif ], [])], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT(no) AC_MSG_WARN([PRRTE requires HWLOC v$prte_hwloc_min_version or above.]) AC_MSG_ERROR([Please select a supported version and configure again])]) 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 PRRTE 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 $prte_hwloc_min_version-2.x range.]) AC_MSG_ERROR([Cannot continue])]) # reset global flags CPPFLAGS=$prte_check_hwloc_save_CPPFLAGS PRTE_FLAGS_APPEND_UNIQ([PRTE_FINAL_CPPFLAGS], [$prte_hwloc_CPPFLAGS]) PRTE_FLAGS_APPEND_UNIQ([PRTE_FINAL_LDFLAGS], [$prte_hwloc_LDFLAGS]) PRTE_FLAGS_APPEND_UNIQ([PRTE_FINAL_LIBS], [$prte_hwloc_LIBS]) PRTE_SUMMARY_ADD([Required Packages], [HWLOC], [], [$prte_hwloc_SUMMARY]) PRTE_VAR_SCOPE_POP ]) m4trace:config/prte_setup_libev.m4:33: -1- AC_DEFUN([PRTE_LIBEV_CONFIG], [ PRTE_VAR_SCOPE_PUSH([prte_event_dir prte_event_libdir prte_event_defaults prte_check_libev_save_CPPFLAGS prte_check_libev_save_LDFLAGS prte_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])]) prte_libev_support=1 AS_IF([test "$with_libev" = "no"], [AC_MSG_NOTICE([Libev support disabled by user.]) prte_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 $prte_libev_support -eq 1], [prte_check_libev_save_CPPFLAGS="$CPPFLAGS" prte_check_libeve_save_LDFLAGS="$LDFLAGS" prte_check_libev_save_LIBS="$LIBS" AS_IF([test "$enable_libev_lib_checks" != "no"], [OAC_CHECK_PACKAGE([libev], [prte_libev], [event.h], [ev ${with_libev_extra_libs}], [ev_async_send], [], [prte_libev_support=0])], [PRTE_FLAGS_APPEND_UNIQ([PRTE_FINAL_LIBS], [$with_libev_extra_libs])]) CPPFLAGS="$prte_check_libev_save_CPPFLAGS" LDFLAGS="$prte_check_libev_save_LDFLAGS" LIBS="$prte_check_libev_save_LIBS"]) AS_IF([test $prte_libev_support -eq 1], [PRTE_FLAGS_APPEND_UNIQ([PRTE_FINAL_CPPFLAGS], [$prte_libev_CPPFLAGS]) PRTE_FLAGS_APPEND_UNIQ([PRTE_FINAL_LDFLAGS], [$prte_libev_LDFLAGS]) PRTE_FLAGS_APPEND_UNIQ([PRTE_FINAL_LIBS], [$prte_libev_LIBS])]) AC_MSG_CHECKING([will libev support be built]) if test $prte_libev_support -eq 1; then AC_MSG_RESULT([yes]) $1 PRTE_SUMMARY_ADD([Required Packages], [Libev], [], [$prte_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 PRTE_VAR_SCOPE_POP ]) m4trace:config/prte_setup_libevent.m4:33: -1- AC_DEFUN([PRTE_LIBEVENT_CONFIG], [ PRTE_VAR_SCOPE_PUSH([prte_event_dir prte_event_libdir prte_check_libevent_save_CPPFLAGS prte_check_libevent_save_LDFLAGS prte_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])]) prte_libevent_support=1 AS_IF([test "$with_libevent" = "no"], [AC_MSG_NOTICE([Libevent support disabled by user.]) prte_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 $prte_libevent_support -eq 1], [prte_check_libevent_save_CPPFLAGS="$CPPFLAGS" prte_check_libevent_save_LDFLAGS="$LDFLAGS" prte_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], [prte_libevent], [event.h], [event_core event_pthreads $with_libevent_extra_libs], [event_config_new], [], [prte_libevent_support=0])], [PRTE_FLAGS_APPEND_UNIQ([PRTE_FINAL_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 $prte_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 $prte_libevent_support -eq 1; then # need to add resulting flags to global ones so we can # test for thread support PRTE_FLAGS_PREPEND_UNIQ([CPPFLAGS], [$prte_libevent_CPPFLAGS]) PRTE_FLAGS_PREPEND_UNIQ([LDFLAGS], [$prte_libevent_LDFLAGS]) PRTE_FLAGS_PREPEND_UNIQ([LIBS], [$prte_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([PRTE rquires libevent to be compiled with thread support enabled]) prte_libevent_support=0]) fi if test $prte_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([PRTE requires libevent to be compiled with pthread support enabled]) prte_libevent_support=0]) fi if test $prte_libevent_support -eq 1; then prte_event_min_num_version=PRTE_EVENT_NUMERIC_MIN_VERSION prte_event_min_version=PRTE_EVENT_MIN_VERSION AC_MSG_CHECKING([version at or above v$prte_event_min_version]) AC_PREPROC_IFELSE([AC_LANG_PROGRAM([ #include #if defined(_EVENT_NUMERIC_VERSION) && _EVENT_NUMERIC_VERSION < $prte_event_min_num_version #error "libevent API version is less than $prte_event_min_version" #elif defined(EVENT__NUMERIC_VERSION) && EVENT__NUMERIC_VERSION < $prte_event_min_num_version #error "libevent API version is less than $prte_event_min_version" #endif ], [])], [prte_libevent_cv_version_check=yes AC_MSG_RESULT([yes])], [prte_libevent_cv_version_check=no AC_MSG_RESULT([no])]) AS_IF([test "${prte_libevent_cv_version_check}" = "no"], [AC_MSG_WARN([libevent version is too old ($prte_event_min_version or later required)]) prte_libevent_support=0]) fi # restore global flags CPPFLAGS="$prte_check_libevent_save_CPPFLAGS" LDFLAGS="$prte_check_libevent_save_LDFLAGS" LIBS="$prte_check_libevent_save_LIBS" AC_MSG_CHECKING([will libevent support be built]) if test $prte_libevent_support -eq 1; then AC_MSG_RESULT([yes]) PRTE_FLAGS_APPEND_UNIQ([PRTE_FINAL_CPPFLAGS], [$prte_libevent_CPPFLAGS]) PRTE_FLAGS_APPEND_UNIQ([PRTE_FINAL_LDFLAGS], [$prte_libevent_LDFLAGS]) PRTE_FLAGS_APPEND_UNIQ([PRTE_FINAL_LIBS], [$prte_libevent_LIBS]) # Set output variables PRTE_SUMMARY_ADD([Required Packages], [Libevent], [], [$prte_libevent_SUMMARY]) $1 else AC_MSG_RESULT([no]) $2 fi PRTE_VAR_SCOPE_POP ]) m4trace:config/prte_setup_pmix.m4:34: -1- AC_DEFUN([PRTE_CHECK_PMIX_CAP], [ PRTE_VAR_SCOPE_PUSH([prte_cpp_save]) AC_MSG_CHECKING([for PMIX_CAP_$1]) prte_cpp_save=$CPP CPP="$PMIXCC_PATH -E" AC_PREPROC_IFELSE( [AC_LANG_PROGRAM([#include ], [#if !defined(PMIX_CAPABILITIES) #error This PMIx does not have any capability flags #endif #if !defined(PMIX_CAP_$1) #error This PMIx does not have the PMIX_CAP_$1 capability flag at all #endif #if (PMIX_CAPABILITIES & PMIX_CAP_$1) == 0 #error This PMIx does not have the PMIX_CAP_$1 capability flag set #endif ] ) ], [AC_MSG_RESULT([found]) $2], [AC_MSG_RESULT([not found]) $3]) CPP=$prte_cpp_save PRTE_VAR_SCOPE_POP ]) m4trace:config/prte_setup_pmix.m4:65: -1- AC_DEFUN([PRTE_CHECK_PMIX], [ PRTE_VAR_SCOPE_PUSH([prte_external_pmix_save_CPPFLAGS prte_pmix_support found_pmixcc]) AC_ARG_WITH([pmix], [AS_HELP_STRING([--with-pmix(=DIR)], [Where to find PMIx support, optionally adding DIR to the search path])]) AC_ARG_WITH([pmix-libdir], [AS_HELP_STRING([--with-pmix-libdir=DIR], [Look for libpmix in the given directory DIR, DIR/lib or DIR/lib64])]) AC_ARG_WITH([pmix-extra-libs], [AS_HELP_STRING([--with-pmix-extra-libs=LIBS], [Add LIBS as dependencies of pmix])]) AC_ARG_ENABLE([pmix-lib-checks], [AS_HELP_STRING([--disable-pmix-lib-checks], [If --disable-pmix-lib-checks is specified, configure will assume that -lpmix is available])]) prte_pmix_support=1 if test "$with_pmix" = "no"; then AC_MSG_WARN([PRTE requires PMIx support using]) AC_MSG_WARN([an external copy that you supply.]) AC_MSG_ERROR([Cannot continue]) fi AS_IF([test "$with_pmix_extra_libs" = "yes" -o "$with_pmix_extra_libs" = "no"], [AC_MSG_ERROR([--with-pmix-extra-libs requires an argument other than yes or no])]) AS_IF([test "$enable_pmix_lib_checks" != "no"], [dnl Need to explicitly enable wrapper compiler to get the dependent libraries dnl when pkg-config is not available. pmix_USE_WRAPPER_COMPILER=1 OAC_CHECK_PACKAGE([pmix], [prte_pmix], [pmix.h], [pmix $with_pmix_extra_libs], [PMIx_Init], [], [prte_pmix_support=0])], [PRTE_FLAGS_APPEND_UNIQ([PRTE_FINAL_LIBS], [$with_pmix_extra_libs])]) AS_IF([test $prte_pmix_support -eq 0], [AC_MSG_WARN([PRRTE requires PMIx support using an external copy that you supply.]) AC_MSG_ERROR([Cannot continue.])]) prte_external_pmix_save_CPPFLAGS=$CPPFLAGS PRTE_FLAGS_PREPEND_UNIQ(CPPFLAGS, $prte_pmix_CPPFLAGS) # if the version file exists, then we need to parse it to find # the actual release series # NOTE: We have already read PRRTE's VERSION file, so we can use # $pmix_min_version. prte_pmix_min_num_version=PRTE_PMIX_NUMERIC_MIN_VERSION prte_pmix_min_version=PRTE_PMIX_MIN_VERSION AC_MSG_CHECKING([version at or above v$prte_pmix_min_version]) AC_PREPROC_IFELSE([AC_LANG_PROGRAM([ #include #if (PMIX_NUMERIC_VERSION < $prte_pmix_min_num_version) #error "not version $prte_pmix_min_num_version or above" #endif ], [])], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT(no) AC_MSG_WARN([PRRTE requires PMIx v$prte_pmix_min_num_version or above.]) AC_MSG_ERROR([Please select a supported version and configure again])]) AC_CHECK_HEADER([src/util/pmix_argv.h], [], [AC_MSG_ERROR([Could not find PMIx devel headers. Can not continue.])]) # restore the global flags CPPFLAGS=$prte_external_pmix_save_CPPFLAGS PRTE_FLAGS_APPEND_UNIQ(PRTE_FINAL_CPPFLAGS, $prte_pmix_CPPFLAGS) PRTE_FLAGS_APPEND_UNIQ(PRTE_FINAL_LDFLAGS, $prte_pmix_LDFLAGS) PRTE_FLAGS_APPEND_UNIQ(PRTE_FINAL_LIBS, $prte_pmix_LIBS) AC_DEFINE_UNQUOTED([PRTE_PMIX_MINIMUM_VERSION], [$prte_pmix_min_num_version], [Minimum supported PMIx version]) found_pmixcc=0 PMIXCC_PATH="pmixcc" AS_IF([test -n "${with_pmix}"], [PMIXCC_PATH="${with_pmix}/bin/$PMIXCC_PATH"]) PRTE_LOG_COMMAND([pmixcc_showme_results=`$PMIXCC_PATH --showme:version 2>&1`], [found_pmixcc=1]) PRTE_LOG_MSG([pmixcc version: $pmixcc_showme_results]) AS_IF([test $found_pmixcc -eq 0], [AC_MSG_WARN([Could not find $PMIXCC_PATH]) PMIXCC_PATH=]) AM_CONDITIONAL([PRTE_HAVE_PMIXCC], [test $found_pmixcc -eq 1]) AC_SUBST([PMIXCC_PATH]) # Check for any needed capabilities from the PMIx we found. # # Note: if the PMIx we found does not define capability flags, # then it definitely does not have the capability flags we're # looking for. # For now, we just check for the "base" capability to exercise # this feature - essentially retaining this as an example for # future times when we actually need to check capabilities PRTE_CHECK_PMIX_CAP([BASE], [PRTE_PMIX_BASE_CAPABILITY=1], [AC_MSG_WARN([Your PMIx version is either does not]) AC_MSG_WARN([the capabilities feature or does not]) AC_MSG_WARN([include the PMIX_CAP_BASE capability flag]) AC_MSG_WARN([Ignoring this for now]) PRTE_PMIX_BASE_CAPABILITY=0]) AC_DEFINE_UNQUOTED([PRTE_PMIX_BASE_CAPABILITY], [$PRTE_PMIX_BASE_CAPABILITY], [Whether or not PMIx has the BASE capability flag set]) PRTE_SUMMARY_ADD([Required Packages], [PMIx], [], [$prte_pmix_SUMMARY]) PRTE_VAR_SCOPE_POP ]) m4trace:config/prte_summary.m4:23: -1- AC_DEFUN([PRTE_SUMMARY_ADD], [ OAC_SUMMARY_ADD([$1], [$2], [$4]) ]) m4trace:config/prte_summary.m4:32: -1- AC_DEFUN([PRTE_SUMMARY_PRINT], [ cat <&2 PRTE configuration: ----------------------- Version: $PRTE_MAJOR_VERSION.$PRTE_MINOR_VERSION.$PRTE_RELEASE_VERSION$PRTE_GREEK_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_prte_platform ; then echo "Platform file: $with_prte_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:43: -1- m4_include([config/autogen_found_items.m4]) m4trace:config/autogen_found_items.m4:112: -1- m4_include([src/mca/prtebacktrace/configure.m4]) m4trace:config/autogen_found_items.m4:113: -1- m4_include([src/mca/prtedl/configure.m4]) m4trace:src/mca/prtedl/configure.m4:22: -1- AC_DEFUN([MCA_prte_prtedl_CONFIG], [ PRTE_HAVE_DL_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 $PRTE_ENABLE_DLOPEN_SUPPORT -eq 0], [want_prtedl=0], [want_prtedl=1]) MCA_CONFIGURE_FRAMEWORK([prtedl], [$want_prtedl]) # If we found no suitable static prtedl component and dlopen support # was not specifically disabled, this is an error. AS_IF([test "$MCA_prte_prtedl_STATIC_COMPONENTS" = "" && \ test "$enable_dlopen" != "no"], [AC_MSG_WARN([Did not find a suitable static prte prtedl 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_prte_prtedl_STATIC_COMPONENTS" != ""], [ # We had a winner -- w00t! PRTE_HAVE_DL_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. PRTE_VAR_SCOPE_PUSH([prte_prtedl_base_found_l prte_prtedl_base_token prte_prtedl_base_tmp prte_prtedl_base_dir]) prte_prtedl_base_found_l=0 eval "prte_prtedl_base_tmp=\$prte_prtedl_${prte_prtedl_winner}_ADD_LIBS" for prte_prtedl_base_token in $prte_prtedl_base_tmp; do case $prte_prtedl_base_token in -l*) prte_prtedl_base_found_l=1 ;; esac done AS_IF([test $prte_prtedl_base_found_l -eq 1], [eval "prte_prtedl_base_tmp=\$prte_prtedl_${prte_prtedl_winner}_ADD_LDFLAGS" for prte_prtedl_base_token in $prte_prtedl_base_tmp; do case $prte_prtedl_base_token in -L*) prte_prtedl_base_dir=`echo $prte_prtedl_base_token | cut -c3-` export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$prte_prtedl_base_dir AC_MSG_WARN([Adding to LD_LIBRARY_PATH: $prte_prtedl_base_dir]) ;; esac done]) PRTE_VAR_SCOPE_POP ]) AC_DEFINE_UNQUOTED([PRTE_HAVE_DL_SUPPORT], [$PRTE_HAVE_DL_SUPPORT], [Whether the PRTE DL framework is functional or not]) ]) m4trace:config/autogen_found_items.m4:114: -1- m4_include([src/mca/prteinstalldirs/configure.m4]) m4trace:src/mca/prteinstalldirs/configure.m4:13: -1- AC_DEFUN([MCA_prte_prteinstalldirs_CONFIGURE_MODE], [PRIORITY]) m4trace:config/autogen_found_items.m4:115: -1- m4_include([src/mca/common/alps/configure.m4]) m4trace:src/mca/common/alps/configure.m4:29: -1- AC_DEFUN([MCA_prte_common_alps_CONFIG], [ AC_CONFIG_FILES([src/mca/common/alps/Makefile]) PRTE_CHECK_ALPS([common_alps], [common_alps_happy="yes"], [common_alps_happy="no"]) AS_IF([test "$common_alps_happy" = "yes"], [$1 AC_SUBST([common_alps_CPPFLAGS]) AC_SUBST([common_alps_LDFLAGS]) AC_SUBST([common_alps_LIBS])], [$2]) # ]) m4trace:config/autogen_found_items.m4:116: -1- m4_include([src/mca/ess/alps/configure.m4]) m4trace:src/mca/ess/alps/configure.m4:26: -1- AC_DEFUN([MCA_prte_ess_alps_CONFIG], [ AC_CONFIG_FILES([src/mca/ess/alps/Makefile]) PRTE_CHECK_ALPS([ess_alps], [ess_alps_happy="yes"], [ess_alps_happy="no"]) AS_IF([test "$ess_alps_happy" = "yes"], [$1 AC_SUBST([ess_alps_CPPFLAGS]) AC_SUBST([ess_alps_LDFLAGS]) AC_SUBST([ess_alps_LIBS])], [$2]) ]) m4trace:config/autogen_found_items.m4:117: -1- m4_include([src/mca/ess/lsf/configure.m4]) m4trace:src/mca/ess/lsf/configure.m4:26: -1- AC_DEFUN([MCA_prte_ess_lsf_CONFIG], [ AC_CONFIG_FILES([src/mca/ess/lsf/Makefile]) PRTE_CHECK_LSF([ess_lsf], [ess_lsf_good=1], [ess_lsf_good=0]) # if check worked, set wrapper flags if so. # Evaluate succeed / fail AS_IF([test "$ess_lsf_good" = "1"], [$1], [$2]) # set build flags to use in makefile AC_SUBST([ess_lsf_CPPFLAGS]) AC_SUBST([ess_lsf_LDFLAGS]) AC_SUBST([ess_lsf_LIBS]) ]) m4trace:config/autogen_found_items.m4:118: -1- m4_include([src/mca/ess/slurm/configure.m4]) m4trace:src/mca/ess/slurm/configure.m4:26: -1- AC_DEFUN([MCA_prte_ess_slurm_CONFIG], [ AC_CONFIG_FILES([src/mca/ess/slurm/Makefile]) PRTE_CHECK_SLURM([ess_slurm], [ess_slurm_good=1], [ess_slurm_good=0]) # if check worked, set wrapper flags if so. # Evaluate succeed / fail AS_IF([test "$ess_slurm_good" = "1"], [$1], [$2]) # set build flags to use in makefile AC_SUBST([ess_slurm_CPPFLAGS]) AC_SUBST([ess_slurm_LDFLAGS]) AC_SUBST([ess_slurm_LIBS]) ]) m4trace:config/autogen_found_items.m4:119: -1- m4_include([src/mca/ess/tm/configure.m4]) m4trace:src/mca/ess/tm/configure.m4:26: -1- AC_DEFUN([MCA_prte_ess_tm_CONFIG], [ AC_CONFIG_FILES([src/mca/ess/tm/Makefile]) PRTE_CHECK_TM([ess_tm], [ess_tm_good=1], [ess_tm_good=0]) AS_IF([test "$ess_tm_good" = "1"], [$1], [$2]) # Note that the TM ESS component doesn't actually call into (or link against) the TM # library, so there's no need to add the various compiler flags here. ]) m4trace:config/autogen_found_items.m4:120: -1- m4_include([src/mca/odls/alps/configure.m4]) m4trace:src/mca/odls/alps/configure.m4:26: -1- AC_DEFUN([MCA_prte_odls_alps_CONFIG], [ AC_CONFIG_FILES([src/mca/odls/alps/Makefile]) PRTE_CHECK_ALPS([odls_alps], [odls_alps_happy="yes"], [odls_alps_happy="no"]) AS_IF([test "$odls_alps_happy" = "yes"], [$1 AC_SUBST([odls_alps_CPPFLAGS]) AC_SUBST([odls_alps_LDFLAGS]) AC_SUBST([odls_alps_LIBS])], [$2]) ]) m4trace:config/autogen_found_items.m4:121: -1- m4_include([src/mca/odls/default/configure.m4]) m4trace:src/mca/odls/default/configure.m4:26: -1- AC_DEFUN([MCA_prte_odls_default_CONFIG], [ AC_CONFIG_FILES([src/mca/odls/default/Makefile]) AC_CHECK_FUNC([fork], [odls_default_happy="yes"], [odls_default_happy="no"]) AS_IF([test "$odls_default_happy" = "yes"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:122: -1- m4_include([src/mca/oob/tcp/configure.m4]) m4trace:src/mca/oob/tcp/configure.m4:26: -1- AC_DEFUN([MCA_prte_oob_tcp_CONFIG], [ AC_CONFIG_FILES([src/mca/oob/tcp/Makefile]) # check for sockaddr_in (a good sign we have TCP) AC_CHECK_TYPES([struct sockaddr_in], [oob_tcp_happy="yes"], [oob_tcp_happy="no"], [AC_INCLUDES_DEFAULT #ifdef HAVE_NETINET_IN_H #include #endif]) AS_IF([test "$oob_tcp_happy" = "yes"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:123: -1- m4_include([src/mca/plm/alps/configure.m4]) m4trace:src/mca/plm/alps/configure.m4:27: -1- AC_DEFUN([MCA_prte_plm_alps_CONFIG], [ AC_CONFIG_FILES([src/mca/plm/alps/Makefile]) PRTE_CHECK_ALPS([plm_alps], [plm_alps_happy="yes"], [plm_alps_happy="no"]) AS_IF([test "$plm_alps_happy" = "yes"], [$1 AC_SUBST([plm_alps_CPPFLAGS]) AC_SUBST([plm_alps_LDFLAGS]) AC_SUBST([plm_alps_LIBS])], [$2]) ]) m4trace:config/autogen_found_items.m4:124: -1- m4_include([src/mca/plm/lsf/configure.m4]) m4trace:src/mca/plm/lsf/configure.m4:27: -1- AC_DEFUN([MCA_prte_plm_lsf_CONFIG], [ AC_CONFIG_FILES([src/mca/plm/lsf/Makefile]) PRTE_CHECK_LSF([plm_lsf], [plm_lsf_good=1], [plm_lsf_good=0]) # if check worked, set wrapper flags if so. # Evaluate succeed / fail AS_IF([test "$plm_lsf_good" = "1"], [$1], [$2]) # set build flags to use in makefile AC_SUBST([plm_lsf_CPPFLAGS]) AC_SUBST([plm_lsf_LDFLAGS]) AC_SUBST([plm_lsf_LIBS]) ]) m4trace:config/autogen_found_items.m4:125: -1- m4_include([src/mca/plm/slurm/configure.m4]) m4trace:src/mca/plm/slurm/configure.m4:27: -1- AC_DEFUN([MCA_prte_plm_slurm_CONFIG], [ AC_CONFIG_FILES([src/mca/plm/slurm/Makefile]) PRTE_CHECK_SLURM([plm_slurm], [plm_slurm_good=1], [plm_slurm_good=0]) # if check worked, set wrapper flags if so. # Evaluate succeed / fail AS_IF([test "$plm_slurm_good" = "1"], [$1], [$2]) # set build flags to use in makefile AC_SUBST([plm_slurm_CPPFLAGS]) AC_SUBST([plm_slurm_LDFLAGS]) AC_SUBST([plm_slurm_LIBS]) ]) m4trace:config/autogen_found_items.m4:126: -1- m4_include([src/mca/plm/ssh/configure.m4]) m4trace:src/mca/plm/ssh/configure.m4:29: -1- AC_DEFUN([MCA_prte_plm_ssh_CONFIG], [ AC_CONFIG_FILES([src/mca/plm/ssh/Makefile]) AC_CHECK_FUNC([fork], [plm_ssh_happy="yes"], [plm_ssh_happy="no"]) PRTE_SUMMARY_ADD([Resource Managers], [ssh/rsh], [], [$plm_ssh_happy]) AS_IF([test "$plm_ssh_happy" = "yes"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:127: -1- m4_include([src/mca/plm/tm/configure.m4]) m4trace:src/mca/plm/tm/configure.m4:27: -1- AC_DEFUN([MCA_prte_plm_tm_CONFIG], [ AC_CONFIG_FILES([src/mca/plm/tm/Makefile]) PRTE_CHECK_TM([plm_tm], [plm_tm_good=1], [plm_tm_good=0]) # if check worked, set wrapper flags if so. # Evaluate succeed / fail AS_IF([test "$plm_tm_good" = "1"], [$1], [$2]) # set build flags to use in makefile AC_SUBST([plm_tm_CPPFLAGS]) AC_SUBST([plm_tm_LDFLAGS]) AC_SUBST([plm_tm_LIBS]) ]) m4trace:config/autogen_found_items.m4:128: -1- m4_include([src/mca/prtebacktrace/execinfo/configure.m4]) m4trace:src/mca/prtebacktrace/execinfo/configure.m4:21: -1- AC_DEFUN([MCA_prte_prtebacktrace_execinfo_PRIORITY], [30]) m4trace:src/mca/prtebacktrace/execinfo/configure.m4:23: -1- AC_DEFUN([MCA_prte_prtebacktrace_execinfo_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $1:$2 compile mode]) $3="static" AC_MSG_RESULT([$$3]) ]) m4trace:src/mca/prtebacktrace/execinfo/configure.m4:32: -1- AC_DEFUN([MCA_prte_prtebacktrace_execinfo_CONFIG], [ AC_CONFIG_FILES([src/mca/prtebacktrace/execinfo/Makefile]) AC_CHECK_HEADERS([execinfo.h]) # FreeBSD has backtrace in -lexecinfo, usually in libc PRTE_SEARCH_LIBS_COMPONENT([backtrace_execinfo], [backtrace], [execinfo], [prtebacktrace_execinfo_happy="yes"], [prtebacktrace_execinfo_happy="no"]) AS_IF([test "$prtebacktrace_execinfo_happy" = "yes"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:129: -1- m4_include([src/mca/prtebacktrace/none/configure.m4]) m4trace:src/mca/prtebacktrace/none/configure.m4:21: -1- AC_DEFUN([MCA_prte_prtebacktrace_none_PRIORITY], [0]) m4trace:src/mca/prtebacktrace/none/configure.m4:23: -1- AC_DEFUN([MCA_prte_prtebacktrace_none_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $1:$2 compile mode]) $3="static" AC_MSG_RESULT([$$3]) ]) m4trace:src/mca/prtebacktrace/none/configure.m4:33: -1- AC_DEFUN([MCA_prte_prtebacktrace_none_CONFIG], [ AC_CONFIG_FILES([src/mca/prtebacktrace/none/Makefile]) ]) m4trace:config/autogen_found_items.m4:130: -1- m4_include([src/mca/prtebacktrace/printstack/configure.m4]) m4trace:src/mca/prtebacktrace/printstack/configure.m4:21: -1- AC_DEFUN([MCA_prte_prtebacktrace_printstack_PRIORITY], [30]) m4trace:src/mca/prtebacktrace/printstack/configure.m4:23: -1- AC_DEFUN([MCA_prte_prtebacktrace_printstack_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $1:$2 compile mode]) $3="static" AC_MSG_RESULT([$$3]) ]) m4trace:src/mca/prtebacktrace/printstack/configure.m4:33: -1- AC_DEFUN([MCA_prte_prtebacktrace_printstack_CONFIG], [ AC_CONFIG_FILES([src/mca/prtebacktrace/printstack/Makefile]) AC_CHECK_HEADERS([ucontext.h]) # FreeBSD has backtrace in -lexecinfo, usually in libc AC_CHECK_FUNCS([printstack], [prtebacktrace_printstack_happy="yes"], [prtebacktrace_printstack_happy="no"]) AS_IF([test "$prtebacktrace_printstack_happy" = "yes"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:131: -1- m4_include([src/mca/prtedl/dlopen/configure.m4]) m4trace:src/mca/prtedl/dlopen/configure.m4:16: -1- AC_DEFUN([MCA_prte_prtedl_dlopen_PRIORITY], [80]) m4trace:src/mca/prtedl/dlopen/configure.m4:21: -1- AC_DEFUN([MCA_prte_prtedl_dlopen_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $1:$2 compile mode]) $3="static" AC_MSG_RESULT([$$3]) ]) m4trace:src/mca/prtedl/dlopen/configure.m4:29: -1- AC_DEFUN([MCA_prte_prtedl_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 $prte_prtedl_pdlopen_ADD_LDFLAGS" LIBS="$LIBS $prte_prtedl_pdlopen_ADD_LIBS" ]) ]) m4trace:src/mca/prtedl/dlopen/configure.m4:43: -1- AC_DEFUN([MCA_prte_prtedl_dlopen_CONFIG], [ AC_CONFIG_FILES([src/mca/prtedl/dlopen/Makefile]) dnl This is effectively a back-door for PRTE developers to dnl force the use of the libltprtedl prtedl component. AC_ARG_ENABLE([prte-dlopen], [AS_HELP_STRING([--disable-prte-dlopen], [Disable the "dlopen" PRTE DL component (and probably force the use of the "libltdl" DL component). This option should really only be used by PRTE developers. You are probably actually looking for the "--disable-dlopen" option, which disables all dlopen-like functionality from PRTE.]) ]) prte_prtedl_dlopen_happy=no AS_IF([test "$enable_prte_dlopen" != "no"], [OAC_CHECK_PACKAGE([dlopen], [prte_prtedl_dlopen], [dlfcn.h], [dl], [dlopen], [prte_prtedl_dlopen_happy=yes], [prte_prtedl_dlopen_happy=no]) ]) AS_IF([test "$prte_prtedl_dlopen_happy" = "yes"], [prtedl_dlopen_ADD_LIBS=$prte_prtedl_dlopen_LIBS prtedl_dlopen_WRAPPER_EXTRA_LIBS=$prte_prtedl_dlopen_LIBS $1], [$2]) AC_SUBST(prte_prtedl_dlopen_LIBS) ]) m4trace:config/autogen_found_items.m4:132: -1- m4_include([src/mca/prtedl/libltdl/configure.m4]) m4trace:src/mca/prtedl/libltdl/configure.m4:16: -1- AC_DEFUN([MCA_prte_prtedl_libltdl_PRIORITY], [50]) m4trace:src/mca/prtedl/libltdl/configure.m4:21: -1- AC_DEFUN([MCA_prte_prtedl_libltdl_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $1:$2 compile mode]) $3="static" AC_MSG_RESULT([$$3]) ]) m4trace:src/mca/prtedl/libltdl/configure.m4:29: -1- AC_DEFUN([MCA_prte_prtedl_libltdl_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 $prte_prtedl_libltdl_ADD_LDFLAGS" LIBS="$LIBS $prte_prtedl_libltdl_ADD_LIBS" ]) ]) m4trace:src/mca/prtedl/libltdl/configure.m4:43: -1- AC_DEFUN([MCA_prte_prtedl_libltdl_CONFIG], [ PRTE_VAR_SCOPE_PUSH([CPPFLAGS_save LDFLAGS_save LIBS_save]) AC_CONFIG_FILES([src/mca/prtedl/libltdl/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])]) prte_prtedl_libltdl_happy=no AS_IF([test "$with_libltdl" != "no"], [OAC_CHECK_PACKAGE([libltdl], [prte_prtedl_libltdl], [ltprtedl.h], [ltprtedl], [lt_dlopen], [prte_prtedl_libltdl_happy=yes], [prte_prtedl_libltdl_happy=no]) ]) # If we have libltdl, do we have lt_dladvise? prte_prtedl_libltdl_have_lt_dladvise=0 AS_IF([test "$prte_prtedl_libltdl_happy" = "yes"], [CPPFLAGS_save=$CPPFLAGS LDFLAGS_save=$LDFLAGS LIBS_save=$LIBS CPPFLAGS="$prte_prtedl_libltdl_CPPFLAGS $CPPFLAGS" LDFLAGS="$prte_prtedl_libltdl_LDFLAGS $LDFLAGS" LIBS="$prte_prtedl_libltdl_LIBS $LIBS" AC_CHECK_FUNC([lt_dladvise_init], [prte_prtedl_libltdl_have_lt_dladvise=1]) CPPFLAGS=$CPPFLAGS_save LDFLAGS=$LDFLAGS_save LIBS=$LIBS_save ]) AC_DEFINE_UNQUOTED(PRTE_DL_LIBLTDL_HAVE_LT_DLADVISE, [$prte_prtedl_libltdl_have_lt_dladvise], [Whether we have lt_dladvise or not]) AS_IF([test "$prte_prtedl_libltdl_happy" = "yes"], [prte_prtedl_libltdl_ADD_CPPFLAGS=$prte_prtedl_libltdl_CPPFLAGS prte_prtedl_libltdl_ADD_LDFLAGS=$prte_prtedl_libltdl_LDFLAGS prte_prtedl_libltdl_ADD_LIBS=$prte_prtedl_libltdl_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(prte_prtedl_libltdl_CPPFLAGS) AC_SUBST(prte_prtedl_libltdl_LDFLAGS) AC_SUBST(prte_prtedl_libltdl_LIBS) PRTE_VAR_SCOPE_POP ]) m4trace:config/autogen_found_items.m4:133: -1- m4_include([src/mca/prteinstalldirs/config/configure.m4]) m4trace:src/mca/prteinstalldirs/config/configure.m4:14: -1- AC_DEFUN([MCA_prte_prteinstalldirs_config_PRIORITY], [0]) m4trace:src/mca/prteinstalldirs/config/configure.m4:16: -1- AC_DEFUN([MCA_prte_prteinstalldirs_config_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $1:$2 compile mode]) $3="static" AC_MSG_RESULT([$$3]) ]) m4trace:src/mca/prteinstalldirs/config/configure.m4:26: -1- AC_DEFUN([MCA_prte_prteinstalldirs_config_CONFIG], [ AC_CONFIG_FILES([src/mca/prteinstalldirs/config/Makefile src/mca/prteinstalldirs/config/install_dirs.h]) ]) m4trace:config/autogen_found_items.m4:134: -1- m4_include([src/mca/prteinstalldirs/env/configure.m4]) m4trace:src/mca/prteinstalldirs/env/configure.m4:14: -1- AC_DEFUN([MCA_prte_prteinstalldirs_env_PRIORITY], [10]) m4trace:src/mca/prteinstalldirs/env/configure.m4:16: -1- AC_DEFUN([MCA_prte_prteinstalldirs_env_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $1:$2 compile mode]) $3="static" AC_MSG_RESULT([$$3]) ]) m4trace:src/mca/prteinstalldirs/env/configure.m4:25: -1- AC_DEFUN([MCA_prte_prteinstalldirs_env_CONFIG], [ AC_CONFIG_FILES([src/mca/prteinstalldirs/env/Makefile]) ]) m4trace:config/autogen_found_items.m4:135: -1- m4_include([src/mca/prtereachable/netlink/configure.m4]) m4trace:src/mca/prtereachable/netlink/configure.m4:21: -1- AC_DEFUN([MCA_prte_prtereachable_netlink_CONFIG], [ AC_CONFIG_FILES([src/mca/prtereachable/netlink/Makefile]) PRTE_VAR_SCOPE_PUSH([prte_reachable_netlink_happy]) prte_reachable_netlink_happy=1 # ugly hack to deal with potentially alternate locations for # libnl3 headers. Note that if the pkg-config file is found, # this ugly hack won't be used. AS_IF([test -n "$with_libnl_route_3_0_incdir"], [# skip check if someone above set incdir], [test -d "/usr/include/libnl3"], [with_libnl_route_3_0_incdir="/usr/include/libnl3"], [test -d "/usr/local/include/libnl3"], [with_libnl_route_3_0_incdir="/usr/local/include/libnl3"]) # note we need the route package, not the basic package # The first argument of OAC_CHECK_PACKAGE must be a valid # shell variable name, which means no dashs. Deal with that # by being explicit with our module. m4_define([libnl_route_pkgconfig_module], [libnl-route-3.0]) OAC_CHECK_PACKAGE([libnl_route], [prte_reachable_netlink], [netlink/route/route.h], [nl-route-3 nl-3], [rtnl_route_get], [prte_reachable_netlink_happy=1], [prte_reachable_netlink_happy=0]) AS_IF([test ${prte_reachable_netlink_happy} -eq 1], [AC_CHECK_HEADER([linux/netlink.h], [], [prte_reachable_netlink_happy=0], [ #include #include ])]) AS_IF([test $prte_reachable_netlink_happy -eq 1], [$1], [$2]) AC_SUBST([prte_reachable_netlink_CPPFLAGS]) AC_SUBST([prte_reachable_netlink_LDFLAGS]) AC_SUBST([prte_reachable_netlink_LIBS]) PRTE_VAR_SCOPE_POP() ]) m4trace:config/autogen_found_items.m4:136: -1- m4_include([src/mca/ras/alps/configure.m4]) m4trace:src/mca/ras/alps/configure.m4:27: -1- AC_DEFUN([MCA_prte_ras_alps_CONFIG], [ AC_CONFIG_FILES([src/mca/ras/alps/Makefile]) PRTE_CHECK_ALPS([ras_alps], [ras_alps_happy="yes"], [ras_alps_happy="no"]) # check for alps/apInfo.h # save current CPPFLAGS MCA_prte_ras_save_CPPFLAGS="$CPPFLAGS" # add flags obtained from PRTE_CHECK_ALPS CPPFLAGS="$CPPFLAGS $ras_alps_CPPFLAGS" AC_CHECK_HEADERS([alps/apInfo.h], [], [ras_alps_happy="no"]) # restore CPPFLAGS CPPFLAGS="$MCA_prte_ras_save_CPPFLAGS" AC_SUBST([ras_alps_CPPFLAGS]) AS_IF([test "$ras_alps_happy" = "yes"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:137: -1- m4_include([src/mca/ras/gridengine/configure.m4]) m4trace:src/mca/ras/gridengine/configure.m4:28: -1- AC_DEFUN([MCA_prte_ras_gridengine_CONFIG], [ AC_CONFIG_FILES([src/mca/ras/gridengine/Makefile]) PRTE_CHECK_GRIDENGINE([ras_gridengine], [ras_gridengine_happy="yes"], [ras_gridengine_happy="no"]) AS_IF([test "$ras_gridengine_happy" = "yes"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:138: -1- m4_include([src/mca/ras/lsf/configure.m4]) m4trace:src/mca/ras/lsf/configure.m4:26: -1- AC_DEFUN([MCA_prte_ras_lsf_CONFIG], [ AC_CONFIG_FILES([src/mca/ras/lsf/Makefile]) PRTE_CHECK_LSF([ras_lsf], [ras_lsf_good=1], [ras_lsf_good=0]) # if check worked, set wrapper flags if so. # Evaluate succeed / fail AS_IF([test "$ras_lsf_good" = "1"], [$1], [$2]) # set build flags to use in makefile AC_SUBST([ras_lsf_CPPFLAGS]) AC_SUBST([ras_lsf_LDFLAGS]) AC_SUBST([ras_lsf_LIBS]) ]) m4trace:config/autogen_found_items.m4:139: -1- m4_include([src/mca/ras/pbs/configure.m4]) m4trace:src/mca/ras/pbs/configure.m4:31: -1- AC_DEFUN([MCA_prte_ras_pbs_CONFIG], [ AC_CONFIG_FILES([src/mca/ras/pbs/Makefile]) AC_ARG_WITH([pbs], [AS_HELP_STRING([--with-pbs], [Build PBS scheduler component (default: yes)])]) if test "$with_pbs" = "no" ; then prte_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*) prte_check_pbs_happy="yes" ;; *) AC_MSG_CHECKING([for pbsdash in PATH]) PRTE_WHICH([pbsdash], [PRTE_CHECK_PBSDASH]) if test "$PRTE_CHECK_PBSDASH" = ""; then prte_check_pbs_happy="no" else prte_check_pbs_happy="yes" fi AC_MSG_RESULT([$prte_check_pbs_happy]) ;; esac else prte_check_pbs_happy="yes" fi PRTE_SUMMARY_ADD([Resource Managers], [PBS], [], [$prte_check_pbs_happy (scheduler)]) AS_IF([test "$prte_check_pbs_happy" = "yes"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:140: -1- m4_include([src/mca/ras/slurm/configure.m4]) m4trace:src/mca/ras/slurm/configure.m4:26: -1- AC_DEFUN([MCA_prte_ras_slurm_CONFIG], [ AC_CONFIG_FILES([src/mca/ras/slurm/Makefile]) PRTE_CHECK_SLURM([ras_slurm], [ras_slurm_good=1], [ras_slurm_good=0]) # if check worked, set wrapper flags if so. # Evaluate succeed / fail AS_IF([test "$ras_slurm_good" = "1"], [$1], [$2]) # set build flags to use in makefile AC_SUBST([ras_slurm_CPPFLAGS]) AC_SUBST([ras_slurm_LDFLAGS]) AC_SUBST([ras_slurm_LIBS]) ]) m4trace:config/autogen_found_items.m4:141: -1- m4_include([src/mca/schizo/ompi/configure.m4]) m4trace:src/mca/schizo/ompi/configure.m4:29: -1- AC_DEFUN([MCA_prte_schizo_ompi_CONFIG], [ AC_CONFIG_FILES([src/mca/schizo/ompi/Makefile]) AC_ARG_ENABLE([ompi-support], [AS_HELP_STRING([--disable-ompi-support], [Disable support for Open MPI (default: no)])], [], [enable_ompi_support=yes]) AS_IF([test "$enable_ompi_support" = "yes"], [$1], [$2]) PRTE_SUMMARY_ADD([Personalities], [OMPI], [], [$enable_ompi_support]) ]) m4trace:config/autogen_found_items.m4:142: -1- m4_include([src/mca/schizo/prte/configure.m4]) m4trace:src/mca/schizo/prte/configure.m4:29: -1- AC_DEFUN([MCA_prte_schizo_prte_CONFIG], [ AC_CONFIG_FILES([src/mca/schizo/prte/Makefile]) AS_IF([test "yes" = "yes"], [$1], [$2]) PRTE_SUMMARY_ADD([Personalities], [PRTE], [], [yes]) ]) m4trace:configure.ac:51: -1- m4_pattern_forbid([^_?A[CHUM]_]) m4trace:configure.ac:51: -1- m4_pattern_forbid([_AC_]) m4trace:configure.ac:51: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section 'AC_LIBOBJ vs LIBOBJS']) m4trace:configure.ac:51: -1- m4_pattern_allow([^AS_FLAGS$]) m4trace:configure.ac:51: -1- m4_pattern_forbid([^_?m4_]) m4trace:configure.ac:51: -1- m4_pattern_forbid([^dnl$]) m4trace:configure.ac:51: -1- m4_pattern_forbid([^_?AS_]) m4trace:configure.ac:51: -1- m4_pattern_allow([^SHELL$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^PATH_SEPARATOR$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^PACKAGE_NAME$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^PACKAGE_VERSION$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^PACKAGE_STRING$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^PACKAGE_URL$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^exec_prefix$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^prefix$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^program_transform_name$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^bindir$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^sbindir$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^libexecdir$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^datarootdir$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^datadir$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^sysconfdir$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^sharedstatedir$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^localstatedir$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^runstatedir$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^includedir$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^oldincludedir$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^docdir$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^infodir$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^htmldir$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^dvidir$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^pdfdir$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^psdir$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^libdir$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^localedir$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^mandir$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^PACKAGE_NAME$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^PACKAGE_VERSION$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^PACKAGE_STRING$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^PACKAGE_URL$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^DEFS$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^ECHO_C$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^ECHO_N$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^ECHO_T$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^build_alias$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^host_alias$]) m4trace:configure.ac:51: -1- m4_pattern_allow([^target_alias$]) m4trace:configure.ac:57: -1- AC_CONFIG_MACRO_DIR([config]) m4trace:configure.ac:57: -1- AC_CONFIG_MACRO_DIR_TRACE([config]) m4trace:configure.ac:59: -1- OAC_PUSH_PREFIX([PRTE]) m4trace:configure.ac:83: -1- m4_include([config/prte_get_version.m4]) m4trace:configure.ac:85: -1- PRTE_CAPTURE_CONFIGURE_CLI([PRTE_CONFIGURE_CLI]) m4trace:configure.ac:85: -1- OAC_VAR_SCOPE_INIT m4trace:configure.ac:85: -1- m4_pattern_allow([OAC_]) m4trace:configure.ac:85: -1- m4_pattern_forbid([OAC_]) m4trace:configure.ac:85: -1- m4_pattern_allow([^PRTE_CONFIGURE_CLI$]) m4trace:configure.ac:85: -1- m4_pattern_allow([^PRTE_CONFIGURE_CLI$]) m4trace:configure.ac:89: -1- PRTE_LOAD_PLATFORM m4trace:configure.ac:89: -1- PRTE_LOG_MSG([Loading environment file $with_prte_platform, with contents below]) m4trace:configure.ac:89: -1- OAC_LOG_MSG([Loading environment file $with_prte_platform, with contents below]) m4trace:configure.ac:89: -1- OAC_LOG_MSG_NOPREFIX([Loading environment file $with_prte_platform, with contents below]) m4trace:configure.ac:89: -1- PRTE_LOG_MSG([Loaded platform arguments for $platform_loaded]) m4trace:configure.ac:89: -1- OAC_LOG_MSG([Loaded platform arguments for $platform_loaded]) m4trace:configure.ac:89: -1- OAC_LOG_MSG_NOPREFIX([Loaded platform arguments for $platform_loaded]) m4trace:configure.ac:89: -1- m4_pattern_allow([^PRTE_DEFAULT_MCA_PARAM_CONF$]) m4trace:configure.ac:89: -1- m4_pattern_allow([^PRTE_PARAM_FROM_PLATFORM$]) m4trace:configure.ac:89: -1- m4_pattern_allow([^PRTE_DEFAULT_MCA_PARAM_CONF$]) m4trace:configure.ac:89: -1- m4_pattern_allow([^PRTE_PARAM_FROM_PLATFORM$]) m4trace:configure.ac:89: -1- m4_pattern_allow([^PRTE_DEFAULT_MCA_PARAM_CONF$]) m4trace:configure.ac:89: -1- m4_pattern_allow([^PRTE_PARAM_FROM_PLATFORM$]) m4trace:configure.ac:89: -1- m4_pattern_allow([^PRTE_DEFAULT_CONFIG$]) m4trace:configure.ac:89: -1- m4_pattern_allow([^PRTE_PARAM_FROM_PLATFORM$]) m4trace:configure.ac:89: -1- m4_pattern_allow([^PRTE_DEFAULT_CONFIG$]) m4trace:configure.ac:89: -1- m4_pattern_allow([^PRTE_PARAM_FROM_PLATFORM$]) m4trace:configure.ac:89: -1- m4_pattern_allow([^PRTE_DEFAULT_CONFIG$]) m4trace:configure.ac:89: -1- m4_pattern_allow([^PRTE_PARAM_FROM_PLATFORM$]) m4trace:configure.ac:89: -1- m4_pattern_allow([^PRTE_DEFAULT_MCA_PARAM_CONF$]) m4trace:configure.ac:95: -1- PRTE_CONFIGURE_SETUP m4trace:configure.ac:95: -1- PRTE_LOG_MSG([=== ${1}], [1]) m4trace:configure.ac:95: -1- OAC_LOG_MSG([=== ${1}]) m4trace:configure.ac:95: -1- OAC_LOG_MSG_NOPREFIX([=== ${1}]) m4trace:configure.ac:95: -1- PRTE_LOG_MSG([*** ${1}], [1]) m4trace:configure.ac:95: -1- OAC_LOG_MSG([*** ${1}]) m4trace:configure.ac:95: -1- OAC_LOG_MSG_NOPREFIX([*** ${1}]) m4trace:configure.ac:95: -1- PRTE_LOG_MSG([+++ ${1}], [1]) m4trace:configure.ac:95: -1- OAC_LOG_MSG([+++ ${1}]) m4trace:configure.ac:95: -1- OAC_LOG_MSG_NOPREFIX([+++ ${1}]) m4trace:configure.ac:95: -1- PRTE_LOG_MSG([--- ${1}], [1]) m4trace:configure.ac:95: -1- OAC_LOG_MSG([--- ${1}]) m4trace:configure.ac:95: -1- OAC_LOG_MSG_NOPREFIX([--- ${1}]) m4trace:configure.ac:95: -1- PRTE_LOG_MSG([--- ${1}], [1]) m4trace:configure.ac:95: -1- OAC_LOG_MSG([--- ${1}]) m4trace:configure.ac:95: -1- OAC_LOG_MSG_NOPREFIX([--- ${1}]) m4trace:configure.ac:95: -1- m4_pattern_allow([^PRTE_CONFIGURE_USER$]) m4trace:configure.ac:95: -1- m4_pattern_allow([^PRTE_CONFIGURE_USER$]) m4trace:configure.ac:95: -1- m4_pattern_allow([^PRTE_CONFIGURE_HOST$]) m4trace:configure.ac:95: -1- m4_pattern_allow([^PRTE_CONFIGURE_HOST$]) m4trace:configure.ac:95: -1- m4_pattern_allow([^PRTE_CONFIGURE_DATE$]) m4trace:configure.ac:95: -1- m4_pattern_allow([^PRTE_CONFIGURE_DATE$]) m4trace:configure.ac:105: -1- m4_pattern_allow([^SED$]) m4trace:configure.ac:107: -1- m4_pattern_allow([^PERL$]) m4trace:configure.ac:111: -1- m4_pattern_allow([^build$]) m4trace:configure.ac:111: -1- m4_pattern_allow([^build_cpu$]) m4trace:configure.ac:111: -1- m4_pattern_allow([^build_vendor$]) m4trace:configure.ac:111: -1- m4_pattern_allow([^build_os$]) m4trace:configure.ac:111: -1- m4_pattern_allow([^host$]) m4trace:configure.ac:111: -1- m4_pattern_allow([^host_cpu$]) m4trace:configure.ac:111: -1- m4_pattern_allow([^host_vendor$]) m4trace:configure.ac:111: -1- m4_pattern_allow([^host_os$]) m4trace:configure.ac:112: -1- m4_pattern_allow([^target$]) m4trace:configure.ac:112: -1- m4_pattern_allow([^target_cpu$]) m4trace:configure.ac:112: -1- m4_pattern_allow([^target_vendor$]) m4trace:configure.ac:112: -1- m4_pattern_allow([^target_os$]) m4trace:configure.ac:113: -1- m4_pattern_allow([^PRTE_ARCH$]) m4trace:configure.ac:124: -1- AC_DEFUN([_AC_Header_stdio_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" stdio.h ]AS_TR_SH([stdio.h]) AS_TR_CPP([HAVE_stdio.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:124: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^CFLAGS$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^LDFLAGS$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^ac_ct_CC$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^EXEEXT$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^OBJEXT$]) m4trace:configure.ac:124: -1- _AM_PROG_CC_C_O m4trace:configure.ac:124: -1- AM_AUX_DIR_EXPAND m4trace:configure.ac:124: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) m4trace:configure.ac:124: -1- AC_DEFUN([_AC_Header_stdlib_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" stdlib.h ]AS_TR_SH([stdlib.h]) AS_TR_CPP([HAVE_stdlib.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:124: -1- AC_DEFUN([_AC_Header_string_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" string.h ]AS_TR_SH([string.h]) AS_TR_CPP([HAVE_string.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:124: -1- AC_DEFUN([_AC_Header_inttypes_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" inttypes.h ]AS_TR_SH([inttypes.h]) AS_TR_CPP([HAVE_inttypes.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:124: -1- AC_DEFUN([_AC_Header_stdint_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" stdint.h ]AS_TR_SH([stdint.h]) AS_TR_CPP([HAVE_stdint.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:124: -1- AC_DEFUN([_AC_Header_strings_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" strings.h ]AS_TR_SH([strings.h]) AS_TR_CPP([HAVE_strings.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:124: -1- AC_DEFUN([_AC_Header_sys_stat_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" sys/stat.h ]AS_TR_SH([sys/stat.h]) AS_TR_CPP([HAVE_sys/stat.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:124: -1- AC_DEFUN([_AC_Header_sys_types_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" sys/types.h ]AS_TR_SH([sys/types.h]) AS_TR_CPP([HAVE_sys/types.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:124: -1- AC_DEFUN([_AC_Header_unistd_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" unistd.h ]AS_TR_SH([unistd.h]) AS_TR_CPP([HAVE_unistd.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:124: -1- m4_pattern_allow([^STDC_HEADERS$]) m4trace:configure.ac:124: -1- AC_DEFUN([_AC_Header_wchar_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" wchar.h ]AS_TR_SH([wchar.h]) AS_TR_CPP([HAVE_wchar.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:124: -1- AC_DEFUN([_AC_Header_minix_config_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" minix/config.h ]AS_TR_SH([minix/config.h]) AS_TR_CPP([HAVE_minix/config.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:124: -1- m4_pattern_allow([^_ALL_SOURCE$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^_DARWIN_C_SOURCE$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^_GNU_SOURCE$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^_HPUX_ALT_XOPEN_SOCKET_API$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^_NETBSD_SOURCE$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^_OPENBSD_SOURCE$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^_POSIX_PTHREAD_SEMANTICS$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^__STDC_WANT_IEC_60559_ATTRIBS_EXT__$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^__STDC_WANT_IEC_60559_BFP_EXT__$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^__STDC_WANT_IEC_60559_DFP_EXT__$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^__STDC_WANT_IEC_60559_EXT__$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^__STDC_WANT_IEC_60559_FUNCS_EXT__$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^__STDC_WANT_IEC_60559_TYPES_EXT__$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^__STDC_WANT_LIB_EXT2__$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^__STDC_WANT_MATH_SPEC_FUNCS__$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^_TANDEM_SOURCE$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^_MINIX$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^_POSIX_SOURCE$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^_POSIX_1_SOURCE$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^__EXTENSIONS__$]) m4trace:configure.ac:124: -1- m4_pattern_allow([^_XOPEN_SOURCE$]) m4trace:configure.ac:138: -1- AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects no-define 1.13.4 tar-pax]) m4trace:configure.ac:138: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) m4trace:configure.ac:138: -1- AM_SET_CURRENT_AUTOMAKE_VERSION m4trace:configure.ac:138: -1- AM_AUTOMAKE_VERSION([1.16.5]) m4trace:configure.ac:138: -1- _AM_AUTOCONF_VERSION([2.72]) m4trace:configure.ac:138: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) m4trace:configure.ac:138: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) m4trace:configure.ac:138: -1- m4_pattern_allow([^INSTALL_DATA$]) m4trace:configure.ac:138: -1- m4_pattern_allow([^am__isrc$]) m4trace:configure.ac:138: -1- _AM_SUBST_NOTMAKE([am__isrc]) m4trace:configure.ac:138: -1- m4_pattern_allow([^CYGPATH_W$]) m4trace:configure.ac:138: -1- _AM_SET_OPTIONS([foreign dist-bzip2 subdir-objects no-define 1.13.4 tar-pax]) m4trace:configure.ac:138: -1- _AM_SET_OPTION([foreign]) m4trace:configure.ac:138: -2- _AM_MANGLE_OPTION([foreign]) m4trace:configure.ac:138: -1- _AM_SET_OPTION([dist-bzip2]) m4trace:configure.ac:138: -2- _AM_MANGLE_OPTION([dist-bzip2]) m4trace:configure.ac:138: -1- _AM_SET_OPTION([subdir-objects]) m4trace:configure.ac:138: -2- _AM_MANGLE_OPTION([subdir-objects]) m4trace:configure.ac:138: -1- _AM_SET_OPTION([no-define]) m4trace:configure.ac:138: -2- _AM_MANGLE_OPTION([no-define]) m4trace:configure.ac:138: -1- _AM_SET_OPTION([1.13.4]) m4trace:configure.ac:138: -2- _AM_MANGLE_OPTION([1.13.4]) m4trace:configure.ac:138: -1- _AM_SET_OPTION([tar-pax]) m4trace:configure.ac:138: -2- _AM_MANGLE_OPTION([tar-pax]) m4trace:configure.ac:138: -1- m4_pattern_allow([^PACKAGE$]) m4trace:configure.ac:138: -1- m4_pattern_allow([^VERSION$]) m4trace:configure.ac:138: -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:138: -2- _AM_MANGLE_OPTION([no-define]) m4trace:configure.ac:138: -1- AM_SANITY_CHECK m4trace:configure.ac:138: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) m4trace:configure.ac:138: -1- AM_MISSING_HAS_RUN m4trace:configure.ac:138: -1- m4_pattern_allow([^ACLOCAL$]) m4trace:configure.ac:138: -1- AM_MISSING_PROG([AUTOCONF], [autoconf]) m4trace:configure.ac:138: -1- m4_pattern_allow([^AUTOCONF$]) m4trace:configure.ac:138: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) m4trace:configure.ac:138: -1- m4_pattern_allow([^AUTOMAKE$]) m4trace:configure.ac:138: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader]) m4trace:configure.ac:138: -1- m4_pattern_allow([^AUTOHEADER$]) m4trace:configure.ac:138: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo]) m4trace:configure.ac:138: -1- m4_pattern_allow([^MAKEINFO$]) m4trace:configure.ac:138: -1- AM_PROG_INSTALL_SH m4trace:configure.ac:138: -1- m4_pattern_allow([^install_sh$]) m4trace:configure.ac:138: -1- AM_PROG_INSTALL_STRIP m4trace:configure.ac:138: -1- m4_pattern_allow([^STRIP$]) m4trace:configure.ac:138: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$]) m4trace:configure.ac:138: -1- m4_pattern_allow([^MKDIR_P$]) m4trace:configure.ac:138: -1- m4_pattern_allow([^mkdir_p$]) m4trace:configure.ac:138: -1- m4_pattern_allow([^AWK$]) m4trace:configure.ac:138: -1- m4_pattern_allow([^SET_MAKE$]) m4trace:configure.ac:138: -1- AM_SET_LEADING_DOT m4trace:configure.ac:138: -1- m4_pattern_allow([^am__leading_dot$]) m4trace:configure.ac:138: -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:138: -2- _AM_MANGLE_OPTION([tar-ustar]) m4trace:configure.ac:138: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])]) m4trace:configure.ac:138: -2- _AM_MANGLE_OPTION([tar-pax]) m4trace:configure.ac:138: -1- _AM_PROG_TAR([pax]) m4trace:configure.ac:138: -1- m4_pattern_allow([^AMTAR$]) m4trace:configure.ac:138: -1- AM_RUN_LOG([$_am_tar --version]) m4trace:configure.ac:138: -1- AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) m4trace:configure.ac:138: -1- AM_RUN_LOG([$am__untar ]], [[static atomic_long foo = 1;++foo;]]) m4trace:configure.ac:325: -1- PRTE_CC_HELPER([if $CC supports C11 _Atomic keyword], [prte_prog_cc_c11_helper__Atomic_available], [[#include ]], [[static _Atomic long foo = 1;++foo;]]) m4trace:configure.ac:325: -1- PRTE_CC_HELPER([if $CC supports C11 _c11_atomic functions], [prte_prog_cc_c11_atomic_function], [[#include ]], [[atomic_int acnt = 0; __c11_atomic_fetch_add(&acnt, 1, memory_order_relaxed);]]) m4trace:configure.ac:325: -1- m4_pattern_allow([^PRTE_HAVE_CLANG_BUILTIN_ATOMIC_C11_FUNC$]) m4trace:configure.ac:325: -1- PRTE_CC_HELPER([if $CC supports C11 _Generic keyword], [prte_prog_cc_c11_helper__Generic_available], [[#define FOO(x) (_Generic (x, int: 1))]], [[static int x, y; y = FOO(x);]]) m4trace:configure.ac:325: -1- PRTE_CC_HELPER([if $CC supports C11 _Static_assert], [prte_prog_cc_c11_helper__static_assert_available], [[#include ]], [[_Static_assert(sizeof(int64_t) == 8, "WTH");]]) m4trace:configure.ac:325: -1- PRTE_CC_HELPER([if $CC supports C11 atomic_fetch_xor_explicit], [prte_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:325: -1- PRTE_PROG_CC_C11_HELPER([$flag], [prte_cv_c11_flag=$flag], []) m4trace:configure.ac:325: -1- PRTE_CC_HELPER([if $CC $flag supports C11 _Thread_local], [prte_prog_cc_c11_helper__Thread_local_available], [], [[static _Thread_local int foo = 1;++foo;]]) m4trace:configure.ac:325: -1- PRTE_CC_HELPER([if $CC $flag supports C11 atomic variables], [prte_prog_cc_c11_helper_atomic_var_available], [[#include ]], [[static atomic_long foo = 1;++foo;]]) m4trace:configure.ac:325: -1- PRTE_CC_HELPER([if $CC $flag supports C11 _Atomic keyword], [prte_prog_cc_c11_helper__Atomic_available], [[#include ]], [[static _Atomic long foo = 1;++foo;]]) m4trace:configure.ac:325: -1- PRTE_CC_HELPER([if $CC $flag supports C11 _c11_atomic functions], [prte_prog_cc_c11_atomic_function], [[#include ]], [[atomic_int acnt = 0; __c11_atomic_fetch_add(&acnt, 1, memory_order_relaxed);]]) m4trace:configure.ac:325: -1- m4_pattern_allow([^PRTE_HAVE_CLANG_BUILTIN_ATOMIC_C11_FUNC$]) m4trace:configure.ac:325: -1- PRTE_CC_HELPER([if $CC $flag supports C11 _Generic keyword], [prte_prog_cc_c11_helper__Generic_available], [[#define FOO(x) (_Generic (x, int: 1))]], [[static int x, y; y = FOO(x);]]) m4trace:configure.ac:325: -1- PRTE_CC_HELPER([if $CC $flag supports C11 _Static_assert], [prte_prog_cc_c11_helper__static_assert_available], [[#include ]], [[_Static_assert(sizeof(int64_t) == 8, "WTH");]]) m4trace:configure.ac:325: -1- PRTE_CC_HELPER([if $CC $flag supports C11 atomic_fetch_xor_explicit], [prte_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:325: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:325: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:325: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:325: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:325: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:325: -1- PRTE_CHECK_CC_IQUOTE m4trace:configure.ac:325: -1- PRTE_PROG_CC_C11_HELPER([], [], []) m4trace:configure.ac:325: -1- PRTE_CC_HELPER([if $CC supports C11 _Thread_local], [prte_prog_cc_c11_helper__Thread_local_available], [], [[static _Thread_local int foo = 1;++foo;]]) m4trace:configure.ac:325: -1- PRTE_CC_HELPER([if $CC supports C11 atomic variables], [prte_prog_cc_c11_helper_atomic_var_available], [[#include ]], [[static atomic_long foo = 1;++foo;]]) m4trace:configure.ac:325: -1- PRTE_CC_HELPER([if $CC supports C11 _Atomic keyword], [prte_prog_cc_c11_helper__Atomic_available], [[#include ]], [[static _Atomic long foo = 1;++foo;]]) m4trace:configure.ac:325: -1- PRTE_CC_HELPER([if $CC supports C11 _c11_atomic functions], [prte_prog_cc_c11_atomic_function], [[#include ]], [[atomic_int acnt = 0; __c11_atomic_fetch_add(&acnt, 1, memory_order_relaxed);]]) m4trace:configure.ac:325: -1- m4_pattern_allow([^PRTE_HAVE_CLANG_BUILTIN_ATOMIC_C11_FUNC$]) m4trace:configure.ac:325: -1- PRTE_CC_HELPER([if $CC supports C11 _Generic keyword], [prte_prog_cc_c11_helper__Generic_available], [[#define FOO(x) (_Generic (x, int: 1))]], [[static int x, y; y = FOO(x);]]) m4trace:configure.ac:325: -1- PRTE_CC_HELPER([if $CC supports C11 _Static_assert], [prte_prog_cc_c11_helper__static_assert_available], [[#include ]], [[_Static_assert(sizeof(int64_t) == 8, "WTH");]]) m4trace:configure.ac:325: -1- PRTE_CC_HELPER([if $CC supports C11 atomic_fetch_xor_explicit], [prte_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:325: -1- PRTE_CC_HELPER([if $CC supports __thread], [prte_prog_cc__thread_available], [], [[static __thread int foo = 1;++foo;]]) m4trace:configure.ac:325: -1- PRTE_CC_HELPER([if $CC supports C11 _Thread_local], [prte_prog_cc_c11_helper__Thread_local_available], [], [[static _Thread_local int foo = 1;++foo;]]) m4trace:configure.ac:325: -1- m4_pattern_allow([^PRTE_C_HAVE__THREAD_LOCAL$]) m4trace:configure.ac:325: -1- m4_pattern_allow([^PRTE_C_HAVE_ATOMIC_CONV_VAR$]) m4trace:configure.ac:325: -1- m4_pattern_allow([^PRTE_C_HAVE__ATOMIC$]) m4trace:configure.ac:325: -1- m4_pattern_allow([^PRTE_C_HAVE__GENERIC$]) m4trace:configure.ac:325: -1- m4_pattern_allow([^PRTE_C_HAVE__STATIC_ASSERT$]) m4trace:configure.ac:325: -1- m4_pattern_allow([^PRTE_C_HAVE___THREAD$]) m4trace:configure.ac:325: -1- PRTE_C_COMPILER_VENDOR([prte_c_vendor]) m4trace:configure.ac:325: -1- _PRTE_CHECK_COMPILER_VENDOR([prte_cv_c_compiler_vendor]) m4trace:configure.ac:325: -1- PRTE_IF_IFELSE([defined(__INTEL_COMPILER) || defined(__ICC)], [prte_check_compiler_vendor_result="intel"]) m4trace:configure.ac:325: -1- PRTE_IFDEF_IFELSE([__PGI], [prte_check_compiler_vendor_result="portland group"]) m4trace:configure.ac:325: -1- PRTE_IF_IFELSE([defined(__FUJITSU)], [prte_check_compiler_vendor_result="fujitsu"]) m4trace:configure.ac:325: -1- PRTE_IFDEF_IFELSE([__TURBOC__], [prte_check_compiler_vendor_result="borland"]) m4trace:configure.ac:325: -1- PRTE_IFDEF_IFELSE([__BORLANDC__], [prte_check_compiler_vendor_result="borland"]) m4trace:configure.ac:325: -1- PRTE_IFDEF_IFELSE([__COMO__], [prte_check_compiler_vendor_result="comeau"]) m4trace:configure.ac:325: -1- PRTE_IF_IFELSE([defined(__DECC) || defined(VAXC) || defined(__VAXC)], [prte_check_compiler_vendor_result="compaq"], [PRTE_IF_IFELSE([defined(__osf__) && defined(__LANGUAGE_C__)], [prte_check_compiler_vendor_result="compaq"], [PRTE_IFDEF_IFELSE([__DECCXX], [prte_check_compiler_vendor_result="compaq"])])]) m4trace:configure.ac:325: -1- PRTE_IF_IFELSE([defined(__osf__) && defined(__LANGUAGE_C__)], [prte_check_compiler_vendor_result="compaq"], [PRTE_IFDEF_IFELSE([__DECCXX], [prte_check_compiler_vendor_result="compaq"])]) m4trace:configure.ac:325: -1- PRTE_IFDEF_IFELSE([__DECCXX], [prte_check_compiler_vendor_result="compaq"]) m4trace:configure.ac:325: -1- PRTE_IFDEF_IFELSE([_CRAYC], [prte_check_compiler_vendor_result="cray"]) m4trace:configure.ac:325: -1- PRTE_IFDEF_IFELSE([__DCC__], [prte_check_compiler_vendor_result="diab"]) m4trace:configure.ac:325: -1- PRTE_IF_IFELSE([defined(__DMC__) || defined(__SC__) || defined(__ZTC__)], [prte_check_compiler_vendor_result="digital mars"]) m4trace:configure.ac:325: -1- PRTE_IF_IFELSE([defined(__HP_cc) || defined(__HP_aCC)], [prte_check_compiler_vendor_result="hp"]) m4trace:configure.ac:325: -1- PRTE_IF_IFELSE([defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) || defined(__ibmxl__)], [prte_check_compiler_vendor_result="ibm"], [PRTE_IF_IFELSE([defined(_AIX) && !defined(__GNUC__)], [prte_check_compiler_vendor_result="ibm"])]) m4trace:configure.ac:325: -1- PRTE_IF_IFELSE([defined(_AIX) && !defined(__GNUC__)], [prte_check_compiler_vendor_result="ibm"]) m4trace:configure.ac:325: -1- PRTE_IFDEF_IFELSE([__KCC], [prte_check_compiler_vendor_result="kai"]) m4trace:configure.ac:325: -1- PRTE_IFDEF_IFELSE([__LCC__], [prte_check_compiler_vendor_result="lcc"]) m4trace:configure.ac:325: -1- PRTE_IFDEF_IFELSE([__HIGHC__], [prte_check_compiler_vendor_result="metaware high"]) m4trace:configure.ac:325: -1- PRTE_IFDEF_IFELSE([__MWERKS__], [prte_check_compiler_vendor_result="metrowerks"]) m4trace:configure.ac:325: -1- PRTE_IF_IFELSE([defined(sgi) || defined(__sgi)], [prte_check_compiler_vendor_result="sgi"]) m4trace:configure.ac:325: -1- PRTE_IF_IFELSE([defined(__MRC__) || defined(MPW_C) || defined(MPW_CPLUS)], [prte_check_compiler_vendor_result="mpw"]) m4trace:configure.ac:325: -1- PRTE_IFDEF_IFELSE([__CC_NORCROFT], [prte_check_compiler_vendor_result="norcroft"]) m4trace:configure.ac:325: -1- PRTE_IFDEF_IFELSE([__POCC__], [prte_check_compiler_vendor_result="pelles"]) m4trace:configure.ac:325: -1- PRTE_IF_IFELSE([defined(SASC) || defined(__SASC) || defined(__SASC__)], [prte_check_compiler_vendor_result="sas"]) m4trace:configure.ac:325: -1- PRTE_IF_IFELSE([defined(__SUNPRO_C) || defined(__SUNPRO_CC)], [prte_check_compiler_vendor_result="sun"]) m4trace:configure.ac:325: -1- PRTE_IFDEF_IFELSE([__TenDRA__], [prte_check_compiler_vendor_result="tendra"]) m4trace:configure.ac:325: -1- PRTE_IFDEF_IFELSE([__TINYC__], [prte_check_compiler_vendor_result="tiny"]) m4trace:configure.ac:325: -1- PRTE_IFDEF_IFELSE([__USLC__], [prte_check_compiler_vendor_result="usl"]) m4trace:configure.ac:325: -1- PRTE_IFDEF_IFELSE([__WATCOMC__], [prte_check_compiler_vendor_result="watcom"]) m4trace:configure.ac:325: -1- PRTE_IFDEF_IFELSE([__GNUC__], [prte_check_compiler_vendor_result="gnu" # We do not support gccfss as a compiler so die if # someone tries to use said compiler. gccfss (gcc # for SPARC Systems) is a compiler that is no longer # supported by Oracle and it has some major flaws # that prevents it from actually compiling PRTE code. # So if we detect it we automatically bail. if ($CC --version | grep gccfss) >/dev/null 2>&1; then AC_MSG_RESULT([gccfss]) AC_MSG_WARN([Detected gccfss being used to compile PMIx.]) AC_MSG_WARN([Because of several issues PMIx does not support]) AC_MSG_WARN([the gccfss compiler. Please use a different compiler.]) AC_MSG_WARN([If you didn't think you used gccfss you may want to]) AC_MSG_WARN([check to see if the compiler you think you used is]) AC_MSG_WARN([actually a link to gccfss.]) AC_MSG_ERROR([Cannot continue]) fi]) m4trace:configure.ac:325: -1- m4_pattern_allow([^_GNU_SOURCE$]) m4trace:configure.ac:325: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:325: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:325: -1- OAC_APPEND([LDFLAGS], [${oac_list_arg}]) m4trace:configure.ac:325: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:325: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:325: -1- _PRTE_CHECK_SPECIFIC_CFLAGS([--coverage], [coverage]) m4trace:configure.ac:325: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:325: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:325: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:325: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:325: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:325: -2- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [coverage]) m4trace:configure.ac:325: -1- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [coverage]) m4trace:configure.ac:325: -1- _PRTE_CHECK_SPECIFIC_CFLAGS([-ftest-coverage], [ftest_coverage]) m4trace:configure.ac:325: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:325: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:325: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:325: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:325: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:325: -2- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [ftest_coverage]) m4trace:configure.ac:325: -1- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [ftest_coverage]) m4trace:configure.ac:325: -1- _PRTE_CHECK_SPECIFIC_CFLAGS([-fprofile-arcs], [fprofile_arcs]) m4trace:configure.ac:325: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:325: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:325: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:325: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:325: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:325: -2- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [fprofile_arcs]) m4trace:configure.ac:325: -1- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [fprofile_arcs]) m4trace:configure.ac:325: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:325: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:325: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:325: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:325: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:325: -1- _PRTE_CHECK_SPECIFIC_CFLAGS([-finline-functions], [finline_functions]) m4trace:configure.ac:325: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:325: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:325: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:325: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:325: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:325: -2- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [finline_functions]) m4trace:configure.ac:325: -1- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [finline_functions]) m4trace:configure.ac:325: -1- _PRTE_CHECK_SPECIFIC_CFLAGS([$RESTRICT_CFLAGS], [restrict]) m4trace:configure.ac:325: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:325: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:325: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:325: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:325: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:325: -2- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [restrict]) m4trace:configure.ac:325: -1- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [restrict]) m4trace:configure.ac:325: -1- m4_pattern_allow([^PRTE_C_HAVE_BUILTIN_EXPECT$]) m4trace:configure.ac:325: -1- m4_pattern_allow([^PRTE_C_HAVE_BUILTIN_PREFETCH$]) m4trace:configure.ac:325: -1- m4_pattern_allow([^PRTE_C_HAVE_BUILTIN_CLZ$]) m4trace:configure.ac:325: -1- PRTE_ENSURE_CONTAINS_OPTFLAGS(["$PRTE_CFLAGS_BEFORE_PICKY"]) m4trace:configure.ac:325: -1- PRTE_ENSURE_CONTAINS_OPTFLAGS(["$CFLAGS"]) m4trace:configure.ac:329: -1- PRTE_CHECK_IDENT([CC], [CFLAGS], [c], [C]) m4trace:configure.ac:329: -3- _PRTE_CHECK_IDENT([CC], [CFLAGS], [c], [[#]pragma comment(exestr, ], [)], [prte_pragma_comment_happy=1 prte_message="[#]pragma comment"], [prte_static_const_char_happy=1 prte_message="static const char[[]]"]) m4trace:configure.ac:329: -3- PRTE_LOG_MSG([\$? = $prte_status], [1]) m4trace:configure.ac:329: -3- OAC_LOG_MSG([\$? = $prte_status]) m4trace:configure.ac:329: -3- OAC_LOG_MSG_NOPREFIX([\$? = $prte_status]) m4trace:configure.ac:329: -3- PRTE_LOG_MSG([the failed program was:]) m4trace:configure.ac:329: -3- OAC_LOG_MSG([the failed program was:]) m4trace:configure.ac:329: -3- OAC_LOG_MSG_NOPREFIX([the failed program was:]) m4trace:configure.ac:329: -2- _PRTE_CHECK_IDENT([CC], [CFLAGS], [c], [[#]ident], [], [prte_ident_happy=1 prte_message="[#]ident"], [ eval prte_compiler="\$CC" eval prte_flags="\$CFLAGS" prte_ident="string_not_coincidentally_inserted_by_the_compiler" cat > conftest.c <&5 prte_output=`$prte_compiler $prte_flags -c conftest.c -o conftest.${OBJEXT} 2>&1 1>/dev/null` prte_status=$? if test $prte_status = 0 then : test -z "$prte_output" prte_status=$? fi if test -n "1" then : printf "%s\n" "configure:__oline__: \$? = $prte_status" >&5 else case e in @%:@( e) printf "%s\n" \$? = $prte_status >&5 ;; esac fi if test $prte_status = 0 && test -f conftest.${OBJEXT} then : prte_output="`strings -a conftest.${OBJEXT} | grep $prte_ident`" grep $prte_ident conftest.${OBJEXT} 2>&1 1>/dev/null prte_status=$? if test "$prte_output" != "" || test "$prte_status" = "0" then : prte_pragma_comment_happy=1 prte_message="#pragma comment" else case e in @%:@( e) prte_static_const_char_happy=1 prte_message="static const char[]" ;; esac fi else case e in @%:@( e) if test -n "" then : printf "%s\n" "configure:__oline__: the failed program was:" >&5 else case e in @%:@( e) printf "%s\n" the failed program was: >&5 ;; esac fi if test -n "conftest.c" && test -f "conftest.c" then : cat conftest.c >&5 fi prte_static_const_char_happy=1 prte_message="static const char[]" ;; esac fi unset prte_compiler prte_flags prte_output prte_status rm -rf conftest.* conftest${EXEEXT} ]) m4trace:configure.ac:329: -2- PRTE_LOG_MSG([\$? = $prte_status], [1]) m4trace:configure.ac:329: -2- OAC_LOG_MSG([\$? = $prte_status]) m4trace:configure.ac:329: -2- OAC_LOG_MSG_NOPREFIX([\$? = $prte_status]) m4trace:configure.ac:329: -2- PRTE_LOG_MSG([the failed program was:]) m4trace:configure.ac:329: -2- OAC_LOG_MSG([the failed program was:]) m4trace:configure.ac:329: -2- OAC_LOG_MSG_NOPREFIX([the failed program was:]) m4trace:configure.ac:329: -1- _PRTE_CHECK_IDENT([CC], [CFLAGS], [c], [[#]pragma ident], [], [prte_pragma_ident_happy=1 prte_message="[#]pragma ident"], [ eval prte_compiler="\$CC" eval prte_flags="\$CFLAGS" prte_ident="string_not_coincidentally_inserted_by_the_compiler" cat > conftest.c <&5 prte_output=`$prte_compiler $prte_flags -c conftest.c -o conftest.${OBJEXT} 2>&1 1>/dev/null` prte_status=$? if test $prte_status = 0 then : test -z "$prte_output" prte_status=$? fi if test -n "1" then : printf "%s\n" "configure:__oline__: \$? = $prte_status" >&5 else case e in @%:@( e) printf "%s\n" \$? = $prte_status >&5 ;; esac fi if test $prte_status = 0 && test -f conftest.${OBJEXT} then : prte_output="`strings -a conftest.${OBJEXT} | grep $prte_ident`" grep $prte_ident conftest.${OBJEXT} 2>&1 1>/dev/null prte_status=$? if test "$prte_output" != "" || test "$prte_status" = "0" then : prte_ident_happy=1 prte_message="#ident" else case e in @%:@( e) eval prte_compiler="\$CC" eval prte_flags="\$CFLAGS" prte_ident="string_not_coincidentally_inserted_by_the_compiler" cat > conftest.c <&5 prte_output=`$prte_compiler $prte_flags -c conftest.c -o conftest.${OBJEXT} 2>&1 1>/dev/null` prte_status=$? if test $prte_status = 0 then : test -z "$prte_output" prte_status=$? fi if test -n "1" then : printf "%s\n" "configure:__oline__: \$? = $prte_status" >&5 else case e in @%:@( e) printf "%s\n" \$? = $prte_status >&5 ;; esac fi if test $prte_status = 0 && test -f conftest.${OBJEXT} then : prte_output="`strings -a conftest.${OBJEXT} | grep $prte_ident`" grep $prte_ident conftest.${OBJEXT} 2>&1 1>/dev/null prte_status=$? if test "$prte_output" != "" || test "$prte_status" = "0" then : prte_pragma_comment_happy=1 prte_message="#pragma comment" else case e in @%:@( e) prte_static_const_char_happy=1 prte_message="static const char" ;; esac fi else case e in @%:@( e) if test -n "" then : printf "%s\n" "configure:__oline__: the failed program was:" >&5 else case e in @%:@( e) printf "%s\n" the failed program was: >&5 ;; esac fi if test -n "conftest.c" && test -f "conftest.c" then : cat conftest.c >&5 fi prte_static_const_char_happy=1 prte_message="static const char" ;; esac fi unset prte_compiler prte_flags prte_output prte_status rm -rf conftest.* conftest${EXEEXT} ;; esac fi else case e in @%:@( e) if test -n "" then : printf "%s\n" "configure:__oline__: the failed program was:" >&5 else case e in @%:@( e) printf "%s\n" the failed program was: >&5 ;; esac fi if test -n "conftest.c" && test -f "conftest.c" then : cat conftest.c >&5 fi eval prte_compiler="\$CC" eval prte_flags="\$CFLAGS" prte_ident="string_not_coincidentally_inserted_by_the_compiler" cat > conftest.c <&5 prte_output=`$prte_compiler $prte_flags -c conftest.c -o conftest.${OBJEXT} 2>&1 1>/dev/null` prte_status=$? if test $prte_status = 0 then : test -z "$prte_output" prte_status=$? fi if test -n "1" then : printf "%s\n" "configure:__oline__: \$? = $prte_status" >&5 else case e in @%:@( e) printf "%s\n" \$? = $prte_status >&5 ;; esac fi if test $prte_status = 0 && test -f conftest.${OBJEXT} then : prte_output="`strings -a conftest.${OBJEXT} | grep $prte_ident`" grep $prte_ident conftest.${OBJEXT} 2>&1 1>/dev/null prte_status=$? if test "$prte_output" != "" || test "$prte_status" = "0" then : prte_pragma_comment_happy=1 prte_message="#pragma comment" else case e in @%:@( e) prte_static_const_char_happy=1 prte_message="static const char" ;; esac fi else case e in @%:@( e) if test -n "" then : printf "%s\n" "configure:__oline__: the failed program was:" >&5 else case e in @%:@( e) printf "%s\n" the failed program was: >&5 ;; esac fi if test -n "conftest.c" && test -f "conftest.c" then : cat conftest.c >&5 fi prte_static_const_char_happy=1 prte_message="static const char" ;; esac fi unset prte_compiler prte_flags prte_output prte_status rm -rf conftest.* conftest${EXEEXT} ;; esac fi unset prte_compiler prte_flags prte_output prte_status rm -rf conftest.* conftest${EXEEXT} ]) m4trace:configure.ac:329: -1- PRTE_LOG_MSG([\$? = $prte_status], [1]) m4trace:configure.ac:329: -1- OAC_LOG_MSG([\$? = $prte_status]) m4trace:configure.ac:329: -1- OAC_LOG_MSG_NOPREFIX([\$? = $prte_status]) m4trace:configure.ac:329: -1- PRTE_LOG_MSG([the failed program was:]) m4trace:configure.ac:329: -1- OAC_LOG_MSG([the failed program was:]) m4trace:configure.ac:329: -1- OAC_LOG_MSG_NOPREFIX([the failed program was:]) m4trace:configure.ac:329: -1- m4_pattern_allow([^PRTE_CC_USE_PRAGMA_IDENT$]) m4trace:configure.ac:329: -1- m4_pattern_allow([^PRTE_CC_USE_IDENT$]) m4trace:configure.ac:329: -1- m4_pattern_allow([^PRTE_CC_USE_PRAGMA_COMMENT$]) m4trace:configure.ac:329: -1- m4_pattern_allow([^PRTE_CC_USE_CONST_CHAR_IDENT$]) m4trace:configure.ac:335: -1- m4_pattern_allow([^SIZEOF_INT$]) m4trace:configure.ac:336: -1- m4_pattern_allow([^SIZEOF_LONG$]) m4trace:configure.ac:337: -1- m4_pattern_allow([^SIZEOF_LONG_LONG$]) m4trace:configure.ac:338: -1- m4_pattern_allow([^SIZEOF_VOID_P$]) m4trace:configure.ac:342: -1- m4_pattern_allow([^SIZEOF_SIZE_T$]) m4trace:configure.ac:348: -1- m4_pattern_allow([^ALIGNOF_BOOL$]) m4trace:configure.ac:350: -1- m4_pattern_allow([^ALIGNOF_INT32_T$]) m4trace:configure.ac:351: -1- m4_pattern_allow([^ALIGNOF_INT64_T$]) m4trace:configure.ac:352: -1- m4_pattern_allow([^ALIGNOF_INT$]) m4trace:configure.ac:353: -1- m4_pattern_allow([^ALIGNOF_LONG$]) m4trace:configure.ac:354: -1- m4_pattern_allow([^ALIGNOF_LONG_LONG$]) m4trace:configure.ac:355: -1- m4_pattern_allow([^ALIGNOF_DOUBLE$]) m4trace:configure.ac:356: -1- m4_pattern_allow([^ALIGNOF_SIZE_T$]) m4trace:configure.ac:359: -1- PRTE_CHECK_OFFSETOF m4trace:configure.ac:367: -1- PRTE_CHECK_ATTRIBUTES m4trace:configure.ac:367: -1- m4_pattern_allow([^PRTE_HAVE_ATTRIBUTE$]) m4trace:configure.ac:367: -1- _PRTE_CHECK_SPECIFIC_ATTRIBUTE([aligned], [struct foo { char text[4]; } __attribute__ ((__aligned__(8)));], [], []) m4trace:configure.ac:367: -1- _PRTE_ATTRIBUTE_FAIL_SEARCH([aligned]) m4trace:configure.ac:367: -1- _PRTE_CHECK_SPECIFIC_ATTRIBUTE([always_inline], [int foo (int arg) __attribute__ ((__always_inline__));], [], []) m4trace:configure.ac:367: -1- _PRTE_ATTRIBUTE_FAIL_SEARCH([always_inline]) m4trace:configure.ac:367: -1- _PRTE_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:367: -1- _PRTE_ATTRIBUTE_FAIL_SEARCH([cold]) m4trace:configure.ac:367: -1- _PRTE_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:367: -1- _PRTE_ATTRIBUTE_FAIL_SEARCH([const]) m4trace:configure.ac:367: -1- _PRTE_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:367: -1- _PRTE_ATTRIBUTE_FAIL_SEARCH([deprecated]) m4trace:configure.ac:367: -1- _PRTE_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:367: -1- _PRTE_ATTRIBUTE_FAIL_SEARCH([deprecated_argument]) m4trace:configure.ac:367: -1- _PRTE_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:367: -1- _PRTE_ATTRIBUTE_FAIL_SEARCH([format]) m4trace:configure.ac:367: -1- _PRTE_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:367: -1- _PRTE_ATTRIBUTE_FAIL_SEARCH([format_funcptr]) m4trace:configure.ac:367: -1- _PRTE_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:367: -1- _PRTE_ATTRIBUTE_FAIL_SEARCH([hot]) m4trace:configure.ac:367: -1- _PRTE_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:367: -1- _PRTE_ATTRIBUTE_FAIL_SEARCH([malloc]) m4trace:configure.ac:367: -1- _PRTE_CHECK_SPECIFIC_ATTRIBUTE([may_alias], [int * p_value __attribute__ ((__may_alias__));], [], []) m4trace:configure.ac:367: -1- _PRTE_ATTRIBUTE_FAIL_SEARCH([may_alias]) m4trace:configure.ac:367: -1- _PRTE_CHECK_SPECIFIC_ATTRIBUTE([no_instrument_function], [int * foo(int arg1) __attribute__ ((__no_instrument_function__));], [], []) m4trace:configure.ac:367: -1- _PRTE_ATTRIBUTE_FAIL_SEARCH([no_instrument_function]) m4trace:configure.ac:367: -1- _PRTE_CHECK_SPECIFIC_ATTRIBUTE([noinline], [ int foo(int arg1, int arg2) __attribute__ ((__noinline__)); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } static int bar(int arg1, int arg2) __attribute__ ((__noinline__)); static int bar(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) m4trace:configure.ac:367: -1- _PRTE_ATTRIBUTE_FAIL_SEARCH([noinline]) m4trace:configure.ac:367: -1- _PRTE_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:367: -1- _PRTE_ATTRIBUTE_FAIL_SEARCH([nonnull]) m4trace:configure.ac:367: -1- _PRTE_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:367: -1- _PRTE_ATTRIBUTE_FAIL_SEARCH([noreturn]) m4trace:configure.ac:367: -1- _PRTE_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:367: -1- _PRTE_ATTRIBUTE_FAIL_SEARCH([noreturn_funcptr]) m4trace:configure.ac:367: -1- _PRTE_CHECK_SPECIFIC_ATTRIBUTE([packed], [ struct foo { char a; int x[2] __attribute__ ((__packed__)); }; ], [], []) m4trace:configure.ac:367: -1- _PRTE_ATTRIBUTE_FAIL_SEARCH([packed]) m4trace:configure.ac:367: -1- _PRTE_CHECK_SPECIFIC_ATTRIBUTE([pure], [ int square(int arg) __attribute__ ((__pure__)); int square(int arg) { return arg * arg; } ], [], []) m4trace:configure.ac:367: -1- _PRTE_ATTRIBUTE_FAIL_SEARCH([pure]) m4trace:configure.ac:367: -1- _PRTE_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:367: -1- _PRTE_ATTRIBUTE_FAIL_SEARCH([sentinel]) m4trace:configure.ac:367: -1- _PRTE_CHECK_SPECIFIC_ATTRIBUTE([unused], [ int square(int arg1 __attribute__ ((__unused__)), int arg2); int square(int arg1, int arg2) { return arg2; } ], [], []) m4trace:configure.ac:367: -1- _PRTE_ATTRIBUTE_FAIL_SEARCH([unused]) m4trace:configure.ac:367: -1- _PRTE_CHECK_SPECIFIC_ATTRIBUTE([visibility], [ int square(int arg1) __attribute__ ((__visibility__("hidden"))); ], [], []) m4trace:configure.ac:367: -1- _PRTE_ATTRIBUTE_FAIL_SEARCH([visibility]) m4trace:configure.ac:367: -1- _PRTE_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:367: -1- _PRTE_ATTRIBUTE_FAIL_SEARCH([warn_unused_result]) m4trace:configure.ac:367: -1- _PRTE_CHECK_SPECIFIC_ATTRIBUTE([weak_alias], [ int foo(int arg); int foo(int arg) { return arg + 3; } int foo2(int arg) __attribute__ ((__weak__, __alias__("foo"))); ], [], []) m4trace:configure.ac:367: -1- _PRTE_ATTRIBUTE_FAIL_SEARCH([weak_alias]) m4trace:configure.ac:367: -1- _PRTE_CHECK_SPECIFIC_ATTRIBUTE([destructor], [ void foo(void) __attribute__ ((__destructor__)); void foo(void) { return ; } ], [], []) m4trace:configure.ac:367: -1- _PRTE_ATTRIBUTE_FAIL_SEARCH([destructor]) m4trace:configure.ac:367: -1- _PRTE_CHECK_SPECIFIC_ATTRIBUTE([optnone], [ void __attribute__ ((__optnone__)) foo(void); void foo(void) { return ; } ], [], []) m4trace:configure.ac:367: -1- _PRTE_ATTRIBUTE_FAIL_SEARCH([optnone]) m4trace:configure.ac:367: -1- _PRTE_CHECK_SPECIFIC_ATTRIBUTE([extension], [ int i = __extension__ 3; ], [], []) m4trace:configure.ac:367: -1- _PRTE_ATTRIBUTE_FAIL_SEARCH([extension]) m4trace:configure.ac:367: -1- m4_pattern_allow([^PRTE_HAVE_ATTRIBUTE_ALIGNED$]) m4trace:configure.ac:367: -1- m4_pattern_allow([^PRTE_HAVE_ATTRIBUTE_ALWAYS_INLINE$]) m4trace:configure.ac:367: -1- m4_pattern_allow([^PRTE_HAVE_ATTRIBUTE_COLD$]) m4trace:configure.ac:367: -1- m4_pattern_allow([^PRTE_HAVE_ATTRIBUTE_CONST$]) m4trace:configure.ac:367: -1- m4_pattern_allow([^PRTE_HAVE_ATTRIBUTE_DEPRECATED$]) m4trace:configure.ac:367: -1- m4_pattern_allow([^PRTE_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT$]) m4trace:configure.ac:367: -1- m4_pattern_allow([^PRTE_HAVE_ATTRIBUTE_FORMAT$]) m4trace:configure.ac:367: -1- m4_pattern_allow([^PRTE_HAVE_ATTRIBUTE_FORMAT_FUNCPTR$]) m4trace:configure.ac:367: -1- m4_pattern_allow([^PRTE_HAVE_ATTRIBUTE_HOT$]) m4trace:configure.ac:367: -1- m4_pattern_allow([^PRTE_HAVE_ATTRIBUTE_MALLOC$]) m4trace:configure.ac:367: -1- m4_pattern_allow([^PRTE_HAVE_ATTRIBUTE_MAY_ALIAS$]) m4trace:configure.ac:367: -1- m4_pattern_allow([^PRTE_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION$]) m4trace:configure.ac:367: -1- m4_pattern_allow([^PRTE_HAVE_ATTRIBUTE_NOINLINE$]) m4trace:configure.ac:367: -1- m4_pattern_allow([^PRTE_HAVE_ATTRIBUTE_NONNULL$]) m4trace:configure.ac:367: -1- m4_pattern_allow([^PRTE_HAVE_ATTRIBUTE_NORETURN$]) m4trace:configure.ac:367: -1- m4_pattern_allow([^PRTE_HAVE_ATTRIBUTE_NORETURN_FUNCPTR$]) m4trace:configure.ac:367: -1- m4_pattern_allow([^PRTE_HAVE_ATTRIBUTE_PACKED$]) m4trace:configure.ac:367: -1- m4_pattern_allow([^PRTE_HAVE_ATTRIBUTE_PURE$]) m4trace:configure.ac:367: -1- m4_pattern_allow([^PRTE_HAVE_ATTRIBUTE_SENTINEL$]) m4trace:configure.ac:367: -1- m4_pattern_allow([^PRTE_HAVE_ATTRIBUTE_UNUSED$]) m4trace:configure.ac:367: -1- m4_pattern_allow([^PRTE_HAVE_ATTRIBUTE_VISIBILITY$]) m4trace:configure.ac:367: -1- m4_pattern_allow([^PRTE_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT$]) m4trace:configure.ac:367: -1- m4_pattern_allow([^PRTE_HAVE_ATTRIBUTE_WEAK_ALIAS$]) m4trace:configure.ac:367: -1- m4_pattern_allow([^PRTE_HAVE_ATTRIBUTE_DESTRUCTOR$]) m4trace:configure.ac:367: -1- m4_pattern_allow([^PRTE_HAVE_ATTRIBUTE_OPTNONE$]) m4trace:configure.ac:367: -1- m4_pattern_allow([^PRTE_HAVE_ATTRIBUTE_EXTENSION$]) m4trace:configure.ac:368: -1- PRTE_CHECK_COMPILER_VERSION_ID m4trace:configure.ac:368: -1- PRTE_CHECK_COMPILER([FAMILYID]) m4trace:configure.ac:368: -1- m4_pattern_allow([^PRTE_BUILD_PLATFORM_COMPILER_FAMILYID$]) m4trace:configure.ac:368: -1- PRTE_CHECK_COMPILER([VERSION]) m4trace:configure.ac:368: -1- m4_pattern_allow([^PRTE_BUILD_PLATFORM_COMPILER_VERSION$]) m4trace:configure.ac:393: -1- PRTE_CONFIG_ASM m4trace:configure.ac:393: -1- PRTE_CHECK_GCC_ATOMIC_BUILTINS m4trace:configure.ac:393: -1- m4_pattern_allow([^PRTE_ATOMIC_X86_64$]) m4trace:configure.ac:393: -1- m4_pattern_allow([^PRTE_ATOMIC_C11$]) m4trace:configure.ac:393: -1- m4_pattern_allow([^PRTE_ATOMIC_GCC_BUILTIN$]) m4trace:configure.ac:403: -1- _PRTE_CHECK_SPECIFIC_CFLAGS([-Werror], [Werror]) m4trace:configure.ac:403: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:403: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:403: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:403: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:403: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:403: -2- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [Werror]) m4trace:configure.ac:403: -1- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Werror]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_ARPA_INET_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_DIRENT_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_DLFCN_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_ENDIAN_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_EXECINFO_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_FCNTL_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_LIBUTIL_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_NETDB_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_NETINET_IN_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_NETINET_TCP_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_POLL_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_PTY_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_PWD_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_SCHED_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_STRINGS_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_LINUX_ETHTOOL_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_LINUX_SOCKIOS_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_SYS_FCNTL_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_SYS_IOCTL_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_SYS_PARAM_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_SYS_QUEUE_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_SYS_RESOURCE_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_SYS_SELECT_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_SYS_SOCKET_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_SYS_STAT_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_SYS_TIME_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_SYS_TYPES_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_SYS_UIO_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_SYS_UN_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_NET_UIO_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_SYS_UTSNAME_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_SYS_WAIT_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_SYSLOG_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_TERMIOS_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_UNISTD_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_UTIL_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_MALLOC_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_PATHS_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_IOLIB_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_SOCKLIB_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_HOSTLIB_H$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE_STDATOMIC_H$]) m4trace:configure.ac:422: -1- m4_pattern_allow([^HAVE_NET_IF_H$]) m4trace:configure.ac:449: -1- m4_pattern_allow([^HAVE_SOCKLEN_T$]) m4trace:configure.ac:449: -1- m4_pattern_allow([^HAVE_STRUCT_SOCKADDR_IN$]) m4trace:configure.ac:449: -1- m4_pattern_allow([^HAVE_STRUCT_SOCKADDR_IN6$]) m4trace:configure.ac:449: -1- m4_pattern_allow([^HAVE_STRUCT_SOCKADDR_STORAGE$]) m4trace:configure.ac:449: -1- m4_pattern_allow([^HAVE_STRUCT_IFREQ$]) m4trace:configure.ac:449: -1- m4_pattern_allow([^HAVE_STRUCT_ETHTOOL_CMD$]) m4trace:configure.ac:465: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:465: -1- m4_pattern_allow([^HAVE_DECL_ETHTOOL_CMD_SPEED$]) m4trace:configure.ac:465: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:465: -1- m4_pattern_allow([^HAVE_DECL_SIOCETHTOOL$]) m4trace:configure.ac:474: -1- m4_pattern_allow([^HAVE_STRUCT_ETHTOOL_CMD_SPEED_HI$]) m4trace:configure.ac:483: -1- m4_pattern_allow([^HAVE_STRUCT_ETHTOOL_CMD_SPEED_HI$]) m4trace:configure.ac:492: -1- m4_pattern_allow([^HAVE_STRUCT_ETHTOOL_CMD_SPEED_HI$]) m4trace:configure.ac:501: -1- m4_pattern_allow([^HAVE_STRUCT_ETHTOOL_CMD_SPEED_HI$]) m4trace:configure.ac:510: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:510: -1- m4_pattern_allow([^HAVE_DECL_AF_UNSPEC$]) m4trace:configure.ac:510: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:510: -1- m4_pattern_allow([^HAVE_DECL_PF_UNSPEC$]) m4trace:configure.ac:510: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:510: -1- m4_pattern_allow([^HAVE_DECL_AF_INET6$]) m4trace:configure.ac:510: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:510: -1- m4_pattern_allow([^HAVE_DECL_PF_INET6$]) m4trace:configure.ac:519: -1- m4_pattern_allow([^HAVE_SIGINFO_T_SI_FD$]) m4trace:configure.ac:521: -1- m4_pattern_allow([^HAVE_SIGINFO_T_SI_BAND$]) m4trace:configure.ac:550: -1- PRTE_SEARCH_LIBS_CORE([gethostbyname], [nsl]) m4trace:configure.ac:550: -1- m4_pattern_allow([^PRTE_HAVE_GETHOSTBYNAME$]) m4trace:configure.ac:552: -1- PRTE_SEARCH_LIBS_CORE([socket], [socket]) m4trace:configure.ac:552: -1- m4_pattern_allow([^PRTE_HAVE_SOCKET$]) m4trace:configure.ac:555: -1- PRTE_SEARCH_LIBS_CORE([sched_yield], [rt]) m4trace:configure.ac:555: -1- m4_pattern_allow([^PRTE_HAVE_SCHED_YIELD$]) m4trace:configure.ac:558: -1- PRTE_SEARCH_LIBS_CORE([ceil], [m]) m4trace:configure.ac:558: -1- m4_pattern_allow([^PRTE_HAVE_CEIL$]) m4trace:configure.ac:560: -1- m4_pattern_allow([^HAVE_ASPRINTF$]) m4trace:configure.ac:560: -1- m4_pattern_allow([^HAVE_SNPRINTF$]) m4trace:configure.ac:560: -1- m4_pattern_allow([^HAVE_VASPRINTF$]) m4trace:configure.ac:560: -1- m4_pattern_allow([^HAVE_VSNPRINTF$]) m4trace:configure.ac:560: -1- m4_pattern_allow([^HAVE_FORK$]) m4trace:configure.ac:560: -1- m4_pattern_allow([^HAVE_SETSID$]) m4trace:configure.ac:560: -1- m4_pattern_allow([^HAVE_STRSIGNAL$]) m4trace:configure.ac:560: -1- m4_pattern_allow([^HAVE_SYSLOG$]) m4trace:configure.ac:560: -1- m4_pattern_allow([^HAVE_SETPGID$]) m4trace:configure.ac:560: -1- m4_pattern_allow([^HAVE_FILENO_UNLOCKED$]) m4trace:configure.ac:567: -1- m4_pattern_allow([^CPP$]) m4trace:configure.ac:567: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.ac:567: -1- m4_pattern_allow([^CPP$]) m4trace:configure.ac:586: -1- m4_pattern_allow([^HAVE_UNIX_BYTESWAP$]) m4trace:configure.ac:590: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:590: -1- m4_pattern_allow([^HAVE_DECL___FUNC__$]) m4trace:configure.ac:602: -1- m4_pattern_allow([^WORDS_BIGENDIAN$]) m4trace:configure.ac:602: -1- m4_pattern_allow([^AC_APPLE_UNIVERSAL_BUILD$]) m4trace:configure.ac:608: -1- PRTE_CONFIG_THREADS m4trace:configure.ac:608: -1- PRTE_CONFIG_POSIX_THREADS([HAVE_POSIX_THREADS=1], [HAVE_POSIX_THREADS=0]) m4trace:configure.ac:608: -1- PRTE_INTL_POSIX_THREADS_PLAIN m4trace:configure.ac:608: -1- PRTE_INTL_POSIX_THREADS_PLAIN_C m4trace:configure.ac:608: -1- PRTE_INTL_PTHREAD_TRY_LINK([prte_pthread_c_success=1], [prte_pthread_c_success=0]) m4trace:configure.ac:608: -1- PRTE_INTL_POSIX_THREADS_SPECIAL_FLAGS m4trace:configure.ac:608: -1- PRTE_INTL_POSIX_THREADS_SPECIAL_FLAGS_C m4trace:configure.ac:608: -1- PRTE_INTL_PTHREAD_TRY_LINK([prte_pthread_c_success=1], [prte_pthread_c_success=0]) m4trace:configure.ac:608: -1- PRTE_INTL_POSIX_THREADS_LIBS m4trace:configure.ac:608: -1- PRTE_INTL_POSIX_THREADS_LIBS_C m4trace:configure.ac:608: -1- PRTE_INTL_PTHREAD_TRY_LINK([prte_pthread_c_success=1], [prte_pthread_c_success=0]) m4trace:configure.ac:608: -1- m4_pattern_allow([^HAVE_PTHREAD_MUTEXATTR_SETPSHARED$]) m4trace:configure.ac:608: -1- m4_pattern_allow([^HAVE_PTHREAD_CONDATTR_SETPSHARED$]) m4trace:configure.ac:608: -1- m4_pattern_allow([^PRTE_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP$]) m4trace:configure.ac:608: -1- m4_pattern_allow([^PRTE_HAVE_PTHREAD_MUTEX_ERRORCHECK$]) m4trace:configure.ac:608: -1- PRTE_CHECK_PTHREAD_PIDS m4trace:configure.ac:608: -1- m4_pattern_allow([^PRTE_ENABLE_MULTI_THREADS$]) m4trace:configure.ac:618: -1- m4_pattern_allow([^LN_S$]) m4trace:configure.ac:619: -1- m4_pattern_allow([^GREP$]) m4trace:configure.ac:620: -1- AC_PROG_EGREP m4trace:configure.ac:620: -1- m4_pattern_allow([^EGREP$]) m4trace:configure.ac:623: -1- m4_pattern_allow([^HAVE_PTHREAD_SETAFFINITY_NP$]) m4trace:configure.ac:629: -1- AM_PROG_AS m4trace:configure.ac:629: -1- m4_pattern_allow([^CCAS$]) m4trace:configure.ac:629: -1- m4_pattern_allow([^CCASFLAGS$]) m4trace:configure.ac:629: -1- _AM_IF_OPTION([no-dependencies], [], [_AM_DEPENDENCIES([CCAS])]) m4trace:configure.ac:629: -2- _AM_MANGLE_OPTION([no-dependencies]) m4trace:configure.ac:629: -1- _AM_DEPENDENCIES([CCAS]) m4trace:configure.ac:629: -1- m4_pattern_allow([^CCASDEPMODE$]) m4trace:configure.ac:629: -1- AM_CONDITIONAL([am__fastdepCCAS], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3]) m4trace:configure.ac:629: -1- m4_pattern_allow([^am__fastdepCCAS_TRUE$]) m4trace:configure.ac:629: -1- m4_pattern_allow([^am__fastdepCCAS_FALSE$]) m4trace:configure.ac:629: -1- _AM_SUBST_NOTMAKE([am__fastdepCCAS_TRUE]) m4trace:configure.ac:629: -1- _AM_SUBST_NOTMAKE([am__fastdepCCAS_FALSE]) m4trace:configure.ac:630: -1- m4_pattern_allow([^LEX$]) m4trace:configure.ac:630: -1- m4_pattern_allow([^LEX_OUTPUT_ROOT$]) m4trace:configure.ac:630: -1- m4_pattern_allow([^LEXLIB$]) m4trace:configure.ac:630: -1- m4_pattern_allow([^YYTEXT_POINTER$]) m4trace:configure.ac:653: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:653: -1- m4_pattern_allow([^HAVE_DECL_RLIMIT_NPROC$]) m4trace:configure.ac:663: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:663: -1- m4_pattern_allow([^HAVE_DECL_RLIMIT_MEMLOCK$]) m4trace:configure.ac:673: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:673: -1- m4_pattern_allow([^HAVE_DECL_RLIMIT_NOFILE$]) m4trace:configure.ac:683: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:683: -1- m4_pattern_allow([^HAVE_DECL_RLIMIT_FSIZE$]) m4trace:configure.ac:693: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:693: -1- m4_pattern_allow([^HAVE_DECL_RLIMIT_CORE$]) m4trace:configure.ac:703: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:703: -1- m4_pattern_allow([^HAVE_DECL_RLIMIT_STACK$]) m4trace:configure.ac:713: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:713: -1- m4_pattern_allow([^HAVE_DECL_RLIMIT_AS$]) m4trace:configure.ac:723: -1- OAC_SETUP_SPHINX([$srcdir/docs/_build/html/index.html], [], [$srcdir/docs/requirements.txt]) m4trace:configure.ac:723: -1- OAC_ASSERT_PREFIX_DEFINED([OAC_SETUP_SPHINX]) m4trace:configure.ac:723: -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:723: -1- m4_pattern_allow([^SPHINX_BUILD$]) m4trace:configure.ac:723: -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:723: -1- OAC_LOG_MSG([$SPHINX_BUILD -M html . build-html]) m4trace:configure.ac:723: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:723: -1- OAC_LOG_COMMAND([$SPHINX_BUILD -M man . build-man], [oac_happy=1]) m4trace:configure.ac:723: -1- OAC_LOG_MSG([$SPHINX_BUILD -M man . build-man]) m4trace:configure.ac:723: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:723: -1- OAC_SUMMARY_ADD([Miscellaneous], [HTML docs and man pages], [$oac_summary_msg]) m4trace:configure.ac:723: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:723: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Miscellaneous])]) m4trace:configure.ac:723: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:723: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:723: -1- AM_CONDITIONAL([PRTE_BUILD_DOCS], [test -n "$SPHINX_BUILD"]) m4trace:configure.ac:723: -1- m4_pattern_allow([^PRTE_BUILD_DOCS_TRUE$]) m4trace:configure.ac:723: -1- m4_pattern_allow([^PRTE_BUILD_DOCS_FALSE$]) m4trace:configure.ac:723: -1- _AM_SUBST_NOTMAKE([PRTE_BUILD_DOCS_TRUE]) m4trace:configure.ac:723: -1- _AM_SUBST_NOTMAKE([PRTE_BUILD_DOCS_FALSE]) m4trace:configure.ac:723: -1- AM_CONDITIONAL([PRTE_INSTALL_DOCS], [test $oac_install_docs -eq 1]) m4trace:configure.ac:723: -1- m4_pattern_allow([^PRTE_INSTALL_DOCS_TRUE$]) m4trace:configure.ac:723: -1- m4_pattern_allow([^PRTE_INSTALL_DOCS_FALSE$]) m4trace:configure.ac:723: -1- _AM_SUBST_NOTMAKE([PRTE_INSTALL_DOCS_TRUE]) m4trace:configure.ac:723: -1- _AM_SUBST_NOTMAKE([PRTE_INSTALL_DOCS_FALSE]) m4trace:configure.ac:723: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:725: -1- m4_pattern_allow([^PYTHON$]) m4trace:configure.ac:733: -1- m4_pattern_allow([^PRTE_MAKEDIST_DISABLE$]) m4trace:configure.ac:774: -1- PRTE_LIBEVENT_CONFIG([prte_found_event_lib=1]) m4trace:configure.ac:774: -1- OAC_CHECK_PACKAGE([libevent], [prte_libevent], [event.h], [event_core event_pthreads $with_libevent_extra_libs], [event_config_new], [], [prte_libevent_support=0]) m4trace:configure.ac:774: -1- _OAC_CHECK_PACKAGE_STATIC_CHECK m4trace:configure.ac:774: -1- OAC_LINKER_STATIC_CHECK([oac_cv_check_package_static_linker_flag=yes], [oac_cv_check_package_static_linker_flag=no]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_PUSH([oac_linker_arg]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:774: -1- OAC_ASSERT_LITERAL([libevent]) m4trace:configure.ac:774: -1- OAC_ASSERT_LITERAL([prte_libevent]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_PUSH([check_package_prte_libevent_save_CPPFLAGS check_package_prte_libevent_save_LDFLAGS check_package_prte_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:774: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([libevent], [prte_libevent], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:774: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([libevent], [prte_libevent], [${oac_cv_check_package_libevent_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:774: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_INIT m4trace:configure.ac:774: -1- m4_pattern_allow([^PKG_CONFIG$]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:774: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libevent_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [prte_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:774: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:774: -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:774: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_libevent_pcfilename} 2>&1`]) m4trace:configure.ac:774: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:774: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:774: -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:774: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:774: -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:774: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_libevent_pcfilename} 2>&1`]) m4trace:configure.ac:774: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:774: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:774: -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:774: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:774: -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:774: -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:774: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:774: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:774: -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:774: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:774: -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:774: -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:774: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:774: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:774: -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:774: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:774: -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:774: -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:774: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:774: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:774: -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:774: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:774: -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:774: -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:774: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:774: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:774: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([libevent], [prte_libevent], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:774: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([libevent], [prte_libevent], [${oac_cv_check_package_libevent_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:774: -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:774: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:774: -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:774: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:774: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:774: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:774: -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:774: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:774: -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:774: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:774: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:774: -1- OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:774: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libevent_wrapper_compiler_cppflags]) m4trace:configure.ac:774: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:774: -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:774: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:774: -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:774: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:774: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:774: -1- OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:774: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libevent_wrapper_compiler_ldflags]) m4trace:configure.ac:774: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:774: -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:774: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:774: -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:774: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:774: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:774: -1- OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:774: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libevent_wrapper_compiler_static_ldflags]) m4trace:configure.ac:774: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:774: -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:774: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:774: -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:774: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:774: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:774: -1- OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:774: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libevent_wrapper_compiler_libs]) m4trace:configure.ac:774: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:774: -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:774: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:774: -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:774: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:774: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:774: -1- OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:774: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libevent_wrapper_compiler_static_libs]) m4trace:configure.ac:774: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:774: -1- _OAC_CHECK_PACKAGE_GENERIC([libevent], [prte_libevent], [event.h], [event_core event_pthreads $with_libevent_extra_libs], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:774: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([libevent], [prte_libevent], [event.h], [event_core event_pthreads $with_libevent_extra_libs], [check_package_generic_happy=1]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:774: -1- OAC_APPEND([prte_libevent_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:774: -1- OAC_ASSERT_LITERAL([prte_libevent_LIBS]) m4trace:configure.ac:774: -1- OAC_APPEND([prte_libevent_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:774: -1- OAC_ASSERT_LITERAL([prte_libevent_STATIC_LIBS]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:774: -1- OAC_APPEND([prte_libevent_LDFLAGS], [${prte_libevent_STATIC_LDFLAGS}]) m4trace:configure.ac:774: -1- OAC_ASSERT_LITERAL([prte_libevent_LDFLAGS]) m4trace:configure.ac:774: -1- OAC_APPEND([prte_libevent_LIBS], [${prte_libevent_STATIC_LIBS}]) m4trace:configure.ac:774: -1- OAC_ASSERT_LITERAL([prte_libevent_LIBS]) m4trace:configure.ac:774: -1- _OAC_CHECK_PACKAGE_VERIFY([libevent], [prte_libevent], [event.h], [event_config_new], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:774: -1- OAC_APPEND([CPPFLAGS], [${prte_libevent_CPPFLAGS}]) m4trace:configure.ac:774: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:774: -1- OAC_APPEND([LDFLAGS], [${prte_libevent_LDFLAGS}]) m4trace:configure.ac:774: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:774: -1- OAC_APPEND([LIBS], [${prte_libevent_LIBS}]) m4trace:configure.ac:774: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:774: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_LIBS]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:774: -1- OAC_APPEND([PRTE_FINAL_LIBS], [$oac_list_arg]) m4trace:configure.ac:774: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_LIBS]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:774: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_prepend oac_list_arg oac_list_val]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:774: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_prepend oac_list_arg oac_list_val]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:774: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_prepend oac_list_arg oac_list_val]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:774: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_CPPFLAGS]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:774: -1- OAC_APPEND([PRTE_FINAL_CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:774: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_CPPFLAGS]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:774: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_LDFLAGS]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:774: -1- OAC_APPEND([PRTE_FINAL_LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:774: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_LDFLAGS]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:774: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_LIBS]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:774: -1- OAC_APPEND([PRTE_FINAL_LIBS], [$oac_list_arg]) m4trace:configure.ac:774: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_LIBS]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:774: -1- PRTE_SUMMARY_ADD([Required Packages], [Libevent], [], [$prte_libevent_SUMMARY]) m4trace:configure.ac:774: -1- OAC_SUMMARY_ADD([Required Packages], [Libevent], [$prte_libevent_SUMMARY]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:774: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Required Packages])]) m4trace:configure.ac:774: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:774: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:776: -1- PRTE_LIBEV_CONFIG([prte_found_event_lib=1]) m4trace:configure.ac:776: -1- OAC_CHECK_PACKAGE([libev], [prte_libev], [event.h], [ev ${with_libev_extra_libs}], [ev_async_send], [], [prte_libev_support=0]) m4trace:configure.ac:776: -1- OAC_ASSERT_LITERAL([libev]) m4trace:configure.ac:776: -1- OAC_ASSERT_LITERAL([prte_libev]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_PUSH([check_package_prte_libev_save_CPPFLAGS check_package_prte_libev_save_LDFLAGS check_package_prte_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:776: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([libev], [prte_libev], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:776: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([libev], [prte_libev], [${oac_cv_check_package_libev_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:776: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libev_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [prte_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:776: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:776: -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:776: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_libev_pcfilename} 2>&1`]) m4trace:configure.ac:776: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:776: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:776: -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:776: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:776: -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:776: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_libev_pcfilename} 2>&1`]) m4trace:configure.ac:776: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:776: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:776: -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:776: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:776: -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:776: -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:776: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:776: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:776: -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:776: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:776: -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:776: -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:776: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:776: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:776: -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:776: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:776: -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:776: -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:776: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:776: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:776: -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:776: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:776: -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:776: -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:776: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:776: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:776: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([libev], [prte_libev], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:776: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([libev], [prte_libev], [${oac_cv_check_package_libev_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:776: -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:776: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:776: -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:776: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libev_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:776: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:776: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:776: -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:776: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:776: -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:776: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libev_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:776: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:776: -1- OAC_APPEND([oac_cv_check_package_libev_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:776: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libev_wrapper_compiler_cppflags]) m4trace:configure.ac:776: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:776: -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:776: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:776: -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:776: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libev_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:776: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:776: -1- OAC_APPEND([oac_cv_check_package_libev_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:776: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libev_wrapper_compiler_ldflags]) m4trace:configure.ac:776: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:776: -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:776: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:776: -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:776: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libev_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:776: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:776: -1- OAC_APPEND([oac_cv_check_package_libev_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:776: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libev_wrapper_compiler_static_ldflags]) m4trace:configure.ac:776: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:776: -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:776: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:776: -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:776: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libev_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:776: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:776: -1- OAC_APPEND([oac_cv_check_package_libev_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:776: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libev_wrapper_compiler_libs]) m4trace:configure.ac:776: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:776: -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:776: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:776: -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:776: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libev_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:776: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:776: -1- OAC_APPEND([oac_cv_check_package_libev_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:776: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libev_wrapper_compiler_static_libs]) m4trace:configure.ac:776: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:776: -1- _OAC_CHECK_PACKAGE_GENERIC([libev], [prte_libev], [event.h], [ev ${with_libev_extra_libs}], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:776: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([libev], [prte_libev], [event.h], [ev ${with_libev_extra_libs}], [check_package_generic_happy=1]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:776: -1- OAC_APPEND([prte_libev_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:776: -1- OAC_ASSERT_LITERAL([prte_libev_LIBS]) m4trace:configure.ac:776: -1- OAC_APPEND([prte_libev_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:776: -1- OAC_ASSERT_LITERAL([prte_libev_STATIC_LIBS]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:776: -1- OAC_APPEND([prte_libev_LDFLAGS], [${prte_libev_STATIC_LDFLAGS}]) m4trace:configure.ac:776: -1- OAC_ASSERT_LITERAL([prte_libev_LDFLAGS]) m4trace:configure.ac:776: -1- OAC_APPEND([prte_libev_LIBS], [${prte_libev_STATIC_LIBS}]) m4trace:configure.ac:776: -1- OAC_ASSERT_LITERAL([prte_libev_LIBS]) m4trace:configure.ac:776: -1- _OAC_CHECK_PACKAGE_VERIFY([libev], [prte_libev], [event.h], [ev_async_send], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:776: -1- OAC_APPEND([CPPFLAGS], [${prte_libev_CPPFLAGS}]) m4trace:configure.ac:776: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:776: -1- OAC_APPEND([LDFLAGS], [${prte_libev_LDFLAGS}]) m4trace:configure.ac:776: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:776: -1- OAC_APPEND([LIBS], [${prte_libev_LIBS}]) m4trace:configure.ac:776: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:776: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_LIBS]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:776: -1- OAC_APPEND([PRTE_FINAL_LIBS], [$oac_list_arg]) m4trace:configure.ac:776: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_LIBS]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:776: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_CPPFLAGS]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:776: -1- OAC_APPEND([PRTE_FINAL_CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:776: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_CPPFLAGS]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:776: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_LDFLAGS]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:776: -1- OAC_APPEND([PRTE_FINAL_LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:776: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_LDFLAGS]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:776: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_LIBS]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:776: -1- OAC_APPEND([PRTE_FINAL_LIBS], [$oac_list_arg]) m4trace:configure.ac:776: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_LIBS]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:776: -1- PRTE_SUMMARY_ADD([Required Packages], [Libev], [], [$prte_libev_SUMMARY]) m4trace:configure.ac:776: -1- OAC_SUMMARY_ADD([Required Packages], [Libev], [$prte_libev_SUMMARY]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:776: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Required Packages])]) m4trace:configure.ac:776: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:776: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:781: -1- m4_pattern_allow([^PRTE_HAVE_LIBEV$]) m4trace:configure.ac:782: -1- m4_pattern_allow([^PRTE_HAVE_LIBEVENT$]) m4trace:configure.ac:796: -1- PRTE_CHECK_PMIX m4trace:configure.ac:796: -1- OAC_CHECK_PACKAGE([pmix], [prte_pmix], [pmix.h], [pmix $with_pmix_extra_libs], [PMIx_Init], [], [prte_pmix_support=0]) m4trace:configure.ac:796: -1- OAC_ASSERT_LITERAL([pmix]) m4trace:configure.ac:796: -1- OAC_ASSERT_LITERAL([prte_pmix]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_PUSH([check_package_prte_pmix_save_CPPFLAGS check_package_prte_pmix_save_LDFLAGS check_package_prte_pmix_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:796: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([pmix], [prte_pmix], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:796: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([pmix], [prte_pmix], [${oac_cv_check_package_pmix_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:796: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_pmix_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [prte_pmix_PC_MODULES=${oac_cv_check_package_pmix_pcfilename} oac_cv_check_package_pmix_pkg_config_exists=yes], [oac_cv_check_package_pmix_pkg_config_exists=no]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:796: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_pmix_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:796: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_pmix_pcfilename} 2>&1`]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:796: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_pmix_pcfilename}], [--cflags], [oac_cv_check_package_pmix_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix cppflags from pkg-config])]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:796: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_pmix_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_pmix_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_pmix_pcfilename} 2>&1`]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:796: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_pmix_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_pmix_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix ldflags from pkg-config])]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:796: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_pmix_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_pmix_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_pmix_pcfilename} 2>&1`]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:796: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_pmix_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_pmix_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix static ldflags from pkg-config])]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:796: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_pmix_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_pmix_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_pmix_pcfilename} 2>&1`]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:796: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_pmix_pcfilename}], [--libs-only-l], [oac_cv_check_package_pmix_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix libs from pkg-config])]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:796: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_pmix_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_pmix_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_pmix_pcfilename} 2>&1`]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:796: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_pmix_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_pmix_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix libs from pkg-config])]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:796: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_pmix_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_pmix_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_pmix_pcfilename} 2>&1`]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:796: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([pmix], [prte_pmix], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:796: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([pmix], [prte_pmix], [${oac_cv_check_package_pmix_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:796: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_pmix_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_pmix_wrapper_compiler_works=yes], [oac_cv_check_package_pmix_wrapper_compiler_works=no]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:796: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_pmix_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_pmix_wrapper_compiler_works=yes], [oac_cv_check_package_pmix_wrapper_compiler_works=no]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_pmix_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:796: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_pmix_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_pmix_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix cppflags from wrapper compiler])]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:796: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_pmix_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_pmix_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix cppflags from wrapper compiler])]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_pmix_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:796: -1- OAC_APPEND([oac_cv_check_package_pmix_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:796: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_pmix_wrapper_compiler_cppflags]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:796: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_pmix_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_pmix_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix ldflags from wrapper compiler])]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:796: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_pmix_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_pmix_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix ldflags from wrapper compiler])]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_pmix_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:796: -1- OAC_APPEND([oac_cv_check_package_pmix_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:796: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_pmix_wrapper_compiler_ldflags]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:796: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_pmix_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_pmix_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix static ldflags from wrapper compiler])]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:796: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_pmix_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_pmix_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix static ldflags from wrapper compiler])]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_pmix_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:796: -1- OAC_APPEND([oac_cv_check_package_pmix_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:796: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_pmix_wrapper_compiler_static_ldflags]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:796: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_pmix_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_pmix_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix libs from wrapper compiler])]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:796: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_pmix_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_pmix_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix libs from wrapper compiler])]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_pmix_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:796: -1- OAC_APPEND([oac_cv_check_package_pmix_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:796: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_pmix_wrapper_compiler_libs]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:796: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_pmix_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_pmix_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix static libs from wrapper compiler])]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:796: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_pmix_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_pmix_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix static libs from wrapper compiler])]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_pmix_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:796: -1- OAC_APPEND([oac_cv_check_package_pmix_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:796: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_pmix_wrapper_compiler_static_libs]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:796: -1- _OAC_CHECK_PACKAGE_GENERIC([pmix], [prte_pmix], [pmix.h], [pmix $with_pmix_extra_libs], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:796: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([pmix], [prte_pmix], [pmix.h], [pmix $with_pmix_extra_libs], [check_package_generic_happy=1]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:796: -1- OAC_APPEND([prte_pmix_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:796: -1- OAC_ASSERT_LITERAL([prte_pmix_LIBS]) m4trace:configure.ac:796: -1- OAC_APPEND([prte_pmix_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:796: -1- OAC_ASSERT_LITERAL([prte_pmix_STATIC_LIBS]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:796: -1- OAC_APPEND([prte_pmix_LDFLAGS], [${prte_pmix_STATIC_LDFLAGS}]) m4trace:configure.ac:796: -1- OAC_ASSERT_LITERAL([prte_pmix_LDFLAGS]) m4trace:configure.ac:796: -1- OAC_APPEND([prte_pmix_LIBS], [${prte_pmix_STATIC_LIBS}]) m4trace:configure.ac:796: -1- OAC_ASSERT_LITERAL([prte_pmix_LIBS]) m4trace:configure.ac:796: -1- _OAC_CHECK_PACKAGE_VERIFY([pmix], [prte_pmix], [pmix.h], [PMIx_Init], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:796: -1- OAC_APPEND([CPPFLAGS], [${prte_pmix_CPPFLAGS}]) m4trace:configure.ac:796: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:796: -1- OAC_APPEND([LDFLAGS], [${prte_pmix_LDFLAGS}]) m4trace:configure.ac:796: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:796: -1- OAC_APPEND([LIBS], [${prte_pmix_LIBS}]) m4trace:configure.ac:796: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:796: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_LIBS]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:796: -1- OAC_APPEND([PRTE_FINAL_LIBS], [$oac_list_arg]) m4trace:configure.ac:796: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_LIBS]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:796: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_prepend oac_list_arg oac_list_val]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:796: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_CPPFLAGS]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:796: -1- OAC_APPEND([PRTE_FINAL_CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:796: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_CPPFLAGS]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:796: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_LDFLAGS]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:796: -1- OAC_APPEND([PRTE_FINAL_LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:796: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_LDFLAGS]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:796: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_LIBS]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:796: -1- OAC_APPEND([PRTE_FINAL_LIBS], [$oac_list_arg]) m4trace:configure.ac:796: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_LIBS]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:796: -1- m4_pattern_allow([^PRTE_PMIX_MINIMUM_VERSION$]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([pmixcc_showme_results=`$PMIXCC_PATH --showme:version 2>&1`]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:796: -1- PRTE_LOG_MSG([pmixcc version: $pmixcc_showme_results]) m4trace:configure.ac:796: -1- OAC_LOG_MSG([pmixcc version: $pmixcc_showme_results]) m4trace:configure.ac:796: -1- OAC_LOG_MSG_NOPREFIX([pmixcc version: $pmixcc_showme_results]) m4trace:configure.ac:796: -1- AM_CONDITIONAL([PRTE_HAVE_PMIXCC], [test $found_pmixcc -eq 1]) m4trace:configure.ac:796: -1- m4_pattern_allow([^PRTE_HAVE_PMIXCC_TRUE$]) m4trace:configure.ac:796: -1- m4_pattern_allow([^PRTE_HAVE_PMIXCC_FALSE$]) m4trace:configure.ac:796: -1- _AM_SUBST_NOTMAKE([PRTE_HAVE_PMIXCC_TRUE]) m4trace:configure.ac:796: -1- _AM_SUBST_NOTMAKE([PRTE_HAVE_PMIXCC_FALSE]) m4trace:configure.ac:796: -1- m4_pattern_allow([^PMIXCC_PATH$]) m4trace:configure.ac:796: -1- PRTE_CHECK_PMIX_CAP([BASE], [PRTE_PMIX_BASE_CAPABILITY=1], [AC_MSG_WARN([Your PMIx version is either does not]) AC_MSG_WARN([the capabilities feature or does not]) AC_MSG_WARN([include the PMIX_CAP_BASE capability flag]) AC_MSG_WARN([Ignoring this for now]) PRTE_PMIX_BASE_CAPABILITY=0]) m4trace:configure.ac:796: -1- m4_pattern_allow([^PRTE_PMIX_BASE_CAPABILITY$]) m4trace:configure.ac:796: -1- PRTE_SUMMARY_ADD([Required Packages], [PMIx], [], [$prte_pmix_SUMMARY]) m4trace:configure.ac:796: -1- OAC_SUMMARY_ADD([Required Packages], [PMIx], [$prte_pmix_SUMMARY]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:796: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Required Packages])]) m4trace:configure.ac:796: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:796: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:804: -1- PRTE_SETUP_HWLOC m4trace:configure.ac:804: -1- OAC_CHECK_PACKAGE([hwloc], [prte_hwloc], [hwloc.h], [hwloc $with_hwloc_extra_libs], [hwloc_topology_init], [], [prte_hwloc_support=0]) m4trace:configure.ac:804: -1- OAC_ASSERT_LITERAL([hwloc]) m4trace:configure.ac:804: -1- OAC_ASSERT_LITERAL([prte_hwloc]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_PUSH([check_package_prte_hwloc_save_CPPFLAGS check_package_prte_hwloc_save_LDFLAGS check_package_prte_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:804: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([hwloc], [prte_hwloc], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:804: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([hwloc], [prte_hwloc], [${oac_cv_check_package_hwloc_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:804: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_hwloc_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [prte_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:804: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:804: -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:804: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_hwloc_pcfilename} 2>&1`]) m4trace:configure.ac:804: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:804: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:804: -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:804: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:804: -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:804: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_hwloc_pcfilename} 2>&1`]) m4trace:configure.ac:804: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:804: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:804: -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:804: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:804: -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:804: -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:804: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:804: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:804: -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:804: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:804: -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:804: -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:804: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:804: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:804: -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:804: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:804: -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:804: -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:804: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:804: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:804: -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:804: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:804: -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:804: -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:804: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:804: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:804: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([hwloc], [prte_hwloc], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:804: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([hwloc], [prte_hwloc], [${oac_cv_check_package_hwloc_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:804: -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:804: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:804: -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:804: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:804: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:804: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:804: -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:804: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:804: -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:804: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:804: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:804: -1- OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:804: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_hwloc_wrapper_compiler_cppflags]) m4trace:configure.ac:804: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:804: -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:804: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:804: -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:804: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:804: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:804: -1- OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:804: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_hwloc_wrapper_compiler_ldflags]) m4trace:configure.ac:804: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:804: -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:804: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:804: -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:804: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:804: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:804: -1- OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:804: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_hwloc_wrapper_compiler_static_ldflags]) m4trace:configure.ac:804: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:804: -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:804: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:804: -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:804: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:804: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:804: -1- OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:804: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_hwloc_wrapper_compiler_libs]) m4trace:configure.ac:804: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:804: -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:804: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:804: -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:804: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:804: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:804: -1- OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:804: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_hwloc_wrapper_compiler_static_libs]) m4trace:configure.ac:804: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:804: -1- _OAC_CHECK_PACKAGE_GENERIC([hwloc], [prte_hwloc], [hwloc.h], [hwloc $with_hwloc_extra_libs], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:804: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([hwloc], [prte_hwloc], [hwloc.h], [hwloc $with_hwloc_extra_libs], [check_package_generic_happy=1]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:804: -1- OAC_APPEND([prte_hwloc_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:804: -1- OAC_ASSERT_LITERAL([prte_hwloc_LIBS]) m4trace:configure.ac:804: -1- OAC_APPEND([prte_hwloc_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:804: -1- OAC_ASSERT_LITERAL([prte_hwloc_STATIC_LIBS]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:804: -1- OAC_APPEND([prte_hwloc_LDFLAGS], [${prte_hwloc_STATIC_LDFLAGS}]) m4trace:configure.ac:804: -1- OAC_ASSERT_LITERAL([prte_hwloc_LDFLAGS]) m4trace:configure.ac:804: -1- OAC_APPEND([prte_hwloc_LIBS], [${prte_hwloc_STATIC_LIBS}]) m4trace:configure.ac:804: -1- OAC_ASSERT_LITERAL([prte_hwloc_LIBS]) m4trace:configure.ac:804: -1- _OAC_CHECK_PACKAGE_VERIFY([hwloc], [prte_hwloc], [hwloc.h], [hwloc_topology_init], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:804: -1- OAC_APPEND([CPPFLAGS], [${prte_hwloc_CPPFLAGS}]) m4trace:configure.ac:804: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:804: -1- OAC_APPEND([LDFLAGS], [${prte_hwloc_LDFLAGS}]) m4trace:configure.ac:804: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:804: -1- OAC_APPEND([LIBS], [${prte_hwloc_LIBS}]) m4trace:configure.ac:804: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:804: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_LIBS]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:804: -1- OAC_APPEND([PRTE_FINAL_LIBS], [$oac_list_arg]) m4trace:configure.ac:804: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_LIBS]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:804: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_prepend oac_list_arg oac_list_val]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:804: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_CPPFLAGS]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:804: -1- OAC_APPEND([PRTE_FINAL_CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:804: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_CPPFLAGS]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:804: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_LDFLAGS]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:804: -1- OAC_APPEND([PRTE_FINAL_LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:804: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_LDFLAGS]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:804: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_LIBS]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:804: -1- OAC_APPEND([PRTE_FINAL_LIBS], [$oac_list_arg]) m4trace:configure.ac:804: -1- OAC_ASSERT_LITERAL([PRTE_FINAL_LIBS]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:804: -1- PRTE_SUMMARY_ADD([Required Packages], [HWLOC], [], [$prte_hwloc_SUMMARY]) m4trace:configure.ac:804: -1- OAC_SUMMARY_ADD([Required Packages], [HWLOC], [$prte_hwloc_SUMMARY]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:804: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Required Packages])]) m4trace:configure.ac:804: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:804: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:813: -1- PRTE_CONFIG_SUBDIR_ARGS([prte_subdir_args]) m4trace:configure.ac:816: -1- PRTE_MCA m4trace:configure.ac:816: -1- MCA_CONFIGURE_FRAMEWORK([common], [1]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_common_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_common_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_common_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_common_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_common_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_common_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_common_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([common], [alps], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([common], [alps], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([common], [alps], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_common_alps_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- PRTE_CHECK_ALPS([common_alps], [common_alps_happy="yes"], [common_alps_happy="no"]) m4trace:configure.ac:816: -1- PRTE_CHECK_ALPS_CLE4([prte_check_cray_alps_happy="yes"], [prte_check_cray_alps_happy="no"]) m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPSLLI], [cray-alpslli], [prte_check_cray_alps_happy="yes"], [prte_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:816: -1- PKG_PROG_PKG_CONFIG m4trace:configure.ac:816: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^PKG_CONFIG$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^PKG_CONFIG_PATH$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^PKG_CONFIG_LIBDIR$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^PKG_CONFIG$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSLLI_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSLLI_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSLLI_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPSUTIL], [cray-alpsutil], [prte_check_cray_alps_happy="yes"], [prte_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:816: -1- m4_pattern_allow([^CRAY_ALPSUTIL_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSUTIL_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSUTIL_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPS], [cray-alps], [prte_check_cray_alps_happy="yes"], [prte_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:816: -1- m4_pattern_allow([^CRAY_ALPS_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPS_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPS_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_WLM_DETECT], [cray-wlm_detect], [prte_check_cray_alps_happy="yes" AC_DEFINE_UNQUOTED([CRAY_WLM_DETECT],[1], [defined to 1 if cray wlm available, 0 otherwise]) ], [prte_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:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT$]) m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_UGNI], [cray-ugni], [prte_check_cray_alps_happy="yes" AC_DEFINE_UNQUOTED([CRAY_UGNI],[1], [defined to 1 if cray uGNI available, 0 otherwise]) ], [prte_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:816: -1- m4_pattern_allow([^CRAY_UGNI_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_UGNI_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_UGNI_STATIC_LIBS$]) m4trace:configure.ac:816: -1- PKG_CHECK_EXISTS([cray-ugni], [pkg_cv_[]CRAY_UGNI_CFLAGS=`$PKG_CONFIG --[]cflags "cray-ugni" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:816: -1- PKG_CHECK_EXISTS([cray-ugni], [pkg_cv_[]CRAY_UGNI_LIBS=`$PKG_CONFIG --[]libs "cray-ugni" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:816: -1- PKG_CHECK_EXISTS([cray-ugni], [pkg_cv_[]CRAY_UGNI_STATIC_LIBS=`$PKG_CONFIG --[]libs --[]static "cray-ugni" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_UGNI$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^PRTE_HAVE_CRAY_ALPS$]) m4trace:configure.ac:816: -1- PRTE_SUMMARY_ADD([Resource Managers], [Cray Alps], [], [$prte_check_cray_alps_happy]) m4trace:configure.ac:816: -1- OAC_SUMMARY_ADD([Resource Managers], [Cray Alps], [$prte_check_cray_alps_happy]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Resource Managers])]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- m4_pattern_allow([^common_alps_CPPFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^common_alps_LDFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^common_alps_LIBS$]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([common], [alps], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([common], [alps]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_common_alps_DSO], [test "$BUILD_prte_common_alps_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_common_alps_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_common_alps_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_common_alps_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_common_alps_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_common_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_common_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_common_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_common_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_common_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CHECK_IGNORED_PRIORITY([common]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([common], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([common], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([common], [$component], [compile_mode]) m4trace:configure.ac:816: -1- PRTE_CONFIG_SUBDIR([src/mca/common/$component], [$prte_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([common], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([common], [$component]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_common_ALL_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_common_STATIC_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_common_DSO_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_common_STATIC_LTLIBS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_common_ALL_SUBDIRS], [common], [$all_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_common_ALL_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_common_STATIC_SUBDIRS], [common], [$static_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_common_STATIC_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_common_DSO_SUBDIRS], [common], [$dso_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_common_DSO_SUBDIRS$]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_FRAMEWORK([errmgr], [1]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_errmgr_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_errmgr_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_errmgr_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([errmgr], [dvm], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([errmgr], [dvm], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([errmgr], [dvm], [compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([errmgr], [dvm], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([errmgr], [dvm]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_errmgr_dvm_DSO], [test "$BUILD_prte_errmgr_dvm_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_errmgr_dvm_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_errmgr_dvm_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_errmgr_dvm_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_errmgr_dvm_DSO_FALSE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([errmgr], [prted], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([errmgr], [prted], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([errmgr], [prted], [compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([errmgr], [prted], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([errmgr], [prted]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_errmgr_prted_DSO], [test "$BUILD_prte_errmgr_prted_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_errmgr_prted_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_errmgr_prted_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_errmgr_prted_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_errmgr_prted_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_errmgr_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_errmgr_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_errmgr_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_errmgr_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_errmgr_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_errmgr_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CHECK_IGNORED_PRIORITY([errmgr]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([errmgr], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([errmgr], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([errmgr], [$component], [compile_mode]) m4trace:configure.ac:816: -1- PRTE_CONFIG_SUBDIR([src/mca/errmgr/$component], [$prte_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([errmgr], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([errmgr], [$component]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_errmgr_ALL_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_errmgr_STATIC_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_errmgr_DSO_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_errmgr_STATIC_LTLIBS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_errmgr_ALL_SUBDIRS], [errmgr], [$all_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_errmgr_ALL_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_errmgr_STATIC_SUBDIRS], [errmgr], [$static_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_errmgr_STATIC_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_errmgr_DSO_SUBDIRS], [errmgr], [$dso_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_errmgr_DSO_SUBDIRS$]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_FRAMEWORK([ess], [1]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ess_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ess_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ess_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([ess], [env], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([ess], [env], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([ess], [env], [compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([ess], [env], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([ess], [env]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_ess_env_DSO], [test "$BUILD_prte_ess_env_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_ess_env_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_ess_env_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_ess_env_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_ess_env_DSO_FALSE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([ess], [hnp], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([ess], [hnp], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([ess], [hnp], [compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([ess], [hnp], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([ess], [hnp]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_ess_hnp_DSO], [test "$BUILD_prte_ess_hnp_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_ess_hnp_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_ess_hnp_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_ess_hnp_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_ess_hnp_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ess_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ess_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ess_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ess_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ess], [alps], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([ess], [alps], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([ess], [alps], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_ess_alps_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- PRTE_CHECK_ALPS([ess_alps], [ess_alps_happy="yes"], [ess_alps_happy="no"]) m4trace:configure.ac:816: -1- PRTE_CHECK_ALPS_CLE4([prte_check_cray_alps_happy="yes"], [prte_check_cray_alps_happy="no"]) m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPSLLI], [cray-alpslli], [prte_check_cray_alps_happy="yes"], [prte_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:816: -1- m4_pattern_allow([^CRAY_ALPSLLI_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSLLI_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSLLI_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPSUTIL], [cray-alpsutil], [prte_check_cray_alps_happy="yes"], [prte_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:816: -1- m4_pattern_allow([^CRAY_ALPSUTIL_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSUTIL_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSUTIL_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPS], [cray-alps], [prte_check_cray_alps_happy="yes"], [prte_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:816: -1- m4_pattern_allow([^CRAY_ALPS_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPS_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPS_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_WLM_DETECT], [cray-wlm_detect], [prte_check_cray_alps_happy="yes" AC_DEFINE_UNQUOTED([CRAY_WLM_DETECT],[1], [defined to 1 if cray wlm available, 0 otherwise]) ], [prte_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:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT$]) m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_UGNI], [cray-ugni], [prte_check_cray_alps_happy="yes" AC_DEFINE_UNQUOTED([CRAY_UGNI],[1], [defined to 1 if cray uGNI available, 0 otherwise]) ], [prte_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:816: -1- m4_pattern_allow([^CRAY_UGNI_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_UGNI_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_UGNI_STATIC_LIBS$]) m4trace:configure.ac:816: -1- PKG_CHECK_EXISTS([cray-ugni], [pkg_cv_[]CRAY_UGNI_CFLAGS=`$PKG_CONFIG --[]cflags "cray-ugni" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:816: -1- PKG_CHECK_EXISTS([cray-ugni], [pkg_cv_[]CRAY_UGNI_LIBS=`$PKG_CONFIG --[]libs "cray-ugni" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:816: -1- PKG_CHECK_EXISTS([cray-ugni], [pkg_cv_[]CRAY_UGNI_STATIC_LIBS=`$PKG_CONFIG --[]libs --[]static "cray-ugni" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_UGNI$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^PRTE_HAVE_CRAY_ALPS$]) m4trace:configure.ac:816: -1- PRTE_SUMMARY_ADD([Resource Managers], [Cray Alps], [], [$prte_check_cray_alps_happy]) m4trace:configure.ac:816: -1- OAC_SUMMARY_ADD([Resource Managers], [Cray Alps], [$prte_check_cray_alps_happy]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Resource Managers])]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- m4_pattern_allow([^ess_alps_CPPFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^ess_alps_LDFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^ess_alps_LIBS$]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([ess], [alps], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([ess], [alps]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_ess_alps_DSO], [test "$BUILD_prte_ess_alps_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_ess_alps_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_ess_alps_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_ess_alps_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_ess_alps_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ess_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ess_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ess_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ess], [lsf], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([ess], [lsf], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([ess], [lsf], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_ess_lsf_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- PRTE_CHECK_LSF([ess_lsf], [ess_lsf_good=1], [ess_lsf_good=0]) m4trace:configure.ac:816: -1- PRTE_SEARCH_LIBS_COMPONENT([yp_all_nsl], [yp_all], [nsl bsd BSD sun], [prte_check_lsf_happy="yes"], [AS_IF([test "${with_lsf}" = "yes"], [AC_MSG_WARN([[Could not find yp_all. Please see https://github.com/openpmix/prrte/wiki/Building-LSF-support for more details.]]) AC_MSG_ERROR([Cannot build requested LSF support])]) prte_check_lsf_happy="no"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([yp_all_nsl_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:816: -1- OAC_APPEND([yp_all_nsl_LIBS], [$oac_list_arg]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([yp_all_nsl_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- m4_pattern_allow([^PRTE_HAVE_YP_ALL_NSL$]) m4trace:configure.ac:816: -1- PRTE_SEARCH_LIBS_COMPONENT([shm_open_rt], [shm_open], [rt], [prte_check_lsf_happy="yes"], [prte_check_lsf_happy="no"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([shm_open_rt_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:816: -1- OAC_APPEND([shm_open_rt_LIBS], [$oac_list_arg]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([shm_open_rt_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- m4_pattern_allow([^PRTE_HAVE_SHM_OPEN_RT$]) m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE([lsf], [ls_info_lsf], [lsf/lsf.h], [lsf $yp_all_nsl_LIBS $shm_open_rt_LIBS], [ls_info], [prte_check_lsf_happy="yes"], [prte_check_lsf_happy="no"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([lsf]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ls_info_lsf]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_ls_info_lsf_save_CPPFLAGS check_package_ls_info_lsf_save_LDFLAGS check_package_ls_info_lsf_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([lsf], [ls_info_lsf], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([lsf], [ls_info_lsf], [${oac_cv_check_package_lsf_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsf_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [ls_info_lsf_PC_MODULES=${oac_cv_check_package_lsf_pcfilename} oac_cv_check_package_lsf_pkg_config_exists=yes], [oac_cv_check_package_lsf_pkg_config_exists=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_lsf_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:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_lsf_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsf_pcfilename}], [--cflags], [oac_cv_check_package_lsf_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf cppflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_lsf_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsf_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_lsf_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsf_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_lsf_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_lsf_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsf_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_lsf_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsf_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_lsf_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf static ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_lsf_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsf_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_lsf_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsf_pcfilename}], [--libs-only-l], [oac_cv_check_package_lsf_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_lsf_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsf_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_lsf_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsf_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_lsf_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_lsf_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsf_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_lsf_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([lsf], [ls_info_lsf], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([lsf], [ls_info_lsf], [${oac_cv_check_package_lsf_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsf_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_lsf_wrapper_compiler_works=yes], [oac_cv_check_package_lsf_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_lsf_wrapper_compiler_works=yes], [oac_cv_check_package_lsf_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsf_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsf_wrapper_compiler_cppflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsf_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsf_wrapper_compiler_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsf_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsf_wrapper_compiler_static_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsf_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsf_wrapper_compiler_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsf_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsf_wrapper_compiler_static_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC([lsf], [ls_info_lsf], [lsf/lsf.h], [lsf $yp_all_nsl_LIBS $shm_open_rt_LIBS], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([lsf], [ls_info_lsf], [lsf/lsf.h], [lsf $yp_all_nsl_LIBS $shm_open_rt_LIBS], [check_package_generic_happy=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([ls_info_lsf_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ls_info_lsf_LIBS]) m4trace:configure.ac:816: -1- OAC_APPEND([ls_info_lsf_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ls_info_lsf_STATIC_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([ls_info_lsf_LDFLAGS], [${ls_info_lsf_STATIC_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ls_info_lsf_LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([ls_info_lsf_LIBS], [${ls_info_lsf_STATIC_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ls_info_lsf_LIBS]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_VERIFY([lsf], [ls_info_lsf], [lsf/lsf.h], [ls_info], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:816: -1- OAC_APPEND([CPPFLAGS], [${ls_info_lsf_CPPFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LDFLAGS], [${ls_info_lsf_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LIBS], [${ls_info_lsf_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE([lsfbatch], [prte_check_lsf], [lsf/lsbatch.h], [bat $ls_info_lsf_LIBS], [lsb_launch], [prte_check_lsf_happy="yes"], [prte_check_lsf_happy="no"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([lsfbatch]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_check_lsf]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_prte_check_lsf_save_CPPFLAGS check_package_prte_check_lsf_save_LDFLAGS check_package_prte_check_lsf_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([lsfbatch], [prte_check_lsf], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([lsfbatch], [prte_check_lsf], [${oac_cv_check_package_lsfbatch_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsfbatch_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [prte_check_lsf_PC_MODULES=${oac_cv_check_package_lsfbatch_pcfilename} oac_cv_check_package_lsfbatch_pkg_config_exists=yes], [oac_cv_check_package_lsfbatch_pkg_config_exists=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_lsfbatch_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:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsfbatch_pcfilename}], [--cflags], [oac_cv_check_package_lsfbatch_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch cppflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsfbatch_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsfbatch_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_lsfbatch_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsfbatch_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsfbatch_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_lsfbatch_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch static ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsfbatch_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsfbatch_pcfilename}], [--libs-only-l], [oac_cv_check_package_lsfbatch_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsfbatch_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsfbatch_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_lsfbatch_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsfbatch_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([lsfbatch], [prte_check_lsf], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([lsfbatch], [prte_check_lsf], [${oac_cv_check_package_lsfbatch_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsfbatch_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_lsfbatch_wrapper_compiler_works=yes], [oac_cv_check_package_lsfbatch_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_lsfbatch_wrapper_compiler_works=yes], [oac_cv_check_package_lsfbatch_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsfbatch_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsfbatch_wrapper_compiler_cppflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsfbatch_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsfbatch_wrapper_compiler_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsfbatch_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsfbatch_wrapper_compiler_static_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsfbatch_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsfbatch_wrapper_compiler_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsfbatch_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsfbatch_wrapper_compiler_static_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC([lsfbatch], [prte_check_lsf], [lsf/lsbatch.h], [bat $ls_info_lsf_LIBS], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([lsfbatch], [prte_check_lsf], [lsf/lsbatch.h], [bat $ls_info_lsf_LIBS], [check_package_generic_happy=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([prte_check_lsf_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_check_lsf_LIBS]) m4trace:configure.ac:816: -1- OAC_APPEND([prte_check_lsf_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_check_lsf_STATIC_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([prte_check_lsf_LDFLAGS], [${prte_check_lsf_STATIC_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_check_lsf_LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([prte_check_lsf_LIBS], [${prte_check_lsf_STATIC_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_check_lsf_LIBS]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_VERIFY([lsfbatch], [prte_check_lsf], [lsf/lsbatch.h], [lsb_launch], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:816: -1- OAC_APPEND([CPPFLAGS], [${prte_check_lsf_CPPFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LDFLAGS], [${prte_check_lsf_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LIBS], [${prte_check_lsf_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- PRTE_SUMMARY_ADD([Resource Managers], [LSF], [], [$prte_check_lsf_happy]) m4trace:configure.ac:816: -1- OAC_SUMMARY_ADD([Resource Managers], [LSF], [$prte_check_lsf_happy]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Resource Managers])]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- m4_pattern_allow([^ess_lsf_CPPFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^ess_lsf_LDFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^ess_lsf_LIBS$]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([ess], [lsf], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([ess], [lsf]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_ess_lsf_DSO], [test "$BUILD_prte_ess_lsf_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_ess_lsf_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_ess_lsf_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_ess_lsf_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_ess_lsf_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ess_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ess_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ess_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ess], [slurm], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([ess], [slurm], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([ess], [slurm], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_ess_slurm_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- PRTE_CHECK_SLURM([ess_slurm], [ess_slurm_good=1], [ess_slurm_good=0]) m4trace:configure.ac:816: -1- PRTE_WHICH([srun], [PRTE_CHECK_SLURM_SRUN]) m4trace:configure.ac:816: -1- PRTE_CHECK_ALPS([prte_slurm_cray], [slurm_cray_env=1]) m4trace:configure.ac:816: -1- PRTE_CHECK_ALPS_CLE4([prte_check_cray_alps_happy="yes"], [prte_check_cray_alps_happy="no"]) m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPSLLI], [cray-alpslli], [prte_check_cray_alps_happy="yes"], [prte_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:816: -1- m4_pattern_allow([^CRAY_ALPSLLI_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSLLI_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSLLI_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPSUTIL], [cray-alpsutil], [prte_check_cray_alps_happy="yes"], [prte_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:816: -1- m4_pattern_allow([^CRAY_ALPSUTIL_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSUTIL_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSUTIL_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPS], [cray-alps], [prte_check_cray_alps_happy="yes"], [prte_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:816: -1- m4_pattern_allow([^CRAY_ALPS_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPS_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPS_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_WLM_DETECT], [cray-wlm_detect], [prte_check_cray_alps_happy="yes" AC_DEFINE_UNQUOTED([CRAY_WLM_DETECT],[1], [defined to 1 if cray wlm available, 0 otherwise]) ], [prte_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:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT$]) m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_UGNI], [cray-ugni], [prte_check_cray_alps_happy="yes" AC_DEFINE_UNQUOTED([CRAY_UGNI],[1], [defined to 1 if cray uGNI available, 0 otherwise]) ], [prte_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:816: -1- m4_pattern_allow([^CRAY_UGNI_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_UGNI_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_UGNI_STATIC_LIBS$]) m4trace:configure.ac:816: -1- PKG_CHECK_EXISTS([cray-ugni], [pkg_cv_[]CRAY_UGNI_CFLAGS=`$PKG_CONFIG --[]cflags "cray-ugni" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:816: -1- PKG_CHECK_EXISTS([cray-ugni], [pkg_cv_[]CRAY_UGNI_LIBS=`$PKG_CONFIG --[]libs "cray-ugni" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:816: -1- PKG_CHECK_EXISTS([cray-ugni], [pkg_cv_[]CRAY_UGNI_STATIC_LIBS=`$PKG_CONFIG --[]libs --[]static "cray-ugni" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_UGNI$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^PRTE_HAVE_CRAY_ALPS$]) m4trace:configure.ac:816: -1- PRTE_SUMMARY_ADD([Resource Managers], [Cray Alps], [], [$prte_check_cray_alps_happy]) m4trace:configure.ac:816: -1- OAC_SUMMARY_ADD([Resource Managers], [Cray Alps], [$prte_check_cray_alps_happy]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Resource Managers])]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- m4_pattern_allow([^SLURM_CRAY_ENV$]) m4trace:configure.ac:816: -1- PRTE_SUMMARY_ADD([Resource Managers], [Slurm], [], [$prte_check_slurm_happy]) m4trace:configure.ac:816: -1- OAC_SUMMARY_ADD([Resource Managers], [Slurm], [$prte_check_slurm_happy]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Resource Managers])]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- m4_pattern_allow([^ess_slurm_CPPFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^ess_slurm_LDFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^ess_slurm_LIBS$]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([ess], [slurm], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([ess], [slurm]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_ess_slurm_DSO], [test "$BUILD_prte_ess_slurm_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_ess_slurm_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_ess_slurm_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_ess_slurm_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_ess_slurm_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ess_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ess_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ess_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ess], [tm], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([ess], [tm], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([ess], [tm], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_ess_tm_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- PRTE_CHECK_TM([ess_tm], [ess_tm_good=1], [ess_tm_good=0]) m4trace:configure.ac:816: -1- PRTE_CHECK_TM_PBS_CONFIG([ess_tm], [prte_check_tm_found=1], [], [prte_check_tm_happy="no"]) m4trace:configure.ac:816: -1- PRTE_CHECK_TM_PBS_CONFIG_RUN([--prefix], [prte_check_tm_dummy], [prte_check_tm_cv_pbs_config_works="yes"], [prte_check_tm_cv_pbs_config_works="no"]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([prte_check_tm_pbs_config_run_results=`${prte_check_tm_cv_pbs_config_path} --prefix 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- PRTE_CHECK_TM_PBS_CONFIG_RUN([--cflags], [prte_check_tm_cv_pbs_config_cflags_output], [], [AC_MSG_ERROR([An error occurred retrieving cflags from pbs-config])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([prte_check_tm_pbs_config_run_results=`${prte_check_tm_cv_pbs_config_path} --cflags 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- PRTE_CHECK_TM_PBS_CONFIG_RUN([--libs], [prte_check_tm_cv_pbs_config_libs_output], [], [AC_MSG_ERROR([An error occurred retrieving libs from pbs-config])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([prte_check_tm_pbs_config_run_results=`${prte_check_tm_cv_pbs_config_path} --libs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- PRTE_CHECK_TM_SPLIT_LIBS_OUTPUT([ess_tm], [${prte_check_tm_cv_pbs_config_libs_output}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ess_tm_LIBS]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ess_tm_LDFLAGS]) m4trace:configure.ac:816: -1- PRTE_LOG_MSG([pbs-config CPPFLAGS: ${ess_tm_CPPFLAGS}], [1]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pbs-config CPPFLAGS: ${ess_tm_CPPFLAGS}]) m4trace:configure.ac:816: -1- OAC_LOG_MSG_NOPREFIX([pbs-config CPPFLAGS: ${ess_tm_CPPFLAGS}]) m4trace:configure.ac:816: -1- PRTE_LOG_MSG([pbs-config LDFLAGS: ${ess_tm_LDFLAGS}], [1]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pbs-config LDFLAGS: ${ess_tm_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_LOG_MSG_NOPREFIX([pbs-config LDFLAGS: ${ess_tm_LDFLAGS}]) m4trace:configure.ac:816: -1- PRTE_LOG_MSG([pbs-config LIBS: ${ess_tm_LIBS}], [1]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pbs-config LIBS: ${ess_tm_LIBS}]) m4trace:configure.ac:816: -1- OAC_LOG_MSG_NOPREFIX([pbs-config LIBS: ${ess_tm_LIBS}]) m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE([tm], [ess_tm], [tm.h], [${prte_cv_check_tm_libs}], [tm_init], [prte_check_tm_found=1]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([tm]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ess_tm]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_ess_tm_save_CPPFLAGS check_package_ess_tm_save_LDFLAGS check_package_ess_tm_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([tm], [ess_tm], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([tm], [ess_tm], [${oac_cv_check_package_tm_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [ess_tm_PC_MODULES=${oac_cv_check_package_tm_pcfilename} oac_cv_check_package_tm_pkg_config_exists=yes], [oac_cv_check_package_tm_pkg_config_exists=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_tm_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:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--cflags], [oac_cv_check_package_tm_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm cppflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_tm_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_tm_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--libs-only-l], [oac_cv_check_package_tm_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_tm_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([tm], [ess_tm], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([tm], [ess_tm], [${oac_cv_check_package_tm_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_tm_wrapper_compiler_works=yes], [oac_cv_check_package_tm_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_tm_wrapper_compiler_works=yes], [oac_cv_check_package_tm_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_cppflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_static_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_static_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC([tm], [ess_tm], [tm.h], [${prte_cv_check_tm_libs}], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([tm], [ess_tm], [tm.h], [${prte_cv_check_tm_libs}], [check_package_generic_happy=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([ess_tm_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ess_tm_LIBS]) m4trace:configure.ac:816: -1- OAC_APPEND([ess_tm_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ess_tm_STATIC_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([ess_tm_LDFLAGS], [${ess_tm_STATIC_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ess_tm_LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([ess_tm_LIBS], [${ess_tm_STATIC_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ess_tm_LIBS]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_VERIFY([tm], [ess_tm], [tm.h], [tm_init], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:816: -1- OAC_APPEND([CPPFLAGS], [${ess_tm_CPPFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LDFLAGS], [${ess_tm_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LIBS], [${ess_tm_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE([tm], [ess_tm], [tm.h], [pbs crypto z], [tm_init], [prte_cv_check_tm_libs="pbs crypto z" prte_check_tm_found=1]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([tm]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ess_tm]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_ess_tm_save_CPPFLAGS check_package_ess_tm_save_LDFLAGS check_package_ess_tm_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([tm], [ess_tm], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([tm], [ess_tm], [${oac_cv_check_package_tm_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [ess_tm_PC_MODULES=${oac_cv_check_package_tm_pcfilename} oac_cv_check_package_tm_pkg_config_exists=yes], [oac_cv_check_package_tm_pkg_config_exists=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_tm_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:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--cflags], [oac_cv_check_package_tm_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm cppflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_tm_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_tm_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--libs-only-l], [oac_cv_check_package_tm_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_tm_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([tm], [ess_tm], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([tm], [ess_tm], [${oac_cv_check_package_tm_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_tm_wrapper_compiler_works=yes], [oac_cv_check_package_tm_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_tm_wrapper_compiler_works=yes], [oac_cv_check_package_tm_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_cppflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_static_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_static_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC([tm], [ess_tm], [tm.h], [pbs crypto z], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([tm], [ess_tm], [tm.h], [pbs crypto z], [check_package_generic_happy=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([ess_tm_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ess_tm_LIBS]) m4trace:configure.ac:816: -1- OAC_APPEND([ess_tm_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ess_tm_STATIC_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([ess_tm_LDFLAGS], [${ess_tm_STATIC_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ess_tm_LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([ess_tm_LIBS], [${ess_tm_STATIC_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ess_tm_LIBS]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_VERIFY([tm], [ess_tm], [tm.h], [tm_init], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:816: -1- OAC_APPEND([CPPFLAGS], [${ess_tm_CPPFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LDFLAGS], [${ess_tm_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LIBS], [${ess_tm_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE_INVALIDATE_GENERIC_CACHE([tm], [ess_tm], [tm_init]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE([tm], [ess_tm], [tm.h], [pbs crypto z], [tm_init], [prte_cv_check_tm_libs="pbs crypto z" prte_check_tm_found=1]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([tm]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ess_tm]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_ess_tm_save_CPPFLAGS check_package_ess_tm_save_LDFLAGS check_package_ess_tm_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([tm], [ess_tm], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([tm], [ess_tm], [${oac_cv_check_package_tm_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [ess_tm_PC_MODULES=${oac_cv_check_package_tm_pcfilename} oac_cv_check_package_tm_pkg_config_exists=yes], [oac_cv_check_package_tm_pkg_config_exists=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_tm_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:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--cflags], [oac_cv_check_package_tm_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm cppflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_tm_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_tm_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--libs-only-l], [oac_cv_check_package_tm_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_tm_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([tm], [ess_tm], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([tm], [ess_tm], [${oac_cv_check_package_tm_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_tm_wrapper_compiler_works=yes], [oac_cv_check_package_tm_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_tm_wrapper_compiler_works=yes], [oac_cv_check_package_tm_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_cppflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_static_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_static_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC([tm], [ess_tm], [tm.h], [pbs crypto z], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([tm], [ess_tm], [tm.h], [pbs crypto z], [check_package_generic_happy=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([ess_tm_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ess_tm_LIBS]) m4trace:configure.ac:816: -1- OAC_APPEND([ess_tm_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ess_tm_STATIC_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([ess_tm_LDFLAGS], [${ess_tm_STATIC_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ess_tm_LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([ess_tm_LIBS], [${ess_tm_STATIC_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ess_tm_LIBS]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_VERIFY([tm], [ess_tm], [tm.h], [tm_init], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:816: -1- OAC_APPEND([CPPFLAGS], [${ess_tm_CPPFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LDFLAGS], [${ess_tm_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LIBS], [${ess_tm_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE_INVALIDATE_GENERIC_CACHE([tm], [ess_tm], [tm_init]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE([tm], [ess_tm], [tm.h], [torque], [tm_init], [prte_cv_check_tm_libs="torque" prte_check_tm_found=1]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([tm]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ess_tm]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_ess_tm_save_CPPFLAGS check_package_ess_tm_save_LDFLAGS check_package_ess_tm_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([tm], [ess_tm], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([tm], [ess_tm], [${oac_cv_check_package_tm_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [ess_tm_PC_MODULES=${oac_cv_check_package_tm_pcfilename} oac_cv_check_package_tm_pkg_config_exists=yes], [oac_cv_check_package_tm_pkg_config_exists=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_tm_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:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--cflags], [oac_cv_check_package_tm_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm cppflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_tm_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_tm_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--libs-only-l], [oac_cv_check_package_tm_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_tm_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([tm], [ess_tm], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([tm], [ess_tm], [${oac_cv_check_package_tm_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_tm_wrapper_compiler_works=yes], [oac_cv_check_package_tm_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_tm_wrapper_compiler_works=yes], [oac_cv_check_package_tm_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_cppflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_static_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_static_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC([tm], [ess_tm], [tm.h], [torque], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([tm], [ess_tm], [tm.h], [torque], [check_package_generic_happy=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([ess_tm_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ess_tm_LIBS]) m4trace:configure.ac:816: -1- OAC_APPEND([ess_tm_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ess_tm_STATIC_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([ess_tm_LDFLAGS], [${ess_tm_STATIC_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ess_tm_LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([ess_tm_LIBS], [${ess_tm_STATIC_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ess_tm_LIBS]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_VERIFY([tm], [ess_tm], [tm.h], [tm_init], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:816: -1- OAC_APPEND([CPPFLAGS], [${ess_tm_CPPFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LDFLAGS], [${ess_tm_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LIBS], [${ess_tm_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- PRTE_SUMMARY_ADD([Resource Managers], [Torque], [], [${ess_tm_SUMMARY}]) m4trace:configure.ac:816: -1- OAC_SUMMARY_ADD([Resource Managers], [Torque], [${ess_tm_SUMMARY}]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Resource Managers])]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([ess], [tm], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([ess], [tm]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_ess_tm_DSO], [test "$BUILD_prte_ess_tm_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_ess_tm_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_ess_tm_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_ess_tm_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_ess_tm_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ess_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ess_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ess_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ess_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ess_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CHECK_IGNORED_PRIORITY([ess]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([ess], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([ess], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([ess], [$component], [compile_mode]) m4trace:configure.ac:816: -1- PRTE_CONFIG_SUBDIR([src/mca/ess/$component], [$prte_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([ess], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([ess], [$component]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_ess_ALL_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_ess_STATIC_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_ess_DSO_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_ess_STATIC_LTLIBS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_ess_ALL_SUBDIRS], [ess], [$all_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_ess_ALL_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_ess_STATIC_SUBDIRS], [ess], [$static_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_ess_STATIC_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_ess_DSO_SUBDIRS], [ess], [$dso_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_ess_DSO_SUBDIRS$]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_FRAMEWORK([filem], [1]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_filem_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_filem_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_filem_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([filem], [raw], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([filem], [raw], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([filem], [raw], [compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([filem], [raw], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([filem], [raw]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_filem_raw_DSO], [test "$BUILD_prte_filem_raw_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_filem_raw_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_filem_raw_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_filem_raw_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_filem_raw_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_filem_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_filem_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_filem_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_filem_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_filem_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_filem_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CHECK_IGNORED_PRIORITY([filem]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([filem], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([filem], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([filem], [$component], [compile_mode]) m4trace:configure.ac:816: -1- PRTE_CONFIG_SUBDIR([src/mca/filem/$component], [$prte_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([filem], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([filem], [$component]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_filem_ALL_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_filem_STATIC_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_filem_DSO_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_filem_STATIC_LTLIBS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_filem_ALL_SUBDIRS], [filem], [$all_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_filem_ALL_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_filem_STATIC_SUBDIRS], [filem], [$static_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_filem_STATIC_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_filem_DSO_SUBDIRS], [filem], [$dso_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_filem_DSO_SUBDIRS$]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_FRAMEWORK([grpcomm], [1]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_grpcomm_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_grpcomm_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_grpcomm_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([grpcomm], [direct], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([grpcomm], [direct], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([grpcomm], [direct], [compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([grpcomm], [direct], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([grpcomm], [direct]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_grpcomm_direct_DSO], [test "$BUILD_prte_grpcomm_direct_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_grpcomm_direct_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_grpcomm_direct_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_grpcomm_direct_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_grpcomm_direct_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_grpcomm_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_grpcomm_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_grpcomm_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_grpcomm_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_grpcomm_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_grpcomm_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CHECK_IGNORED_PRIORITY([grpcomm]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([grpcomm], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([grpcomm], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([grpcomm], [$component], [compile_mode]) m4trace:configure.ac:816: -1- PRTE_CONFIG_SUBDIR([src/mca/grpcomm/$component], [$prte_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([grpcomm], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([grpcomm], [$component]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_grpcomm_ALL_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_grpcomm_STATIC_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_grpcomm_DSO_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_grpcomm_STATIC_LTLIBS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_grpcomm_ALL_SUBDIRS], [grpcomm], [$all_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_grpcomm_ALL_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_grpcomm_STATIC_SUBDIRS], [grpcomm], [$static_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_grpcomm_STATIC_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_grpcomm_DSO_SUBDIRS], [grpcomm], [$dso_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_grpcomm_DSO_SUBDIRS$]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_FRAMEWORK([iof], [1]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_iof_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_iof_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_iof_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([iof], [hnp], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([iof], [hnp], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([iof], [hnp], [compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([iof], [hnp], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([iof], [hnp]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_iof_hnp_DSO], [test "$BUILD_prte_iof_hnp_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_iof_hnp_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_iof_hnp_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_iof_hnp_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_iof_hnp_DSO_FALSE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([iof], [prted], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([iof], [prted], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([iof], [prted], [compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([iof], [prted], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([iof], [prted]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_iof_prted_DSO], [test "$BUILD_prte_iof_prted_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_iof_prted_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_iof_prted_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_iof_prted_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_iof_prted_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_iof_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_iof_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_iof_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_iof_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_iof_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_iof_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CHECK_IGNORED_PRIORITY([iof]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([iof], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([iof], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([iof], [$component], [compile_mode]) m4trace:configure.ac:816: -1- PRTE_CONFIG_SUBDIR([src/mca/iof/$component], [$prte_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([iof], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([iof], [$component]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_iof_ALL_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_iof_STATIC_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_iof_DSO_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_iof_STATIC_LTLIBS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_iof_ALL_SUBDIRS], [iof], [$all_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_iof_ALL_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_iof_STATIC_SUBDIRS], [iof], [$static_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_iof_STATIC_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_iof_DSO_SUBDIRS], [iof], [$dso_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_iof_DSO_SUBDIRS$]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_FRAMEWORK([odls], [1]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_odls_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_odls_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_odls_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_odls_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_odls_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_odls_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_odls_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([odls], [alps], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([odls], [alps], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([odls], [alps], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_odls_alps_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- PRTE_CHECK_ALPS([odls_alps], [odls_alps_happy="yes"], [odls_alps_happy="no"]) m4trace:configure.ac:816: -1- PRTE_CHECK_ALPS_CLE4([prte_check_cray_alps_happy="yes"], [prte_check_cray_alps_happy="no"]) m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPSLLI], [cray-alpslli], [prte_check_cray_alps_happy="yes"], [prte_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:816: -1- m4_pattern_allow([^CRAY_ALPSLLI_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSLLI_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSLLI_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPSUTIL], [cray-alpsutil], [prte_check_cray_alps_happy="yes"], [prte_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:816: -1- m4_pattern_allow([^CRAY_ALPSUTIL_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSUTIL_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSUTIL_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPS], [cray-alps], [prte_check_cray_alps_happy="yes"], [prte_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:816: -1- m4_pattern_allow([^CRAY_ALPS_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPS_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPS_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_WLM_DETECT], [cray-wlm_detect], [prte_check_cray_alps_happy="yes" AC_DEFINE_UNQUOTED([CRAY_WLM_DETECT],[1], [defined to 1 if cray wlm available, 0 otherwise]) ], [prte_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:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT$]) m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_UGNI], [cray-ugni], [prte_check_cray_alps_happy="yes" AC_DEFINE_UNQUOTED([CRAY_UGNI],[1], [defined to 1 if cray uGNI available, 0 otherwise]) ], [prte_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:816: -1- m4_pattern_allow([^CRAY_UGNI_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_UGNI_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_UGNI_STATIC_LIBS$]) m4trace:configure.ac:816: -1- PKG_CHECK_EXISTS([cray-ugni], [pkg_cv_[]CRAY_UGNI_CFLAGS=`$PKG_CONFIG --[]cflags "cray-ugni" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:816: -1- PKG_CHECK_EXISTS([cray-ugni], [pkg_cv_[]CRAY_UGNI_LIBS=`$PKG_CONFIG --[]libs "cray-ugni" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:816: -1- PKG_CHECK_EXISTS([cray-ugni], [pkg_cv_[]CRAY_UGNI_STATIC_LIBS=`$PKG_CONFIG --[]libs --[]static "cray-ugni" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_UGNI$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^PRTE_HAVE_CRAY_ALPS$]) m4trace:configure.ac:816: -1- PRTE_SUMMARY_ADD([Resource Managers], [Cray Alps], [], [$prte_check_cray_alps_happy]) m4trace:configure.ac:816: -1- OAC_SUMMARY_ADD([Resource Managers], [Cray Alps], [$prte_check_cray_alps_happy]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Resource Managers])]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- m4_pattern_allow([^odls_alps_CPPFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^odls_alps_LDFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^odls_alps_LIBS$]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([odls], [alps], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([odls], [alps]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_odls_alps_DSO], [test "$BUILD_prte_odls_alps_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_odls_alps_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_odls_alps_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_odls_alps_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_odls_alps_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_odls_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_odls_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_odls_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([odls], [default], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([odls], [default], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([odls], [default], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_odls_default_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([odls], [default], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([odls], [default]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_odls_default_DSO], [test "$BUILD_prte_odls_default_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_odls_default_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_odls_default_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_odls_default_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_odls_default_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_odls_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_odls_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_odls_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_odls_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_odls_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CHECK_IGNORED_PRIORITY([odls]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([odls], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([odls], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([odls], [$component], [compile_mode]) m4trace:configure.ac:816: -1- PRTE_CONFIG_SUBDIR([src/mca/odls/$component], [$prte_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([odls], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([odls], [$component]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_odls_ALL_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_odls_STATIC_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_odls_DSO_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_odls_STATIC_LTLIBS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_odls_ALL_SUBDIRS], [odls], [$all_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_odls_ALL_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_odls_STATIC_SUBDIRS], [odls], [$static_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_odls_STATIC_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_odls_DSO_SUBDIRS], [odls], [$dso_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_odls_DSO_SUBDIRS$]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_FRAMEWORK([oob], [1]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_oob_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_oob_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_oob_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_oob_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_oob_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_oob_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_oob_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([oob], [tcp], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([oob], [tcp], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([oob], [tcp], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_oob_tcp_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- m4_pattern_allow([^HAVE_STRUCT_SOCKADDR_IN$]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([oob], [tcp], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([oob], [tcp]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_oob_tcp_DSO], [test "$BUILD_prte_oob_tcp_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_oob_tcp_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_oob_tcp_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_oob_tcp_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_oob_tcp_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_oob_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_oob_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_oob_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_oob_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_oob_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CHECK_IGNORED_PRIORITY([oob]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([oob], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([oob], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([oob], [$component], [compile_mode]) m4trace:configure.ac:816: -1- PRTE_CONFIG_SUBDIR([src/mca/oob/$component], [$prte_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([oob], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([oob], [$component]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_oob_ALL_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_oob_STATIC_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_oob_DSO_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_oob_STATIC_LTLIBS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_oob_ALL_SUBDIRS], [oob], [$all_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_oob_ALL_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_oob_STATIC_SUBDIRS], [oob], [$static_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_oob_STATIC_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_oob_DSO_SUBDIRS], [oob], [$dso_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_oob_DSO_SUBDIRS$]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_FRAMEWORK([plm], [1]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_plm_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_plm_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_plm_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_plm_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_plm_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_plm_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_plm_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([plm], [alps], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([plm], [alps], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([plm], [alps], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_plm_alps_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- PRTE_CHECK_ALPS([plm_alps], [plm_alps_happy="yes"], [plm_alps_happy="no"]) m4trace:configure.ac:816: -1- PRTE_CHECK_ALPS_CLE4([prte_check_cray_alps_happy="yes"], [prte_check_cray_alps_happy="no"]) m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPSLLI], [cray-alpslli], [prte_check_cray_alps_happy="yes"], [prte_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:816: -1- m4_pattern_allow([^CRAY_ALPSLLI_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSLLI_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSLLI_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPSUTIL], [cray-alpsutil], [prte_check_cray_alps_happy="yes"], [prte_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:816: -1- m4_pattern_allow([^CRAY_ALPSUTIL_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSUTIL_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSUTIL_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPS], [cray-alps], [prte_check_cray_alps_happy="yes"], [prte_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:816: -1- m4_pattern_allow([^CRAY_ALPS_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPS_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPS_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_WLM_DETECT], [cray-wlm_detect], [prte_check_cray_alps_happy="yes" AC_DEFINE_UNQUOTED([CRAY_WLM_DETECT],[1], [defined to 1 if cray wlm available, 0 otherwise]) ], [prte_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:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT$]) m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_UGNI], [cray-ugni], [prte_check_cray_alps_happy="yes" AC_DEFINE_UNQUOTED([CRAY_UGNI],[1], [defined to 1 if cray uGNI available, 0 otherwise]) ], [prte_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:816: -1- m4_pattern_allow([^CRAY_UGNI_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_UGNI_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_UGNI_STATIC_LIBS$]) m4trace:configure.ac:816: -1- PKG_CHECK_EXISTS([cray-ugni], [pkg_cv_[]CRAY_UGNI_CFLAGS=`$PKG_CONFIG --[]cflags "cray-ugni" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:816: -1- PKG_CHECK_EXISTS([cray-ugni], [pkg_cv_[]CRAY_UGNI_LIBS=`$PKG_CONFIG --[]libs "cray-ugni" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:816: -1- PKG_CHECK_EXISTS([cray-ugni], [pkg_cv_[]CRAY_UGNI_STATIC_LIBS=`$PKG_CONFIG --[]libs --[]static "cray-ugni" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_UGNI$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^PRTE_HAVE_CRAY_ALPS$]) m4trace:configure.ac:816: -1- PRTE_SUMMARY_ADD([Resource Managers], [Cray Alps], [], [$prte_check_cray_alps_happy]) m4trace:configure.ac:816: -1- OAC_SUMMARY_ADD([Resource Managers], [Cray Alps], [$prte_check_cray_alps_happy]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Resource Managers])]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- m4_pattern_allow([^plm_alps_CPPFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^plm_alps_LDFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^plm_alps_LIBS$]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([plm], [alps], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([plm], [alps]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_plm_alps_DSO], [test "$BUILD_prte_plm_alps_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_plm_alps_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_plm_alps_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_plm_alps_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_plm_alps_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_plm_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_plm_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_plm_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([plm], [lsf], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([plm], [lsf], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([plm], [lsf], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_plm_lsf_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- PRTE_CHECK_LSF([plm_lsf], [plm_lsf_good=1], [plm_lsf_good=0]) m4trace:configure.ac:816: -1- PRTE_SEARCH_LIBS_COMPONENT([yp_all_nsl], [yp_all], [nsl bsd BSD sun], [prte_check_lsf_happy="yes"], [AS_IF([test "${with_lsf}" = "yes"], [AC_MSG_WARN([[Could not find yp_all. Please see https://github.com/openpmix/prrte/wiki/Building-LSF-support for more details.]]) AC_MSG_ERROR([Cannot build requested LSF support])]) prte_check_lsf_happy="no"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([yp_all_nsl_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:816: -1- OAC_APPEND([yp_all_nsl_LIBS], [$oac_list_arg]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([yp_all_nsl_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- m4_pattern_allow([^PRTE_HAVE_YP_ALL_NSL$]) m4trace:configure.ac:816: -1- PRTE_SEARCH_LIBS_COMPONENT([shm_open_rt], [shm_open], [rt], [prte_check_lsf_happy="yes"], [prte_check_lsf_happy="no"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([shm_open_rt_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:816: -1- OAC_APPEND([shm_open_rt_LIBS], [$oac_list_arg]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([shm_open_rt_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- m4_pattern_allow([^PRTE_HAVE_SHM_OPEN_RT$]) m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE([lsf], [ls_info_lsf], [lsf/lsf.h], [lsf $yp_all_nsl_LIBS $shm_open_rt_LIBS], [ls_info], [prte_check_lsf_happy="yes"], [prte_check_lsf_happy="no"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([lsf]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ls_info_lsf]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_ls_info_lsf_save_CPPFLAGS check_package_ls_info_lsf_save_LDFLAGS check_package_ls_info_lsf_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([lsf], [ls_info_lsf], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([lsf], [ls_info_lsf], [${oac_cv_check_package_lsf_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsf_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [ls_info_lsf_PC_MODULES=${oac_cv_check_package_lsf_pcfilename} oac_cv_check_package_lsf_pkg_config_exists=yes], [oac_cv_check_package_lsf_pkg_config_exists=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_lsf_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:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_lsf_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsf_pcfilename}], [--cflags], [oac_cv_check_package_lsf_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf cppflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_lsf_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsf_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_lsf_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsf_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_lsf_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_lsf_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsf_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_lsf_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsf_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_lsf_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf static ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_lsf_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsf_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_lsf_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsf_pcfilename}], [--libs-only-l], [oac_cv_check_package_lsf_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_lsf_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsf_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_lsf_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsf_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_lsf_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_lsf_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsf_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_lsf_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([lsf], [ls_info_lsf], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([lsf], [ls_info_lsf], [${oac_cv_check_package_lsf_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsf_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_lsf_wrapper_compiler_works=yes], [oac_cv_check_package_lsf_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_lsf_wrapper_compiler_works=yes], [oac_cv_check_package_lsf_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsf_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsf_wrapper_compiler_cppflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsf_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsf_wrapper_compiler_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsf_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsf_wrapper_compiler_static_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsf_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsf_wrapper_compiler_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsf_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsf_wrapper_compiler_static_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC([lsf], [ls_info_lsf], [lsf/lsf.h], [lsf $yp_all_nsl_LIBS $shm_open_rt_LIBS], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([lsf], [ls_info_lsf], [lsf/lsf.h], [lsf $yp_all_nsl_LIBS $shm_open_rt_LIBS], [check_package_generic_happy=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([ls_info_lsf_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ls_info_lsf_LIBS]) m4trace:configure.ac:816: -1- OAC_APPEND([ls_info_lsf_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ls_info_lsf_STATIC_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([ls_info_lsf_LDFLAGS], [${ls_info_lsf_STATIC_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ls_info_lsf_LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([ls_info_lsf_LIBS], [${ls_info_lsf_STATIC_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ls_info_lsf_LIBS]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_VERIFY([lsf], [ls_info_lsf], [lsf/lsf.h], [ls_info], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:816: -1- OAC_APPEND([CPPFLAGS], [${ls_info_lsf_CPPFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LDFLAGS], [${ls_info_lsf_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LIBS], [${ls_info_lsf_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE([lsfbatch], [prte_check_lsf], [lsf/lsbatch.h], [bat $ls_info_lsf_LIBS], [lsb_launch], [prte_check_lsf_happy="yes"], [prte_check_lsf_happy="no"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([lsfbatch]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_check_lsf]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_prte_check_lsf_save_CPPFLAGS check_package_prte_check_lsf_save_LDFLAGS check_package_prte_check_lsf_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([lsfbatch], [prte_check_lsf], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([lsfbatch], [prte_check_lsf], [${oac_cv_check_package_lsfbatch_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsfbatch_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [prte_check_lsf_PC_MODULES=${oac_cv_check_package_lsfbatch_pcfilename} oac_cv_check_package_lsfbatch_pkg_config_exists=yes], [oac_cv_check_package_lsfbatch_pkg_config_exists=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_lsfbatch_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:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsfbatch_pcfilename}], [--cflags], [oac_cv_check_package_lsfbatch_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch cppflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsfbatch_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsfbatch_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_lsfbatch_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsfbatch_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsfbatch_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_lsfbatch_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch static ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsfbatch_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsfbatch_pcfilename}], [--libs-only-l], [oac_cv_check_package_lsfbatch_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsfbatch_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsfbatch_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_lsfbatch_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsfbatch_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([lsfbatch], [prte_check_lsf], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([lsfbatch], [prte_check_lsf], [${oac_cv_check_package_lsfbatch_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsfbatch_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_lsfbatch_wrapper_compiler_works=yes], [oac_cv_check_package_lsfbatch_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_lsfbatch_wrapper_compiler_works=yes], [oac_cv_check_package_lsfbatch_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsfbatch_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsfbatch_wrapper_compiler_cppflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsfbatch_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsfbatch_wrapper_compiler_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsfbatch_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsfbatch_wrapper_compiler_static_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsfbatch_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsfbatch_wrapper_compiler_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsfbatch_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsfbatch_wrapper_compiler_static_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC([lsfbatch], [prte_check_lsf], [lsf/lsbatch.h], [bat $ls_info_lsf_LIBS], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([lsfbatch], [prte_check_lsf], [lsf/lsbatch.h], [bat $ls_info_lsf_LIBS], [check_package_generic_happy=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([prte_check_lsf_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_check_lsf_LIBS]) m4trace:configure.ac:816: -1- OAC_APPEND([prte_check_lsf_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_check_lsf_STATIC_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([prte_check_lsf_LDFLAGS], [${prte_check_lsf_STATIC_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_check_lsf_LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([prte_check_lsf_LIBS], [${prte_check_lsf_STATIC_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_check_lsf_LIBS]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_VERIFY([lsfbatch], [prte_check_lsf], [lsf/lsbatch.h], [lsb_launch], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:816: -1- OAC_APPEND([CPPFLAGS], [${prte_check_lsf_CPPFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LDFLAGS], [${prte_check_lsf_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LIBS], [${prte_check_lsf_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- PRTE_SUMMARY_ADD([Resource Managers], [LSF], [], [$prte_check_lsf_happy]) m4trace:configure.ac:816: -1- OAC_SUMMARY_ADD([Resource Managers], [LSF], [$prte_check_lsf_happy]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Resource Managers])]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- m4_pattern_allow([^plm_lsf_CPPFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^plm_lsf_LDFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^plm_lsf_LIBS$]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([plm], [lsf], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([plm], [lsf]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_plm_lsf_DSO], [test "$BUILD_prte_plm_lsf_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_plm_lsf_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_plm_lsf_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_plm_lsf_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_plm_lsf_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_plm_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_plm_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_plm_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([plm], [slurm], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([plm], [slurm], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([plm], [slurm], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_plm_slurm_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- PRTE_CHECK_SLURM([plm_slurm], [plm_slurm_good=1], [plm_slurm_good=0]) m4trace:configure.ac:816: -1- PRTE_WHICH([srun], [PRTE_CHECK_SLURM_SRUN]) m4trace:configure.ac:816: -1- PRTE_CHECK_ALPS([prte_slurm_cray], [slurm_cray_env=1]) m4trace:configure.ac:816: -1- PRTE_CHECK_ALPS_CLE4([prte_check_cray_alps_happy="yes"], [prte_check_cray_alps_happy="no"]) m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPSLLI], [cray-alpslli], [prte_check_cray_alps_happy="yes"], [prte_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:816: -1- m4_pattern_allow([^CRAY_ALPSLLI_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSLLI_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSLLI_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPSUTIL], [cray-alpsutil], [prte_check_cray_alps_happy="yes"], [prte_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:816: -1- m4_pattern_allow([^CRAY_ALPSUTIL_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSUTIL_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSUTIL_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPS], [cray-alps], [prte_check_cray_alps_happy="yes"], [prte_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:816: -1- m4_pattern_allow([^CRAY_ALPS_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPS_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPS_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_WLM_DETECT], [cray-wlm_detect], [prte_check_cray_alps_happy="yes" AC_DEFINE_UNQUOTED([CRAY_WLM_DETECT],[1], [defined to 1 if cray wlm available, 0 otherwise]) ], [prte_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:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT$]) m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_UGNI], [cray-ugni], [prte_check_cray_alps_happy="yes" AC_DEFINE_UNQUOTED([CRAY_UGNI],[1], [defined to 1 if cray uGNI available, 0 otherwise]) ], [prte_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:816: -1- m4_pattern_allow([^CRAY_UGNI_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_UGNI_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_UGNI_STATIC_LIBS$]) m4trace:configure.ac:816: -1- PKG_CHECK_EXISTS([cray-ugni], [pkg_cv_[]CRAY_UGNI_CFLAGS=`$PKG_CONFIG --[]cflags "cray-ugni" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:816: -1- PKG_CHECK_EXISTS([cray-ugni], [pkg_cv_[]CRAY_UGNI_LIBS=`$PKG_CONFIG --[]libs "cray-ugni" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:816: -1- PKG_CHECK_EXISTS([cray-ugni], [pkg_cv_[]CRAY_UGNI_STATIC_LIBS=`$PKG_CONFIG --[]libs --[]static "cray-ugni" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_UGNI$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^PRTE_HAVE_CRAY_ALPS$]) m4trace:configure.ac:816: -1- PRTE_SUMMARY_ADD([Resource Managers], [Cray Alps], [], [$prte_check_cray_alps_happy]) m4trace:configure.ac:816: -1- OAC_SUMMARY_ADD([Resource Managers], [Cray Alps], [$prte_check_cray_alps_happy]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Resource Managers])]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- m4_pattern_allow([^SLURM_CRAY_ENV$]) m4trace:configure.ac:816: -1- PRTE_SUMMARY_ADD([Resource Managers], [Slurm], [], [$prte_check_slurm_happy]) m4trace:configure.ac:816: -1- OAC_SUMMARY_ADD([Resource Managers], [Slurm], [$prte_check_slurm_happy]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Resource Managers])]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- m4_pattern_allow([^plm_slurm_CPPFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^plm_slurm_LDFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^plm_slurm_LIBS$]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([plm], [slurm], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([plm], [slurm]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_plm_slurm_DSO], [test "$BUILD_prte_plm_slurm_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_plm_slurm_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_plm_slurm_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_plm_slurm_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_plm_slurm_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_plm_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_plm_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_plm_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([plm], [ssh], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([plm], [ssh], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([plm], [ssh], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_plm_ssh_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- PRTE_SUMMARY_ADD([Resource Managers], [ssh/rsh], [], [$plm_ssh_happy]) m4trace:configure.ac:816: -1- OAC_SUMMARY_ADD([Resource Managers], [ssh/rsh], [$plm_ssh_happy]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Resource Managers])]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([plm], [ssh], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([plm], [ssh]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_plm_ssh_DSO], [test "$BUILD_prte_plm_ssh_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_plm_ssh_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_plm_ssh_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_plm_ssh_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_plm_ssh_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_plm_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_plm_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_plm_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([plm], [tm], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([plm], [tm], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([plm], [tm], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_plm_tm_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- PRTE_CHECK_TM([plm_tm], [plm_tm_good=1], [plm_tm_good=0]) m4trace:configure.ac:816: -1- PRTE_CHECK_TM_PBS_CONFIG([plm_tm], [prte_check_tm_found=1], [], [prte_check_tm_happy="no"]) m4trace:configure.ac:816: -1- PRTE_CHECK_TM_PBS_CONFIG_RUN([--prefix], [prte_check_tm_dummy], [prte_check_tm_cv_pbs_config_works="yes"], [prte_check_tm_cv_pbs_config_works="no"]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([prte_check_tm_pbs_config_run_results=`${prte_check_tm_cv_pbs_config_path} --prefix 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- PRTE_CHECK_TM_PBS_CONFIG_RUN([--cflags], [prte_check_tm_cv_pbs_config_cflags_output], [], [AC_MSG_ERROR([An error occurred retrieving cflags from pbs-config])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([prte_check_tm_pbs_config_run_results=`${prte_check_tm_cv_pbs_config_path} --cflags 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- PRTE_CHECK_TM_PBS_CONFIG_RUN([--libs], [prte_check_tm_cv_pbs_config_libs_output], [], [AC_MSG_ERROR([An error occurred retrieving libs from pbs-config])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([prte_check_tm_pbs_config_run_results=`${prte_check_tm_cv_pbs_config_path} --libs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- PRTE_CHECK_TM_SPLIT_LIBS_OUTPUT([plm_tm], [${prte_check_tm_cv_pbs_config_libs_output}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([plm_tm_LIBS]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([plm_tm_LDFLAGS]) m4trace:configure.ac:816: -1- PRTE_LOG_MSG([pbs-config CPPFLAGS: ${plm_tm_CPPFLAGS}], [1]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pbs-config CPPFLAGS: ${plm_tm_CPPFLAGS}]) m4trace:configure.ac:816: -1- OAC_LOG_MSG_NOPREFIX([pbs-config CPPFLAGS: ${plm_tm_CPPFLAGS}]) m4trace:configure.ac:816: -1- PRTE_LOG_MSG([pbs-config LDFLAGS: ${plm_tm_LDFLAGS}], [1]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pbs-config LDFLAGS: ${plm_tm_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_LOG_MSG_NOPREFIX([pbs-config LDFLAGS: ${plm_tm_LDFLAGS}]) m4trace:configure.ac:816: -1- PRTE_LOG_MSG([pbs-config LIBS: ${plm_tm_LIBS}], [1]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pbs-config LIBS: ${plm_tm_LIBS}]) m4trace:configure.ac:816: -1- OAC_LOG_MSG_NOPREFIX([pbs-config LIBS: ${plm_tm_LIBS}]) m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE([tm], [plm_tm], [tm.h], [${prte_cv_check_tm_libs}], [tm_init], [prte_check_tm_found=1]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([tm]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([plm_tm]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_plm_tm_save_CPPFLAGS check_package_plm_tm_save_LDFLAGS check_package_plm_tm_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([tm], [plm_tm], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([tm], [plm_tm], [${oac_cv_check_package_tm_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [plm_tm_PC_MODULES=${oac_cv_check_package_tm_pcfilename} oac_cv_check_package_tm_pkg_config_exists=yes], [oac_cv_check_package_tm_pkg_config_exists=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_tm_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:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--cflags], [oac_cv_check_package_tm_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm cppflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_tm_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_tm_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--libs-only-l], [oac_cv_check_package_tm_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_tm_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([tm], [plm_tm], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([tm], [plm_tm], [${oac_cv_check_package_tm_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_tm_wrapper_compiler_works=yes], [oac_cv_check_package_tm_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_tm_wrapper_compiler_works=yes], [oac_cv_check_package_tm_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_cppflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_static_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_static_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC([tm], [plm_tm], [tm.h], [${prte_cv_check_tm_libs}], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([tm], [plm_tm], [tm.h], [${prte_cv_check_tm_libs}], [check_package_generic_happy=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([plm_tm_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([plm_tm_LIBS]) m4trace:configure.ac:816: -1- OAC_APPEND([plm_tm_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([plm_tm_STATIC_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([plm_tm_LDFLAGS], [${plm_tm_STATIC_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([plm_tm_LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([plm_tm_LIBS], [${plm_tm_STATIC_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([plm_tm_LIBS]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_VERIFY([tm], [plm_tm], [tm.h], [tm_init], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:816: -1- OAC_APPEND([CPPFLAGS], [${plm_tm_CPPFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LDFLAGS], [${plm_tm_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LIBS], [${plm_tm_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE([tm], [plm_tm], [tm.h], [pbs crypto z], [tm_init], [prte_cv_check_tm_libs="pbs crypto z" prte_check_tm_found=1]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([tm]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([plm_tm]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_plm_tm_save_CPPFLAGS check_package_plm_tm_save_LDFLAGS check_package_plm_tm_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([tm], [plm_tm], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([tm], [plm_tm], [${oac_cv_check_package_tm_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [plm_tm_PC_MODULES=${oac_cv_check_package_tm_pcfilename} oac_cv_check_package_tm_pkg_config_exists=yes], [oac_cv_check_package_tm_pkg_config_exists=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_tm_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:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--cflags], [oac_cv_check_package_tm_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm cppflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_tm_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_tm_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--libs-only-l], [oac_cv_check_package_tm_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_tm_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([tm], [plm_tm], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([tm], [plm_tm], [${oac_cv_check_package_tm_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_tm_wrapper_compiler_works=yes], [oac_cv_check_package_tm_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_tm_wrapper_compiler_works=yes], [oac_cv_check_package_tm_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_cppflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_static_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_static_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC([tm], [plm_tm], [tm.h], [pbs crypto z], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([tm], [plm_tm], [tm.h], [pbs crypto z], [check_package_generic_happy=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([plm_tm_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([plm_tm_LIBS]) m4trace:configure.ac:816: -1- OAC_APPEND([plm_tm_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([plm_tm_STATIC_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([plm_tm_LDFLAGS], [${plm_tm_STATIC_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([plm_tm_LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([plm_tm_LIBS], [${plm_tm_STATIC_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([plm_tm_LIBS]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_VERIFY([tm], [plm_tm], [tm.h], [tm_init], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:816: -1- OAC_APPEND([CPPFLAGS], [${plm_tm_CPPFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LDFLAGS], [${plm_tm_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LIBS], [${plm_tm_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE_INVALIDATE_GENERIC_CACHE([tm], [plm_tm], [tm_init]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE([tm], [plm_tm], [tm.h], [pbs crypto z], [tm_init], [prte_cv_check_tm_libs="pbs crypto z" prte_check_tm_found=1]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([tm]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([plm_tm]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_plm_tm_save_CPPFLAGS check_package_plm_tm_save_LDFLAGS check_package_plm_tm_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([tm], [plm_tm], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([tm], [plm_tm], [${oac_cv_check_package_tm_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [plm_tm_PC_MODULES=${oac_cv_check_package_tm_pcfilename} oac_cv_check_package_tm_pkg_config_exists=yes], [oac_cv_check_package_tm_pkg_config_exists=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_tm_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:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--cflags], [oac_cv_check_package_tm_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm cppflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_tm_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_tm_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--libs-only-l], [oac_cv_check_package_tm_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_tm_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([tm], [plm_tm], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([tm], [plm_tm], [${oac_cv_check_package_tm_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_tm_wrapper_compiler_works=yes], [oac_cv_check_package_tm_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_tm_wrapper_compiler_works=yes], [oac_cv_check_package_tm_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_cppflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_static_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_static_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC([tm], [plm_tm], [tm.h], [pbs crypto z], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([tm], [plm_tm], [tm.h], [pbs crypto z], [check_package_generic_happy=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([plm_tm_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([plm_tm_LIBS]) m4trace:configure.ac:816: -1- OAC_APPEND([plm_tm_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([plm_tm_STATIC_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([plm_tm_LDFLAGS], [${plm_tm_STATIC_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([plm_tm_LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([plm_tm_LIBS], [${plm_tm_STATIC_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([plm_tm_LIBS]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_VERIFY([tm], [plm_tm], [tm.h], [tm_init], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:816: -1- OAC_APPEND([CPPFLAGS], [${plm_tm_CPPFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LDFLAGS], [${plm_tm_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LIBS], [${plm_tm_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE_INVALIDATE_GENERIC_CACHE([tm], [plm_tm], [tm_init]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE([tm], [plm_tm], [tm.h], [torque], [tm_init], [prte_cv_check_tm_libs="torque" prte_check_tm_found=1]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([tm]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([plm_tm]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_plm_tm_save_CPPFLAGS check_package_plm_tm_save_LDFLAGS check_package_plm_tm_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([tm], [plm_tm], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([tm], [plm_tm], [${oac_cv_check_package_tm_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [plm_tm_PC_MODULES=${oac_cv_check_package_tm_pcfilename} oac_cv_check_package_tm_pkg_config_exists=yes], [oac_cv_check_package_tm_pkg_config_exists=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_tm_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:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--cflags], [oac_cv_check_package_tm_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm cppflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_tm_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_tm_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--libs-only-l], [oac_cv_check_package_tm_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_tm_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_tm_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_tm_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_tm_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([tm], [plm_tm], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([tm], [plm_tm], [${oac_cv_check_package_tm_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_tm_wrapper_compiler_works=yes], [oac_cv_check_package_tm_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_tm_wrapper_compiler_works=yes], [oac_cv_check_package_tm_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_cppflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_static_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_tm_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_tm_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving tm static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_tm_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_tm_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_tm_wrapper_compiler_static_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC([tm], [plm_tm], [tm.h], [torque], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([tm], [plm_tm], [tm.h], [torque], [check_package_generic_happy=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([plm_tm_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([plm_tm_LIBS]) m4trace:configure.ac:816: -1- OAC_APPEND([plm_tm_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([plm_tm_STATIC_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([plm_tm_LDFLAGS], [${plm_tm_STATIC_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([plm_tm_LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([plm_tm_LIBS], [${plm_tm_STATIC_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([plm_tm_LIBS]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_VERIFY([tm], [plm_tm], [tm.h], [tm_init], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:816: -1- OAC_APPEND([CPPFLAGS], [${plm_tm_CPPFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LDFLAGS], [${plm_tm_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LIBS], [${plm_tm_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- PRTE_SUMMARY_ADD([Resource Managers], [Torque], [], [${plm_tm_SUMMARY}]) m4trace:configure.ac:816: -1- OAC_SUMMARY_ADD([Resource Managers], [Torque], [${plm_tm_SUMMARY}]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Resource Managers])]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- m4_pattern_allow([^plm_tm_CPPFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^plm_tm_LDFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^plm_tm_LIBS$]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([plm], [tm], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([plm], [tm]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_plm_tm_DSO], [test "$BUILD_prte_plm_tm_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_plm_tm_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_plm_tm_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_plm_tm_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_plm_tm_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_plm_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_plm_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_plm_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_plm_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_plm_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CHECK_IGNORED_PRIORITY([plm]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([plm], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([plm], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([plm], [$component], [compile_mode]) m4trace:configure.ac:816: -1- PRTE_CONFIG_SUBDIR([src/mca/plm/$component], [$prte_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([plm], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([plm], [$component]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_plm_ALL_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_plm_STATIC_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_plm_DSO_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_plm_STATIC_LTLIBS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_plm_ALL_SUBDIRS], [plm], [$all_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_plm_ALL_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_plm_STATIC_SUBDIRS], [plm], [$static_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_plm_STATIC_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_plm_DSO_SUBDIRS], [plm], [$dso_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_plm_DSO_SUBDIRS$]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_FRAMEWORK([prtebacktrace], [1]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtebacktrace_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtebacktrace_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtebacktrace_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtebacktrace_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_ORDER_COMPONENT_LIST([prtebacktrace]) m4trace:configure.ac:816: -4- PRTE_EVAL_ARG([MCA_prte_prtebacktrace_execinfo_PRIORITY ]) m4trace:configure.ac:816: -4- MCA_prte_prtebacktrace_execinfo_PRIORITY m4trace:configure.ac:816: -4- PRTE_EVAL_ARG([MCA_prte_prtebacktrace_none_PRIORITY ]) m4trace:configure.ac:816: -4- MCA_prte_prtebacktrace_none_PRIORITY m4trace:configure.ac:816: -4- PRTE_EVAL_ARG([MCA_prte_prtebacktrace_printstack_PRIORITY ]) m4trace:configure.ac:816: -4- MCA_prte_prtebacktrace_printstack_PRIORITY m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtebacktrace_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([prtebacktrace], [execinfo], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_prte_prtebacktrace_execinfo_PRIORITY m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([prtebacktrace], [execinfo], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_prte_prtebacktrace_execinfo_COMPILE_MODE([prtebacktrace], [execinfo], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_prtebacktrace_execinfo_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- m4_pattern_allow([^HAVE_EXECINFO_H$]) m4trace:configure.ac:816: -1- PRTE_SEARCH_LIBS_COMPONENT([backtrace_execinfo], [backtrace], [execinfo], [prtebacktrace_execinfo_happy="yes"], [prtebacktrace_execinfo_happy="no"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([backtrace_execinfo_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:816: -1- OAC_APPEND([backtrace_execinfo_LIBS], [$oac_list_arg]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([backtrace_execinfo_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- m4_pattern_allow([^PRTE_HAVE_BACKTRACE_EXECINFO$]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([prtebacktrace], [execinfo], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([prtebacktrace], [execinfo]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_prtebacktrace_execinfo_DSO], [test "$BUILD_prte_prtebacktrace_execinfo_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_prtebacktrace_execinfo_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_prtebacktrace_execinfo_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_prtebacktrace_execinfo_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_prtebacktrace_execinfo_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtebacktrace_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtebacktrace_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtebacktrace_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([prtebacktrace], [printstack], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_prte_prtebacktrace_printstack_PRIORITY m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([prtebacktrace], [printstack], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_prte_prtebacktrace_printstack_COMPILE_MODE([prtebacktrace], [printstack], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_prtebacktrace_printstack_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- m4_pattern_allow([^HAVE_UCONTEXT_H$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^HAVE_PRINTSTACK$]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([prtebacktrace], [printstack], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([prtebacktrace], [printstack]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_prtebacktrace_printstack_DSO], [test "$BUILD_prte_prtebacktrace_printstack_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_prtebacktrace_printstack_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_prtebacktrace_printstack_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_prtebacktrace_printstack_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_prtebacktrace_printstack_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtebacktrace_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtebacktrace_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtebacktrace_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([prtebacktrace], [none], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_prte_prtebacktrace_none_PRIORITY m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([prtebacktrace], [none], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_prte_prtebacktrace_none_COMPILE_MODE([prtebacktrace], [none], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_prtebacktrace_none_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([prtebacktrace], [none], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([prtebacktrace], [none]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_prtebacktrace_none_DSO], [test "$BUILD_prte_prtebacktrace_none_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_prtebacktrace_none_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_prtebacktrace_none_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_prtebacktrace_none_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_prtebacktrace_none_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtebacktrace_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtebacktrace_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtebacktrace_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prtebacktrace_ALL_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prtebacktrace_STATIC_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prtebacktrace_DSO_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prtebacktrace_STATIC_LTLIBS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_prtebacktrace_ALL_SUBDIRS], [prtebacktrace], [$all_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prtebacktrace_ALL_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_prtebacktrace_STATIC_SUBDIRS], [prtebacktrace], [$static_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prtebacktrace_STATIC_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_prtebacktrace_DSO_SUBDIRS], [prtebacktrace], [$dso_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prtebacktrace_DSO_SUBDIRS$]) m4trace:configure.ac:816: -1- MCA_prte_prtedl_CONFIG([prtedl]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_FRAMEWORK([prtedl], [$want_prtedl]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtedl_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtedl_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtedl_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtedl_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_ORDER_COMPONENT_LIST([prtedl]) m4trace:configure.ac:816: -4- PRTE_EVAL_ARG([MCA_prte_prtedl_dlopen_PRIORITY ]) m4trace:configure.ac:816: -4- MCA_prte_prtedl_dlopen_PRIORITY m4trace:configure.ac:816: -4- PRTE_EVAL_ARG([MCA_prte_prtedl_libltdl_PRIORITY ]) m4trace:configure.ac:816: -4- MCA_prte_prtedl_libltdl_PRIORITY m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtedl_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([prtedl], [dlopen], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_prte_prtedl_dlopen_PRIORITY m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([prtedl], [dlopen], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_prte_prtedl_dlopen_COMPILE_MODE([prtedl], [dlopen], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_prtedl_dlopen_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE([dlopen], [prte_prtedl_dlopen], [dlfcn.h], [dl], [dlopen], [prte_prtedl_dlopen_happy=yes], [prte_prtedl_dlopen_happy=no]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([dlopen]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_prtedl_dlopen]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_prte_prtedl_dlopen_save_CPPFLAGS check_package_prte_prtedl_dlopen_save_LDFLAGS check_package_prte_prtedl_dlopen_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([dlopen], [prte_prtedl_dlopen], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([dlopen], [prte_prtedl_dlopen], [${oac_cv_check_package_dlopen_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_dlopen_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [prte_prtedl_dlopen_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:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -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:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_dlopen_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -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:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -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:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_dlopen_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -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:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -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:816: -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:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -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:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -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:816: -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:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -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:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -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:816: -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:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -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:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -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:816: -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:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([dlopen], [prte_prtedl_dlopen], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([dlopen], [prte_prtedl_dlopen], [${oac_cv_check_package_dlopen_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:816: -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:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -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:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -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:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -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:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_dlopen_wrapper_compiler_cppflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -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:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -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:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_dlopen_wrapper_compiler_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -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:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -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:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_dlopen_wrapper_compiler_static_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -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:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -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:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_dlopen_wrapper_compiler_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -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:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -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:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_dlopen_wrapper_compiler_static_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC([dlopen], [prte_prtedl_dlopen], [dlfcn.h], [dl], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([dlopen], [prte_prtedl_dlopen], [dlfcn.h], [dl], [check_package_generic_happy=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([prte_prtedl_dlopen_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_prtedl_dlopen_LIBS]) m4trace:configure.ac:816: -1- OAC_APPEND([prte_prtedl_dlopen_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_prtedl_dlopen_STATIC_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([prte_prtedl_dlopen_LDFLAGS], [${prte_prtedl_dlopen_STATIC_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_prtedl_dlopen_LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([prte_prtedl_dlopen_LIBS], [${prte_prtedl_dlopen_STATIC_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_prtedl_dlopen_LIBS]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_VERIFY([dlopen], [prte_prtedl_dlopen], [dlfcn.h], [dlopen], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:816: -1- OAC_APPEND([CPPFLAGS], [${prte_prtedl_dlopen_CPPFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LDFLAGS], [${prte_prtedl_dlopen_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LIBS], [${prte_prtedl_dlopen_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- m4_pattern_allow([^prte_prtedl_dlopen_LIBS$]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([prtedl], [dlopen], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([prtedl], [dlopen]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_prtedl_dlopen_DSO], [test "$BUILD_prte_prtedl_dlopen_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_prtedl_dlopen_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_prtedl_dlopen_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_prtedl_dlopen_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_prtedl_dlopen_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtedl_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtedl_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtedl_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([prtedl], [libltdl], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_prte_prtedl_libltdl_PRIORITY m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([prtedl], [libltdl], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_prte_prtedl_libltdl_COMPILE_MODE([prtedl], [libltdl], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_prtedl_libltdl_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE([libltdl], [prte_prtedl_libltdl], [ltprtedl.h], [ltprtedl], [lt_dlopen], [prte_prtedl_libltdl_happy=yes], [prte_prtedl_libltdl_happy=no]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([libltdl]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_prtedl_libltdl]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_prte_prtedl_libltdl_save_CPPFLAGS check_package_prte_prtedl_libltdl_save_LDFLAGS check_package_prte_prtedl_libltdl_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([libltdl], [prte_prtedl_libltdl], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([libltdl], [prte_prtedl_libltdl], [${oac_cv_check_package_libltdl_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libltdl_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [prte_prtedl_libltdl_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:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -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:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_libltdl_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -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:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -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:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_libltdl_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -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:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -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:816: -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:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -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:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -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:816: -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:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -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:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -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:816: -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:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -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:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -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:816: -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:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([libltdl], [prte_prtedl_libltdl], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([libltdl], [prte_prtedl_libltdl], [${oac_cv_check_package_libltdl_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:816: -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:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -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:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -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:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -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:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libltdl_wrapper_compiler_cppflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -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:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -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:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libltdl_wrapper_compiler_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -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:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -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:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libltdl_wrapper_compiler_static_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -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:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -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:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libltdl_wrapper_compiler_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -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:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -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:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libltdl_wrapper_compiler_static_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC([libltdl], [prte_prtedl_libltdl], [ltprtedl.h], [ltprtedl], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([libltdl], [prte_prtedl_libltdl], [ltprtedl.h], [ltprtedl], [check_package_generic_happy=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([prte_prtedl_libltdl_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_prtedl_libltdl_LIBS]) m4trace:configure.ac:816: -1- OAC_APPEND([prte_prtedl_libltdl_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_prtedl_libltdl_STATIC_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([prte_prtedl_libltdl_LDFLAGS], [${prte_prtedl_libltdl_STATIC_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_prtedl_libltdl_LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([prte_prtedl_libltdl_LIBS], [${prte_prtedl_libltdl_STATIC_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_prtedl_libltdl_LIBS]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_VERIFY([libltdl], [prte_prtedl_libltdl], [ltprtedl.h], [lt_dlopen], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:816: -1- OAC_APPEND([CPPFLAGS], [${prte_prtedl_libltdl_CPPFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LDFLAGS], [${prte_prtedl_libltdl_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LIBS], [${prte_prtedl_libltdl_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- m4_pattern_allow([^PRTE_DL_LIBLTDL_HAVE_LT_DLADVISE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^prte_prtedl_libltdl_CPPFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^prte_prtedl_libltdl_LDFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^prte_prtedl_libltdl_LIBS$]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([prtedl], [libltdl], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([prtedl], [libltdl]) m4trace:configure.ac:816: -1- MCA_prte_prtedl_libltdl_POST_CONFIG([$should_build]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_prtedl_libltdl_DSO], [test "$BUILD_prte_prtedl_libltdl_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_prtedl_libltdl_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_prtedl_libltdl_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_prtedl_libltdl_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_prtedl_libltdl_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtedl_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtedl_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtedl_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prtedl_ALL_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prtedl_STATIC_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prtedl_DSO_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prtedl_STATIC_LTLIBS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_prtedl_ALL_SUBDIRS], [prtedl], [$all_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prtedl_ALL_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_prtedl_STATIC_SUBDIRS], [prtedl], [$static_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prtedl_STATIC_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_prtedl_DSO_SUBDIRS], [prtedl], [$dso_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prtedl_DSO_SUBDIRS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^PRTE_HAVE_DL_SUPPORT$]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_FRAMEWORK([prteinstalldirs], [1]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prteinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- MCA_prte_prteinstalldirs_CONFIGURE_MODE m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prteinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- MCA_prte_prteinstalldirs_CONFIGURE_MODE m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prteinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- MCA_prte_prteinstalldirs_CONFIGURE_MODE m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prteinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- MCA_prte_prteinstalldirs_CONFIGURE_MODE m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prteinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- MCA_prte_prteinstalldirs_CONFIGURE_MODE m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prteinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- MCA_prte_prteinstalldirs_CONFIGURE_MODE m4trace:configure.ac:816: -1- MCA_ORDER_COMPONENT_LIST([prteinstalldirs]) m4trace:configure.ac:816: -4- PRTE_EVAL_ARG([MCA_prte_prteinstalldirs_config_PRIORITY ]) m4trace:configure.ac:816: -4- MCA_prte_prteinstalldirs_config_PRIORITY m4trace:configure.ac:816: -4- PRTE_EVAL_ARG([MCA_prte_prteinstalldirs_env_PRIORITY ]) m4trace:configure.ac:816: -4- MCA_prte_prteinstalldirs_env_PRIORITY m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prteinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- MCA_prte_prteinstalldirs_CONFIGURE_MODE m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([prteinstalldirs], [env], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_prte_prteinstalldirs_env_PRIORITY m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([prteinstalldirs], [env], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_prte_prteinstalldirs_env_COMPILE_MODE([prteinstalldirs], [env], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_prteinstalldirs_env_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([prteinstalldirs], [env], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([prteinstalldirs], [env]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_prteinstalldirs_env_DSO], [test "$BUILD_prte_prteinstalldirs_env_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_prteinstalldirs_env_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_prteinstalldirs_env_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_prteinstalldirs_env_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_prteinstalldirs_env_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prteinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- MCA_prte_prteinstalldirs_CONFIGURE_MODE m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prteinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- MCA_prte_prteinstalldirs_CONFIGURE_MODE m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prteinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- MCA_prte_prteinstalldirs_CONFIGURE_MODE m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([prteinstalldirs], [config], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_prte_prteinstalldirs_config_PRIORITY m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([prteinstalldirs], [config], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_prte_prteinstalldirs_config_COMPILE_MODE([prteinstalldirs], [config], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_prteinstalldirs_config_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([prteinstalldirs], [config], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([prteinstalldirs], [config]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_prteinstalldirs_config_DSO], [test "$BUILD_prte_prteinstalldirs_config_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_prteinstalldirs_config_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_prteinstalldirs_config_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_prteinstalldirs_config_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_prteinstalldirs_config_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prteinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- MCA_prte_prteinstalldirs_CONFIGURE_MODE m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prteinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- MCA_prte_prteinstalldirs_CONFIGURE_MODE m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prteinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- MCA_prte_prteinstalldirs_CONFIGURE_MODE m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prteinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- MCA_prte_prteinstalldirs_CONFIGURE_MODE m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prteinstalldirs_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- MCA_prte_prteinstalldirs_CONFIGURE_MODE m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prteinstalldirs_ALL_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prteinstalldirs_STATIC_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prteinstalldirs_DSO_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prteinstalldirs_STATIC_LTLIBS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_prteinstalldirs_ALL_SUBDIRS], [prteinstalldirs], [$all_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prteinstalldirs_ALL_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_prteinstalldirs_STATIC_SUBDIRS], [prteinstalldirs], [$static_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prteinstalldirs_STATIC_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_prteinstalldirs_DSO_SUBDIRS], [prteinstalldirs], [$dso_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prteinstalldirs_DSO_SUBDIRS$]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_FRAMEWORK([prtereachable], [1]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtereachable_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtereachable_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtereachable_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([prtereachable], [weighted], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([prtereachable], [weighted], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([prtereachable], [weighted], [compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([prtereachable], [weighted], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([prtereachable], [weighted]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_prtereachable_weighted_DSO], [test "$BUILD_prte_prtereachable_weighted_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_prtereachable_weighted_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_prtereachable_weighted_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_prtereachable_weighted_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_prtereachable_weighted_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtereachable_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtereachable_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtereachable_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtereachable_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([prtereachable], [netlink], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([prtereachable], [netlink], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([prtereachable], [netlink], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_prtereachable_netlink_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE([libnl_route], [prte_reachable_netlink], [netlink/route/route.h], [nl-route-3 nl-3], [rtnl_route_get], [prte_reachable_netlink_happy=1], [prte_reachable_netlink_happy=0]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([libnl_route]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_reachable_netlink]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_prte_reachable_netlink_save_CPPFLAGS check_package_prte_reachable_netlink_save_LDFLAGS check_package_prte_reachable_netlink_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([libnl_route], [prte_reachable_netlink], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([libnl_route], [prte_reachable_netlink], [${oac_cv_check_package_libnl_route_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libnl_route_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [prte_reachable_netlink_PC_MODULES=${oac_cv_check_package_libnl_route_pcfilename} oac_cv_check_package_libnl_route_pkg_config_exists=yes], [oac_cv_check_package_libnl_route_pkg_config_exists=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_libnl_route_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:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_libnl_route_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libnl_route_pcfilename}], [--cflags], [oac_cv_check_package_libnl_route_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route cppflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_libnl_route_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libnl_route_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_libnl_route_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libnl_route_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_libnl_route_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_libnl_route_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libnl_route_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_libnl_route_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libnl_route_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_libnl_route_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route static ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_libnl_route_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libnl_route_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_libnl_route_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libnl_route_pcfilename}], [--libs-only-l], [oac_cv_check_package_libnl_route_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_libnl_route_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libnl_route_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_libnl_route_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libnl_route_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_libnl_route_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_libnl_route_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libnl_route_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_libnl_route_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([libnl_route], [prte_reachable_netlink], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([libnl_route], [prte_reachable_netlink], [${oac_cv_check_package_libnl_route_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libnl_route_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_libnl_route_wrapper_compiler_works=yes], [oac_cv_check_package_libnl_route_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libnl_route_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_libnl_route_wrapper_compiler_works=yes], [oac_cv_check_package_libnl_route_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libnl_route_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libnl_route_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_libnl_route_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libnl_route_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_libnl_route_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libnl_route_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_libnl_route_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libnl_route_wrapper_compiler_cppflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libnl_route_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_libnl_route_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libnl_route_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_libnl_route_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libnl_route_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_libnl_route_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libnl_route_wrapper_compiler_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libnl_route_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_libnl_route_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libnl_route_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_libnl_route_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libnl_route_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_libnl_route_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libnl_route_wrapper_compiler_static_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libnl_route_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_libnl_route_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libnl_route_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_libnl_route_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libnl_route_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_libnl_route_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libnl_route_wrapper_compiler_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libnl_route_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_libnl_route_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libnl_route_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_libnl_route_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libnl_route_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_libnl_route_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libnl_route_wrapper_compiler_static_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC([libnl_route], [prte_reachable_netlink], [netlink/route/route.h], [nl-route-3 nl-3], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([libnl_route], [prte_reachable_netlink], [netlink/route/route.h], [nl-route-3 nl-3], [check_package_generic_happy=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([prte_reachable_netlink_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_reachable_netlink_LIBS]) m4trace:configure.ac:816: -1- OAC_APPEND([prte_reachable_netlink_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_reachable_netlink_STATIC_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([prte_reachable_netlink_LDFLAGS], [${prte_reachable_netlink_STATIC_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_reachable_netlink_LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([prte_reachable_netlink_LIBS], [${prte_reachable_netlink_STATIC_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_reachable_netlink_LIBS]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_VERIFY([libnl_route], [prte_reachable_netlink], [netlink/route/route.h], [rtnl_route_get], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:816: -1- OAC_APPEND([CPPFLAGS], [${prte_reachable_netlink_CPPFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LDFLAGS], [${prte_reachable_netlink_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LIBS], [${prte_reachable_netlink_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- m4_pattern_allow([^prte_reachable_netlink_CPPFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^prte_reachable_netlink_LDFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^prte_reachable_netlink_LIBS$]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([prtereachable], [netlink], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([prtereachable], [netlink]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_prtereachable_netlink_DSO], [test "$BUILD_prte_prtereachable_netlink_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_prtereachable_netlink_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_prtereachable_netlink_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_prtereachable_netlink_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_prtereachable_netlink_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtereachable_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtereachable_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtereachable_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtereachable_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_prtereachable_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CHECK_IGNORED_PRIORITY([prtereachable]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([prtereachable], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([prtereachable], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([prtereachable], [$component], [compile_mode]) m4trace:configure.ac:816: -1- PRTE_CONFIG_SUBDIR([src/mca/prtereachable/$component], [$prte_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([prtereachable], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([prtereachable], [$component]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prtereachable_ALL_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prtereachable_STATIC_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prtereachable_DSO_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prtereachable_STATIC_LTLIBS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_prtereachable_ALL_SUBDIRS], [prtereachable], [$all_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prtereachable_ALL_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_prtereachable_STATIC_SUBDIRS], [prtereachable], [$static_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prtereachable_STATIC_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_prtereachable_DSO_SUBDIRS], [prtereachable], [$dso_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_prtereachable_DSO_SUBDIRS$]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_FRAMEWORK([ras], [1]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ras_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ras_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ras_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([ras], [simulator], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([ras], [simulator], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([ras], [simulator], [compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([ras], [simulator], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([ras], [simulator]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_ras_simulator_DSO], [test "$BUILD_prte_ras_simulator_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_ras_simulator_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_ras_simulator_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_ras_simulator_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_ras_simulator_DSO_FALSE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([ras], [testrm], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([ras], [testrm], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([ras], [testrm], [compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([ras], [testrm], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([ras], [testrm]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_ras_testrm_DSO], [test "$BUILD_prte_ras_testrm_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_ras_testrm_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_ras_testrm_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_ras_testrm_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_ras_testrm_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ras_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ras_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ras_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ras_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ras], [alps], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([ras], [alps], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([ras], [alps], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_ras_alps_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- PRTE_CHECK_ALPS([ras_alps], [ras_alps_happy="yes"], [ras_alps_happy="no"]) m4trace:configure.ac:816: -1- PRTE_CHECK_ALPS_CLE4([prte_check_cray_alps_happy="yes"], [prte_check_cray_alps_happy="no"]) m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPSLLI], [cray-alpslli], [prte_check_cray_alps_happy="yes"], [prte_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:816: -1- m4_pattern_allow([^CRAY_ALPSLLI_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSLLI_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSLLI_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPSUTIL], [cray-alpsutil], [prte_check_cray_alps_happy="yes"], [prte_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:816: -1- m4_pattern_allow([^CRAY_ALPSUTIL_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSUTIL_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSUTIL_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPS], [cray-alps], [prte_check_cray_alps_happy="yes"], [prte_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:816: -1- m4_pattern_allow([^CRAY_ALPS_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPS_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPS_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_WLM_DETECT], [cray-wlm_detect], [prte_check_cray_alps_happy="yes" AC_DEFINE_UNQUOTED([CRAY_WLM_DETECT],[1], [defined to 1 if cray wlm available, 0 otherwise]) ], [prte_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:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT$]) m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_UGNI], [cray-ugni], [prte_check_cray_alps_happy="yes" AC_DEFINE_UNQUOTED([CRAY_UGNI],[1], [defined to 1 if cray uGNI available, 0 otherwise]) ], [prte_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:816: -1- m4_pattern_allow([^CRAY_UGNI_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_UGNI_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_UGNI_STATIC_LIBS$]) m4trace:configure.ac:816: -1- PKG_CHECK_EXISTS([cray-ugni], [pkg_cv_[]CRAY_UGNI_CFLAGS=`$PKG_CONFIG --[]cflags "cray-ugni" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:816: -1- PKG_CHECK_EXISTS([cray-ugni], [pkg_cv_[]CRAY_UGNI_LIBS=`$PKG_CONFIG --[]libs "cray-ugni" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:816: -1- PKG_CHECK_EXISTS([cray-ugni], [pkg_cv_[]CRAY_UGNI_STATIC_LIBS=`$PKG_CONFIG --[]libs --[]static "cray-ugni" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_UGNI$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^PRTE_HAVE_CRAY_ALPS$]) m4trace:configure.ac:816: -1- PRTE_SUMMARY_ADD([Resource Managers], [Cray Alps], [], [$prte_check_cray_alps_happy]) m4trace:configure.ac:816: -1- OAC_SUMMARY_ADD([Resource Managers], [Cray Alps], [$prte_check_cray_alps_happy]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Resource Managers])]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- m4_pattern_allow([^HAVE_ALPS_APINFO_H$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^ras_alps_CPPFLAGS$]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([ras], [alps], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([ras], [alps]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_ras_alps_DSO], [test "$BUILD_prte_ras_alps_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_ras_alps_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_ras_alps_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_ras_alps_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_ras_alps_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ras_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ras_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ras_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ras], [gridengine], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([ras], [gridengine], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([ras], [gridengine], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_ras_gridengine_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- PRTE_CHECK_GRIDENGINE([ras_gridengine], [ras_gridengine_happy="yes"], [ras_gridengine_happy="no"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^QRSH$]) m4trace:configure.ac:816: -1- PRTE_SUMMARY_ADD([Resource Managers], [Grid Engine], [], [$prte_gridengine_build]) m4trace:configure.ac:816: -1- OAC_SUMMARY_ADD([Resource Managers], [Grid Engine], [$prte_gridengine_build]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Resource Managers])]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([ras], [gridengine], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([ras], [gridengine]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_ras_gridengine_DSO], [test "$BUILD_prte_ras_gridengine_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_ras_gridengine_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_ras_gridengine_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_ras_gridengine_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_ras_gridengine_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ras_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ras_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ras_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ras], [lsf], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([ras], [lsf], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([ras], [lsf], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_ras_lsf_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- PRTE_CHECK_LSF([ras_lsf], [ras_lsf_good=1], [ras_lsf_good=0]) m4trace:configure.ac:816: -1- PRTE_SEARCH_LIBS_COMPONENT([yp_all_nsl], [yp_all], [nsl bsd BSD sun], [prte_check_lsf_happy="yes"], [AS_IF([test "${with_lsf}" = "yes"], [AC_MSG_WARN([[Could not find yp_all. Please see https://github.com/openpmix/prrte/wiki/Building-LSF-support for more details.]]) AC_MSG_ERROR([Cannot build requested LSF support])]) prte_check_lsf_happy="no"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([yp_all_nsl_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:816: -1- OAC_APPEND([yp_all_nsl_LIBS], [$oac_list_arg]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([yp_all_nsl_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- m4_pattern_allow([^PRTE_HAVE_YP_ALL_NSL$]) m4trace:configure.ac:816: -1- PRTE_SEARCH_LIBS_COMPONENT([shm_open_rt], [shm_open], [rt], [prte_check_lsf_happy="yes"], [prte_check_lsf_happy="no"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([shm_open_rt_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:816: -1- OAC_APPEND([shm_open_rt_LIBS], [$oac_list_arg]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([shm_open_rt_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- m4_pattern_allow([^PRTE_HAVE_SHM_OPEN_RT$]) m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE([lsf], [ls_info_lsf], [lsf/lsf.h], [lsf $yp_all_nsl_LIBS $shm_open_rt_LIBS], [ls_info], [prte_check_lsf_happy="yes"], [prte_check_lsf_happy="no"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([lsf]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ls_info_lsf]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_ls_info_lsf_save_CPPFLAGS check_package_ls_info_lsf_save_LDFLAGS check_package_ls_info_lsf_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([lsf], [ls_info_lsf], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([lsf], [ls_info_lsf], [${oac_cv_check_package_lsf_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsf_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [ls_info_lsf_PC_MODULES=${oac_cv_check_package_lsf_pcfilename} oac_cv_check_package_lsf_pkg_config_exists=yes], [oac_cv_check_package_lsf_pkg_config_exists=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_lsf_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:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_lsf_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsf_pcfilename}], [--cflags], [oac_cv_check_package_lsf_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf cppflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_lsf_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsf_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_lsf_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsf_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_lsf_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_lsf_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsf_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_lsf_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsf_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_lsf_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf static ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_lsf_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsf_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_lsf_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsf_pcfilename}], [--libs-only-l], [oac_cv_check_package_lsf_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_lsf_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsf_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_lsf_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsf_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_lsf_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_lsf_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsf_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_lsf_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([lsf], [ls_info_lsf], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([lsf], [ls_info_lsf], [${oac_cv_check_package_lsf_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsf_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_lsf_wrapper_compiler_works=yes], [oac_cv_check_package_lsf_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_lsf_wrapper_compiler_works=yes], [oac_cv_check_package_lsf_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsf_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsf_wrapper_compiler_cppflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsf_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsf_wrapper_compiler_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsf_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsf_wrapper_compiler_static_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsf_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsf_wrapper_compiler_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_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_lsf_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsf static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsf_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsf_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsf_wrapper_compiler_static_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC([lsf], [ls_info_lsf], [lsf/lsf.h], [lsf $yp_all_nsl_LIBS $shm_open_rt_LIBS], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([lsf], [ls_info_lsf], [lsf/lsf.h], [lsf $yp_all_nsl_LIBS $shm_open_rt_LIBS], [check_package_generic_happy=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([ls_info_lsf_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ls_info_lsf_LIBS]) m4trace:configure.ac:816: -1- OAC_APPEND([ls_info_lsf_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ls_info_lsf_STATIC_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([ls_info_lsf_LDFLAGS], [${ls_info_lsf_STATIC_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ls_info_lsf_LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([ls_info_lsf_LIBS], [${ls_info_lsf_STATIC_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([ls_info_lsf_LIBS]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_VERIFY([lsf], [ls_info_lsf], [lsf/lsf.h], [ls_info], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:816: -1- OAC_APPEND([CPPFLAGS], [${ls_info_lsf_CPPFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LDFLAGS], [${ls_info_lsf_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LIBS], [${ls_info_lsf_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE([lsfbatch], [prte_check_lsf], [lsf/lsbatch.h], [bat $ls_info_lsf_LIBS], [lsb_launch], [prte_check_lsf_happy="yes"], [prte_check_lsf_happy="no"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([lsfbatch]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_check_lsf]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_prte_check_lsf_save_CPPFLAGS check_package_prte_check_lsf_save_LDFLAGS check_package_prte_check_lsf_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([lsfbatch], [prte_check_lsf], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([lsfbatch], [prte_check_lsf], [${oac_cv_check_package_lsfbatch_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsfbatch_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [prte_check_lsf_PC_MODULES=${oac_cv_check_package_lsfbatch_pcfilename} oac_cv_check_package_lsfbatch_pkg_config_exists=yes], [oac_cv_check_package_lsfbatch_pkg_config_exists=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_lsfbatch_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:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsfbatch_pcfilename}], [--cflags], [oac_cv_check_package_lsfbatch_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch cppflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsfbatch_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsfbatch_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_lsfbatch_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsfbatch_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsfbatch_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_lsfbatch_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch static ldflags from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsfbatch_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsfbatch_pcfilename}], [--libs-only-l], [oac_cv_check_package_lsfbatch_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsfbatch_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lsfbatch_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_lsfbatch_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch libs from pkg-config])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lsfbatch_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_lsfbatch_pcfilename} 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([lsfbatch], [prte_check_lsf], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([lsfbatch], [prte_check_lsf], [${oac_cv_check_package_lsfbatch_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsfbatch_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_lsfbatch_wrapper_compiler_works=yes], [oac_cv_check_package_lsfbatch_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_lsfbatch_wrapper_compiler_works=yes], [oac_cv_check_package_lsfbatch_wrapper_compiler_works=no]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch cppflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsfbatch_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsfbatch_wrapper_compiler_cppflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsfbatch_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsfbatch_wrapper_compiler_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch static ldflags from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsfbatch_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsfbatch_wrapper_compiler_static_ldflags]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsfbatch_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsfbatch_wrapper_compiler_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:816: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_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_lsfbatch_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lsfbatch static libs from wrapper compiler])]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lsfbatch_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_cv_check_package_lsfbatch_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lsfbatch_wrapper_compiler_static_libs]) m4trace:configure.ac:816: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC([lsfbatch], [prte_check_lsf], [lsf/lsbatch.h], [bat $ls_info_lsf_LIBS], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([lsfbatch], [prte_check_lsf], [lsf/lsbatch.h], [bat $ls_info_lsf_LIBS], [check_package_generic_happy=1]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([prte_check_lsf_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_check_lsf_LIBS]) m4trace:configure.ac:816: -1- OAC_APPEND([prte_check_lsf_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_check_lsf_STATIC_LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_APPEND([prte_check_lsf_LDFLAGS], [${prte_check_lsf_STATIC_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_check_lsf_LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([prte_check_lsf_LIBS], [${prte_check_lsf_STATIC_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([prte_check_lsf_LIBS]) m4trace:configure.ac:816: -1- _OAC_CHECK_PACKAGE_VERIFY([lsfbatch], [prte_check_lsf], [lsf/lsbatch.h], [lsb_launch], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:816: -1- OAC_APPEND([CPPFLAGS], [${prte_check_lsf_CPPFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LDFLAGS], [${prte_check_lsf_LDFLAGS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:816: -1- OAC_APPEND([LIBS], [${prte_check_lsf_LIBS}]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- PRTE_SUMMARY_ADD([Resource Managers], [LSF], [], [$prte_check_lsf_happy]) m4trace:configure.ac:816: -1- OAC_SUMMARY_ADD([Resource Managers], [LSF], [$prte_check_lsf_happy]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Resource Managers])]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- m4_pattern_allow([^ras_lsf_CPPFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^ras_lsf_LDFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^ras_lsf_LIBS$]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([ras], [lsf], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([ras], [lsf]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_ras_lsf_DSO], [test "$BUILD_prte_ras_lsf_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_ras_lsf_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_ras_lsf_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_ras_lsf_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_ras_lsf_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ras_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ras_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ras_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ras], [pbs], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([ras], [pbs], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([ras], [pbs], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_ras_pbs_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- PRTE_WHICH([pbsdash], [PRTE_CHECK_PBSDASH]) m4trace:configure.ac:816: -1- PRTE_SUMMARY_ADD([Resource Managers], [PBS], [], [$prte_check_pbs_happy (scheduler)]) m4trace:configure.ac:816: -1- OAC_SUMMARY_ADD([Resource Managers], [PBS], [$prte_check_pbs_happy (scheduler)]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Resource Managers])]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([ras], [pbs], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([ras], [pbs]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_ras_pbs_DSO], [test "$BUILD_prte_ras_pbs_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_ras_pbs_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_ras_pbs_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_ras_pbs_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_ras_pbs_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ras_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ras_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ras_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ras], [slurm], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([ras], [slurm], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([ras], [slurm], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_ras_slurm_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- PRTE_CHECK_SLURM([ras_slurm], [ras_slurm_good=1], [ras_slurm_good=0]) m4trace:configure.ac:816: -1- PRTE_WHICH([srun], [PRTE_CHECK_SLURM_SRUN]) m4trace:configure.ac:816: -1- PRTE_CHECK_ALPS([prte_slurm_cray], [slurm_cray_env=1]) m4trace:configure.ac:816: -1- PRTE_CHECK_ALPS_CLE4([prte_check_cray_alps_happy="yes"], [prte_check_cray_alps_happy="no"]) m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPSLLI], [cray-alpslli], [prte_check_cray_alps_happy="yes"], [prte_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:816: -1- m4_pattern_allow([^CRAY_ALPSLLI_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSLLI_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSLLI_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPSUTIL], [cray-alpsutil], [prte_check_cray_alps_happy="yes"], [prte_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:816: -1- m4_pattern_allow([^CRAY_ALPSUTIL_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSUTIL_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPSUTIL_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_ALPS], [cray-alps], [prte_check_cray_alps_happy="yes"], [prte_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:816: -1- m4_pattern_allow([^CRAY_ALPS_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPS_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_ALPS_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_WLM_DETECT], [cray-wlm_detect], [prte_check_cray_alps_happy="yes" AC_DEFINE_UNQUOTED([CRAY_WLM_DETECT],[1], [defined to 1 if cray wlm available, 0 otherwise]) ], [prte_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:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT_STATIC_LIBS$]) m4trace:configure.ac:816: -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:816: -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:816: -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:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_WLM_DETECT$]) m4trace:configure.ac:816: -1- PKG_CHECK_MODULES_STATIC([CRAY_UGNI], [cray-ugni], [prte_check_cray_alps_happy="yes" AC_DEFINE_UNQUOTED([CRAY_UGNI],[1], [defined to 1 if cray uGNI available, 0 otherwise]) ], [prte_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:816: -1- m4_pattern_allow([^CRAY_UGNI_CFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_UGNI_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_UGNI_STATIC_LIBS$]) m4trace:configure.ac:816: -1- PKG_CHECK_EXISTS([cray-ugni], [pkg_cv_[]CRAY_UGNI_CFLAGS=`$PKG_CONFIG --[]cflags "cray-ugni" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:816: -1- PKG_CHECK_EXISTS([cray-ugni], [pkg_cv_[]CRAY_UGNI_LIBS=`$PKG_CONFIG --[]libs "cray-ugni" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:816: -1- PKG_CHECK_EXISTS([cray-ugni], [pkg_cv_[]CRAY_UGNI_STATIC_LIBS=`$PKG_CONFIG --[]libs --[]static "cray-ugni" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:816: -1- _PKG_SHORT_ERRORS_SUPPPRTED m4trace:configure.ac:816: -1- m4_pattern_allow([^CRAY_UGNI$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^PRTE_HAVE_CRAY_ALPS$]) m4trace:configure.ac:816: -1- PRTE_SUMMARY_ADD([Resource Managers], [Cray Alps], [], [$prte_check_cray_alps_happy]) m4trace:configure.ac:816: -1- OAC_SUMMARY_ADD([Resource Managers], [Cray Alps], [$prte_check_cray_alps_happy]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Resource Managers])]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- m4_pattern_allow([^SLURM_CRAY_ENV$]) m4trace:configure.ac:816: -1- PRTE_SUMMARY_ADD([Resource Managers], [Slurm], [], [$prte_check_slurm_happy]) m4trace:configure.ac:816: -1- OAC_SUMMARY_ADD([Resource Managers], [Slurm], [$prte_check_slurm_happy]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Resource Managers])]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- m4_pattern_allow([^ras_slurm_CPPFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^ras_slurm_LDFLAGS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^ras_slurm_LIBS$]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([ras], [slurm], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([ras], [slurm]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_ras_slurm_DSO], [test "$BUILD_prte_ras_slurm_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_ras_slurm_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_ras_slurm_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_ras_slurm_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_ras_slurm_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ras_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ras_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ras_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ras_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_ras_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CHECK_IGNORED_PRIORITY([ras]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([ras], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([ras], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([ras], [$component], [compile_mode]) m4trace:configure.ac:816: -1- PRTE_CONFIG_SUBDIR([src/mca/ras/$component], [$prte_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([ras], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([ras], [$component]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_ras_ALL_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_ras_STATIC_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_ras_DSO_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_ras_STATIC_LTLIBS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_ras_ALL_SUBDIRS], [ras], [$all_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_ras_ALL_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_ras_STATIC_SUBDIRS], [ras], [$static_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_ras_STATIC_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_ras_DSO_SUBDIRS], [ras], [$dso_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_ras_DSO_SUBDIRS$]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_FRAMEWORK([rmaps], [1]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_rmaps_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_rmaps_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_rmaps_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([rmaps], [ppr], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([rmaps], [ppr], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([rmaps], [ppr], [compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([rmaps], [ppr], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([rmaps], [ppr]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_rmaps_ppr_DSO], [test "$BUILD_prte_rmaps_ppr_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_rmaps_ppr_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_rmaps_ppr_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_rmaps_ppr_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_rmaps_ppr_DSO_FALSE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([rmaps], [rank_file], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([rmaps], [rank_file], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([rmaps], [rank_file], [compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([rmaps], [rank_file], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([rmaps], [rank_file]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_rmaps_rank_file_DSO], [test "$BUILD_prte_rmaps_rank_file_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_rmaps_rank_file_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_rmaps_rank_file_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_rmaps_rank_file_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_rmaps_rank_file_DSO_FALSE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([rmaps], [round_robin], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([rmaps], [round_robin], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([rmaps], [round_robin], [compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([rmaps], [round_robin], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([rmaps], [round_robin]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_rmaps_round_robin_DSO], [test "$BUILD_prte_rmaps_round_robin_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_rmaps_round_robin_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_rmaps_round_robin_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_rmaps_round_robin_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_rmaps_round_robin_DSO_FALSE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([rmaps], [seq], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([rmaps], [seq], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([rmaps], [seq], [compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([rmaps], [seq], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([rmaps], [seq]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_rmaps_seq_DSO], [test "$BUILD_prte_rmaps_seq_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_rmaps_seq_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_rmaps_seq_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_rmaps_seq_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_rmaps_seq_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_rmaps_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_rmaps_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_rmaps_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_rmaps_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_rmaps_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_rmaps_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CHECK_IGNORED_PRIORITY([rmaps]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([rmaps], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([rmaps], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([rmaps], [$component], [compile_mode]) m4trace:configure.ac:816: -1- PRTE_CONFIG_SUBDIR([src/mca/rmaps/$component], [$prte_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([rmaps], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([rmaps], [$component]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_rmaps_ALL_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_rmaps_STATIC_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_rmaps_DSO_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_rmaps_STATIC_LTLIBS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_rmaps_ALL_SUBDIRS], [rmaps], [$all_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_rmaps_ALL_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_rmaps_STATIC_SUBDIRS], [rmaps], [$static_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_rmaps_STATIC_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_rmaps_DSO_SUBDIRS], [rmaps], [$dso_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_rmaps_DSO_SUBDIRS$]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_FRAMEWORK([rtc], [1]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_rtc_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_rtc_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_rtc_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([rtc], [hwloc], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([rtc], [hwloc], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([rtc], [hwloc], [compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([rtc], [hwloc], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([rtc], [hwloc]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_rtc_hwloc_DSO], [test "$BUILD_prte_rtc_hwloc_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_rtc_hwloc_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_rtc_hwloc_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_rtc_hwloc_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_rtc_hwloc_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_rtc_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_rtc_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_rtc_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_rtc_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_rtc_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_rtc_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CHECK_IGNORED_PRIORITY([rtc]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([rtc], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([rtc], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([rtc], [$component], [compile_mode]) m4trace:configure.ac:816: -1- PRTE_CONFIG_SUBDIR([src/mca/rtc/$component], [$prte_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([rtc], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([rtc], [$component]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_rtc_ALL_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_rtc_STATIC_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_rtc_DSO_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_rtc_STATIC_LTLIBS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_rtc_ALL_SUBDIRS], [rtc], [$all_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_rtc_ALL_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_rtc_STATIC_SUBDIRS], [rtc], [$static_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_rtc_STATIC_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_rtc_DSO_SUBDIRS], [rtc], [$dso_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_rtc_DSO_SUBDIRS$]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_FRAMEWORK([schizo], [1]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_schizo_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_schizo_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_schizo_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_schizo_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_schizo_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_schizo_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_schizo_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([schizo], [ompi], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([schizo], [ompi], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([schizo], [ompi], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_schizo_ompi_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- PRTE_SUMMARY_ADD([Personalities], [OMPI], [], [$enable_ompi_support]) m4trace:configure.ac:816: -1- OAC_SUMMARY_ADD([Personalities], [OMPI], [$enable_ompi_support]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Personalities])]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([schizo], [ompi], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([schizo], [ompi]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_schizo_ompi_DSO], [test "$BUILD_prte_schizo_ompi_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_schizo_ompi_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_schizo_ompi_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_schizo_ompi_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_schizo_ompi_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_schizo_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_schizo_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_schizo_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([schizo], [prte], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([schizo], [prte], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([schizo], [prte], [compile_mode]) m4trace:configure.ac:816: -1- MCA_prte_schizo_prte_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:816: -1- PRTE_SUMMARY_ADD([Personalities], [PRTE], [], [yes]) m4trace:configure.ac:816: -1- OAC_SUMMARY_ADD([Personalities], [PRTE], [yes]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:816: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Personalities])]) m4trace:configure.ac:816: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:816: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([schizo], [prte], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([schizo], [prte]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_schizo_prte_DSO], [test "$BUILD_prte_schizo_prte_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_schizo_prte_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_schizo_prte_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_schizo_prte_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_schizo_prte_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_schizo_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_schizo_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_schizo_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_schizo_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_schizo_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CHECK_IGNORED_PRIORITY([schizo]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([schizo], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([schizo], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([schizo], [$component], [compile_mode]) m4trace:configure.ac:816: -1- PRTE_CONFIG_SUBDIR([src/mca/schizo/$component], [$prte_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([schizo], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([schizo], [$component]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_schizo_ALL_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_schizo_STATIC_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_schizo_DSO_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_schizo_STATIC_LTLIBS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_schizo_ALL_SUBDIRS], [schizo], [$all_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_schizo_ALL_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_schizo_STATIC_SUBDIRS], [schizo], [$static_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_schizo_STATIC_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_schizo_DSO_SUBDIRS], [schizo], [$dso_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_schizo_DSO_SUBDIRS$]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_FRAMEWORK([state], [1]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_state_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_state_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_state_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([state], [dvm], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([state], [dvm], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([state], [dvm], [compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([state], [dvm], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([state], [dvm]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_state_dvm_DSO], [test "$BUILD_prte_state_dvm_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_state_dvm_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_state_dvm_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_state_dvm_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_state_dvm_DSO_FALSE]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([state], [prted], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([state], [prted], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([state], [prted], [compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([state], [prted], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([state], [prted]) m4trace:configure.ac:816: -1- AM_CONDITIONAL([MCA_BUILD_prte_state_prted_DSO], [test "$BUILD_prte_state_prted_DSO" = "1"]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_state_prted_DSO_TRUE$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_BUILD_prte_state_prted_DSO_FALSE$]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_state_prted_DSO_TRUE]) m4trace:configure.ac:816: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_prte_state_prted_DSO_FALSE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_state_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_state_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_state_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_state_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_state_CONFIGURE_MODE]) m4trace:configure.ac:816: -2- PRTE_EVAL_ARG([MCA_prte_state_CONFIGURE_MODE]) m4trace:configure.ac:816: -1- MCA_CHECK_IGNORED_PRIORITY([state]) m4trace:configure.ac:816: -1- MCA_CONFIGURE_ALL_CONFIG_COMPONENTS([state], [all_components], [static_components], [dso_components], [static_ltlibs]) m4trace:configure.ac:816: -1- MCA_COMPONENT_BUILD_CHECK([state], [$component], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_COMPONENT_COMPILE_MODE([state], [$component], [compile_mode]) m4trace:configure.ac:816: -1- PRTE_CONFIG_SUBDIR([src/mca/state/$component], [$prte_subdir_args], [should_build=1], [should_build=0]) m4trace:configure.ac:816: -1- MCA_PROCESS_COMPONENT([state], [$component], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:816: -1- MCA_PROCESS_DEAD_COMPONENT([state], [$component]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_state_ALL_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_state_STATIC_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_state_DSO_COMPONENTS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_state_STATIC_LTLIBS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_state_ALL_SUBDIRS], [state], [$all_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_state_ALL_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_state_STATIC_SUBDIRS], [state], [$static_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_state_STATIC_SUBDIRS$]) m4trace:configure.ac:816: -1- PRTE_MCA_MAKE_DIR_LIST([MCA_prte_state_DSO_SUBDIRS], [state], [$dso_components]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_state_DSO_SUBDIRS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_FRAMEWORKS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_FRAMEWORKS_SUBDIRS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_FRAMEWORK_COMPONENT_ALL_SUBDIRS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_FRAMEWORK_COMPONENT_DSO_SUBDIRS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_FRAMEWORK_COMPONENT_STATIC_SUBDIRS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_prte_FRAMEWORK_LIBS$]) m4trace:configure.ac:816: -1- m4_pattern_allow([^MCA_PROJECT_SUBDIRS$]) m4trace:configure.ac:830: -1- PRTE_CHECK_VISIBILITY m4trace:configure.ac:830: -1- m4_pattern_allow([^PRTE_C_HAVE_VISIBILITY$]) m4trace:configure.ac:839: -1- PRTE_CHECK_PTRACE m4trace:configure.ac:839: -1- m4_pattern_allow([^HAVE_SYS_PTRACE_H$]) m4trace:configure.ac:839: -1- m4_pattern_allow([^PRTE_HAVE_LINUX_PTRACE$]) m4trace:configure.ac:839: -1- m4_pattern_allow([^PRTE_HAVE_STOP_ON_EXEC$]) m4trace:configure.ac:839: -1- m4_pattern_allow([^PRTE_TRACEME$]) m4trace:configure.ac:839: -1- m4_pattern_allow([^PRTE_DETACH$]) m4trace:configure.ac:859: -1- LT_INIT([]) m4trace:configure.ac:859: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$]) m4trace:configure.ac:859: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$]) m4trace:configure.ac:859: -1- LTOPTIONS_VERSION m4trace:configure.ac:859: -1- LTSUGAR_VERSION m4trace:configure.ac:859: -1- LTVERSION_VERSION m4trace:configure.ac:859: -1- LTOBSOLETE_VERSION m4trace:configure.ac:859: -1- _LT_PROG_LTMAIN m4trace:configure.ac:859: -1- m4_pattern_allow([^LIBTOOL$]) m4trace:configure.ac:859: -1- _LT_PREPARE_SED_QUOTE_VARS m4trace:configure.ac:859: -1- _LT_PROG_ECHO_BACKSLASH m4trace:configure.ac:859: -1- LT_PATH_LD m4trace:configure.ac:859: -1- m4_pattern_allow([^SED$]) m4trace:configure.ac:859: -1- m4_pattern_allow([^FGREP$]) m4trace:configure.ac:859: -1- m4_pattern_allow([^GREP$]) m4trace:configure.ac:859: -1- m4_pattern_allow([^LD$]) m4trace:configure.ac:859: -1- LT_CMD_MAX_LEN m4trace:configure.ac:859: -1- m4_pattern_allow([^FILECMD$]) m4trace:configure.ac:859: -1- m4_pattern_allow([^OBJDUMP$]) m4trace:configure.ac:859: -1- m4_pattern_allow([^OBJDUMP$]) m4trace:configure.ac:859: -1- m4_pattern_allow([^DLLTOOL$]) m4trace:configure.ac:859: -1- m4_pattern_allow([^DLLTOOL$]) m4trace:configure.ac:859: -1- m4_pattern_allow([^AR$]) m4trace:configure.ac:859: -1- m4_pattern_allow([^ac_ct_AR$]) m4trace:configure.ac:859: -1- m4_pattern_allow([^STRIP$]) m4trace:configure.ac:859: -1- m4_pattern_allow([^RANLIB$]) m4trace:configure.ac:859: -1- _LT_WITH_SYSROOT m4trace:configure.ac:859: -1- m4_pattern_allow([LT_OBJDIR]) m4trace:configure.ac:859: -1- m4_pattern_allow([^LT_OBJDIR$]) m4trace:configure.ac:859: -1- _LT_CC_BASENAME([$compiler]) m4trace:configure.ac:859: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH]) m4trace:configure.ac:859: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH]) m4trace:configure.ac:859: -1- LT_SUPPORTED_TAG([CC]) m4trace:configure.ac:859: -1- _LT_COMPILER_BOILERPLATE m4trace:configure.ac:859: -1- _LT_LINKER_BOILERPLATE m4trace:configure.ac:859: -1- _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, )="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, ) -fno-rtti -fno-exceptions"]) m4trace:configure.ac:859: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, ) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, )], [$_LT_TAGVAR(lt_prog_compiler_pic, )@&t@m4_if([],[],[ -DPIC],[m4_if([],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, ) in "" | " "*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;; esac], [_LT_TAGVAR(lt_prog_compiler_pic, )= _LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no]) m4trace:configure.ac:859: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, )=]) m4trace:configure.ac:859: -1- m4_pattern_allow([^MANIFEST_TOOL$]) m4trace:configure.ac:859: -1- _LT_DLL_DEF_P([$export_symbols]) m4trace:configure.ac:859: -1- _LT_DLL_DEF_P([$export_symbols]) m4trace:configure.ac:859: -1- _LT_REQUIRED_DARWIN_CHECKS m4trace:configure.ac:859: -1- m4_pattern_allow([^DSYMUTIL$]) m4trace:configure.ac:859: -1- m4_pattern_allow([^NMEDIT$]) m4trace:configure.ac:859: -1- m4_pattern_allow([^LIPO$]) m4trace:configure.ac:859: -1- m4_pattern_allow([^OTOOL$]) m4trace:configure.ac:859: -1- m4_pattern_allow([^OTOOL64$]) m4trace:configure.ac:859: -1- _LT_LINKER_OPTION([if $CC understands -b], [lt_cv_prog_compiler__b], [-b], [_LT_TAGVAR(archive_cmds, )='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], [_LT_TAGVAR(archive_cmds, )='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags']) m4trace:configure.ac:859: -1- m4_pattern_allow([^LT_SYS_LIBRARY_PATH$]) m4trace:configure.ac:859: -1- LT_SYS_DLOPEN_SELF m4trace:configure.ac:859: -1- m4_pattern_allow([^HAVE_DLFCN_H$]) m4trace:configure.ac:860: -1- LT_LANG([C]) m4trace:configure.ac:895: -1- m4_pattern_allow([^PRTE_DYN_LIB_PREFIX$]) m4trace:configure.ac:896: -1- m4_pattern_allow([^PRTE_DYN_LIB_SUFFIX$]) m4trace:configure.ac:899: -1- LT_OUTPUT m4trace:configure.ac:899: -1- _LT_PROG_LTMAIN m4trace:configure.ac:938: -1- PRTE_SETUP_PICKY_COMPILERS m4trace:configure.ac:938: -1- _PRTE_CHECK_SPECIFIC_CFLAGS([-Wundef], [Wundef]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:938: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:938: -2- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [Wundef]) m4trace:configure.ac:938: -1- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wundef]) m4trace:configure.ac:938: -1- _PRTE_CHECK_SPECIFIC_CFLAGS([-Wno-long-long], [Wno_long_long], [int main() { long long x; }]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:938: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:938: -2- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [Wno_long_long]) m4trace:configure.ac:938: -1- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wno_long_long]) m4trace:configure.ac:938: -1- _PRTE_CHECK_SPECIFIC_CFLAGS([-Wsign-compare], [Wsign_compare]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:938: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:938: -2- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [Wsign_compare]) m4trace:configure.ac:938: -1- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wsign_compare]) m4trace:configure.ac:938: -1- _PRTE_CHECK_SPECIFIC_CFLAGS([-Wmissing-prototypes], [Wmissing_prototypes]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:938: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:938: -2- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [Wmissing_prototypes]) m4trace:configure.ac:938: -1- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wmissing_prototypes]) m4trace:configure.ac:938: -1- _PRTE_CHECK_SPECIFIC_CFLAGS([-Wstrict-prototypes], [Wstrict_prototypes]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:938: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:938: -2- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [Wstrict_prototypes]) m4trace:configure.ac:938: -1- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wstrict_prototypes]) m4trace:configure.ac:938: -1- _PRTE_CHECK_SPECIFIC_CFLAGS([-Wcomment], [Wcomment]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:938: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:938: -2- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [Wcomment]) m4trace:configure.ac:938: -1- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wcomment]) m4trace:configure.ac:938: -1- _PRTE_CHECK_SPECIFIC_CFLAGS([-Wshadow], [Wshadow]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:938: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:938: -2- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [Wshadow]) m4trace:configure.ac:938: -1- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wshadow]) m4trace:configure.ac:938: -1- _PRTE_CHECK_SPECIFIC_CFLAGS([-Werror-implicit-function-declaration], [Werror_implicit_function_declaration]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:938: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:938: -2- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [Werror_implicit_function_declaration]) m4trace:configure.ac:938: -1- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Werror_implicit_function_declaration]) m4trace:configure.ac:938: -1- _PRTE_CHECK_SPECIFIC_CFLAGS([-Wno-long-double], [Wno_long_double], [int main() { long double x; }]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:938: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:938: -2- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [Wno_long_double]) m4trace:configure.ac:938: -1- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wno_long_double]) m4trace:configure.ac:938: -1- _PRTE_CHECK_SPECIFIC_CFLAGS([-fno-strict-aliasing], [fno_strict_aliasing], [int main () { int x; }]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:938: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:938: -2- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [fno_strict_aliasing]) m4trace:configure.ac:938: -1- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [fno_strict_aliasing]) m4trace:configure.ac:938: -1- _PRTE_CHECK_SPECIFIC_CFLAGS([-pedantic], [pedantic]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:938: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:938: -2- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [pedantic]) m4trace:configure.ac:938: -1- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [pedantic]) m4trace:configure.ac:938: -1- _PRTE_CHECK_SPECIFIC_CFLAGS([-Wall], [Wall]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:938: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:938: -2- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [Wall]) m4trace:configure.ac:938: -1- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wall]) m4trace:configure.ac:938: -1- _PRTE_CHECK_SPECIFIC_CFLAGS([-Wextra], [Wextra]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:938: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:938: -2- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [Wextra]) m4trace:configure.ac:938: -1- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wextra]) m4trace:configure.ac:938: -1- _PRTE_CHECK_SPECIFIC_CFLAGS([-Werror], [Werror]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:938: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:938: -2- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [Werror]) m4trace:configure.ac:938: -1- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Werror]) m4trace:configure.ac:938: -1- _PRTE_CHECK_SPECIFIC_CFLAGS([-fsanitize=address], [fsanaddress]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:938: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:938: -2- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [fsanaddress]) m4trace:configure.ac:938: -1- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [fsanaddress]) m4trace:configure.ac:938: -1- _PRTE_CHECK_SPECIFIC_CFLAGS([-fsanitize=undefined], [fsanundefined]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:938: -1- OAC_APPEND([CFLAGS], [${oac_list_arg}]) m4trace:configure.ac:938: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:938: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:938: -2- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [fsanundefined]) m4trace:configure.ac:938: -1- _PRTE_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [fsanundefined]) m4trace:configure.ac:945: -1- m4_pattern_allow([^CFLAGS$]) m4trace:configure.ac:946: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.ac:964: -1- m4_pattern_allow([^AMCA_PARAM_SETS_DIR$]) m4trace:configure.ac:993: -1- m4_pattern_allow([^prtedatadir$]) m4trace:configure.ac:994: -1- m4_pattern_allow([^prtelibdir$]) m4trace:configure.ac:995: -1- m4_pattern_allow([^prteincludedir$]) m4trace:configure.ac:1013: -1- PRTE_CONFIG_FILES m4trace:configure.ac:1015: -1- m4_pattern_allow([^LIB@&t@OBJS$]) m4trace:configure.ac:1015: -1- m4_pattern_allow([^LTLIBOBJS$]) m4trace:configure.ac:1015: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"]) m4trace:configure.ac:1015: -1- m4_pattern_allow([^am__EXEEXT_TRUE$]) m4trace:configure.ac:1015: -1- m4_pattern_allow([^am__EXEEXT_FALSE$]) m4trace:configure.ac:1015: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE]) m4trace:configure.ac:1015: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE]) m4trace:configure.ac:1015: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"]) m4trace:configure.ac:1015: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS m4trace:configure.ac:1015: -1- AM_RUN_LOG([cd "$am_dirpart" \ && sed -e '/# am--include-marker/d' "$am_filepart" \ | $MAKE -f - am--depfiles]) m4trace:configure.ac:1015: -1- _LT_PROG_LTMAIN m4trace:configure.ac:1017: -1- PRTE_SUMMARY_PRINT m4trace:configure.ac:1017: -1- OAC_SUMMARY_PRINT([stderr]) m4trace:configure.ac:1017: -1- OAC_VAR_SCOPE_PUSH([oac_summary_section oac_summary_section_name]) m4trace:configure.ac:1017: -1- OAC_VAR_SCOPE_POP