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