simon-git: putty (master): Jacob Nevins

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Tue Jan 1 15:13:13 GMT 2019


TL;DR:
  4f54dc0c Try to ensure a C99 compiler.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer:      Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:           2019-01-01 15:13:13

commit 4f54dc0c5f9bbd4d44f5c6c8f97ae8b84a16ff01
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=4f54dc0c5f9bbd4d44f5c6c8f97ae8b84a16ff01;hp=b6f296a17a29fe53e4712a9d2db7cbcdf833ed9b
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Tue Jan 1 13:49:05 2019 +0000

    Try to ensure a C99 compiler.
    
    Some still-supported Linux distributions (Debian jessie and Ubuntu 14.04
    at least) still use GCC 4, where C99 isn't the default.
    
    For autoconf, we do it the autotools way. For the standalone Makefiles,
    we go for -std=gnu99 rather than c99, to avoid trouble with fdopen().

 configure.ac |  4 +++-
 mkfiles.pl   | 10 +++++-----
 2 files changed, 8 insertions(+), 6 deletions(-)



More information about the tartarus-commits mailing list