X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=configure.ac;h=0f7b4c39bdf97a326439141f82a80b08ab3ceac6;hp=ef95cdde8ebd8f701c4ab4c0ca1e41fa72a2a0ce;hb=c9cc61940b41b1abb763a1932adfc3461372c10b;hpb=bc0b3d6f473e607972d29be27f7ae6b1d0489c3b diff --git a/configure.ac b/configure.ac index ef95cdd..0f7b4c3 100644 --- a/configure.ac +++ b/configure.ac @@ -42,6 +42,14 @@ AC_CHECK_LIB([portablexdr],[xdrmem_create],[],[ AC_SEARCH_LIBS([xdrmem_create],[rpc xdr nsl]) ]) +dnl Check for pod2man and pod2text. +AC_CHECK_PROG([POD2MAN],[pod2man],[pod2man],[no]) +test "x$POD2MAN" = "xno" && + AC_MSG_ERROR([pod2man must be installed]) +AC_CHECK_PROG([POD2TEXT],[pod2text],[pod2text],[no]) +test "x$POD2TEXT" = "xno" && + AC_MSG_ERROR([pod2text must be installed]) + dnl Check for QEMU. We only check for the basic 'qemu' program here dnl (ie. the i386 full system qemu). But at runtime we might choose dnl a different qemu to run, eg. qemu-system-ppc.