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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
ChangeLog.TL: Changes for xdvik (teTeX / TeX Live)
==================================================
2009-04-18 Peter Breitenlohner <peb@mppmu.mpg.de>
* CHANGES: fixed version/relase-date such that mksedscript can
extract them.
* xdvi.1.in (warnspecials): fixed duplicate entry, removing
an #ifkpathsea without matching #endif.
2009-03-31 Peter Breitenlohner <peb@mppmu.mpg.de>
Imported ftp://tug.org/tex/xdvik-22.84.15.tar.gz and
adapted to new TeX Live build system (Automake & Co.).
Renamed original files XXX -> XXX-22.84.15.
* squeeze.c (removed): File moved ...
* squeeze/squeeze.c (new): ... to here. Don't include
any system dependent kpathsea headers, such that squeeze/
can be configured separately for the build system.
2008-07-01 Peter Breitenlohner <peb@mppmu.mpg.de>
Imported ftp://tug.org/tex/xdvik-22.84.14.tar.gz and
adapted to new TeX Live build system (autoconf-2.59+).
* Makefile.in.orig, acconfig.h.orig, aclocal.m4.orig,
configure.in.orig, depend.mk.orig, gui/Makefile.in.orig,
gui/depend.mk.orig, kpathsea.ac.orig, tests/Makefile.in.orig,
tests/depend.mk.orig, withenable.ac.orig (all new):
Original files from xdvik-22.84.14.
* Makefile.in, gui/Makefile.in, tests/Makefile.in:
Added '@configure_input@' line and replace ac_include by
kpse_include.
* acinclude.m4 (new): Renamed from aclocal.m4.
Renamed cache variables (must contain '_cv_').
* acinclude.m4, configure.in, withenable.ac:
Added lots of m4 quoting and third args of AC_DEFINE.
* acconfig.h (removed): Use AC_DEFINE with three args to
provide templates.
* configure.in:
Replaced AC_OUTPUT with arguments by KPSE_CONFIG_FILES,
AC_CONFIG_FILES and AC_OUTPUT without arg.
* kpathsea.ac (LIBKPATHSEACPPFLAGS): Set to '-I$(kpathsea_parent)'
instead of '-I$(kpathsea_dir)' to avoid confusion between
<c-auto.h> and <kpathsea/c-auto.h>.
* depend.mk, gui/depend.mk, tests/depend.mk: Regenerated and
cleaned by hand ('make depend' didn't quite do that).
* aclocal.m4, c-auto.in, configure: Regenerated.
2008-02-29 Peter Breitenlohner <peb@mppmu.mpg.de>
* acinclude.m4: added quotes to DEFUN's first args, added
AC_DEFINES's third arg to provide autoheader templates ...
* configure.in, withenable.ac: added AC_DEFINES's third arg to provide
autoheader templates ...
* acconfig.h: ... removed.
2008-01-31 Peter Breitenlohner <peb@mppmu.mpg.de>
Convert from autoconf-2.13 to autoconf-2.59+:
* configure.in (AC_PREREQ): Require autoconf-2.59.
* Makefile.in, gui/Makefile.in: Add @configure_input@ lines.
* acinclude.m4 (new): Renamed from aclocal.m4.
* aclocal.m4 (new): Generated (aclocal -I ../m4).
* ../../libs/t1lib/t1lib.ac: Fixed a typo.
* configure: Regenerated (autoconf).
|