blob: 468a01d611e6315088f94eac8211e72974a646de (
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
[Check] FIXMEs in configure.ac
-- flex for tex2indy?
-- latex must be available
Sat Mar 28 18:07:07 2009 schrod
----------------------------------------------------------------------
[Problem] configure.ac: CONVERT_TO_UTF8 not available with recode
see FIXME in file.
On what system recode is available, but iconv ain't?
Maybe we should throw out recode support.
Btw: iconv is not looked for; if it's available.
Fri Apr 18 15:28:52 2014 schrod
----------------------------------------------------------------------
[Problem] abort while building documentation
Folks on Mac OS X had aborts while make-rules documentation should
have been created. There exists a ticket from Yannis with logs.
Tue May 11 02:08:07 2010 schrod
----------------------------------------------------------------------
[Missing] man pages of texindy and xindy are not generated
Need to transfer make rules from old build system.
Sat Apr 19 21:39:39 2014 schrod
----------------------------------------------------------------------
[Missing] Changes from Vladimir/Peter for TeX Live
TL install dirs
Reorg of alphabets Makefile.am
Sun Mar 29 13:50:45 2009 schrod
----------------------------------------------------------------------
[Change] strtoul() might not exist
Replace it with function from gnulib.
AC_REPLACE_FUNCS
Sun Mar 29 13:46:35 2009 schrod
----------------------------------------------------------------------
[Change] No need to insist on GNU make any more
pattern rules
variable subtitutions
OK: src user-commands tex2xindy
TBD: make-rules
Sat Mar 28 18:18:03 2009 schrod
----------------------------------------------------------------------
[Change] Use maintainer mode
autoconf builds are triggered too often without reason...
Tue May 11 02:06:04 2010 schrod
----------------------------------------------------------------------
|