*** empty log message ***
[gnulib.git] / m4 / ChangeLog
1 1999-10-30  Jim Meyering  <meyering@ascend.com>
2
3         * uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
4         m4-quoted string.
5         * ls-mntd-fs.m4: Likewise.
6         * jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
7         * jm-winsz1.m4: Likewise.
8
9         * const.m4: Remove file, since the fix made it into the experimental
10         version of autoconf.
11
12         * check-type.m4: Remove file, now that the latest version of
13         AC_CHECK_TYPE takes a third arg to specify additional #includes.
14
15         * ssize_t.m4: New file, requires experimental version of autoconf.
16         * jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
17         AC_CHECK_TYPE.
18
19 1999-10-04  Jim Meyering  <meyering@ascend.com>
20
21         * jm-macros.m4: Don't require autoconf-2.14.1.
22
23 1999-09-22  Paul Eggert  <eggert@twinsun.com>
24
25         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
26         2.95.1 bug with HP-UX 10.20.
27
28 1999-09-17  Jim Meyering  <meyering@ascend.com>
29
30         * jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
31         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
32         due to missing strdup (against sh-utils-2.0).
33
34 1999-08-29  Jim Meyering  <meyering@ascend.com>
35
36         * jm-macros.m4: Require jm_BISON.
37         * bison.m4: New file.
38
39 1999-08-17  Paul Eggert  <eggert@twinsun.com>
40
41         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
42         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
43
44 1999-08-05  Jim Meyering  <meyering@ascend.com>
45
46         * getline.m4: Rename test file from conftestdata to conftest.data
47         to avoid conflicts with `conftest' on 8+3 filesystems.
48         Suggestion from Eli Zaretskii.
49
50 1999-08-04  Jim Meyering  <meyering@ascend.com>
51
52         * jm-macros.m4: Move a 4-line block of code from the configure.in of
53         fileutils and sh-utils (textutils's getline test was inadequate).
54         (AM_FUNC_GETLINE): Run this test.
55         (AC_CHECK_FUNCS): Check for getdelim.
56         Reported by Bob Proulx.
57
58 1999-08-02  Jim Meyering  <meyering@ascend.com>
59
60         * jm-macros.m4: Add a comment.
61
62 1999-08-01  Jim Meyering  <meyering@ascend.com>
63
64         * mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4.
65
66 1999-08-01  Paul Eggert  <eggert@twinsun.com>
67
68         * lfs.m4: Remove this file.
69         * largefile.m4: New file.  It contains the old contents of
70         lfs.m4, except that all names with prefix AC_LFS have been
71         changed to use the prefix AC_SYS_LARGEFILE instead, to be
72         compatible with future autoconf versions.  Also, some minor m4
73         quoting problems have been fixed.
74
75 1999-07-16  Paul Eggert  <eggert@twinsun.com>
76
77         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
78         that we can shift, multiply and divide unsigned long long
79         values; Ultrix cc can't do it.
80
81 1999-07-14  Paul Eggert  <eggert@twinsun.com>
82
83         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
84         <inttypes.h> defines strtoumax as a macro (and not as a
85         function).
86
87 1999-07-05  Paul Eggert  <eggert@twinsun.com>
88
89         * gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
90         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
91         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
92         and simplify the shell code.
93
94 1999-07-03  Paul Eggert  <eggert@twinsun.com>
95
96         * mktime.m4: New file, which is a preview of what should appear
97         in the next public autoconf release.
98
99 1999-07-20  Jim Meyering  <meyering@ascend.com>
100
101         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
102
103 1999-07-15  Jim Meyering  <meyering@ascend.com>
104
105         * jm-macros.m4: (AC_CHECK_FUNCS): Check for getpagesize.
106
107 1999-05-22  Jim Meyering  <meyering@ascend.com>
108
109         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
110
111 1999-05-20  Jim Meyering  <meyering@ascend.com>
112
113         * search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
114         Add a colon after each `then' in case $4 is empty.
115
116 1999-05-16  Jim Meyering  <meyering@ascend.com>
117
118         * search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
119
120 1999-05-10  Jim Meyering  <meyering@ascend.com>
121
122         * jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
123
124         * jm-macros.m4: Require 2.14.1, since we use newly-renamed
125         AC_FUNC_MKTIME.
126
127 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
128
129         * jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
130
131 1999-05-04  Paul Eggert  <eggert@twinsun.com>
132
133         * lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
134         not CPPFLAGS, so that linking works correctly in IRIX.
135
136 1999-04-30  Paul Eggert  <eggert@twinsun.com>
137
138         * jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
139
140 1999-04-20  Jim Meyering  <meyering@ascend.com>
141
142         * xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
143         AC_REPLACE xstroull if necessary.  From Paul Eggert.
144         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
145
146 1999-04-20  Paul Eggert  <eggert@twinsun.com>
147
148         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
149         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
150         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
151         jm_AC_TYPE_UNSIGNED_LONG_LONG.
152         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
153
154         * lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
155
156 1999-04-18  Jim Meyering  <meyering@ascend.com>
157
158         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
159         * jm-macros.m4: Use it.
160
161 1999-04-06  Jim Meyering  <meyering@ascend.com>
162
163         * strftime.m4: Remove test for %f.
164
165 1999-03-29  Jim Meyering  <meyering@ascend.com>
166
167         * jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
168         superset of the AC_TYPE_* checks in the textutils, fileutils,
169         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
170         AC_TYPE_PID_T.
171
172 1999-03-28  Jim Meyering  <meyering@ascend.com>
173
174         * jm-macros.m4: Define GNU_PACKAGE here.
175         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
176         replaced e.g., in the *.sh files of the sh-utils.
177
178 1999-03-20  Jim Meyering  <meyering@ascend.com>
179
180         * jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
181         * regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
182         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
183
184 1999-03-19  Jim Meyering  <meyering@ascend.com>
185
186         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
187
188 1999-03-12  Jim Meyering  <meyering@ascend.com>
189
190         * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
191
192 1999-03-07  Jim Meyering  <meyering@ascend.com>
193
194         * jm-glibc-io.m4: Use only those *_unlocked macros that are declared.
195
196 1999-02-17  Jim Meyering  <meyering@ascend.com>
197
198         * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets
199         in macro definition.  From Eli Zaretskii and Alain Magloire.
200
201 1999-02-07  Jim Meyering  <meyering@ascend.com>
202
203         * group-member.m4: New file -- extracted from sh-utils' configure.in.
204
205         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
206         * gettext.m4: Support DOS-style d:/foo/bar absolute file names.
207
208 1999-02-06  Jim Meyering  <meyering@ascend.com>
209
210         * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
211         * fnmatch.m4: Likewise.
212         * getgroups.m4: Likewise.
213         * lstat.m4: Likewise.
214         * malloc.m4: Likewise.
215         * putenv.m4: Likewise.
216         * realloc.m4: Likewise.
217         * regex.m4: Likewise.
218         * stat.m4: Likewise.
219         * strftime.m4: Likewise.
220         Suggestion from Alain Magloire.
221
222         * chown.m4: Use `.$ac_objext', not `.o'.
223         * fnmatch.m4: Likewise.
224         * getgroups.m4: Likewise.
225         * getline.m4: Likewise.
226         * lstat.m4: Likewise.
227         * malloc.m4: Likewise.
228         * memcmp.m4: Likewise.
229         * putenv.m4: Likewise.
230         * realloc.m4: Likewise.
231         * regex.m4: Likewise.
232         * stat.m4: Likewise.
233         * strftime.m4: Likewise.
234         Suggestion from Alain Magloire.
235
236         * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
237         an argument.
238
239         * regex.m4: Add a run-time Test for proper operation of
240         re_compile_pattern.
241
242 1999-01-31  Jim Meyering  <meyering@ascend.com>
243
244         * getloadavg.m4: Check for locale.h and the function, setlocale.
245
246 1999-01-30  Jim Meyering  <meyering@ascend.com>
247
248         * check-type.m4: Use 3-arg form of AC_DEFINE.
249
250         * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME
251         rather than my private copy, now that the official one is up to date.
252         * mktime.m4: Remove file.
253
254         * getloadavg.m4: Use 3-arg form of AC_DEFINE.
255         * uptime.m4: Likewise.
256         * uintmax_t.m4: Likewise.
257
258 1999-01-28  Jim Meyering  <meyering@ascend.com>
259
260         * jm-macros.m4: Use jm_AFS.
261         * afs.m4: New file (from fileutils' configure.in).
262
263         * assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
264         * chown.m4: Likewise.
265         * d-ino.m4: Likewise.
266         * d-type.m4: Likewise.
267         * fnmatch.m4: Likewise.
268         * getgroups.m4: Likewise.
269         * gettext.m4: Likewise.
270         * jm-mktime.m4: Likewise.
271         * jm-winsz2.m4: Likewise.
272         * lcmessage.m4: Likewise.
273         * ls-mntd-fs.m4: Likewise.
274         * malloc.m4: Likewise.
275         * memcmp.m4: Likewise.
276         * putenv.m4: Likewise.
277         * realloc.m4: Likewise.
278         * st_mtim.m4: Likewise.
279         * strftime.m4: Likewise.
280
281 1999-01-16  Jim Meyering  <meyering@ascend.com>
282
283         * jm-macros.m4 (ARGMATCH_DIE): Define.
284         (ARGMATCH_DIE_DECL): Define.
285
286 1999-01-12  Jim Meyering  <meyering@ascend.com>
287
288         * Makefile.am.in: Rewrite to avoid using fmt.
289         Reported by Lars Hecking.
290
291 1999-01-10  Jim Meyering  <meyering@ascend.com>
292
293         * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
294         gross kludge.
295         * inttypes_h.m4: Likewise.
296         * lstat.m4: Likewise.
297         * malloc.m4: Likewise.
298         * readdir.m4: Likewise.
299         * realloc.m4: Likewise.
300         * st_dm_mode.m4: Likewise.
301         * stat.m4: Likewise.
302         * utimbuf.m4: Likewise.
303         * utimes.m4: Likewise.
304
305         * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
306         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
307         comments in config.h.in are meaningful.
308
309         * jm-macros.m4: Require autoconf-2.13 here.
310
311         * regex.m4: By default, don't use the included regex.c on systems
312         with glibc 2.  Suggestion from Uli Drepper.
313
314 1999-01-02  Jim Meyering  <meyering@ascend.com>
315
316         * jm-macros.m4: Replace strcasecmp and strncasecmp.
317
318 1998-12-18  Jim Meyering  <meyering@ascend.com>
319
320         * Makefile.am.in (Makefile.am): Simplify rule.
321         Based on a suggestion from Lars Hecking.
322
323 1998-11-16  Jim Meyering  <meyering@ascend.com>
324
325         * lfs.m4: Double-quote the `uname...` expression.
326
327 1998-11-16  Paul Eggert  <eggert@twinsun.com>
328
329         * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
330
331 1998-11-14  Jim Meyering  <meyering@ascend.com>
332
333         * lstat.m4: Correct comment.  POSIX does not permit it to succeed.
334         * stat.m4: Likewise.
335
336 1998-11-03  Jim Meyering  <meyering@ascend.com>
337
338         * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
339         * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
340
341 1998-10-18  Jim Meyering  <meyering@ascend.com>
342
343         * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
344
345 1998-10-17  Jim Meyering  <meyering@ascend.com>
346
347         * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
348         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
349         calls for those previously hard-coded headers.  Instead, take a new
350         parameter.
351         (jm_CHECK_DECLARATIONS): Reflect interface change.
352         * check-decl.m4 (jm_CHECK_DECLS): Likewise.
353         (jm_CHECK_DECL_LOCALTIME_R): New macro.
354
355         * mktime.m4: Test for spring-forward gap before long-running test.
356
357 1998-10-14  Jim Meyering  <meyering@ascend.com>
358
359         * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
360         instead of "TZ=America/Vancouver".  From Paul Eggert.
361
362 1998-10-11  Jim Meyering  <meyering@ascend.com>
363
364         * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
365         This adds a test for a recently added compatibility fix for mktime.c.
366         * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
367
368 1998-09-27  Jim Meyering  <meyering@ascend.com>
369
370         * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
371
372         * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
373         ../configure.in, including a change from Gordon Matzigkeit to allow
374         cross-compiling for the Hurd.
375
376         * glibc.m4: New file/macro to test for the GNU C Library
377         versions 1 and 2.  From Gordon Matzigkeit.
378         Indent.
379
380 1998-09-21  Jim Meyering  <meyering@ascend.com>
381
382         * chown.m4: Declare locals: before, after.  From Andries Brouwer.
383
384 1998-08-18  Paul Eggert  <eggert@twinsun.com>
385
386         Port nanosecond-resolution times to UnixWare 2.1.2 and
387         pedantic Solaris 2.6.
388
389         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
390         AC_STRUCT_ST_MTIM.
391         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
392         Generate name of ns member, instead of just 1 or undef.
393         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
394
395 1998-08-15  Jim Meyering  <meyering@ascend.com>
396
397         * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
398         * check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
399         * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
400         instead of jm_TYPE_SSIZE_T.
401
402 1998-08-12  Jim Meyering  <meyering@ascend.com>
403
404         * st_dm_mode.m4: New file.  From Johan Danielsson.
405
406 1998-08-02  Jim Meyering  <meyering@ascend.com>
407
408         * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
409         in acconfig.h manually.
410
411 1998-07-31  Paul Eggert  <eggert@twinsun.com>
412
413         * st_mtim.m4: New file.
414
415 1998-07-28  Jim Meyering  <meyering@ascend.com>
416
417         * utimes.m4: Undef stat.
418
419 1998-07-25  Jim Meyering  <meyering@ascend.com>
420
421         * utime.m4 (jm_FUNC_UTIME): New file and macro.
422         * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
423
424 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
425
426         * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
427         uid and gid actually remain unchanged.
428
429 1998-07-07  Jim Meyering  <meyering@ascend.com>
430
431         * jm-glibc-io.m4: Remove fclose_unlocked.
432
433 1998-07-04  Jim Meyering  <meyering@ascend.com>
434
435         * regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
436         to prove that this macro can be used in packages without regex.c.
437
438 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
439
440         * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
441         is to be used.
442
443 1998-07-03  Jim Meyering  <meyering@ascend.com>
444
445         * gettext.m4: Add -lintl if it's found to be necessary.
446
447         * gettext.m4: New file -- from gettext-0.10.35.
448         * lcmessage.m4: Likewise.
449         * progtest.m4: Likewise.
450
451         * regex.m4 (jm_WITH_REGEX): New file and macro.
452         * jm-macros.m4: Require the new macro.
453
454 1998-06-29  Jim Meyering  <meyering@ascend.com>
455
456         * fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
457         for the definition of NGROUPS (used in a system header included
458         by sys/mount.h).
459
460 1998-06-28  Jim Meyering  <meyering@ascend.com>
461
462         * ls-mntd-fs.m4: New file.
463         * fstypename.m4: New file.
464
465         * jm-macros.m4: Require the new macro.
466         * jm-glibc-io.m4: New file.
467
468 1998-05-19  Jim Meyering  <meyering@ascend.com>
469
470         * jm-macros.m4: Add jm_FUNC_LCHOWN.
471         * lchown.m4: New file.
472
473         * Makefile.am.in: New file.
474         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
475
476 1998-05-14  Jim Meyering  <meyering@ascend.com>
477
478         * Makefile.am (EXTRA_DIST): Add them.
479         * jm-macros.m4: New file.
480         * utimbuf.m4: New file.
481
482 1998-05-12  Jim Meyering  <meyering@ascend.com>
483
484         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
485
486 1998-05-11  Jim Meyering  <meyering@ascend.com>
487
488         * isc-posix.m4: New file.
489
490 1998-05-10  Jim Meyering  <meyering@ascend.com>
491
492         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
493
494 1998-05-09  Jim Meyering  <meyering@ascend.com>
495
496         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
497         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
498         with automake.
499
500         * ssize_t.m4: New file.
501         * mktime.m4: Remove file -- the new automake has this now.
502
503 1998-04-26  Jim Meyering  <meyering@ascend.com>
504
505         * assert.m4: New file.
506         * Makefile.am (EXTRA_DIST): Add assert.m4.
507
508 1998-04-05  Jim Meyering  <meyering@ascend.com>
509
510         * prereq.m4 (jm_PREREQ_REGEX): New macro.
511         (jm_PREREQ): Use it here.
512
513 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
514
515         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
516         in acconfig.h.
517
518 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
519
520         * prereq.m4: New file.
521         * error.m4: New file.
522         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
523
524 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
525
526         * getline.m4: Don't set am_cv_func_working_getline before the
527         cache-check for the same variable -- that defeated the purpose of
528         the test; the test program was never run.  This was a problem only
529         on systems with losing getline functions -- HP-UX 10.20 is one.
530         Reported by Bjorn Helgaas.
531
532 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
533
534         * Makefile.am (EXTRA_DIST): Add perl.m4.
535
536 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
537
538         * Makefile.am (EXTRA_DIST): Add const.m4.
539
540         * const.m4: New file.  Use an initializer in this declaration
541         typedef int charset[2]; const charset x;
542         Reported by Bob Glickstein.
543
544 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
545
546         * chown.m4: Fix reversed types on -1 args to chown.
547         From Kaveh Ghazi.
548
549 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
550
551         * check-decl.m4: s/DECLARATION_/DECL_/g.
552         Add lseek and memchr.
553
554         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
555         T.E.Dickey <dickey@clark.net> said that some older preprocessors
556         have a 20-character limit on names.
557
558 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
559
560         * inttypes_h.m4: New file.
561         * uintmax_t.m4: New file.
562         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.