a5b97486a57c17a6ed411f26f7e9ad2e70f3f798
[gnulib.git] / m4 / ChangeLog
1 1999-03-12  Jim Meyering  <meyering@ascend.com>
2
3         * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
4
5 1999-03-07  Jim Meyering  <meyering@ascend.com>
6
7         * jm-glibc-io.m4: Use only those *_unlocked macros that are declared.
8
9 1999-02-17  Jim Meyering  <meyering@ascend.com>
10
11         * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets
12         in macro definition.  From Eli Zaretskii and Alain Magloire.
13
14 1999-02-07  Jim Meyering  <meyering@ascend.com>
15
16         * group-member.m4: New file -- extracted from sh-utils' configure.in.
17
18         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
19         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
20
21 1999-02-06  Jim Meyering  <meyering@ascend.com>
22
23         * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
24         * fnmatch.m4: Likewise.
25         * getgroups.m4: Likewise.
26         * lstat.m4: Likewise.
27         * malloc.m4: Likewise.
28         * putenv.m4: Likewise.
29         * realloc.m4: Likewise.
30         * regex.m4: Likewise.
31         * stat.m4: Likewise.
32         * strftime.m4: Likewise.
33         Suggestion from Alain Magloire.
34
35         * chown.m4: Use `.$ac_objext', not `.o'.
36         * fnmatch.m4: Likewise.
37         * getgroups.m4: Likewise.
38         * getline.m4: Likewise.
39         * lstat.m4: Likewise.
40         * malloc.m4: Likewise.
41         * memcmp.m4: Likewise.
42         * putenv.m4: Likewise.
43         * realloc.m4: Likewise.
44         * regex.m4: Likewise.
45         * stat.m4: Likewise.
46         * strftime.m4: Likewise.
47         Suggestion from Alain Magloire.
48
49         * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
50         an argument.
51
52         * regex.m4: Add a run-time Test for proper operation of
53         re_compile_pattern.
54
55 1999-01-31  Jim Meyering  <meyering@ascend.com>
56
57         * getloadavg.m4: Check for locale.h and the function, setlocale.
58
59 1999-01-30  Jim Meyering  <meyering@ascend.com>
60
61         * check-type.m4: Use 3-arg form of AC_DEFINE.
62
63         * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME
64         rather than my private copy, now that the official one is up to date.
65         * mktime.m4: Remove file.
66
67         * getloadavg.m4: Use 3-arg form of AC_DEFINE.
68         * uptime.m4: Likewise.
69         * uintmax_t.m4: Likewise.
70
71 1999-01-28  Jim Meyering  <meyering@ascend.com>
72
73         * jm-macros.m4: Use jm_AFS.
74         * afs.m4: New file (from fileutils' configure.in).
75
76         * assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
77         * chown.m4: Likewise.
78         * d-ino.m4: Likewise.
79         * d-type.m4: Likewise.
80         * fnmatch.m4: Likewise.
81         * getgroups.m4: Likewise.
82         * gettext.m4: Likewise.
83         * jm-mktime.m4: Likewise.
84         * jm-winsz2.m4: Likewise.
85         * lcmessage.m4: Likewise.
86         * ls-mntd-fs.m4: Likewise.
87         * malloc.m4: Likewise.
88         * memcmp.m4: Likewise.
89         * putenv.m4: Likewise.
90         * realloc.m4: Likewise.
91         * st_mtim.m4: Likewise.
92         * strftime.m4: Likewise.
93
94 1999-01-16  Jim Meyering  <meyering@ascend.com>
95
96         * jm-macros.m4 (ARGMATCH_DIE): Define.
97         (ARGMATCH_DIE_DECL): Define.
98
99 1999-01-12  Jim Meyering  <meyering@ascend.com>
100
101         * Makefile.am.in: Rewrite to avoid using fmt.
102         Reported by Lars Hecking.
103
104 1999-01-10  Jim Meyering  <meyering@ascend.com>
105
106         * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
107         gross kludge.
108         * inttypes_h.m4: Likewise.
109         * lstat.m4: Likewise.
110         * malloc.m4: Likewise.
111         * readdir.m4: Likewise.
112         * realloc.m4: Likewise.
113         * st_dm_mode.m4: Likewise.
114         * stat.m4: Likewise.
115         * utimbuf.m4: Likewise.
116         * utimes.m4: Likewise.
117
118         * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
119         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
120         comments in config.h.in are meaningful.
121
122         * jm-macros.m4: Require autoconf-2.13 here.
123
124         * regex.m4: By default, don't use the included regex.c on systems
125         with glibc 2.  Suggestion from Uli Drepper.
126
127 1999-01-02  Jim Meyering  <meyering@ascend.com>
128
129         * jm-macros.m4: Replace strcasecmp and strncasecmp.
130
131 1998-12-18  Jim Meyering  <meyering@ascend.com>
132
133         * Makefile.am.in (Makefile.am): Simplify rule.
134         Based on a suggestion from Lars Hecking.
135
136 1998-11-16  Jim Meyering  <meyering@ascend.com>
137
138         * lfs.m4: Double-quote the `uname...` expression.
139
140 1998-11-16  Paul Eggert  <eggert@twinsun.com>
141
142         * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
143
144 1998-11-14  Jim Meyering  <meyering@ascend.com>
145
146         * lstat.m4: Correct comment.  POSIX does not permit it to succeed.
147         * stat.m4: Likewise.
148
149 1998-11-03  Jim Meyering  <meyering@ascend.com>
150
151         * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
152         * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
153
154 1998-10-18  Jim Meyering  <meyering@ascend.com>
155
156         * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
157
158 1998-10-17  Jim Meyering  <meyering@ascend.com>
159
160         * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
161         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
162         calls for those previously hard-coded headers.  Instead, take a new
163         parameter.
164         (jm_CHECK_DECLARATIONS): Reflect interface change.
165         * check-decl.m4 (jm_CHECK_DECLS): Likewise.
166         (jm_CHECK_DECL_LOCALTIME_R): New macro.
167
168         * mktime.m4: Test for spring-forward gap before long-running test.
169
170 1998-10-14  Jim Meyering  <meyering@ascend.com>
171
172         * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
173         instead of "TZ=America/Vancouver".  From Paul Eggert.
174
175 1998-10-11  Jim Meyering  <meyering@ascend.com>
176
177         * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
178         This adds a test for a recently added compatibility fix for mktime.c.
179         * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
180
181 1998-09-27  Jim Meyering  <meyering@ascend.com>
182
183         * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
184
185         * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
186         ../configure.in, including a change from Gordon Matzigkeit to allow
187         cross-compiling for the Hurd.
188
189         * glibc.m4: New file/macro to test for the GNU C Library
190         versions 1 and 2.  From Gordon Matzigkeit.
191         Indent.
192
193 1998-09-21  Jim Meyering  <meyering@ascend.com>
194
195         * chown.m4: Declare locals: before, after.  From Andries Brouwer.
196
197 1998-08-18  Paul Eggert  <eggert@twinsun.com>
198
199         Port nanosecond-resolution times to UnixWare 2.1.2 and
200         pedantic Solaris 2.6.
201
202         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
203         AC_STRUCT_ST_MTIM.
204         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
205         Generate name of ns member, instead of just 1 or undef.
206         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
207
208 1998-08-15  Jim Meyering  <meyering@ascend.com>
209
210         * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
211         * check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
212         * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
213         instead of jm_TYPE_SSIZE_T.
214
215 1998-08-12  Jim Meyering  <meyering@ascend.com>
216
217         * st_dm_mode.m4: New file.  From Johan Danielsson.
218
219 1998-08-02  Jim Meyering  <meyering@ascend.com>
220
221         * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
222         in acconfig.h manually.
223
224 1998-07-31  Paul Eggert  <eggert@twinsun.com>
225
226         * st_mtim.m4: New file.
227
228 1998-07-28  Jim Meyering  <meyering@ascend.com>
229
230         * utimes.m4: Undef stat.
231
232 1998-07-25  Jim Meyering  <meyering@ascend.com>
233
234         * utime.m4 (jm_FUNC_UTIME): New file and macro.
235         * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
236
237 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
238
239         * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
240         uid and gid actually remain unchanged.
241
242 1998-07-07  Jim Meyering  <meyering@ascend.com>
243
244         * jm-glibc-io.m4: Remove fclose_unlocked.
245
246 1998-07-04  Jim Meyering  <meyering@ascend.com>
247
248         * regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
249         to prove that this macro can be used in packages without regex.c.
250
251 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
252
253         * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
254         is to be used.
255
256 1998-07-03  Jim Meyering  <meyering@ascend.com>
257
258         * gettext.m4: Add -lintl if it's found to be necessary.
259
260         * gettext.m4: New file -- from gettext-0.10.35.
261         * lcmessage.m4: Likewise.
262         * progtest.m4: Likewise.
263
264         * regex.m4 (jm_WITH_REGEX): New file and macro.
265         * jm-macros.m4: Require the new macro.
266
267 1998-06-29  Jim Meyering  <meyering@ascend.com>
268
269         * fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
270         for the definition of NGROUPS (used in a system header included
271         by sys/mount.h).
272
273 1998-06-28  Jim Meyering  <meyering@ascend.com>
274
275         * ls-mntd-fs.m4: New file.
276         * fstypename.m4: New file.
277
278         * jm-macros.m4: Require the new macro.
279         * jm-glibc-io.m4: New file.
280
281 1998-05-19  Jim Meyering  <meyering@ascend.com>
282
283         * jm-macros.m4: Add jm_FUNC_LCHOWN.
284         * lchown.m4: New file.
285
286         * Makefile.am.in: New file.
287         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
288
289 1998-05-14  Jim Meyering  <meyering@ascend.com>
290
291         * Makefile.am (EXTRA_DIST): Add them.
292         * jm-macros.m4: New file.
293         * utimbuf.m4: New file.
294
295 1998-05-12  Jim Meyering  <meyering@ascend.com>
296
297         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
298
299 1998-05-11  Jim Meyering  <meyering@ascend.com>
300
301         * isc-posix.m4: New file.
302
303 1998-05-10  Jim Meyering  <meyering@ascend.com>
304
305         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
306
307 1998-05-09  Jim Meyering  <meyering@ascend.com>
308
309         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
310         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
311         with automake.
312
313         * ssize_t.m4: New file.
314         * mktime.m4: Remove file -- the new automake has this now.
315
316 1998-04-26  Jim Meyering  <meyering@ascend.com>
317
318         * assert.m4: New file.
319         * Makefile.am (EXTRA_DIST): Add assert.m4.
320
321 1998-04-05  Jim Meyering  <meyering@ascend.com>
322
323         * prereq.m4 (jm_PREREQ_REGEX): New macro.
324         (jm_PREREQ): Use it here.
325
326 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
327
328         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
329         in acconfig.h.
330
331 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
332
333         * prereq.m4: New file.
334         * error.m4: New file.
335         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
336
337 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
338
339         * getline.m4: Don't set am_cv_func_working_getline before the
340         cache-check for the same variable -- that defeated the purpose of
341         the test; the test program was never run.  This was a problem only
342         on systems with losing getline functions -- HP-UX 10.20 is one.
343         Reported by Bjorn Helgaas.
344
345 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
346
347         * Makefile.am (EXTRA_DIST): Add perl.m4.
348
349 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
350
351         * Makefile.am (EXTRA_DIST): Add const.m4.
352
353         * const.m4: New file.  Use an initializer in this declaration
354         typedef int charset[2]; const charset x;
355         Reported by Bob Glickstein.
356
357 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
358
359         * chown.m4: Fix reversed types on -1 args to chown.
360         From Kaveh Ghazi.
361
362 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
363
364         * check-decl.m4: s/DECLARATION_/DECL_/g.
365         Add lseek and memchr.
366
367         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
368         T.E.Dickey <dickey@clark.net> said that some older preprocessors
369         have a 20-character limit on names.
370
371 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
372
373         * inttypes_h.m4: New file.
374         * uintmax_t.m4: New file.
375         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.