*** empty log message ***
[gnulib.git] / m4 / ChangeLog
1 2001-01-14  Jim Meyering  <meyering@lucent.com>
2
3         * rename.m4: Use temporary directories named conftestdir{,2}, not
4         foo and bar.  Create conftestdir/ in the script, not in the C code.
5         Remove directories in the script, not in the C code.
6         Remove conftestdir{,2} before trying to create the directory.
7         Make the entire configure script fail if the mkdir fails.
8
9 2001-01-02  Volker Borchert  <bt@teknon.de>
10
11         * rename.m4: New file.
12         * jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
13
14 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
15
16         * libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
17         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
18         so `make install' also works in VPATH builds.
19
20 2001-01-01  Jim Meyering  <meyering@lucent.com>
21
22         * prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available), even
23         on systems with utmpx.h.  It's necessary for the declaration of utmp's
24         ut_user member.  Reported by Andreas Jaeger.
25
26         * check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if available.
27         They are required for the declarations of getgrgid and getpwuid resp.
28         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
29         Reported by Andreas Jaeger.
30
31 2000-12-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
32
33         * libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
34         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
35         can be used in subdirectories.
36
37 2000-12-26  Jim Meyering  <meyering@lucent.com>
38
39         * dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work better
40         with autoheader.
41
42 2000-12-17  Jim Meyering  <meyering@lucent.com>
43
44         * dos.m4 (jm_AC_DOS): New file and macro.
45         * jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
46
47 2000-12-06  Paul Eggert  <eggert@twinsun.com>
48
49         * off_t-format.m4: Remove this file.
50         * jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
51
52 2000-12-06  Jim Meyering  <meyering@lucent.com>
53
54         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the replacement
55         strtoull, we may well need the replacement strtoul, too.
56         Check for declarations of strtoul and strtoull.
57         Check for strtol.  Mainly as a cue to cause automake to include
58         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
59         Check for limits.h -- strtol.c needs it.
60
61 2000-12-02  Jim Meyering  <meyering@lucent.com>
62
63         * off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
64         * jm-macros.m4 (jm_MACROS): require it.
65
66 2000-11-30  Jim Meyering  <meyering@lucent.com>
67
68         * jm-macros.m4 (jm_MACROS): Check for stdint.h.
69
70 2000-11-30  Jim Meyering  <meyering@lucent.com>
71
72         * getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
73
74 2000-11-03  Bruno Haible  <haible@clisp.cons.org>
75
76         * jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
77
78 2000-11-04  Jim Meyering  <meyering@lucent.com>
79
80         * regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
81
82 2000-10-29  Jim Meyering  <meyering@lucent.com>
83
84         * fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming.
85         * ls-mntd-fs.m4: Likewise
86
87 2000-10-28  Jim Meyering  <meyering@lucent.com>
88
89         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
90         (jm_PREREQ_MEMCHR): New function.
91
92 2000-10-21  Jim Meyering  <meyering@lucent.com>
93
94         * check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
95         * prereq.m4 (jm_PREREQ_DIRNAME): New macro.
96         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
97
98 2000-09-18  Jim Meyering  <meyering@lucent.com>
99
100         * getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of LIBS.
101         Otherwise, everyone ends up linking with -lelf for some configurations.
102         Reported by Mike Stone.
103
104 2000-08-26  Jim Meyering  <meyering@lucent.com>
105
106         * jm-macros.m4: Use jm_FUNC_FPENDING.
107         * fpending.m4: New file.
108
109 2000-08-20  Jim Meyering  <meyering@lucent.com>
110
111         * check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
112         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
113         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
114
115 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
116
117         Improve fileutils installation on systems where running
118         programs (like install) can't be unlinked.
119         * unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
120         * jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
121
122 2000-08-06  Paul Eggert  <eggert@twinsun.com>
123
124         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
125         not char, for compatibility with glibc 2.1.3 strftime.c.
126
127 2000-07-23  Paul Eggert  <eggert@twinsun.com>
128
129         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
130
131 2000-07-23  Jim Meyering  <meyering@lucent.com>
132
133         * check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these, too:
134         getgrgid, getpwuid, getuid.
135
136 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
137
138         * mbswidth.m4: New file.
139         * prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
140
141 2000-07-14  Jim Meyering  <meyering@lucent.com>
142
143         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require jm_AC_TYPE_UINTMAX_T.
144
145 2000-07-10  Paul Eggert  <eggert@twinsun.com>
146
147         From a suggestion by Bruno Haible.
148         * mbstate_t.m4 (AC_MBSTATE_T):
149         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
150         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
151         and mbstate_t, to a single-part test that simply defines mbstate_t.
152         * prereq.m4 (jm_PREREQ_QUOTEARG): s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
153
154 2000-07-10  Jim Meyering  <meyering@lucent.com>
155
156         * strerror_r.m4: Mirror the correction made in autoconf.
157
158         * gnu-source.m4: Output to confdefs.h directly.
159         Suggestion from Akim Demaille.
160
161 2000-07-09  Jim Meyering  <meyering@lucent.com>
162
163         * jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
164         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
165
166         * gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
167         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
168
169 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
170
171         * strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
172         to strerror_r.
173         Include <ctype.h> for use of isalpha.
174
175 2000-07-05  Paul Eggert  <eggert@twinsun.com>
176         and Bruno Haible  <haible@clisp.cons.org>
177
178         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
179         only if the test for an object-type mbstate_t fails.  This
180         prevents us from mistakenly reporting that mbstate_t is a
181         system object type after we "#define mbstate_t int" to work
182         around its lack.
183
184 2000-07-04  Jim Meyering  <meyering@lucent.com>
185
186         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
187         of the deprecated AC_CHECKING.
188
189 2000-07-03  Jim Meyering  <meyering@lucent.com>
190
191         * check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
192
193 2000-07-03  Paul Eggert  <eggert@twinsun.com>
194
195         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
196         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
197
198 2000-07-02  Jim Meyering  <meyering@lucent.com>
199
200         * mbstate_t.m4: Also define mbstate_t, if necessary.
201
202         * chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
203         AC_LIBOBJ(function_name).
204         * chown.m4: Likewise.
205         * fnmatch.m4: Likewise.
206         * ftruncate.m4: Likewise.
207         * getgroups.m4: Likewise.
208         * getline.m4: Likewise.
209         * group-member.m4: Likewise.
210         * jm-macros.m4: Likewise.
211         * lstat.m4: Likewise.
212         * malloc.m4: Likewise.
213         * memcmp.m4: Likewise.
214         * nanosleep.m4: Likewise.
215         * putenv.m4: Likewise.
216         * realloc.m4: Likewise.
217         * regex.m4: Likewise.
218         * stat.m4: Likewise.
219         * strftime.m4: Likewise.
220
221 2000-07-01  Jim Meyering  <meyering@lucent.com>
222
223         * ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
224         problem.
225
226 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
227
228         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
229         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
230
231 2000-07-01  Jim Meyering  <meyering@lucent.com>
232
233         * uptime.m4: Put double quotes around use of $cross_compiling.
234
235 2000-06-28  Jim Meyering  <meyering@lucent.com>
236
237         * mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not included
238         by quotearg.c, for which we perform this test.  From Bruno Haible.
239
240 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
241
242         * check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
243         * prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
244         <utmpx.h> exists, put readutmp.o into LIBOBJS.
245
246 2000-06-25  Jim Meyering  <meyering@lucent.com>
247
248         * mbstate_t.m4: Include stdio.h before wchar.h to work around
249         Linux header bug when _XOPEN_SOURCE is defined to 500.
250
251 2000-06-24  Jim Meyering  <meyering@lucent.com>
252
253         * strerror_r.m4: Revive this file -- to try out an experimental
254         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
255         for which strerror does return char*, but which lacks a conveniently
256         accessible declaration of the function.  If the compile-test says
257         strerror_r doesn't work, then resort to a `run'-test that works on
258         BeOS and segfaults on DEC Unix.
259
260 2000-06-19  Paul Eggert  <eggert@twinsun.com>
261
262         * mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
263         * prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
264
265 2000-06-23  Jim Meyering  <meyering@lucent.com>
266
267         * afs.m4: Add missing AC_MSG_RESULT.
268         Reported by Bruno Haible.
269
270         * fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
271         Suggestion from Bruno Haible.
272
273 2000-06-21  Jim Meyering  <meyering@lucent.com>
274
275         * jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
276
277 2000-06-18  Jim Meyering  <meyering@lucent.com>
278
279         * jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
280
281         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
282         `checking whether...' message to be consistent with that of the
283         lstat test.
284
285 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
286
287         * glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
288
289 2000-06-12  Jim Meyering  <meyering@lucent.com>
290
291         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with AC_FUNC_GETLOADAVG
292         from autoconf, and tweak the latter to accept an optional argument.
293         * jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
294         the optional argument, `lib'.
295
296 2000-06-08  Jim Meyering  <meyering@lucent.com>
297
298         * largefile.m4: Remove file (now that it's part of autoconf).
299
300 2000-06-04  Paul Eggert  <eggert@twinsun.com>
301
302         Rewrite largefile configuration so that we don't need to run
303         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
304         AC_CANONICAL_HOST in configure.in -- jmm]
305
306         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
307         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
308         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
309         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
310         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
311         All uses changed.
312         Instead of inspecting the output of getconf, try to compile the
313         test program without and with the macro definition.
314         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
315         for getconf.  Instead, check for the needed flags by compiling
316         test programs.
317
318 2000-06-03  Jim Meyering  <meyering@lucent.com>
319
320         * prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
321         now that autoconf requires that.
322
323         * jm-glibc-io.m4: Add a kludge to make autoheader emit the required
324         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
325         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
326
327 2000-05-26  Bruno Haible  <haible@clisp.cons.org>
328
329         * glibc21.m4: New file.
330         * jm-macros.m4: (jm_MACROS): Call jm_GLIBC21.
331
332 2000-05-28  Jim Meyering  <meyering@lucent.com>
333
334         * jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
335         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
336         * stat.m4: Likewise.
337         * lstat.m4: Likewise.
338         * lstat-slash.m4: Remove file (absorbed into autoconf).
339
340         * jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
341         * strerror_r.m4: Remove file (absorbed into autoconf).
342
343 2000-05-26  Jim Meyering  <meyering@lucent.com>
344
345         * uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
346
347 2000-05-24  Jim Meyering  <meyering@lucent.com>
348
349         * prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
350         autoconf requires that.
351         * lib-check.m4: Likewise.
352         * jm-macros.m4: Likewise.
353         * strftime.m4: Likewise.
354
355         * check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in AC_CHECK_DECLS,
356         now that autoconf requires that.
357
358 2000-05-22  Jim Meyering  <meyering@lucent.com>
359
360         * stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
361         * lstat.m4: Likewise.
362
363 2000-05-20  Jim Meyering  <meyering@lucent.com>
364
365         * prereq.m4 (jm_PREREQ_HUMAN): New macro.
366         (jm_PREREQ): Use it.
367
368 2000-05-09  Jim Meyering  <meyering@lucent.com>
369
370         * gettext.m4: Rename this...
371         * libintl.m4: ...to this.
372
373 2000-05-06  Jim Meyering  <meyering@lucent.com>
374
375         * jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
376         (AC_REPLACE_FUNCS): Add strnlen.
377
378         * rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
379         * jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
380
381         * nanosleep.m4: (jm_FUNC_NANOSLEEP): Save and restore LIBS around
382         AC_SEARCH_LIBS call for nanosleep.
383         (LIB_NANOSLEEP): Set and AC_SUBST.
384
385 2000-05-03  Paul Eggert  <eggert@twinsun.com>
386
387         * largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
388         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
389         2.1.3 bug.  This avoids a clash when files like regex.c define
390         _GNU_SOURCE.
391
392 2000-05-05  Jim Meyering  <meyering@lucent.com>
393
394         * jm-macros.m4 (jm_MACROS): Save and restore LIBS around AC_SEARCH_LIBS
395         call for clock_gettime.
396         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
397
398         * search-libs.m4: Update from autoconf.
399
400         su doesn't work on Solaris2.6.
401         * lib-check.m4: When checking for struct spwd.sp_pwdp, also include
402         <shadow.h>.  Reported by Dragos Harabor.
403
404 2000-05-03  Jim Meyering  <meyering@lucent.com>
405
406         * check-decl.m4 (AC_CHECK_DECLS): Add strndup.
407
408 2000-05-02  Paul Eggert  <eggert@twinsun.com>
409
410         * largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
411         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
412         compile-time test, rather than inspecting host and OS, to
413         decide whether to define _LARGEFILE_SOURCE.
414
415 2000-05-01  Jim Meyering  <meyering@lucent.com>
416
417         * fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
418
419         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
420         Based on a patch from Bruno Haible.
421
422 2000-04-18  Jim Meyering  <meyering@lucent.com>
423
424         * prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
425         (jm_PREREQ): Use it.
426
427 2000-04-17  Jim Meyering  <meyering@lucent.com>
428
429         Get it right :-)
430         * jm-macros.m4: (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
431         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
432         Suggestion from Akim Demaille.
433
434 2000-04-14  Jim Meyering  <meyering@lucent.com>
435
436         * jm-macros.m4: (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg form
437         of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets clobbered.
438
439 2000-04-13  Jim Meyering  <meyering@lucent.com>
440
441         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new AH_VERBATIM
442         to insert required #ifndef into config.h.in.
443         Suggestion from Akim Demaille.
444
445 2000-04-12  Jim Meyering  <meyering@lucent.com>
446
447         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
448         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
449         Christian Krackowizer.
450
451         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
452         * jm-macros.m4 (_GNU_SOURCE): Define.
453         (AC_SYS_LARGEFILE): Require.
454         (AM_C_PROTOTYPES): Require.
455
456 2000-04-05  Paul Eggert  <eggert@twinsun.com>
457
458         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
459         IRIX if the installer said otherwise.
460
461 2000-04-05  Jim Meyering  <meyering@lucent.com>
462
463         Portability tweaks required for ultrix4.3.
464         * check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
465         (jm_CHECK_DECLS): Add getutent to the list of functions.
466         (_jm_DECL_HEADERS): Add utmpx.h.
467         From John David Anglin.
468
469         * strftime.m4: Back out the 2000-04-02 change.
470         Instead of that change, simply undefine putenv in the test program.
471
472 2000-04-03  Jim Meyering  <meyering@lucent.com>
473
474         * gettext.m4: Fix typo in comment.
475
476         * codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
477         textutils/configure.in).  Suggestion from Paul Eggert.
478         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
479
480 2000-04-02  Paul Eggert  <eggert@twinsun.com>
481
482         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
483         variable in the shell rather than using putenv, which isn't
484         portable.  This avoids the configure-time inter-test dependency
485         on the potentially-renamed putenv function.
486
487 2000-03-30  Paul Eggert  <eggert@twinsun.com>
488
489         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
490         before checking struct stat.st_blksize, so that
491         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
492
493 2000-03-29  Paul Eggert  <eggert@twinsun.com>
494
495         * strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
496         since strftime.c uses HAVE_STRFTIME to decide whether to use
497         the underlying strftime.
498
499 2000-03-10  Jim Meyering  <meyering@lucent.com>
500
501         * lib-check.m4: Look for getspnam in -lgen, too.
502         From Marco Franzen.
503
504 2000-02-02  Bruno Haible  <haible@clisp.cons.org>
505
506         * codeset.m4: New file.
507         * iconv.m4: New file.
508         * jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
509
510 2000-03-04  Jim Meyering  <meyering@lucent.com>
511
512         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
513         for lib/localcharset.c.
514
515 2000-03-03  Jim Meyering  <meyering@lucent.com>
516
517         * regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
518
519 2000-03-02  Jim Meyering  <meyering@lucent.com>
520
521         * timespec.m4: Require AC_HEADER_TIME before the cache check so
522         the messages come out on separate lines.
523
524         * jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
525         rather than jm_CHECK_DECLARATIONS.
526         * decl.m4: Remove now-unused file.
527
528         * check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid.
529
530 2000-02-27  Jim Meyering  <meyering@lucent.com>
531
532         * check-decl.m4: Add getenv to the list.
533
534 2000-02-23  Jim Meyering  <meyering@lucent.com>
535
536         * check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
537         in place of my hack.
538
539 2000-02-10  Jim Meyering  <meyering@lucent.com>
540
541         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
542         gnu_nanosleep to rpl_nanosleep.
543
544 2000-02-09  Jim Meyering  <meyering@lucent.com>
545
546         * lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
547         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
548
549 2000-02-08  Akim Demaille  <akim@epita.fr>
550
551         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
552         `[' and `]' and remove uses of `changequote'.
553         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
554         (AC_SYS_LARGEFILE): Likewise.
555         * gettext.m4 (AM_GNU_GETTEXT): Likewise.
556         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
557         of changequote.
558         * regex.m4 (jm_INCLUDED_REGEX): Likewise.
559         * readdir.m4 (jm_FUNC_READDIR): Likewise
560         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
561         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
562
563 2000-02-05  Jim Meyering  <meyering@lucent.com>
564
565         * jm-macros.m4: (jm_CHECK_ALL_TYPES): Require most macros.
566         Remove explicit use of AC_HEADER_TIME.  It is required by
567         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
568         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
569         in autoconf whereby the expansion of the latter ended up preceding
570         the expansion of its prerequisite, AC_HEADER_TIME.
571         Reported by Volker Borchert.
572
573 2000-02-03  Jim Meyering  <meyering@lucent.com>
574
575         * prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
576
577 2000-02-02  Jim Meyering  <meyering@lucent.com>
578
579         * prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
580         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
581         Reported by Eli Zaretskii.
582
583 2000-01-31  Jim Meyering  <meyering@lucent.com>
584
585         * check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
586         functions.  Add the time.h and sys/time.h headers along with the
587         AC_REQUIRE'ment of AC_HEADER_TIME.
588
589 2000-01-30  Jim Meyering  <meyering@lucent.com>
590
591         * lib-check.m4: Clean up some kludgy old shadow password tests.
592
593         * prereq.m4 (utmp_includes): Define.
594         Check for ut_user and ut_name members in both struct utmpx
595         and struct utmp.
596
597 2000-01-29  Jim Meyering  <meyering@lucent.com>
598
599         * lib-check.m4: New file containing library-related checks from
600         fileutils and sh-utils (textutils had none).
601
602 2000-01-28  Jim Meyering  <meyering@lucent.com>
603
604         * perl.m4: Change format of warning message to look more like that
605         from the missing script.  Suggestion from François Pinard.
606
607 2000-01-25  Jim Meyering  <meyering@lucent.com>
608
609         * timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as well
610         as time.h in the compile check.
611         * nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
612         Fix typo in cross-compiling case: s/yes/no/.
613
614 2000-01-23  Jim Meyering  <meyering@lucent.com>
615
616         * jm-macros.m4: Move df-related tests here from fileutils/configure.in
617
618         * ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
619         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
620
621         * fsusage.m4: New file.  Extracted from fileutils/configure.in.
622         s/space/ac_fsusage_space/.
623         (jm_FILE_SYSTEM_USAGE): Take two parameters.
624
625         * ftruncate.m4: New file (derived from part of fileutils/configure.in).
626         * jm-macros.m4: (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
627         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
628
629         * jm-macros.m4: (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
630         AC_SUBST these here, rather than just in sh-util/configure.in, so
631         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
632         all the same.
633         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
634         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
635         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
636         (AC_SUBST(POW_LIBM)): Likewise.
637         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
638
639 2000-01-22  Jim Meyering  <meyering@lucent.com>
640
641         * jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
642
643         * prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
644
645         * jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
646         configure.in
647         (AC_CHECK_HEADERS): Likewise for sh-utils.
648         (AC_CHECK_HEADERS): Likewise for textutils.
649         Merge the three lists of headers.
650
651         * prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
652         from fileutils' configure.in.
653
654         * decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code.
655         Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4.
656
657         * check-decl.m4: Use #if rather than #ifdef.
658         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
659         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
660         (_jm_DECL_HEADERS): Define new function.
661         (jm_CHECK_DECLARATIONS): Require it.
662
663 2000-01-19  Jim Meyering  <meyering@lucent.com>
664
665         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
666         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
667         defines `struct timespec' in <sys/time.h>
668
669         * c-bs-a.m4: Remove uses of changequote altogether.
670         Thanks to Akim for explaining.
671
672 2000-01-16  Jim Meyering  <meyering@lucent.com>
673
674         * jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
675         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
676         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
677         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
678
679 2000-01-16  Jim Meyering  <meyering@lucent.com>
680
681         * c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
682         because the latter didn't work.
683
684 2000-01-15  Jim Meyering  <meyering@lucent.com>
685
686         * jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
687         (AC_REPLACE_FUNCS): Add memcpy and memset.
688         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
689         Add strpbrk.
690         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
691
692 2000-01-12  Jim Meyering  <meyering@lucent.com>
693
694         * prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
695         (jm_PREREQ): Use it.
696         (jm_PREREQ_READUTMP): New macro.
697         (jm_PREREQ): Use it.
698
699 2000-01-11  Paul Eggert  <eggert@twinsun.com>
700
701         Quote multibyte characters correctly.
702         * c-bs-a.m4: New file.
703         * prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
704         (jm_PREREQ): Use it.
705
706 2000-01-11  Paul Eggert  <eggert@twinsun.com>
707
708         * uintmax_t.m4: Port to autoconf 2.13.
709
710 2000-01-08  Jim Meyering  <meyering@ascend.com>
711
712         * strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
713         * jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
714
715 2000-01-04  Jim Meyering  <meyering@ascend.com>
716
717         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
718         jm_STRUCT_DIRENT_D_TYPE.
719         * d-ino.m4: (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
720         jm_STRUCT_DIRENT_D_INO.
721         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
722         jm_STRUCT_UTIMBUF.
723         * jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/ renamings.
724         * utime.m4: Likewise.
725
726         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
727         * jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
728
729 2000-01-03  Paul Eggert  <eggert@twinsun.com>
730
731         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
732         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
733
734 2000-01-02  Jim Meyering  <meyering@ascend.com>
735
736         * search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
737         remember if this is necessary.
738
739 1999-12-26  Jim Meyering  <meyering@ascend.com>
740
741         * jm-macros.m4: Use it here.
742         * nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
743
744 1999-12-23  Jim Meyering  <meyering@ascend.com>
745
746         * jm-macros.m4: Check for clock_gettime (moved from
747         fileutils/configure.in)
748         Check for gettimeofday.
749
750 1999-12-20  Jim Meyering  <meyering@ascend.com>
751
752         * strftime.m4: Remove kludge, now that I'm using the fixed
753         autoconf-2.14a-1999-12-20.
754
755 1999-12-19  Jim Meyering  <meyering@ascend.com>
756
757         * lstat-slash.m4: New file.
758         * jm-macros.m4: Use the new macro:
759         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
760
761 1999-12-07  Jim Meyering  <meyering@ascend.com>
762
763         * perl.m4: Require that File::Compare be available, too.
764         Too many systems seem to lack it.
765
766         * strftime.m4: Add checks for most of the cpp macros tested in
767         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
768
769 1999-11-18  Paul Eggert  <eggert@twinsun.com>
770
771         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
772         problem with the QNX 4.25 shell, which doesn't propagate exit
773         status of failed commands inside shell assignments.
774
775 1999-11-17  Jim Meyering  <meyering@ascend.com>
776
777         * gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
778
779 1999-11-07  Jim Meyering  <meyering@ascend.com>
780
781         * getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
782
783 1999-11-06  Jim Meyering  <meyering@ascend.com>
784
785         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
786         * jm-macros.m4 (jm_MACROS): Use it here.
787
788 1999-11-05  Jim Meyering  <meyering@ascend.com>
789
790         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from configure.in
791         of textutils, fileutils, and sh-utils into this one (shared between
792         those packages) file.
793         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
794         AC_STRUCT_ST_BLKSIZE.
795
796 1999-11-03  Jim Meyering  <meyering@ascend.com>
797
798         * ssize_t.m4: Remove file.  No longer needed since the new version of
799         AC_CHECK_TYPE checks includes unistd.h.
800         * jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
801         Suggestion from Akim Demaille.
802
803 1999-10-30  Jim Meyering  <meyering@ascend.com>
804
805         * uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
806         m4-quoted string.
807         * ls-mntd-fs.m4: Likewise.
808         * jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
809         * jm-winsz1.m4: Likewise.
810
811         * const.m4: Remove file, since the fix made it into the experimental
812         version of autoconf.
813         * mktime.m4: Likewise.
814
815         * check-type.m4: Remove file, now that the latest version of
816         AC_CHECK_TYPE takes a third arg to specify additional #includes.
817
818         * ssize_t.m4: New file, requires experimental version of autoconf.
819         * jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
820         AC_CHECK_TYPE.
821
822 1999-10-04  Jim Meyering  <meyering@ascend.com>
823
824         * jm-macros.m4: Don't require autoconf-2.14.1.
825
826 1999-09-22  Paul Eggert  <eggert@twinsun.com>
827
828         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
829         2.95.1 bug with HP-UX 10.20.
830
831 1999-09-17  Jim Meyering  <meyering@ascend.com>
832
833         * jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
834         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
835         due to missing strdup (against sh-utils-2.0).
836
837 1999-08-29  Jim Meyering  <meyering@ascend.com>
838
839         * jm-macros.m4: Require jm_BISON.
840         * bison.m4: New file.
841
842 1999-08-17  Paul Eggert  <eggert@twinsun.com>
843
844         * largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
845         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
846
847 1999-08-05  Jim Meyering  <meyering@ascend.com>
848
849         * getline.m4: Rename test file from conftestdata to conftest.data
850         to avoid conflicts with `conftest' on 8+3 filesystems.
851         Suggestion from Eli Zaretskii.
852
853 1999-08-04  Jim Meyering  <meyering@ascend.com>
854
855         * jm-macros.m4: Move a 4-line block of code from the configure.in of
856         fileutils and sh-utils (textutils's getline test was inadequate).
857         (AM_FUNC_GETLINE): Run this test.
858         (AC_CHECK_FUNCS): Check for getdelim.
859         Reported by Bob Proulx.
860
861 1999-08-02  Jim Meyering  <meyering@ascend.com>
862
863         * jm-macros.m4: Add a comment.
864
865 1999-08-01  Jim Meyering  <meyering@ascend.com>
866
867         * mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4.
868
869 1999-08-01  Paul Eggert  <eggert@twinsun.com>
870
871         * lfs.m4: Remove this file.
872         * largefile.m4: New file.  It contains the old contents of
873         lfs.m4, except that all names with prefix AC_LFS have been
874         changed to use the prefix AC_SYS_LARGEFILE instead, to be
875         compatible with future autoconf versions.  Also, some minor m4
876         quoting problems have been fixed.
877
878 1999-07-16  Paul Eggert  <eggert@twinsun.com>
879
880         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
881         that we can shift, multiply and divide unsigned long long
882         values; Ultrix cc can't do it.
883
884 1999-07-14  Paul Eggert  <eggert@twinsun.com>
885
886         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
887         <inttypes.h> defines strtoumax as a macro (and not as a
888         function).
889
890 1999-07-05  Paul Eggert  <eggert@twinsun.com>
891
892         * gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
893         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
894         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
895         and simplify the shell code.
896
897 1999-07-03  Paul Eggert  <eggert@twinsun.com>
898
899         * mktime.m4: New file, which is a preview of what should appear
900         in the next public autoconf release.
901
902 1999-07-20  Jim Meyering  <meyering@ascend.com>
903
904         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
905
906 1999-07-15  Jim Meyering  <meyering@ascend.com>
907
908         * jm-macros.m4: (AC_CHECK_FUNCS): Check for getpagesize.
909
910 1999-05-22  Jim Meyering  <meyering@ascend.com>
911
912         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
913
914 1999-05-20  Jim Meyering  <meyering@ascend.com>
915
916         * search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
917         Add a colon after each `then' in case $4 is empty.
918
919 1999-05-16  Jim Meyering  <meyering@ascend.com>
920
921         * search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
922
923 1999-05-10  Jim Meyering  <meyering@ascend.com>
924
925         * jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
926
927         * jm-macros.m4: Require 2.14.1, since we use newly-renamed
928         AC_FUNC_MKTIME.
929
930 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
931
932         * jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
933
934 1999-05-04  Paul Eggert  <eggert@twinsun.com>
935
936         * lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
937         not CPPFLAGS, so that linking works correctly in IRIX.
938
939 1999-04-30  Paul Eggert  <eggert@twinsun.com>
940
941         * jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
942
943 1999-04-20  Jim Meyering  <meyering@ascend.com>
944
945         * xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
946         AC_REPLACE xstroull if necessary.  From Paul Eggert.
947         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
948
949 1999-04-20  Paul Eggert  <eggert@twinsun.com>
950
951         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
952         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
953         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
954         jm_AC_TYPE_UNSIGNED_LONG_LONG.
955         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
956
957         * lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
958
959 1999-04-18  Jim Meyering  <meyering@ascend.com>
960
961         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
962         * jm-macros.m4: Use it.
963
964 1999-04-06  Jim Meyering  <meyering@ascend.com>
965
966         * strftime.m4: Remove test for %f.
967
968 1999-03-29  Jim Meyering  <meyering@ascend.com>
969
970         * jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
971         superset of the AC_TYPE_* checks in the textutils, fileutils,
972         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
973         AC_TYPE_PID_T.
974
975 1999-03-28  Jim Meyering  <meyering@ascend.com>
976
977         * jm-macros.m4: Define GNU_PACKAGE here.
978         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
979         replaced e.g., in the *.sh files of the sh-utils.
980
981 1999-03-20  Jim Meyering  <meyering@ascend.com>
982
983         * jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
984         * regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
985         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
986
987 1999-03-19  Jim Meyering  <meyering@ascend.com>
988
989         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
990
991 1999-03-12  Jim Meyering  <meyering@ascend.com>
992
993         * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
994
995 1999-03-07  Jim Meyering  <meyering@ascend.com>
996
997         * jm-glibc-io.m4: Use only those *_unlocked macros that are declared.
998
999 1999-02-17  Jim Meyering  <meyering@ascend.com>
1000
1001         * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets
1002         in macro definition.  From Eli Zaretskii and Alain Magloire.
1003
1004 1999-02-07  Jim Meyering  <meyering@ascend.com>
1005
1006         * group-member.m4: New file -- extracted from sh-utils' configure.in.
1007
1008         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
1009         * gettext.m4: Support DOS-style d:/foo/bar absolute file names.
1010
1011 1999-02-06  Jim Meyering  <meyering@ascend.com>
1012
1013         * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
1014         * fnmatch.m4: Likewise.
1015         * getgroups.m4: Likewise.
1016         * lstat.m4: Likewise.
1017         * malloc.m4: Likewise.
1018         * putenv.m4: Likewise.
1019         * realloc.m4: Likewise.
1020         * regex.m4: Likewise.
1021         * stat.m4: Likewise.
1022         * strftime.m4: Likewise.
1023         Suggestion from Alain Magloire.
1024
1025         * chown.m4: Use `.$ac_objext', not `.o'.
1026         * fnmatch.m4: Likewise.
1027         * getgroups.m4: Likewise.
1028         * getline.m4: Likewise.
1029         * lstat.m4: Likewise.
1030         * malloc.m4: Likewise.
1031         * memcmp.m4: Likewise.
1032         * putenv.m4: Likewise.
1033         * realloc.m4: Likewise.
1034         * regex.m4: Likewise.
1035         * stat.m4: Likewise.
1036         * strftime.m4: Likewise.
1037         Suggestion from Alain Magloire.
1038
1039         * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
1040         an argument.
1041
1042         * regex.m4: Add a run-time Test for proper operation of
1043         re_compile_pattern.
1044
1045 1999-01-31  Jim Meyering  <meyering@ascend.com>
1046
1047         * getloadavg.m4: Check for locale.h and the function, setlocale.
1048
1049 1999-01-30  Jim Meyering  <meyering@ascend.com>
1050
1051         * check-type.m4: Use 3-arg form of AC_DEFINE.
1052
1053         * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME
1054         rather than my private copy, now that the official one is up to date.
1055         * mktime.m4: Remove file.
1056
1057         * getloadavg.m4: Use 3-arg form of AC_DEFINE.
1058         * uptime.m4: Likewise.
1059         * uintmax_t.m4: Likewise.
1060
1061 1999-01-28  Jim Meyering  <meyering@ascend.com>
1062
1063         * jm-macros.m4: Use jm_AFS.
1064         * afs.m4: New file (from fileutils' configure.in).
1065
1066         * assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
1067         * chown.m4: Likewise.
1068         * d-ino.m4: Likewise.
1069         * d-type.m4: Likewise.
1070         * fnmatch.m4: Likewise.
1071         * getgroups.m4: Likewise.
1072         * gettext.m4: Likewise.
1073         * jm-mktime.m4: Likewise.
1074         * jm-winsz2.m4: Likewise.
1075         * lcmessage.m4: Likewise.
1076         * ls-mntd-fs.m4: Likewise.
1077         * malloc.m4: Likewise.
1078         * memcmp.m4: Likewise.
1079         * putenv.m4: Likewise.
1080         * realloc.m4: Likewise.
1081         * st_mtim.m4: Likewise.
1082         * strftime.m4: Likewise.
1083
1084 1999-01-16  Jim Meyering  <meyering@ascend.com>
1085
1086         * jm-macros.m4 (ARGMATCH_DIE): Define.
1087         (ARGMATCH_DIE_DECL): Define.
1088
1089 1999-01-12  Jim Meyering  <meyering@ascend.com>
1090
1091         * Makefile.am.in: Rewrite to avoid using fmt.
1092         Reported by Lars Hecking.
1093
1094 1999-01-10  Jim Meyering  <meyering@ascend.com>
1095
1096         * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
1097         gross kludge.
1098         * inttypes_h.m4: Likewise.
1099         * lstat.m4: Likewise.
1100         * malloc.m4: Likewise.
1101         * readdir.m4: Likewise.
1102         * realloc.m4: Likewise.
1103         * st_dm_mode.m4: Likewise.
1104         * stat.m4: Likewise.
1105         * utimbuf.m4: Likewise.
1106         * utimes.m4: Likewise.
1107
1108         * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
1109         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
1110         comments in config.h.in are meaningful.
1111
1112         * jm-macros.m4: Require autoconf-2.13 here.
1113
1114         * regex.m4: By default, don't use the included regex.c on systems
1115         with glibc 2.  Suggestion from Uli Drepper.
1116
1117 1999-01-02  Jim Meyering  <meyering@ascend.com>
1118
1119         * jm-macros.m4: Replace strcasecmp and strncasecmp.
1120
1121 1998-12-18  Jim Meyering  <meyering@ascend.com>
1122
1123         * Makefile.am.in (Makefile.am): Simplify rule.
1124         Based on a suggestion from Lars Hecking.
1125
1126 1998-11-16  Jim Meyering  <meyering@ascend.com>
1127
1128         * lfs.m4: Double-quote the `uname...` expression.
1129
1130 1998-11-16  Paul Eggert  <eggert@twinsun.com>
1131
1132         * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
1133
1134 1998-11-14  Jim Meyering  <meyering@ascend.com>
1135
1136         * lstat.m4: Correct comment.  POSIX does not permit it to succeed.
1137         * stat.m4: Likewise.
1138
1139 1998-11-03  Jim Meyering  <meyering@ascend.com>
1140
1141         * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
1142         * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
1143
1144 1998-10-18  Jim Meyering  <meyering@ascend.com>
1145
1146         * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
1147
1148 1998-10-17  Jim Meyering  <meyering@ascend.com>
1149
1150         * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
1151         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
1152         calls for those previously hard-coded headers.  Instead, take a new
1153         parameter.
1154         (jm_CHECK_DECLARATIONS): Reflect interface change.
1155         * check-decl.m4 (jm_CHECK_DECLS): Likewise.
1156         (jm_CHECK_DECL_LOCALTIME_R): New macro.
1157
1158         * mktime.m4: Test for spring-forward gap before long-running test.
1159
1160 1998-10-14  Jim Meyering  <meyering@ascend.com>
1161
1162         * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
1163         instead of "TZ=America/Vancouver".  From Paul Eggert.
1164
1165 1998-10-11  Jim Meyering  <meyering@ascend.com>
1166
1167         * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
1168         This adds a test for a recently added compatibility fix for mktime.c.
1169         * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
1170
1171 1998-09-27  Jim Meyering  <meyering@ascend.com>
1172
1173         * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
1174
1175         * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
1176         ../configure.in, including a change from Gordon Matzigkeit to allow
1177         cross-compiling for the Hurd.
1178
1179         * glibc.m4: New file/macro to test for the GNU C Library
1180         versions 1 and 2.  From Gordon Matzigkeit.
1181         Indent.
1182
1183 1998-09-21  Jim Meyering  <meyering@ascend.com>
1184
1185         * chown.m4: Declare locals: before, after.  From Andries Brouwer.
1186
1187 1998-08-18  Paul Eggert  <eggert@twinsun.com>
1188
1189         Port nanosecond-resolution times to UnixWare 2.1.2 and
1190         pedantic Solaris 2.6.
1191
1192         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
1193         AC_STRUCT_ST_MTIM.
1194         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
1195         Generate name of ns member, instead of just 1 or undef.
1196         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
1197
1198 1998-08-15  Jim Meyering  <meyering@ascend.com>
1199
1200         * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
1201         * check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
1202         * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
1203         instead of jm_TYPE_SSIZE_T.
1204
1205 1998-08-12  Jim Meyering  <meyering@ascend.com>
1206
1207         * st_dm_mode.m4: New file.  From Johan Danielsson.
1208
1209 1998-08-02  Jim Meyering  <meyering@ascend.com>
1210
1211         * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
1212         in acconfig.h manually.
1213
1214 1998-07-31  Paul Eggert  <eggert@twinsun.com>
1215
1216         * st_mtim.m4: New file.
1217
1218 1998-07-28  Jim Meyering  <meyering@ascend.com>
1219
1220         * utimes.m4: Undef stat.
1221
1222 1998-07-25  Jim Meyering  <meyering@ascend.com>
1223
1224         * utime.m4 (jm_FUNC_UTIME): New file and macro.
1225         * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
1226
1227 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
1228
1229         * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
1230         uid and gid actually remain unchanged.
1231
1232 1998-07-07  Jim Meyering  <meyering@ascend.com>
1233
1234         * jm-glibc-io.m4: Remove fclose_unlocked.
1235
1236 1998-07-04  Jim Meyering  <meyering@ascend.com>
1237
1238         * regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
1239         to prove that this macro can be used in packages without regex.c.
1240
1241 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1242
1243         * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
1244         is to be used.
1245
1246 1998-07-03  Jim Meyering  <meyering@ascend.com>
1247
1248         * gettext.m4: Add -lintl if it's found to be necessary.
1249
1250         * gettext.m4: New file -- from gettext-0.10.35.
1251         * lcmessage.m4: Likewise.
1252         * progtest.m4: Likewise.
1253
1254         * regex.m4 (jm_WITH_REGEX): New file and macro.
1255         * jm-macros.m4: Require the new macro.
1256
1257 1998-06-29  Jim Meyering  <meyering@ascend.com>
1258
1259         * fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
1260         for the definition of NGROUPS (used in a system header included
1261         by sys/mount.h).
1262
1263 1998-06-28  Jim Meyering  <meyering@ascend.com>
1264
1265         * ls-mntd-fs.m4: New file.
1266         * fstypename.m4: New file.
1267
1268         * jm-macros.m4: Require the new macro.
1269         * jm-glibc-io.m4: New file.
1270
1271 1998-05-19  Jim Meyering  <meyering@ascend.com>
1272
1273         * jm-macros.m4: Add jm_FUNC_LCHOWN.
1274         * lchown.m4: New file.
1275
1276         * Makefile.am.in: New file.
1277         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
1278
1279 1998-05-14  Jim Meyering  <meyering@ascend.com>
1280
1281         * Makefile.am (EXTRA_DIST): Add them.
1282         * jm-macros.m4: New file.
1283         * utimbuf.m4: New file.
1284
1285 1998-05-12  Jim Meyering  <meyering@ascend.com>
1286
1287         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
1288
1289 1998-05-11  Jim Meyering  <meyering@ascend.com>
1290
1291         * isc-posix.m4: New file.
1292
1293 1998-05-10  Jim Meyering  <meyering@ascend.com>
1294
1295         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
1296
1297 1998-05-09  Jim Meyering  <meyering@ascend.com>
1298
1299         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
1300         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
1301         with automake.
1302
1303         * ssize_t.m4: New file.
1304         * mktime.m4: Remove file -- the new automake has this now.
1305
1306 1998-04-26  Jim Meyering  <meyering@ascend.com>
1307
1308         * assert.m4: New file.
1309         * Makefile.am (EXTRA_DIST): Add assert.m4.
1310
1311 1998-04-05  Jim Meyering  <meyering@ascend.com>
1312
1313         * prereq.m4 (jm_PREREQ_REGEX): New macro.
1314         (jm_PREREQ): Use it here.
1315
1316 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
1317
1318         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
1319         in acconfig.h.
1320
1321 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
1322
1323         * prereq.m4: New file.
1324         * error.m4: New file.
1325         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
1326
1327 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
1328
1329         * getline.m4: Don't set am_cv_func_working_getline before the
1330         cache-check for the same variable -- that defeated the purpose of
1331         the test; the test program was never run.  This was a problem only
1332         on systems with losing getline functions -- HP-UX 10.20 is one.
1333         Reported by Bjorn Helgaas.
1334
1335 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
1336
1337         * Makefile.am (EXTRA_DIST): Add perl.m4.
1338
1339 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
1340
1341         * Makefile.am (EXTRA_DIST): Add const.m4.
1342
1343         * const.m4: New file.  Use an initializer in this declaration
1344         typedef int charset[2]; const charset x;
1345         Reported by Bob Glickstein.
1346
1347 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
1348
1349         * chown.m4: Fix reversed types on -1 args to chown.
1350         From Kaveh Ghazi.
1351
1352 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
1353
1354         * check-decl.m4: s/DECLARATION_/DECL_/g.
1355         Add lseek and memchr.
1356
1357         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
1358         T.E.Dickey <dickey@clark.net> said that some older preprocessors
1359         have a 20-character limit on names.
1360
1361 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
1362
1363         * inttypes_h.m4: New file.
1364         * uintmax_t.m4: New file.
1365         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.