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