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