config.in features patch from Giulio Orsero <giulioo@pobox.com>

with some minor edits from me
This commit is contained in:
Eric Andersen
2001-11-10 09:53:23 +00:00
parent df23302cb5
commit 7131213460
6 changed files with 61 additions and 10 deletions

View File

@@ -16,7 +16,8 @@ bool 'gzip' CONFIG_GZIP
bool 'rpm2cpio' CONFIG_RPM2CPIO
bool 'tar' CONFIG_TAR
if [ "$CONFIG_TAR" = "y" ] ; then
bool ' creation support' CONFIG_FEATURE_TAR_CREATE
bool ' exclude support' CONFIG_FEATURE_TAR_EXCLUDE
bool ' Enable archive creation' CONFIG_FEATURE_TAR_CREATE
bool ' Enable -X and --exclude options (exclude files)' CONFIG_FEATURE_TAR_EXCLUDE
bool ' Enable -z option (currently only for extracting)' CONFIG_FEATURE_TAR_GZIP
fi
endmenu