]> git.pld-linux.org Git - packages/texinfo.git/blob - texinfo-exe.patch
- release 1.
[packages/texinfo.git] / texinfo-exe.patch
1 --- texinfo-3.12f/util/install-info.c.gafton    Thu Mar 11 23:23:47 1999
2 +++ texinfo-3.12f/util/install-info.c   Thu Mar 11 23:24:09 1999
3 @@ -547,7 +547,7 @@
4      compression_program = &local_compression_program;
5  
6    if (data[0] == '\x1f' && data[1] == '\x8b')
7 -#ifdef STRIP_DOT_EXE
8 +#if STRIP_DOT_EXE
9      /* An explicit .exe yields a better diagnostics from popen below
10         if they don't have gzip installed.  */
11      *compression_program = "gzip.exe";
This page took 0.022206 seconds and 3 git commands to generate.