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