simon-git: filter (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Tue Aug 29 18:58:08 BST 2017


TL;DR:
  4df13f4 Migrate Makefile to autotools, and update libcharset.

Repository:     https://git.tartarus.org/simon/filter.git
On the web:     https://git.tartarus.org/?p=simon/filter.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2017-08-29 18:58:08

commit 4df13f4c4592e4de0fe53cbabf806597c8e9746a
web diff https://git.tartarus.org/?p=simon/filter.git;a=commitdiff;h=4df13f4c4592e4de0fe53cbabf806597c8e9746a;hp=b14c5f1aa6e0a5d21834add41dba716544e19c47
Author: Simon Tatham <anakin at pobox.com>
Date:   Tue Aug 29 18:56:39 2017 +0100

    Migrate Makefile to autotools, and update libcharset.
    
    The most useful effect of the libcharset update on this project is
    that we pick up the change that adds easy-to-type friendly names for
    all character sets, which csfilter can make use of.
    
    libcharset has turned into an autotools project, so in order to avoid
    excessive makefile-juggling, this has to as well.

 .gitignore   | 13 +++++++++++++
 Makefile     | 54 ------------------------------------------------------
 Makefile.am  | 24 ++++++++++++++++++++++++
 autogen.sh   |  2 ++
 charset      |  2 +-
 configure.ac | 17 +++++++++++++++++
 6 files changed, 57 insertions(+), 55 deletions(-)



More information about the tartarus-commits mailing list