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