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