summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2017-03-10 10:33:22 +0100
committerJean Delvare <jdelvare@suse.de>2017-03-10 10:33:22 +0100
commitf0b63c5b75336a666e457b1d20c04a6c0118248a (patch)
tree2c52c6bc1e8c6ae3bc1bd55428ad0d79b9d8b62a /Makefile.in
parent1cde19389bc5805da713361ac32869388e42f592 (diff)
downloadquilt-f0b63c5b75336a666e457b1d20c04a6c0118248a.tar.gz
setup: Add basic support for p7zip (.7z) archives
This should work in the most basic case (no option used.) This only covers the case of archives being compressed with 7z, not patches. This should fix bug #49754: http://savannah.nongnu.org/bugs/?49754 Remaining issues: * 7z could also be used to compress patches, although nobody sane would do that. * 7z is very verbose, and doesn't offer any option to be silent or even just quieter.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index a43b054..cf1642e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -43,6 +43,7 @@ DIFFSTAT := @DIFFSTAT@
RPMBUILD := @RPMBUILD@
SENDMAIL := @SENDMAIL@
MD5SUM := @MD5SUM@
+7Z := @P7ZIP@
USE_NLS := @USE_NLS@
STAT_HARDLINK := @STAT_HARDLINK@