From e1d95790bc5faf9b7d0e5cc31ef62022e7a7c878 Mon Sep 17 00:00:00 2001 From: "Matias A. Fonzo" Date: Thu, 2 Feb 2012 00:05:43 +0000 Subject: Add support for Lzip-compressed manual pages. * configure.ac: Check for lzip. Don't test for lzma if lzip is present, as was already the case for xz. * include/comp_src.h.in (comp_list): Add lzip. * include/manconfig.h.in: Define UNLZIP. * NEWS: Document this. --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index db23d678..0d25f837 100644 --- a/config.h.in +++ b/config.h.in @@ -689,6 +689,9 @@ /* Define to 1 if you have the `lstat' function. */ #undef HAVE_LSTAT +/* Define if you have lzip. */ +#undef HAVE_LZIP + /* Define if you have lzma. */ #undef HAVE_LZMA -- cgit v1.2.3