X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=configure.ac;h=03bdb9e7d2dafec76def105a9291646cbfa457a1;hp=297ae991b4c3e0f0fbbe606ef59dc9cbb9b1179a;hb=88f69eb03160a62d38a361a5ad68c6ba1e767a20;hpb=863d13ea1aadddc122ad82f4dad20e73231b48f2;ds=sidebyside diff --git a/configure.ac b/configure.ac index 297ae99..03bdb9e 100644 --- a/configure.ac +++ b/configure.ac @@ -17,6 +17,9 @@ AC_INIT([libguestfs],[0.2]) AM_INIT_AUTOMAKE + +AC_CONFIG_MACRO_DIR([m4]) + AC_PROG_LIBTOOL dnl Check for basic C environment. @@ -52,6 +55,10 @@ AC_CHECK_PROG([FEBOOTSTRAP], [febootstrap],[febootstrap],[no]) test "x$FEBOOTSTRAP" = "xno" && \ AC_MSG_ERROR([febootstrap must be installed]) +AC_CHECK_PROG([FEBOOTSTRAP_RUN], + [febootstrap-run],[febootstrap-run],[no]) +test "x$FEBOOTSTRAP_RUN" = "xno" && \ + AC_MSG_ERROR([febootstrap-run must be installed]) AC_CHECK_PROG([FEBOOTSTRAP_MINIMIZE], [febootstrap-minimize],[febootstrap-minimize],[no]) test "x$FEBOOTSTRAP_MINIMIZE" = "xno" && \