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