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