Add support for Alibaba Cloud Linux
[virt-what.git] / configure.ac
index 97d22bb..9d0a423 100644 (file)
@@ -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 \
@@ -85,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