blob: 12e25e247f84538ca1089f3a9b78bdf94bce4457 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
2009-11-07 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac, hbf2gf/hbf2gf.w: Require recent kpathsea version.
2009-10-01 Peter Breitenlohner <peb@mppmu.mpg.de>
* hbf2gf/hbf.c, hbf2gf/hbf2gf.w: ANSI C function declarations.
Declare numerous param and local strings as const.
* conv/*conv.c: ANSI C function declarations.
2009-08-21 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: Check for <kpathsea/version.h> and ...
* hbf2gf/hbf2gf.w: ... skip extern decls if found.
2009-06-19 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: enable compiler warnings (TeX Live style).
* conv/Makefile.am: enable compiler warnings.
2009-05-06 Peter Breitenlohner <peb@mppmu.mpg.de>
Adapt to TL2009 build system.
2008-01-31 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.in: Use AC_CONFIG_FILES([Makefile]) instead of
KPSE_CONFIG_FILES.
* configure: Regenerated.
2008-01-30 Peter Breitenlohner <peb@mppmu.mpg.de>
Convert from autoconf-2.13 to autoconf-2.59+:
* Makefile.in, conv/Makefile.in, scripts/Makefile.in,
hbf2gf/Makefile.in: Add @configure_input@ lines.
* aclocal.m4 (new): Generated (aclocal -I ../m4).
* configure: Regenerated (autoconf).
|