summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-05-10 23:27:56 +0200
committerPanu Matilainen <pmatilai@redhat.com>2012-05-22 13:48:01 +0300
commit185596818f763af1249f19161f38134ee93092d2 (patch)
treef61f3e8a45fcbc2217c13c96e7de9b03f25d303f /configure.ac
parent7df78ae46646b7aecb32b2bc541c24fffc9090fa (diff)
downloadlibrpm-tizen-185596818f763af1249f19161f38134ee93092d2.tar.gz
librpm-tizen-185596818f763af1249f19161f38134ee93092d2.tar.bz2
librpm-tizen-185596818f763af1249f19161f38134ee93092d2.zip
Add support for 7zip compressed tarballs
Teach %prep and %uncompress how to handle 7zip tarballs, with the mingw toolchain landing in fedora, this may be useful when crossbuilding Windows sources compressed using 7zip (CxImage is one such project).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4501b5c90..622affed8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -91,6 +91,7 @@ fi
dnl
dnl Find some common programs
dnl
+AC_PATH_PROG(__7ZIP, 7zip, /usr/bin/7za, $MYPATH)
AC_PATH_PROG(__BZIP2, bzip2, /usr/bin/bzip2, $MYPATH)
AC_PATH_PROG(__CAT, cat, /bin/cat, $MYPATH)
AC_PATH_PROG(__CHGRP, chgrp, /bin/chgrp, $MYPATH)