Lines Matching refs:abipkgdiff
59 [enable the support of rpm in abipkgdiff (default is auto)]),
65 [enable the support of rpm 4.15 or higher in abipkgdiff (default is auto)]),
71 [enable the support of deb in abipkgdiff (default is auto)]),
77 [enable the support of GNU tar archives in abipkgdiff (default is auto)]),
270 …AC_MSG_ERROR([rpm support in abipkgdiff needs 'rpm2cpio', 'cpio' and 'rpm' programs to be installe…
287 AC_DEFINE([WITH_RPM], 1, [compile the rpm package support in abipkgdiff])
288 AC_MSG_NOTICE([rpm support in abipkgdiff is enabled]);
292 AC_MSG_NOTICE([rpm 4.15 support in abipkgdiff tests is enabled])
295 AC_MSG_NOTICE([rpm support in abipkgdiff is disabled]);
314 AC_DEFINE([WITH_DEB], 1, [compile the deb package support in abipkgdiff])
315 AC_MSG_NOTICE(deb support in abipkgdiff is enabled);
317 AC_MSG_NOTICE(deb support in abipkgdiff is disabled);
334 AC_DEFINE([WITH_TAR], 1, [compile the GNU tar archive support in abipkgdiff])
335 AC_MSG_NOTICE(GNU tar support in abipkgdiff is enabled);
337 AC_MSG_NOTICE(GNU tar support in abipkgdiff is disabled);
915 Enable rpm support in abipkgdiff : ${ENABLE_RPM}
916 Enable rpm 4.15 support in abipkgdiff tests : ${ENABLE_RPM415}
917 Enable deb support in abipkgdiff : ${ENABLE_DEB}
918 Enable GNU tar archive support in abipkgdiff : ${ENABLE_TAR}