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