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