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