X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=69a55f2e94393c20aed295db0b294b148e8f34f5;hb=15dbb6973a7af11b81df047194228ea86d46939b;hp=4e71ddee4190b12c5c127db3f5effe3be1363252;hpb=6ed48042e4a8b009b5e38efbf4766a2676a33935;p=libguestfs.git diff --git a/configure.ac b/configure.ac index 4e71dde..69a55f2 100644 --- a/configure.ac +++ b/configure.ac @@ -55,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" && \ @@ -87,7 +91,8 @@ AC_CONFIG_SUBDIRS([daemon]) dnl Produce output files. AC_CONFIG_HEADERS([config.h]) -AC_CONFIG_FILES([Makefile src/Makefile examples/Makefile make-initramfs.sh]) +AC_CONFIG_FILES([Makefile src/Makefile examples/Makefile + make-initramfs.sh update-initramfs.sh]) AC_OUTPUT dnl WTF?