X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=9d0a423a33e6f4bb81b1603bfa9c69cf9aa30092;hb=09094be5f2afa21bb5b8221580303f125fd90d0c;hp=c45f469f8206a0c6e838856d523bd75a698ed3a3;hpb=fd42f87e558b66d3a99551edacaa93efe655d9e5;p=virt-what.git diff --git a/configure.ac b/configure.ac index c45f469..9d0a423 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.20]) +AC_INIT([virt-what],[1.21]) AM_INIT_AUTOMAKE([foreign]) dnl Check for basic C environment. @@ -41,6 +41,7 @@ tests="\ baremetal \ bhyve \ docker \ + esx-arm \ esx4.1 \ hyperv \ kvm \ @@ -51,7 +52,9 @@ tests="\ lkvm-arm \ lx86 \ lxc \ + nutanix-ahv \ parallels-desktop \ + podman \ ppc64-baremetal \ ppc64-kvm \ ppc64-lpar-dedicated \ @@ -83,6 +86,7 @@ AC_CONFIG_FILES([Makefile tests/baremetal/Makefile tests/bhyve/Makefile tests/docker/Makefile + tests/esx-arm/Makefile tests/esx4.1/Makefile tests/hyperv/Makefile tests/kvm/Makefile @@ -93,7 +97,9 @@ AC_CONFIG_FILES([Makefile tests/lkvm-arm/Makefile tests/lx86/Makefile tests/lxc/Makefile + tests/nutanix-ahv/Makefile tests/parallels-desktop/Makefile + tests/podman/Makefile tests/ppc64-baremetal/Makefile tests/ppc64-kvm/Makefile tests/ppc64-lpar-dedicated/Makefile