*** empty log message ***
[gnulib.git] / m4 / ChangeLog
1 2000-05-01  Jim Meyering  <meyering@lucent.com>
2
3         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
4         Based on a patch from Bruno Haible.
5
6 2000-04-18  Jim Meyering  <meyering@lucent.com>
7
8         * prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
9         (jm_PREREQ): Use it.
10
11 2000-04-17  Jim Meyering  <meyering@lucent.com>
12
13         Get it right :-)
14         * jm-macros.m4: (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
15         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
16         Suggestion from Akim Demaille.
17
18 2000-04-14  Jim Meyering  <meyering@lucent.com>
19
20         * jm-macros.m4: (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg form
21         of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets clobbered.
22
23 2000-04-13  Jim Meyering  <meyering@lucent.com>
24
25         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new AH_VERBATIM
26         to insert required #ifndef into config.h.in.
27         Suggestion from Akim Demaille.
28
29 2000-04-12  Jim Meyering  <meyering@lucent.com>
30
31         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
32         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
33         Christian Krackowizer.
34
35         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
36         * jm-macros.m4 (_GNU_SOURCE): Define.
37         (AC_SYS_LARGEFILE): Require.
38         (AM_C_PROTOTYPES): Require.
39
40 2000-04-05  Paul Eggert  <eggert@twinsun.com>
41
42         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
43         IRIX if the installer said otherwise.
44
45 2000-04-05  Jim Meyering  <meyering@lucent.com>
46
47         Portability tweaks required for ultrix4.3.
48         * check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
49         (jm_CHECK_DECLS): Add getutent to the list of functions.
50         (_jm_DECL_HEADERS): Add utmpx.h.
51         From John David Anglin.
52
53         * strftime.m4: Back out the 2000-04-02 change.
54         Instead of that change, simply undefine putenv in the test program.
55
56 2000-04-03  Jim Meyering  <meyering@lucent.com>
57
58         * gettext.m4: Fix typo in comment.
59
60         * codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
61         textutils/configure.in).  Suggestion from Paul Eggert.
62         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
63
64 2000-04-02  Paul Eggert  <eggert@twinsun.com>
65
66         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
67         variable in the shell rather than using putenv, which isn't
68         portable.  This avoids the configure-time inter-test dependency
69         on the potentially-renamed putenv function.
70
71 2000-03-30  Paul Eggert  <eggert@twinsun.com>
72
73         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
74         before checking struct stat.st_blksize, so that
75         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
76
77 2000-03-29  Paul Eggert  <eggert@twinsun.com>
78
79         * strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
80         since strftime.c uses HAVE_STRFTIME to decide whether to use
81         the underlying strftime.
82
83 2000-03-10  Jim Meyering  <meyering@lucent.com>
84
85         * lib-check.m4: Look for getspnam in -lgen, too.
86         From Marco Franzen.
87
88 2000-02-02  Bruno Haible  <haible@clisp.cons.org>
89
90         * codeset.m4: New file.
91         * iconv.m4: New file.
92         * jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
93
94 2000-03-04  Jim Meyering  <meyering@lucent.com>
95
96         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
97         for lib/localcharset.c.
98
99 2000-03-03  Jim Meyering  <meyering@lucent.com>
100
101         * regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
102
103 2000-03-02  Jim Meyering  <meyering@lucent.com>
104
105         * timespec.m4: Require AC_HEADER_TIME before the cache check so
106         the messages come out on separate lines.
107
108         * jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
109         rather than jm_CHECK_DECLARATIONS.
110         * decl.m4: Remove now-unused file.
111
112         * check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid.
113
114 2000-02-27  Jim Meyering  <meyering@lucent.com>
115
116         * check-decl.m4: Add getenv to the list.
117
118 2000-02-23  Jim Meyering  <meyering@lucent.com>
119
120         * check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
121         in place of my hack.
122
123 2000-02-10  Jim Meyering  <meyering@lucent.com>
124
125         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
126         gnu_nanosleep to rpl_nanosleep.
127
128 2000-02-09  Jim Meyering  <meyering@lucent.com>
129
130         * lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
131         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
132
133 2000-02-08  Akim Demaille  <akim@epita.fr>
134
135         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
136         `[' and `]' and remove uses of `changequote'.
137         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
138         (AC_SYS_LARGEFILE): Likewise.
139         * gettext.m4 (AM_GNU_GETTEXT): Likewise.
140         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
141         of changequote.
142         * regex.m4 (jm_INCLUDED_REGEX): Likewise.
143         * readdir.m4 (jm_FUNC_READDIR): Likewise
144         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
145         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
146
147 2000-02-05  Jim Meyering  <meyering@lucent.com>
148
149         * jm-macros.m4: (jm_CHECK_ALL_TYPES): Require most macros.
150         Remove explicit use of AC_HEADER_TIME.  It is required by
151         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
152         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
153         in autoconf whereby the expansion of the latter ended up preceding
154         the expansion of its prerequisite, AC_HEADER_TIME.
155         Reported by Volker Borchert.
156
157 2000-02-03  Jim Meyering  <meyering@lucent.com>
158
159         * prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
160
161 2000-02-02  Jim Meyering  <meyering@lucent.com>
162
163         * prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
164         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
165         Reported by Eli Zaretskii.
166
167 2000-01-31  Jim Meyering  <meyering@lucent.com>
168
169         * check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
170         functions.  Add the time.h and sys/time.h headers along with the
171         AC_REQUIRE'ment of AC_HEADER_TIME.
172
173 2000-01-30  Jim Meyering  <meyering@lucent.com>
174
175         * lib-check.m4: Clean up some kludgy old shadow password tests.
176
177         * prereq.m4 (utmp_includes): Define.
178         Check for ut_user and ut_name members in both struct utmpx
179         and struct utmp.
180
181 2000-01-29  Jim Meyering  <meyering@lucent.com>
182
183         * lib-check.m4: New file containing library-related checks from
184         fileutils and sh-utils (textutils had none).
185
186 2000-01-28  Jim Meyering  <meyering@lucent.com>
187
188         * perl.m4: Change format of warning message to look more like that
189         from the missing script.  Suggestion from François Pinard.
190
191 2000-01-25  Jim Meyering  <meyering@lucent.com>
192
193         * timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as well
194         as time.h in the compile check.
195         * nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
196         Fix typo in cross-compiling case: s/yes/no/.
197
198 2000-01-23  Jim Meyering  <meyering@lucent.com>
199
200         * jm-macros.m4: Move df-related tests here from fileutils/configure.in
201
202         * ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
203         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
204
205         * fsusage.m4: New file.  Extracted from fileutils/configure.in.
206         s/space/ac_fsusage_space/.
207         (jm_FILE_SYSTEM_USAGE): Take two parameters.
208
209         * ftruncate.m4: New file (derived from part of fileutils/configure.in).
210         * jm-macros.m4: (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
211         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
212
213         * jm-macros.m4: (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
214         AC_SUBST these here, rather than just in sh-util/configure.in, so
215         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
216         all the same.
217         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
218         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
219         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
220         (AC_SUBST(POW_LIBM)): Likewise.
221         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
222
223 2000-01-22  Jim Meyering  <meyering@lucent.com>
224
225         * jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
226
227         * prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
228
229         * jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
230         configure.in
231         (AC_CHECK_HEADERS): Likewise for sh-utils.
232         (AC_CHECK_HEADERS): Likewise for textutils.
233         Merge the three lists of headers.
234
235         * prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
236         from fileutils' configure.in.
237
238         * decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code.
239         Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4.
240
241         * check-decl.m4: Use #if rather than #ifdef.
242         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
243         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
244         (_jm_DECL_HEADERS): Define new function.
245         (jm_CHECK_DECLARATIONS): Require it.
246
247 2000-01-19  Jim Meyering  <meyering@lucent.com>
248
249         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
250         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
251         defines `struct timespec' in <sys/time.h>
252
253         * c-bs-a.m4: Remove uses of changequote altogether.
254         Thanks to Akim for explaining.
255
256 2000-01-16  Jim Meyering  <meyering@lucent.com>
257
258         * jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
259         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
260         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
261         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
262
263 2000-01-16  Jim Meyering  <meyering@lucent.com>
264
265         * c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
266         because the latter didn't work.
267
268 2000-01-15  Jim Meyering  <meyering@lucent.com>
269
270         * jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
271         (AC_REPLACE_FUNCS): Add memcpy and memset.
272         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
273         Add strpbrk.
274         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
275
276 2000-01-12  Jim Meyering  <meyering@lucent.com>
277
278         * prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
279         (jm_PREREQ): Use it.
280         (jm_PREREQ_READUTMP): New macro.
281         (jm_PREREQ): Use it.
282
283 2000-01-11  Paul Eggert  <eggert@twinsun.com>
284
285         Quote multibyte characters correctly.
286         * c-bs-a.m4: New file.
287         * prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
288         (jm_PREREQ): Use it.
289
290 2000-01-11  Paul Eggert  <eggert@twinsun.com>
291
292         * uintmax_t.m4: Port to autoconf 2.13.
293
294 2000-01-08  Jim Meyering  <meyering@ascend.com>
295
296         * strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
297         * jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
298
299 2000-01-04  Jim Meyering  <meyering@ascend.com>
300
301         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
302         jm_STRUCT_DIRENT_D_TYPE.
303         * d-ino.m4: (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
304         jm_STRUCT_DIRENT_D_INO.
305         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
306         jm_STRUCT_UTIMBUF.
307         * jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/ renamings.
308         * utime.m4: Likewise.
309
310         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
311         * jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
312
313 2000-01-03  Paul Eggert  <eggert@twinsun.com>
314
315         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
316         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
317
318 2000-01-02  Jim Meyering  <meyering@ascend.com>
319
320         * search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
321         remember if this is necessary.
322
323 1999-12-26  Jim Meyering  <meyering@ascend.com>
324
325         * jm-macros.m4: Use it here.
326         * nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
327
328 1999-12-23  Jim Meyering  <meyering@ascend.com>
329
330         * jm-macros.m4: Check for clock_gettime (moved from
331         fileutils/configure.in)
332         Check for gettimeofday.
333
334 1999-12-20  Jim Meyering  <meyering@ascend.com>
335
336         * strftime.m4: Remove kludge, now that I'm using the fixed
337         autoconf-2.14a-1999-12-20.
338
339 1999-12-19  Jim Meyering  <meyering@ascend.com>
340
341         * lstat-slash.m4: New file.
342         * jm-macros.m4: Use the new macro:
343         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
344
345 1999-12-07  Jim Meyering  <meyering@ascend.com>
346
347         * perl.m4: Require that File::Compare be available, too.
348         Too many systems seem to lack it.
349
350         * strftime.m4: Add checks for most of the cpp macros tested in
351         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
352
353 1999-11-18  Paul Eggert  <eggert@twinsun.com>
354
355         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
356         problem with the QNX 4.25 shell, which doesn't propagate exit
357         status of failed commands inside shell assignments.
358
359 1999-11-17  Jim Meyering  <meyering@ascend.com>
360
361         * gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
362
363 1999-11-07  Jim Meyering  <meyering@ascend.com>
364
365         * getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
366
367 1999-11-06  Jim Meyering  <meyering@ascend.com>
368
369         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
370         * jm-macros.m4 (jm_MACROS): Use it here.
371
372 1999-11-05  Jim Meyering  <meyering@ascend.com>
373
374         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from configure.in
375         of textutils, fileutils, and sh-utils into this one (shared between
376         those packages) file.
377         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
378         AC_STRUCT_ST_BLKSIZE.
379
380 1999-11-03  Jim Meyering  <meyering@ascend.com>
381
382         * ssize_t.m4: Remove file.  No longer needed since the new version of
383         AC_CHECK_TYPE checks includes unistd.h.
384         * jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
385         Suggestion from Akim Demaille.
386
387 1999-10-30  Jim Meyering  <meyering@ascend.com>
388
389         * uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
390         m4-quoted string.
391         * ls-mntd-fs.m4: Likewise.
392         * jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
393         * jm-winsz1.m4: Likewise.
394
395         * const.m4: Remove file, since the fix made it into the experimental
396         version of autoconf.
397         * mktime.m4: Likewise.
398
399         * check-type.m4: Remove file, now that the latest version of
400         AC_CHECK_TYPE takes a third arg to specify additional #includes.
401
402         * ssize_t.m4: New file, requires experimental version of autoconf.
403         * jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
404         AC_CHECK_TYPE.
405
406 1999-10-04  Jim Meyering  <meyering@ascend.com>
407
408         * jm-macros.m4: Don't require autoconf-2.14.1.
409
410 1999-09-22  Paul Eggert  <eggert@twinsun.com>
411
412         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
413         2.95.1 bug with HP-UX 10.20.
414
415 1999-09-17  Jim Meyering  <meyering@ascend.com>
416
417         * jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
418         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
419         due to missing strdup (against sh-utils-2.0).
420
421 1999-08-29  Jim Meyering  <meyering@ascend.com>
422
423         * jm-macros.m4: Require jm_BISON.
424         * bison.m4: New file.
425
426 1999-08-17  Paul Eggert  <eggert@twinsun.com>
427
428         * largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
429         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
430
431 1999-08-05  Jim Meyering  <meyering@ascend.com>
432
433         * getline.m4: Rename test file from conftestdata to conftest.data
434         to avoid conflicts with `conftest' on 8+3 filesystems.
435         Suggestion from Eli Zaretskii.
436
437 1999-08-04  Jim Meyering  <meyering@ascend.com>
438
439         * jm-macros.m4: Move a 4-line block of code from the configure.in of
440         fileutils and sh-utils (textutils's getline test was inadequate).
441         (AM_FUNC_GETLINE): Run this test.
442         (AC_CHECK_FUNCS): Check for getdelim.
443         Reported by Bob Proulx.
444
445 1999-08-02  Jim Meyering  <meyering@ascend.com>
446
447         * jm-macros.m4: Add a comment.
448
449 1999-08-01  Jim Meyering  <meyering@ascend.com>
450
451         * mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4.
452
453 1999-08-01  Paul Eggert  <eggert@twinsun.com>
454
455         * lfs.m4: Remove this file.
456         * largefile.m4: New file.  It contains the old contents of
457         lfs.m4, except that all names with prefix AC_LFS have been
458         changed to use the prefix AC_SYS_LARGEFILE instead, to be
459         compatible with future autoconf versions.  Also, some minor m4
460         quoting problems have been fixed.
461
462 1999-07-16  Paul Eggert  <eggert@twinsun.com>
463
464         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
465         that we can shift, multiply and divide unsigned long long
466         values; Ultrix cc can't do it.
467
468 1999-07-14  Paul Eggert  <eggert@twinsun.com>
469
470         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
471         <inttypes.h> defines strtoumax as a macro (and not as a
472         function).
473
474 1999-07-05  Paul Eggert  <eggert@twinsun.com>
475
476         * gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
477         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
478         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
479         and simplify the shell code.
480
481 1999-07-03  Paul Eggert  <eggert@twinsun.com>
482
483         * mktime.m4: New file, which is a preview of what should appear
484         in the next public autoconf release.
485
486 1999-07-20  Jim Meyering  <meyering@ascend.com>
487
488         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
489
490 1999-07-15  Jim Meyering  <meyering@ascend.com>
491
492         * jm-macros.m4: (AC_CHECK_FUNCS): Check for getpagesize.
493
494 1999-05-22  Jim Meyering  <meyering@ascend.com>
495
496         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
497
498 1999-05-20  Jim Meyering  <meyering@ascend.com>
499
500         * search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
501         Add a colon after each `then' in case $4 is empty.
502
503 1999-05-16  Jim Meyering  <meyering@ascend.com>
504
505         * search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
506
507 1999-05-10  Jim Meyering  <meyering@ascend.com>
508
509         * jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
510
511         * jm-macros.m4: Require 2.14.1, since we use newly-renamed
512         AC_FUNC_MKTIME.
513
514 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
515
516         * jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
517
518 1999-05-04  Paul Eggert  <eggert@twinsun.com>
519
520         * lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
521         not CPPFLAGS, so that linking works correctly in IRIX.
522
523 1999-04-30  Paul Eggert  <eggert@twinsun.com>
524
525         * jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
526
527 1999-04-20  Jim Meyering  <meyering@ascend.com>
528
529         * xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
530         AC_REPLACE xstroull if necessary.  From Paul Eggert.
531         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
532
533 1999-04-20  Paul Eggert  <eggert@twinsun.com>
534
535         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
536         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
537         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
538         jm_AC_TYPE_UNSIGNED_LONG_LONG.
539         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
540
541         * lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
542
543 1999-04-18  Jim Meyering  <meyering@ascend.com>
544
545         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
546         * jm-macros.m4: Use it.
547
548 1999-04-06  Jim Meyering  <meyering@ascend.com>
549
550         * strftime.m4: Remove test for %f.
551
552 1999-03-29  Jim Meyering  <meyering@ascend.com>
553
554         * jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
555         superset of the AC_TYPE_* checks in the textutils, fileutils,
556         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
557         AC_TYPE_PID_T.
558
559 1999-03-28  Jim Meyering  <meyering@ascend.com>
560
561         * jm-macros.m4: Define GNU_PACKAGE here.
562         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
563         replaced e.g., in the *.sh files of the sh-utils.
564
565 1999-03-20  Jim Meyering  <meyering@ascend.com>
566
567         * jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
568         * regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
569         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
570
571 1999-03-19  Jim Meyering  <meyering@ascend.com>
572
573         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
574
575 1999-03-12  Jim Meyering  <meyering@ascend.com>
576
577         * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
578
579 1999-03-07  Jim Meyering  <meyering@ascend.com>
580
581         * jm-glibc-io.m4: Use only those *_unlocked macros that are declared.
582
583 1999-02-17  Jim Meyering  <meyering@ascend.com>
584
585         * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets
586         in macro definition.  From Eli Zaretskii and Alain Magloire.
587
588 1999-02-07  Jim Meyering  <meyering@ascend.com>
589
590         * group-member.m4: New file -- extracted from sh-utils' configure.in.
591
592         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
593         * gettext.m4: Support DOS-style d:/foo/bar absolute file names.
594
595 1999-02-06  Jim Meyering  <meyering@ascend.com>
596
597         * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
598         * fnmatch.m4: Likewise.
599         * getgroups.m4: Likewise.
600         * lstat.m4: Likewise.
601         * malloc.m4: Likewise.
602         * putenv.m4: Likewise.
603         * realloc.m4: Likewise.
604         * regex.m4: Likewise.
605         * stat.m4: Likewise.
606         * strftime.m4: Likewise.
607         Suggestion from Alain Magloire.
608
609         * chown.m4: Use `.$ac_objext', not `.o'.
610         * fnmatch.m4: Likewise.
611         * getgroups.m4: Likewise.
612         * getline.m4: Likewise.
613         * lstat.m4: Likewise.
614         * malloc.m4: Likewise.
615         * memcmp.m4: Likewise.
616         * putenv.m4: Likewise.
617         * realloc.m4: Likewise.
618         * regex.m4: Likewise.
619         * stat.m4: Likewise.
620         * strftime.m4: Likewise.
621         Suggestion from Alain Magloire.
622
623         * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
624         an argument.
625
626         * regex.m4: Add a run-time Test for proper operation of
627         re_compile_pattern.
628
629 1999-01-31  Jim Meyering  <meyering@ascend.com>
630
631         * getloadavg.m4: Check for locale.h and the function, setlocale.
632
633 1999-01-30  Jim Meyering  <meyering@ascend.com>
634
635         * check-type.m4: Use 3-arg form of AC_DEFINE.
636
637         * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME
638         rather than my private copy, now that the official one is up to date.
639         * mktime.m4: Remove file.
640
641         * getloadavg.m4: Use 3-arg form of AC_DEFINE.
642         * uptime.m4: Likewise.
643         * uintmax_t.m4: Likewise.
644
645 1999-01-28  Jim Meyering  <meyering@ascend.com>
646
647         * jm-macros.m4: Use jm_AFS.
648         * afs.m4: New file (from fileutils' configure.in).
649
650         * assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
651         * chown.m4: Likewise.
652         * d-ino.m4: Likewise.
653         * d-type.m4: Likewise.
654         * fnmatch.m4: Likewise.
655         * getgroups.m4: Likewise.
656         * gettext.m4: Likewise.
657         * jm-mktime.m4: Likewise.
658         * jm-winsz2.m4: Likewise.
659         * lcmessage.m4: Likewise.
660         * ls-mntd-fs.m4: Likewise.
661         * malloc.m4: Likewise.
662         * memcmp.m4: Likewise.
663         * putenv.m4: Likewise.
664         * realloc.m4: Likewise.
665         * st_mtim.m4: Likewise.
666         * strftime.m4: Likewise.
667
668 1999-01-16  Jim Meyering  <meyering@ascend.com>
669
670         * jm-macros.m4 (ARGMATCH_DIE): Define.
671         (ARGMATCH_DIE_DECL): Define.
672
673 1999-01-12  Jim Meyering  <meyering@ascend.com>
674
675         * Makefile.am.in: Rewrite to avoid using fmt.
676         Reported by Lars Hecking.
677
678 1999-01-10  Jim Meyering  <meyering@ascend.com>
679
680         * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
681         gross kludge.
682         * inttypes_h.m4: Likewise.
683         * lstat.m4: Likewise.
684         * malloc.m4: Likewise.
685         * readdir.m4: Likewise.
686         * realloc.m4: Likewise.
687         * st_dm_mode.m4: Likewise.
688         * stat.m4: Likewise.
689         * utimbuf.m4: Likewise.
690         * utimes.m4: Likewise.
691
692         * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
693         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
694         comments in config.h.in are meaningful.
695
696         * jm-macros.m4: Require autoconf-2.13 here.
697
698         * regex.m4: By default, don't use the included regex.c on systems
699         with glibc 2.  Suggestion from Uli Drepper.
700
701 1999-01-02  Jim Meyering  <meyering@ascend.com>
702
703         * jm-macros.m4: Replace strcasecmp and strncasecmp.
704
705 1998-12-18  Jim Meyering  <meyering@ascend.com>
706
707         * Makefile.am.in (Makefile.am): Simplify rule.
708         Based on a suggestion from Lars Hecking.
709
710 1998-11-16  Jim Meyering  <meyering@ascend.com>
711
712         * lfs.m4: Double-quote the `uname...` expression.
713
714 1998-11-16  Paul Eggert  <eggert@twinsun.com>
715
716         * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
717
718 1998-11-14  Jim Meyering  <meyering@ascend.com>
719
720         * lstat.m4: Correct comment.  POSIX does not permit it to succeed.
721         * stat.m4: Likewise.
722
723 1998-11-03  Jim Meyering  <meyering@ascend.com>
724
725         * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
726         * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
727
728 1998-10-18  Jim Meyering  <meyering@ascend.com>
729
730         * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
731
732 1998-10-17  Jim Meyering  <meyering@ascend.com>
733
734         * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
735         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
736         calls for those previously hard-coded headers.  Instead, take a new
737         parameter.
738         (jm_CHECK_DECLARATIONS): Reflect interface change.
739         * check-decl.m4 (jm_CHECK_DECLS): Likewise.
740         (jm_CHECK_DECL_LOCALTIME_R): New macro.
741
742         * mktime.m4: Test for spring-forward gap before long-running test.
743
744 1998-10-14  Jim Meyering  <meyering@ascend.com>
745
746         * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
747         instead of "TZ=America/Vancouver".  From Paul Eggert.
748
749 1998-10-11  Jim Meyering  <meyering@ascend.com>
750
751         * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
752         This adds a test for a recently added compatibility fix for mktime.c.
753         * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
754
755 1998-09-27  Jim Meyering  <meyering@ascend.com>
756
757         * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
758
759         * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
760         ../configure.in, including a change from Gordon Matzigkeit to allow
761         cross-compiling for the Hurd.
762
763         * glibc.m4: New file/macro to test for the GNU C Library
764         versions 1 and 2.  From Gordon Matzigkeit.
765         Indent.
766
767 1998-09-21  Jim Meyering  <meyering@ascend.com>
768
769         * chown.m4: Declare locals: before, after.  From Andries Brouwer.
770
771 1998-08-18  Paul Eggert  <eggert@twinsun.com>
772
773         Port nanosecond-resolution times to UnixWare 2.1.2 and
774         pedantic Solaris 2.6.
775
776         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
777         AC_STRUCT_ST_MTIM.
778         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
779         Generate name of ns member, instead of just 1 or undef.
780         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
781
782 1998-08-15  Jim Meyering  <meyering@ascend.com>
783
784         * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
785         * check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
786         * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
787         instead of jm_TYPE_SSIZE_T.
788
789 1998-08-12  Jim Meyering  <meyering@ascend.com>
790
791         * st_dm_mode.m4: New file.  From Johan Danielsson.
792
793 1998-08-02  Jim Meyering  <meyering@ascend.com>
794
795         * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
796         in acconfig.h manually.
797
798 1998-07-31  Paul Eggert  <eggert@twinsun.com>
799
800         * st_mtim.m4: New file.
801
802 1998-07-28  Jim Meyering  <meyering@ascend.com>
803
804         * utimes.m4: Undef stat.
805
806 1998-07-25  Jim Meyering  <meyering@ascend.com>
807
808         * utime.m4 (jm_FUNC_UTIME): New file and macro.
809         * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
810
811 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
812
813         * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
814         uid and gid actually remain unchanged.
815
816 1998-07-07  Jim Meyering  <meyering@ascend.com>
817
818         * jm-glibc-io.m4: Remove fclose_unlocked.
819
820 1998-07-04  Jim Meyering  <meyering@ascend.com>
821
822         * regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
823         to prove that this macro can be used in packages without regex.c.
824
825 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
826
827         * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
828         is to be used.
829
830 1998-07-03  Jim Meyering  <meyering@ascend.com>
831
832         * gettext.m4: Add -lintl if it's found to be necessary.
833
834         * gettext.m4: New file -- from gettext-0.10.35.
835         * lcmessage.m4: Likewise.
836         * progtest.m4: Likewise.
837
838         * regex.m4 (jm_WITH_REGEX): New file and macro.
839         * jm-macros.m4: Require the new macro.
840
841 1998-06-29  Jim Meyering  <meyering@ascend.com>
842
843         * fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
844         for the definition of NGROUPS (used in a system header included
845         by sys/mount.h).
846
847 1998-06-28  Jim Meyering  <meyering@ascend.com>
848
849         * ls-mntd-fs.m4: New file.
850         * fstypename.m4: New file.
851
852         * jm-macros.m4: Require the new macro.
853         * jm-glibc-io.m4: New file.
854
855 1998-05-19  Jim Meyering  <meyering@ascend.com>
856
857         * jm-macros.m4: Add jm_FUNC_LCHOWN.
858         * lchown.m4: New file.
859
860         * Makefile.am.in: New file.
861         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
862
863 1998-05-14  Jim Meyering  <meyering@ascend.com>
864
865         * Makefile.am (EXTRA_DIST): Add them.
866         * jm-macros.m4: New file.
867         * utimbuf.m4: New file.
868
869 1998-05-12  Jim Meyering  <meyering@ascend.com>
870
871         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
872
873 1998-05-11  Jim Meyering  <meyering@ascend.com>
874
875         * isc-posix.m4: New file.
876
877 1998-05-10  Jim Meyering  <meyering@ascend.com>
878
879         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
880
881 1998-05-09  Jim Meyering  <meyering@ascend.com>
882
883         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
884         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
885         with automake.
886
887         * ssize_t.m4: New file.
888         * mktime.m4: Remove file -- the new automake has this now.
889
890 1998-04-26  Jim Meyering  <meyering@ascend.com>
891
892         * assert.m4: New file.
893         * Makefile.am (EXTRA_DIST): Add assert.m4.
894
895 1998-04-05  Jim Meyering  <meyering@ascend.com>
896
897         * prereq.m4 (jm_PREREQ_REGEX): New macro.
898         (jm_PREREQ): Use it here.
899
900 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
901
902         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
903         in acconfig.h.
904
905 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
906
907         * prereq.m4: New file.
908         * error.m4: New file.
909         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
910
911 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
912
913         * getline.m4: Don't set am_cv_func_working_getline before the
914         cache-check for the same variable -- that defeated the purpose of
915         the test; the test program was never run.  This was a problem only
916         on systems with losing getline functions -- HP-UX 10.20 is one.
917         Reported by Bjorn Helgaas.
918
919 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
920
921         * Makefile.am (EXTRA_DIST): Add perl.m4.
922
923 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
924
925         * Makefile.am (EXTRA_DIST): Add const.m4.
926
927         * const.m4: New file.  Use an initializer in this declaration
928         typedef int charset[2]; const charset x;
929         Reported by Bob Glickstein.
930
931 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
932
933         * chown.m4: Fix reversed types on -1 args to chown.
934         From Kaveh Ghazi.
935
936 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
937
938         * check-decl.m4: s/DECLARATION_/DECL_/g.
939         Add lseek and memchr.
940
941         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
942         T.E.Dickey <dickey@clark.net> said that some older preprocessors
943         have a 20-character limit on names.
944
945 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
946
947         * inttypes_h.m4: New file.
948         * uintmax_t.m4: New file.
949         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.