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