X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=3a875c08dbc8c92a2a403a4200ebea040747a7ee;hb=1b5cbb7ac2f1c3439d5a124127a63729c5136d8f;hp=11c5a4ea82fe5eaf8f1bb5b57489047135a5cfdc;hpb=ee5b5584561d0663cab57a9554fc794415ad4543;p=virt-what.git diff --git a/configure.ac b/configure.ac index 11c5a4e..3a875c0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # virt-what -# Copyright (C) 2008-2018 Red Hat Inc. +# Copyright (C) 2008-2022 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -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.23]) +AC_INIT([virt-what],[1.25]) AM_INIT_AUTOMAKE([foreign]) dnl Check for basic C environment. @@ -44,6 +44,7 @@ tests="\ docker \ esx-arm \ esx4.1 \ + google-cloud \ hyperv \ illumos-lx \ kvm \ @@ -55,6 +56,7 @@ tests="\ lx86 \ lxc \ nutanix-ahv \ + oci \ parallels-desktop \ podman \ ppc64-baremetal \ @@ -70,6 +72,7 @@ tests="\ rhel5-xen-domU-hvm-ia64 \ rhel5-xen-domU-pv \ rhev \ + upcloud \ vmm \ xen-arm \ zvm \ @@ -91,6 +94,7 @@ AC_CONFIG_FILES([Makefile tests/docker/Makefile tests/esx-arm/Makefile tests/esx4.1/Makefile + tests/google-cloud/Makefile tests/hyperv/Makefile tests/illumos-lx/Makefile tests/kvm/Makefile @@ -102,6 +106,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 @@ -117,6 +122,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