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