## initialize @YAST2-INIT-COMMON@ @YAST2-INIT-YCP@ @YAST2-INIT-PROGRAM@ ## some common checks @YAST2-CHECKS-COMMON@ @YAST2-CHECKS-YCP@ @YAST2-CHECKS-PROGRAM@ # check for openwbem-devel AC_CHECK_HEADER(openwbem/OW_config.h, [yast_found_openwbem=yes]) if [[ "$yast_found_openwbem" != "yes" ]]; then AC_MSG_ERROR(Headers for openwbem are missing. Please install the package openwbem-devel.) fi ## and generate the output @YAST2-OUTPUT@