X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=9a69c023f0db00b23bb2018bcff347246ac13b0f;hb=b0a251fa6cfc5ab2a03dc43f5f006eebebc01513;hp=ad481fcb323ff98d7ba2466accdc03fc8541c794;hpb=893fe9368eaf49c9eb2b2c468235ccdfb756a43f;p=virt-what.git diff --git a/configure.ac b/configure.ac index ad481fc..9a69c02 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.22]) +AC_INIT([virt-what],[1.24]) AM_INIT_AUTOMAKE([foreign]) dnl Check for basic C environment. @@ -45,6 +45,7 @@ tests="\ esx-arm \ esx4.1 \ hyperv \ + illumos-lx \ kvm \ kvm-explicit-cpu \ ldoms \ @@ -91,6 +92,7 @@ AC_CONFIG_FILES([Makefile tests/esx-arm/Makefile tests/esx4.1/Makefile tests/hyperv/Makefile + tests/illumos-lx/Makefile tests/kvm/Makefile tests/kvm-explicit-cpu/Makefile tests/ldoms/Makefile