2c50091de366d98e87c400ed391afb21f3df3576
[gnulib.git] / m4 / ChangeLog
1 1998-06-28  Jim Meyering  <meyering@ascend.com>
2
3         * jm-macros.m4: Require the new macro.
4         * jm-glibc-io.m4: New file.
5
6 1998-05-19  Jim Meyering  <meyering@ascend.com>
7
8         * jm-macros.m4: Add jm_FUNC_LCHOWN.
9         * lchown.m4: New file.
10
11         * Makefile.am.in: New file.
12         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
13
14 1998-05-14  Jim Meyering  <meyering@ascend.com>
15
16         * Makefile.am (EXTRA_DIST): Add them.
17         * jm-macros.m4: New file.
18         * utimbuf.m4: New file.
19
20 1998-05-12  Jim Meyering  <meyering@ascend.com>
21
22         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
23
24 1998-05-11  Jim Meyering  <meyering@ascend.com>
25
26         * isc-posix.m4: New file.
27
28 1998-05-10  Jim Meyering  <meyering@ascend.com>
29
30         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
31
32 1998-05-09  Jim Meyering  <meyering@ascend.com>
33
34         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
35         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
36         with automake.
37
38         * ssize_t.m4: New file.
39         * mktime.m4: Remove file -- the new automake has this now.
40
41 1998-04-26  Jim Meyering  <meyering@ascend.com>
42
43         * assert.m4: New file.
44         * Makefile.am (EXTRA_DIST): Add assert.m4.
45
46 1998-04-05  Jim Meyering  <meyering@ascend.com>
47
48         * prereq.m4 (jm_PREREQ_REGEX): New macro.
49         (jm_PREREQ): Use it here.
50
51 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
52
53         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
54         in acconfig.h.
55
56 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
57
58         * prereq.m4: New file.
59         * error.m4: New file.
60         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
61
62 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
63
64         * getline.m4: Don't set am_cv_func_working_getline before the
65         cache-check for the same variable -- that defeated the purpose of
66         the test; the test program was never run.  This was a problem only
67         on systems with losing getline functions -- HP-UX 10.20 is one.
68         Reported by Bjorn Helgaas.
69
70 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
71
72         * Makefile.am (EXTRA_DIST): Add perl.m4.
73
74 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
75
76         * Makefile.am (EXTRA_DIST): Add const.m4.
77
78         * const.m4: New file.  Use an initializer in this declaration
79         typedef int charset[2]; const charset x;
80         Reported by Bob Glickstein.
81
82 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
83
84         * chown.m4: Fix reversed types on -1 args to chown.
85         From Kaveh Ghazi.
86
87 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
88
89         * check-decl.m4: s/DECLARATION_/DECL_/g.
90         Add lseek and memchr.
91
92         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
93         T.E.Dickey <dickey@clark.net> said that some older preprocessors
94         have a 20-character limit on names.
95
96 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
97
98         * inttypes_h.m4: New file.
99         * uintmax_t.m4: New file.
100         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.