From 8cddd6c7e754c8d893eb991bef0171641ad4479e Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Mon, 11 May 2009 15:43:00 +0100 Subject: Depend on new febootstrap 2.0, and use febootstrap-install. --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') 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" && \ -- cgit