Version 1.24.
[virt-what.git] / configure.ac
index ad481fc..9a69c02 100644 (file)
@@ -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