Blame src/mpid/common/sched/subconfigure.m4

Packit Service c5cf8c
[#] start of __file__
Packit Service c5cf8c
Packit Service c5cf8c
dnl _PREREQ handles the former role of mpichprereq, setup_device, etc
Packit Service c5cf8c
AC_DEFUN([PAC_SUBCFG_PREREQ_]PAC_SUBCFG_AUTO_SUFFIX,[
Packit Service c5cf8c
    AM_CONDITIONAL([BUILD_MPID_COMMON_SCHED],[test "X$build_mpid_common_sched" = "Xyes"])
Packit Service c5cf8c
])
Packit Service c5cf8c
Packit Service c5cf8c
dnl _BODY handles the former role of configure in the subsystem
Packit Service c5cf8c
AC_DEFUN([PAC_SUBCFG_BODY_]PAC_SUBCFG_AUTO_SUFFIX,[
Packit Service c5cf8c
Packit Service c5cf8c
dnl the code below is currently commented out because the common sched code
Packit Service c5cf8c
dnl doesn't need to run any configure tests, it really just needs to emit the
Packit Service c5cf8c
dnl AM_CONDITIONAL for the moment
Packit Service c5cf8c
dnl
Packit Service c5cf8c
dnl AM_COND_IF([BUILD_MPID_COMMON_SCHED],[
Packit Service c5cf8c
dnl AC_MSG_NOTICE([RUNNING CONFIGURE FOR src/mpid/common/sched])
Packit Service c5cf8c
dnl 
Packit Service c5cf8c
dnl ])dnl end AM_COND_IF(BUILD_MPID_COMMON_SCHED,...)
Packit Service c5cf8c
])dnl end _BODY
Packit Service c5cf8c
dnl
Packit Service c5cf8c
[#] end of __file__