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