*** empty log message ***
[gnulib.git] / m4 / ChangeLog
1 1998-08-12  Jim Meyering  <meyering@ascend.com>
2
3         * st_dm_mode.m4: New file.  From Johan Danielsson.
4
5 1998-08-02  Jim Meyering  <meyering@ascend.com>
6
7         * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
8         in acconfig.h manually.
9
10 1998-07-31  Paul Eggert  <eggert@twinsun.com>
11
12         * st_mtim.m4: New file.
13
14 1998-07-28  Jim Meyering  <meyering@ascend.com>
15
16         * utimes.m4: Undef stat.
17
18 1998-07-25  Jim Meyering  <meyering@ascend.com>
19
20         * utime.m4 (jm_FUNC_UTIME): New file and macro.
21         * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
22
23 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
24
25         * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
26         uid and gid actually remain unchanged.
27
28 1998-07-07  Jim Meyering  <meyering@ascend.com>
29
30         * jm-glibc-io.m4: Remove fclose_unlocked.
31
32 1998-07-04  Jim Meyering  <meyering@ascend.com>
33
34         * regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
35         to prove that this macro can be used in packages without regex.c.
36
37 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
38
39         * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
40         is to be used.
41
42 1998-07-03  Jim Meyering  <meyering@ascend.com>
43
44         * gettext.m4: Add -lintl if it's found to be necessary.
45
46         * gettext.m4: New file -- from gettext-0.10.35.
47         * lcmessage.m4: Likewise.
48         * progtest.m4: Likewise.
49
50         * regex.m4 (jm_WITH_REGEX): New file and macro.
51         * jm-macros.m4: Require the new macro.
52
53 1998-06-29  Jim Meyering  <meyering@ascend.com>
54
55         * fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
56         for the definition of NGROUPS (used in a system header included
57         by sys/mount.h).
58
59 1998-06-28  Jim Meyering  <meyering@ascend.com>
60
61         * ls-mntd-fs.m4: New file.
62         * fstypename.m4: New file.
63
64         * jm-macros.m4: Require the new macro.
65         * jm-glibc-io.m4: New file.
66
67 1998-05-19  Jim Meyering  <meyering@ascend.com>
68
69         * jm-macros.m4: Add jm_FUNC_LCHOWN.
70         * lchown.m4: New file.
71
72         * Makefile.am.in: New file.
73         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
74
75 1998-05-14  Jim Meyering  <meyering@ascend.com>
76
77         * Makefile.am (EXTRA_DIST): Add them.
78         * jm-macros.m4: New file.
79         * utimbuf.m4: New file.
80
81 1998-05-12  Jim Meyering  <meyering@ascend.com>
82
83         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
84
85 1998-05-11  Jim Meyering  <meyering@ascend.com>
86
87         * isc-posix.m4: New file.
88
89 1998-05-10  Jim Meyering  <meyering@ascend.com>
90
91         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
92
93 1998-05-09  Jim Meyering  <meyering@ascend.com>
94
95         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
96         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
97         with automake.
98
99         * ssize_t.m4: New file.
100         * mktime.m4: Remove file -- the new automake has this now.
101
102 1998-04-26  Jim Meyering  <meyering@ascend.com>
103
104         * assert.m4: New file.
105         * Makefile.am (EXTRA_DIST): Add assert.m4.
106
107 1998-04-05  Jim Meyering  <meyering@ascend.com>
108
109         * prereq.m4 (jm_PREREQ_REGEX): New macro.
110         (jm_PREREQ): Use it here.
111
112 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
113
114         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
115         in acconfig.h.
116
117 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
118
119         * prereq.m4: New file.
120         * error.m4: New file.
121         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
122
123 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
124
125         * getline.m4: Don't set am_cv_func_working_getline before the
126         cache-check for the same variable -- that defeated the purpose of
127         the test; the test program was never run.  This was a problem only
128         on systems with losing getline functions -- HP-UX 10.20 is one.
129         Reported by Bjorn Helgaas.
130
131 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
132
133         * Makefile.am (EXTRA_DIST): Add perl.m4.
134
135 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
136
137         * Makefile.am (EXTRA_DIST): Add const.m4.
138
139         * const.m4: New file.  Use an initializer in this declaration
140         typedef int charset[2]; const charset x;
141         Reported by Bob Glickstein.
142
143 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
144
145         * chown.m4: Fix reversed types on -1 args to chown.
146         From Kaveh Ghazi.
147
148 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
149
150         * check-decl.m4: s/DECLARATION_/DECL_/g.
151         Add lseek and memchr.
152
153         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
154         T.E.Dickey <dickey@clark.net> said that some older preprocessors
155         have a 20-character limit on names.
156
157 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
158
159         * inttypes_h.m4: New file.
160         * uintmax_t.m4: New file.
161         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.