X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=95332940c805844280ba51f629ef87887344aa20;hb=44154cf844343296143802a720cd82036e0a5e5b;hp=3ffc56657402d32b49e6da68a37e0faea79283d2;hpb=225c970d589b855b98068e0adfe20f48e30090d2;p=virt-what.git diff --git a/configure.ac b/configure.ac index 3ffc566..9533294 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # virt-what -# Copyright (C) 2008-2011 Red Hat Inc. +# Copyright (C) 2008-2018 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.12]) +AC_INIT([virt-what],[1.19]) AM_INIT_AUTOMAKE([foreign]) dnl Check for basic C environment. @@ -32,10 +32,85 @@ dnl Architecture we are compiling for. AC_CANONICAL_HOST AM_CONDITIONAL([HOST_CPU_IA64], [ test "x$host_cpu" = "xia64" ]) +dnl List of tests. +tests="\ + aws-baremetal-x86 \ + aws-kvm-arm \ + aws-kvm-x86 \ + aws-xen-x86 \ + baremetal \ + bhyve \ + docker \ + esx4.1 \ + hyperv \ + kvm \ + kvm-explicit-cpu \ + ldoms \ + linux-vserver \ + lkvm \ + lkvm-arm \ + lx86 \ + lxc \ + parallels-desktop \ + ppc64-baremetal \ + ppc64-kvm \ + ppc64-lpar-dedicated \ + ppc64-lpar-shared \ + qemu \ + qemu-arm \ + qemu-smbios \ + qemu-smbios-kvm \ + rhel5-xen-dom0 \ + rhel5-xen-domU-hvm \ + rhel5-xen-domU-hvm-ia64 \ + rhel5-xen-domU-pv \ + rhev \ + vmm \ + xen-arm \ + zvm \ + " +AC_SUBST([tests]) + dnl Produce output files. AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([virt-what],[chmod +x virt-what]) -AC_CONFIG_FILES([Makefile]) +AC_CONFIG_FILES([Makefile + tests/Makefile + tests/aws-baremetal-x86/Makefile + tests/aws-kvm-arm/Makefile + tests/aws-kvm-x86/Makefile + tests/aws-xen-x86/Makefile + tests/baremetal/Makefile + tests/bhyve/Makefile + tests/docker/Makefile + tests/esx4.1/Makefile + tests/hyperv/Makefile + tests/kvm/Makefile + tests/kvm-explicit-cpu/Makefile + tests/ldoms/Makefile + tests/linux-vserver/Makefile + tests/lkvm/Makefile + tests/lkvm-arm/Makefile + tests/lx86/Makefile + tests/lxc/Makefile + tests/parallels-desktop/Makefile + tests/ppc64-baremetal/Makefile + tests/ppc64-kvm/Makefile + tests/ppc64-lpar-dedicated/Makefile + tests/ppc64-lpar-shared/Makefile + tests/qemu/Makefile + tests/qemu-arm/Makefile + tests/qemu-smbios/Makefile + tests/qemu-smbios-kvm/Makefile + tests/rhel5-xen-dom0/Makefile + tests/rhel5-xen-domU-hvm/Makefile + tests/rhel5-xen-domU-hvm-ia64/Makefile + tests/rhel5-xen-domU-pv/Makefile + tests/rhev/Makefile + tests/vmm/Makefile + tests/xen-arm/Makefile + tests/zvm/Makefile + ]) AC_CHECK_PROG([POD2MAN], [pod2man], [pod2man], [false]) if test "$POD2MAN" = "false"; then