X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=4418483b24298bdfd490f680226aa9961c2831cb;hb=bb0055b491501e16fca3ab61dc7a969effbf48f3;hp=222f7bb7b0430c1cd6e5cd7c28b055325b57397e;hpb=54b726fa7c9687b692162488e8934a426f9fa6c3;p=virt-what.git diff --git a/configure.ac b/configure.ac index 222f7bb..4418483 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -AC_INIT([virt-what],[1.24]) +AC_INIT([virt-what],[1.25]) AM_INIT_AUTOMAKE([foreign]) dnl Check for basic C environment. @@ -32,8 +32,12 @@ dnl Architecture we are compiling for. AC_CANONICAL_HOST AM_CONDITIONAL([HOST_CPU_IA64], [ test "x$host_cpu" = "xia64" ]) +PKG_HAVE_DEFINE_WITH_MODULES(TPM2_TSS, tss2-esys, [tpm2-tss package]) + + dnl List of tests. tests="\ + alibaba-cloud-arm \ alibaba-cloud-x86 \ aws-baremetal-x86 \ aws-kvm-arm \ @@ -41,6 +45,7 @@ tests="\ aws-xen-x86 \ baremetal \ bhyve \ + crio \ docker \ esx-arm \ esx4.1 \ @@ -56,6 +61,7 @@ tests="\ lx86 \ lxc \ nutanix-ahv \ + oci \ parallels-desktop \ podman \ ppc64-baremetal \ @@ -71,6 +77,7 @@ tests="\ rhel5-xen-domU-hvm-ia64 \ rhel5-xen-domU-pv \ rhev \ + upcloud \ vmm \ xen-arm \ zvm \ @@ -82,6 +89,7 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([virt-what],[chmod +x virt-what]) AC_CONFIG_FILES([Makefile tests/Makefile + tests/alibaba-cloud-arm/Makefile tests/alibaba-cloud-x86/Makefile tests/aws-baremetal-x86/Makefile tests/aws-kvm-arm/Makefile @@ -89,6 +97,7 @@ AC_CONFIG_FILES([Makefile tests/aws-xen-x86/Makefile tests/baremetal/Makefile tests/bhyve/Makefile + tests/crio/Makefile tests/docker/Makefile tests/esx-arm/Makefile tests/esx4.1/Makefile @@ -104,6 +113,7 @@ AC_CONFIG_FILES([Makefile tests/lx86/Makefile tests/lxc/Makefile tests/nutanix-ahv/Makefile + tests/oci/Makefile tests/parallels-desktop/Makefile tests/podman/Makefile tests/ppc64-baremetal/Makefile @@ -119,6 +129,7 @@ AC_CONFIG_FILES([Makefile tests/rhel5-xen-domU-hvm-ia64/Makefile tests/rhel5-xen-domU-pv/Makefile tests/rhev/Makefile + tests/upcloud/Makefile tests/vmm/Makefile tests/xen-arm/Makefile tests/zvm/Makefile