[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Remove dependency on gunzip
From: |
Karl Berry |
Subject: |
Re: Remove dependency on gunzip |
Date: |
Sun, 25 Oct 2009 16:16:12 -0500 |
--- texinfo-4.13.orig/info/filesys.c 2008-06-12 14:39:20.000000000
+0200
+++ texinfo-4.13/info/filesys.c 2009-10-22 16:37:00.000000000 +0200
@@ -53,7 +53,11 @@
};
static COMPRESSION_ALIST compress_suffixes[] = {
+#if STRIP_DOT_EXE
{ ".gz", "gunzip" },
+#else
+ { ".gz", "gzip -d" },
+#endif
I see nothing wrong with requiring gunzip, but since you asked for it,
ok, installed.