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