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