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