]> Dogcows Code - chaz/tar/blobdiff - configure.ac
Allow installers to specify alternative program names for compression programs.
[chaz/tar] / configure.ac
index 1b1831afcea9d4ab890fda4a3fa4b40c436a345e..7521d6484772dfd9a409135f3d676a5405ba0d1b 100644 (file)
@@ -121,6 +121,13 @@ else
     [Define to the full path of your rsh, if any.])
 fi
 
+TAR_COMPR_PROGRAM(compress)
+TAR_COMPR_PROGRAM(gzip)
+TAR_COMPR_PROGRAM(bzip2)
+TAR_COMPR_PROGRAM(lzma)
+TAR_COMPR_PROGRAM(lzop)
+TAR_COMPR_PROGRAM(xz)
+
 AC_MSG_CHECKING(for default archive format)
 
 AC_ARG_VAR([DEFAULT_ARCHIVE_FORMAT],
This page took 0.019452 seconds and 4 git commands to generate.