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