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