blob: 2a55ec64ef23b6ece104cad2b4ccba89b3df29dd (
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
|
2003-05-09 Bruno Haible <bruno@clisp.org>
* strerror_r.m4: New file, from gnulib.
* unlocked-io.m4: New file, from gnulib.
* Makefile.am (EXTRA_DIST): Add them.
2003-04-29 Bruno Haible <bruno@clisp.org>
* Makefile.am (aclocal_DATA): Add nls.m4 and po.m4.
2003-04-10 Bruno Haible <bruno@clisp.org>
* eaccess.m4: New file.
* Makefile.am (EXTRA_DIST): Add it.
2003-04-06 Bruno Haible <bruno@clisp.org>
* relocatable.m4 (AC_RELOCATABLE_NOP): New macro.
(AC_RELOCATABLE_LIBRARY): Use it.
2003-04-05 Bruno Haible <bruno@clisp.org>
* canonicalize.m4 (gl_CANONICALIZE): Use AC_CHECK_FUNCS, so that
HAVE_CANONICALIZE_FILE_NAME gets defined.
* error.m4 (jm_PREREQ_ERROR): New macro.
(gt_FUNC_ERROR_AT_LINE): Invoke it.
2003-04-05 Bruno Haible <bruno@clisp.org>
* relocatable.m4 (AC_RELOCATABLE_LIBRARY): Use the final value of
${prefix}, not the current value.
2003-03-18 Bruno Haible <bruno@clisp.org>
* onceonly.m4: Update from gnulib.
2003-02-28 Bruno Haible <bruno@clisp.org>
Support for relocatable installation.
* canonicalize.m4: New file.
* relocatable.m4: New file.
* strerror.m4: New file.
* xreadlink.m4: New file.
* Makefile.am (EXTRA_DIST): Add them.
2003-02-28 Bruno Haible <bruno@clisp.org>
* pathmax.m4: New file, from gnulib.
* Makefile.am (EXTRA_DIST): Add it.
2003-02-22 Bruno Haible <bruno@clisp.org>
* flex.m4 (gt_PROG_LEX): Remove LEX_OUTPUT_ROOT setting, not needed
any more with automake-1.7.2.
2003-02-19 Bruno Haible <bruno@clisp.org>
* stdbool.m4 (gt_STDBOOL_H): Also test for usability of 'bool' in
declarations. Needed for HP-UX 11 cc.
2003-02-12 Bruno Haible <bruno@clisp.org>
* Makefile.am: Update for new directory structure.
(EXTRA_DIST): Add ChangeLog.0.
See ChangeLog.0 for earlier changes.
|