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