X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=configure.ac;h=16253279f8d16a597e6b81631af78ab91933ea44;hp=e9e36643328f442ee278975d0afd807bdde732f2;hb=b4fade6392ccb2961f0d7e2bf45dfc2e20333aed;hpb=3155a268151d70a669517a1f1ea8563a7d91cdb8 diff --git a/configure.ac b/configure.ac index e9e3664..1625327 100644 --- a/configure.ac +++ b/configure.ac @@ -144,6 +144,7 @@ if test "x$FEBOOTSTRAP" != "xno"; then AC_MSG_ERROR([fakechroot version must be >= 2.9]) fi fi + DIST="REDHAT" else # check for debootstrap and debirf AC_CHECK_PROG([DEBOOTSTRAP], @@ -153,7 +154,9 @@ else AC_CHECK_PROG([DEBIRF],[debirf],[debirf],[no]) test "x$DEBIRF" = "xno" && AC_MSG_ERROR([debirf must be installed]) + DIST="DEBIAN" fi +AC_SUBST(DIST) dnl --with-repo to specify a Fedora repository.