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