X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=8aabdf26f4faadc1f2afddf15c86de877afd3c29;hb=357d891bd6f45185cf341e6996c9e9a2a8c01ef9;hp=6f4e1cfe89a988b4fb8f2d3e2a1e8dbd842873d3;hpb=47af1093c161b50d8c8d9481d60aa3311b86ee46;p=virt-p2v.git diff --git a/configure.ac b/configure.ac index 6f4e1cf..8aabdf2 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA dnl Process this file with autoconf to produce a configure script. -AC_INIT(virt-p2v,0.9.3) +AC_INIT(virt-p2v,0.9.7) AC_PROG_INSTALL @@ -81,6 +81,9 @@ fi dnl Check for recommended livecd-creator (for building ISOs). AC_CHECK_PROG(HAVE_LIVECD_CREATOR,livecd-creator,livecd-creator) +dnl Check for optional livecd-iso-to-pxeboot. +AC_CHECK_PROG(HAVE_LIVECD_ISO_TO_PXEBOOT,livecd-iso-to-pxeboot,livecd-iso-to-pxeboot) + dnl Check for optional perldoc (for building manual pages). AC_CHECK_PROG(HAVE_PERLDOC,perldoc,perldoc)