blob: 77dd1dd0b0a592e3cc0c39d42a7a9ebcabd7197b (
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
40
41
42
43
44
45
46
47
|
2012-11-16 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am: Avoid use of deprecated INCLUDES.
2011-07-19 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: Use KPSE_COMPILER_WARNINGS.
* Makefile.am [AM_CFLAGS]: Prepare for WARNING_CFLAGS.
2011-07-15 Peter Breitenlohner <peb@mppmu.mpg.de>
* version.ac: New file defining the t1lib version.
* configure.ac: Adapt. Drop useless AC_HEADER_STAT.
2010-05-19 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am: Do not compile lib/type1/bstring.c.
2010-02-27 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am: List all t1lib source files.
2009-12-18 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: Exchange role of t1lib.h and lib/t1lib/t1lib.h
to work around an Autoconf bug when srcdir as an absolute path.
Bug reported by Nikola Lecic <nikola.lecic@anthesphoria.net>.
2009-12-11 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: Check if libm is required for sqrt().
* type1afm.test: Avoid GNU-ism (sed -e EXPR FILE).
Reported by Nikola Lecic <nikola.lecic@anthesphoria.net>.
2009-02-05 Peter Breitenlohner <peb@mppmu.mpg.de>
Adapt to TL2009 build system.
Add a test case for 'make check'.
2008-01-31 Peter Breitenlohner <peb@mppmu.mpg.de>
Convert from autoconf-2.13 to autoconf-2.59+:
* t1lib.ac: Fixed a typo (that was ignored by autoconf-2.13).
* Makefile.in: Add @configure_input@ line.
* aclocal.m4 (new): Generated (aclocal -I ../../texk/m4).
* configure: Regenerated (autoconf).
|