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