X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=0fc20e707b05fcbbe87dd021fa721f3e4816df21;hb=cb663bc806754675aa934ec917eb45018dc86c00;hp=b56fb926935b3077faafc7b315e242505da1d781;hpb=9fdec53f99a2011e4f8393fb825f18f563e2cf57;p=a-fedora-appliance.git diff --git a/configure.ac b/configure.ac index b56fb92..0fc20e7 100644 --- a/configure.ac +++ b/configure.ac @@ -47,20 +47,17 @@ udev \ " AC_SUBST([PACKAGELIST]) -dnl Check for febootstrap >= 3.0. -AC_CHECK_PROG([FEBOOTSTRAP], - [febootstrap],[febootstrap],[no]) -test "x$FEBOOTSTRAP" = "xno" && - AC_MSG_ERROR([febootstrap must be installed]) -dnl febootstrap 2.x did not support the --version parameter -$FEBOOTSTRAP --version >&AS_MESSAGE_LOG_FD 2>&1 || - AC_MSG_ERROR([febootstrap >= 3.0 must be installed, your version is too old]) +dnl Check for supermin >= 4. +AC_CHECK_PROG([SUPERMIN], + [supermin],[supermin],[no]) +test "x$SUPERMIN" = "xno" && + AC_MSG_ERROR([supermin >= 4 must be installed]) -dnl Pass a febootstrap --yum-config option. -AC_MSG_CHECKING([if user requested febootstrap --yum-config option]) +dnl Pass a supermin --yum-config option. +AC_MSG_CHECKING([if user requested supermin --yum-config option]) AC_ARG_WITH([yum-config], [AS_HELP_STRING([--with-yum-config=FILE], - [pass febootstrap --yum-config option @<:@default=no@:>@])], + [pass supermin --yum-config option @<:@default=no@:>@])], [YUM_CONFIG="$withval"], [YUM_CONFIG=no]) AC_MSG_RESULT([$YUM_CONFIG])