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