diff options
author | Richard Jones <rjones@redhat.com> | 2009-05-11 15:43:00 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-05-11 15:43:00 +0100 |
commit | 8cddd6c7e754c8d893eb991bef0171641ad4479e (patch) | |
tree | a7f2184642498130aa10e448a3e81ec71d7201b1 /configure.ac | |
parent | 09128ca421f13da9fb6446cd7b09b0ae89c3876f (diff) | |
download | libguestfs-8cddd6c7e754c8d893eb991bef0171641ad4479e.tar.gz libguestfs-8cddd6c7e754c8d893eb991bef0171641ad4479e.tar.xz libguestfs-8cddd6c7e754c8d893eb991bef0171641ad4479e.zip |
Depend on new febootstrap 2.0, and use febootstrap-install.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 67d626ef..ade59892 100644 --- a/configure.ac +++ b/configure.ac @@ -106,6 +106,10 @@ 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_INSTALL], + [febootstrap-install],[febootstrap-install],[no]) +test "x$FEBOOTSTRAP_INSTALL" = "xno" && \ + AC_MSG_ERROR([febootstrap-install must be installed]) AC_CHECK_PROG([FEBOOTSTRAP_MINIMIZE], [febootstrap-minimize],[febootstrap-minimize],[no]) test "x$FEBOOTSTRAP_MINIMIZE" = "xno" && \ |