7813a7a9302288c3d3b5ec125a99cacc62ecf4c2
[gnulib.git] / m4 / ChangeLog
1 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
2
3         * argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
4         * dev-ino.m4, same-inode.m4: Remove.
5
6         * _inttypes_h.m4 (gl_INTTYPES_H):
7         * acl.m4 (AC_FUNC_ACL):
8         * backupfile.m4 (gl_BACKUPFILE):
9         * c-strtod.m4 (gl_C99_STRTOLD):
10         * canon-host.m4 (gl_CANON_HOST):
11         * canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
12         * chdir-long.m4 (gl_FUNC_CHDIR_LONG):
13         * chdir-safer.m4 (gl_CHDIR_SAFER):
14         * cloexec.m4 (gl_CLOEXEC):
15         * close-stream.m4 (gl_CLOSE_STREAM):
16         * closeout.m4 (gl_CLOSEOUT):
17         * dirfd.m4 (gl_FUNC_DIRFD):
18         * dirname.m4 (gl_DIRNAME):
19         * exclude.m4 (gl_EXCLUDE):
20         * exitfail.m4 (gl_EXITFAIL):
21         * fcntl-safer.m4 (gl_FCNTL_SAFER):
22         * file-type.m4 (gl_FILE_TYPE):
23         * filemode.m4 (gl_FILEMODE):
24         * filenamecat.m4 (gl_FILE_NAME_CONCAT):
25         * fpending.m4 (gl_FUNC_FPENDING):
26         * fprintftime.m4 (gl_FPRINTFTIME):
27         * fts.m4 (gl_FUNC_FTS):
28         * getcwd.m4 (gl_FUNC_GETCWD_NULL):
29         * getdate.m4 (gl_GETDATE):
30         * gethrxtime.m4 (gl_GETHRXTIME):
31         * getpagesize.m4 (gl_GETPAGESIZE):
32         * getpass.m4 (gl_FUNC_GETPASS):
33         * gettime.m4 (gl_GETTIME):
34         * getugroups.m4 (gl_GETUGROUPS):
35         * glob.m4 (gl_GLOB_SUBSTITUTE):
36         * group-member.m4 (gl_FUNC_GROUP_MEMBER):
37         * hard-locale.m4 (gl_HARD_LOCALE):
38         * hash.m4 (gl_HASH):
39         * idcache.m4 (gl_IDCACHE):
40         * lchmod.m4 (gl_FUNC_LCHMOD):
41         * lchown.m4 (gl_FUNC_LCHOWN):
42         * long-options.m4 (gl_LONG_OPTIONS):
43         * lstat.m4 (gl_FUNC_LSTAT):
44         * md5.m4 (gl_MD5):
45         * memcasecmp.m4 (gl_MEMCASECMP):
46         * memcoll.m4 (gl_MEMCOLL):
47         * mempcpy.m4 (gl_FUNC_MEMPCPY):
48         * memrchr.m4 (gl_FUNC_MEMRCHR):
49         * memxor.m4 (gl_MEMXOR):
50         * mkancesdirs.m4 (gl_MKANCESDIRS):
51         * mkdir-p.m4 (gl_MKDIR_PARENTS):
52         * modechange.m4 (gl_MODECHANGE):
53         * mountlist.m4 (gl_MOUNTLIST):
54         * nanosleep.m4 (gl_FUNC_NANOSLEEP):
55         * openat.m4 (gl_FUNC_OPENAT):
56         * pathmax.m4 (gl_PATHMAX):
57         * physmem.m4 (gl_PHYSMEM):
58         * posixtm.m4 (gl_POSIXTM):
59         * posixver.m4 (gl_POSIXVER):
60         * quote.m4 (gl_QUOTE):
61         * quotearg.m4 (gl_QUOTEARG):
62         * readtokens.m4 (gl_READTOKENS):
63         * readutmp.m4 (gl_READUTMP):
64         * regex.m4 (gl_REGEX):
65         * safe-read.m4 (gl_SAFE_READ):
66         * safe-write.m4 (gl_SAFE_WRITE):
67         * same.m4 (gl_SAME):
68         * save-cwd.m4 (gl_SAVE_CWD):
69         * savedir.m4 (gl_SAVEDIR):
70         * settime.m4 (gl_SETTIME):
71         * sha1.m4 (gl_SHA1):
72         * sig2str.m4 (gl_FUNC_SIG2STR):
73         * stat-macros.m4 (gl_STAT_MACROS):
74         * stat-time.m4 (gl_STAT_TIME):
75         * stdio-safer.m4 (gl_FOPEN_SAFER):
76         * stdlib-safer.m4 (gl_STDLIB_SAFER):
77         * strdup.m4 (gl_FUNC_STRDUP):
78         * strftime.m4 (gl_FUNC_GNU_STRFTIME):
79         * strndup.m4 (gl_FUNC_STRNDUP):
80         * strnlen.m4 (gl_FUNC_STRNLEN):
81         * strverscmp.m4 (gl_FUNC_STRVERSCMP):
82         * time_r.m4 (gl_TIME_R):
83         * timespec.m4 (gl_TIMESPEC):
84         * unistd-safer.m4 (gl_UNISTD_SAFER):
85         * unlinkdir.m4 (gl_UNLINKDIR):
86         * unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
87         * userspec.m4 (gl_USERSPEC):
88         * utimecmp.m4 (gl_UTIMECMP):
89         * utimens.m4 (gl_UTIMENS):
90         * xalloc.m4 (gl_XALLOC):
91         * xgetcwd.m4 (gl_XGETCWD):
92         * xnanosleep.m4 (gl_XNANOSLEEP):
93         * xreadlink.m4 (gl_XREADLINK):
94         * xstrtod.m4 (gl_XSTRTOD):
95         * yesno.m4 (gl_YESNO):
96         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
97         to get the necessary .h files and whatnot.
98
99 2006-08-19  Bruno Haible  <bruno@clisp.org>
100
101         BeOS portability.
102         * mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
103         exist.
104
105 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
106
107         Remove files that are no longer needed by their respective modules.
108         * obstack.m4: Remove.
109         * strerror_r.m4: Remove.
110         * uint32_t.m4: Remove.
111         * uintptr_t.m4: Remove.
112         * ullong_max.m4: Remove.
113         * xstrtoimax.m4: Remove.
114         * xstrtoumax.m4: Remove.
115
116         * cycle-check.m4 (gl_CYCLE_CHECK): Do not require gl_AC_TYPE_UINTMAX_T,
117         gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib dependencies now
118         capture this.
119
120         * cycle-check.m4 (gl_CYCLE_CHECK):
121         Do not use AC_LIBSOURCES, since gnulib modules now do this.
122         * fsusage.m4 (gl_FSUSAGE): Likewise.
123         * human.m4 (gl_HUMAN): Likewise.
124         * inttostr.m4 (gl_INTTOSTR): Likewise.
125         * xstrtol.m4 (gl_XSTRTOL): Likewise.
126
127         * filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
128
129         * filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
130         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
131         stdint.
132         * human.m4 (gl_HUMAN): Likewise.
133         * inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
134         * mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
135         * strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
136         * strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
137         * xstrtol (gl_XSTRTOL): Likewise.
138
139         * gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
140         AC_TYPE_LONG_LONG_INT.
141         * strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
142         * strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
143         * strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
144         * strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
145
146         * human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
147         on stdbool.
148
149         * xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
150         (gl_PREREQ_XSTRTOUL): Remove.
151
152         * ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
153
154         * posixver.m4: Fix comment since head -1 now works even in POSIX mode.
155
156 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
157             Bruno Haible  <bruno@clisp.org>
158
159         * bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
160         and is a script that invokes bison. Tighten the code. Add comments.
161
162 2006-08-18  Bruno Haible  <bruno@clisp.org>
163
164         * bison-i18n.m4: New file, from bison.
165
166 2006-08-18  Bruno Haible  <bruno@clisp.org>
167
168         * ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
169         sys/statvfs.h. When getmntinfo was found, check its declaration and
170         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
171
172 2006-08-18  Jim Meyering  <jim@meyering.net>
173
174         * gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for CLOCK_REALTIME,
175         since gethrxtime may revert to using clock_gettime via gettime.c.
176         Gabor Z. Papp reported that gethrxtime-using programs failed to
177         link due to unresolved clock_gettime on a linux-2.4.x system.
178
179 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
180
181         Update from coreutils.
182
183         2006-08-15  Jim Meyering  <jim@meyering.net>
184
185         * openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
186
187         2006-01-17  Jim Meyering  <jim@meyering.net>
188
189         * fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
190
191         2006-01-11  Jim Meyering  <jim@meyering.net>
192
193         * openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
194         Check for the lchmod function.
195
196 2006-08-11  Bruno Haible  <bruno@clisp.org>
197
198         * wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h> before
199         <wchar.h>. Needed for OSF/1 and BSD/OS.
200
201 2006-08-10  Jim Meyering  <jim@meyering.net>
202
203         * cycle-check.m4: New file.
204         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
205         * dev-ino.m4, same-inode.m4: New files.
206
207 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
208
209         * argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
210         * gc.m4 (gl_PREREQ_GC): Likewise.
211         * glob.m4 (gl_PREREQ_GLOB): Likewise.
212         * inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
213         * inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
214         * memxor.m4 (gl_MEMXOR): Likewise.
215         * restrict.m4: Remove; no longer needed.  All remaining uses of
216         gl_C_RESTRICT replaced by AC_C_RESTRICT.
217
218         Merge from coreutils.
219         * regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
220         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
221         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
222         * time_r.m4 (gl_TIME_R): Likewise.
223
224 2006-07-31  Bruno Haible  <bruno@clisp.org>
225
226         * localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
227         <stdlib.h>, <string.h>.
228
229 2006-07-30  Bruno Haible  <bruno@clisp.org>
230
231         * wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
232
233 2006-07-28  Simon Josefsson  <jas@extundo.com>
234
235         * netinet_in_h.m4: New file.
236
237 2006-07-28  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
238
239         * inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
240
241 2006-07-28  Bruno Haible  <bruno@clisp.org>
242
243         * mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
244
245 2006-07-27  Bruno Haible  <bruno@clisp.org>
246
247         * stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
248         test.
249
250 2006-07-26  Eric Blake  <ebb9@byu.net>
251
252         * unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
253
254 2006-07-26  Bruno Haible  <bruno@clisp.org>
255
256         * stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
257         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
258         INT_FAST*_MIN, INTPTR_MIN.
259
260 2006-07-25  Bruno Haible  <bruno@clisp.org>
261
262         * stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of complex
263         commands.
264
265 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
266
267         * stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
268         (gl_STDIO_SAFER): Remove.
269
270 2006-07-24  Bruno Haible  <bruno@clisp.org>
271
272         * tmpdir.m4: New file, from GNU gettext.
273
274 2006-07-23  Eric Blake  <ebb9@byu.net>
275
276         * stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
277
278 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
279
280         * close-stream.m4: New file.
281
282 2006-07-22  Bruno Haible  <bruno@clisp.org>
283
284         Merge from GNU gettext 0.15.
285
286         2006-03-25  Bruno Haible  <bruno@clisp.org>
287
288                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
289
290         2006-07-21  Bruno Haible  <bruno@clisp.org>
291
292                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
293                 "1.1".
294
295         2006-05-09  Bruno Haible  <bruno@clisp.org>
296
297                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
298                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
299                 for the conftestver execution.
300
301         2006-05-01  Bruno Haible  <bruno@clisp.org>
302
303                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
304                 optional target-version argument. Verify that the compiler
305                 groks source of the specified source-version, or add -source
306                 option as necessary. Verify that the compiler produces
307                 bytecode in the specified target-version, or add -target and
308                 -source options as necessary. Make the result of the test
309                 available as variable CONF_JAVAC. Also log error output in
310                 config.log.
311
312         2006-03-11  Bruno Haible  <bruno@clisp.org>
313
314                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
315
316         2006-05-09  Bruno Haible  <bruno@clisp.org>
317
318                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
319                 CLASSPATH_SEPARATOR to a semicolon.
320
321         2006-03-12  Bruno Haible  <bruno@clisp.org>
322
323                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
324                 available as variable CONF_JAVA, for subsequent autoconf
325                 tests. Also log error output in config.log.
326
327         2006-07-19  Bruno Haible  <bruno@clisp.org>
328
329                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
330                 that getline works on glibc2 systems. Needed to avoid trouble
331                 in relocatable.c.
332                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
333
334         2005-12-04  Bruno Haible  <bruno@clisp.org>
335
336                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
337                 launcher (untested).
338
339         2005-12-04  Bruno Haible  <bruno@clisp.org>
340
341                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
342
343         2006-07-22  Bruno Haible  <bruno@clisp.org>
344
345                 * gettext.m4: Update from GNU gettext-0.15.
346                 * nls.m4: Likewise.
347                 * po.m4: Likewise.
348                 * inttypes-pri.m4: Likewise.
349                 * inttypes-h.m4: Renamed from inttypes.m4.
350                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
351
352 2006-07-17  Bruno Haible  <bruno@clisp.org>
353
354         * gl_list.m4: New file.
355
356 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
357
358         * mkancesdirs.m4: New file.
359         * mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c, dirchownmod.h.
360         Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER; no longer needed.
361         Require gl_FUNC_LCHOWN, since dirchownmod.c needs it.
362
363 2006-07-11  Eric Blake  <ebb9@byu.net>
364
365         * absolute-header.m4: Fix comments to match recent change.
366
367 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
368
369         * sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
370         to stdint.m4.
371
372 2006-07-10  Derek R. Price  <derek@ximbiot.com>
373         and Paul Eggert  <eggert@cs.ucla.edu>
374
375         * backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
376         * savedir.m4:
377         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
378         macros into the GNU _D_EXACT_NAMLEN.
379
380 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
381
382         * stdint.m4 (gl_STDINT_H): Like yesterday's change to
383         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
384         "no/such/file/stdint.h" when there is no such file, so that
385         the resulting C code can be parsed by dodgy compilers.
386         Problems reported by Bob Proulx.
387
388 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
389
390         * absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
391         around the absolute name, to work around a problem with the HP-UX
392         11.23 native C compiler, reported by Bob Proulx.
393
394 2006-07-09  Jim Meyering  <jim@meyering.net>
395
396         * glob.m4: Remove a doubled word in a comment.
397
398 2006-07-08  Jim Meyering  <jim@meyering.net>
399
400         * link-follow.m4: Remove one of two adjacent "whether"s in a comment.
401         * getopt.m4: Remove one of two adjacent "your"s in a comment.
402         * regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a comment.
403
404 2006-07-06  Derek R. Price  <derek@ximbiot.com>
405         and Paul Eggert  <eggert@cs.ucla.edu>
406
407         * backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
408         of invoking obsolescent AC_HEADER_DIRENT macro.
409         * d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
410         * d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
411         * dirfd.m4 (gl_FUNC_DIRFD): Likewise.
412         * fts.m4 (gl_FUNC_FTS_CORE): Likewise.
413         * getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
414         * glob.m4 (gl_PREREQ_GLOB): Likewise.
415         * savedir.m4 (gl_SAVEDIR): Likewise.
416         * readdir.m4: Remove; no longer needed.
417
418 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
419
420         * _inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
421         with only one argument, for Autoconf 2.60.
422         * fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
423         expand to nothing, so add a shell command to avoid syntax error.
424         * getpass.m4 (gl_PREREQ_GETPASS): Likewise.
425
426 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
427
428         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
429         no longer needed.  Check for isblank decl.
430         * mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
431         * regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
432         of existence.
433
434 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
435
436         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
437         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
438         * getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer needed.
439         All uses removed.
440         * strtol.m4 (gl_PREREQ_STRTOL): Likewise.
441         * strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
442         * exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer needed.
443         * getdate.m4 (gl_GETDATE): Likewise.
444         * getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
445         * memcasecmp.m4 (gl_MEMCASECMP): Likewise.
446         * strtod.m4 (gl_FUNC_STRTOD): Likewise.
447         * strtol.m4 (gl_PREREQ_STRTOL): Likewise.
448         * strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
449         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
450         * exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
451         needed.
452
453 2006-07-05  Derek R. Price  <derek@ximbiot.com>
454
455         * calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
456         no longer needed.
457         * exclude.m4 (gl_EXCLUDE): Likewise.
458         * getdate.m4 (gl_GETDATE): Likewise.
459         * getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
460         * memcasecmp.m4 (gl_MEMCASECMP): Likewise.
461         * strtod.m4 (gl_FUNC_STRTOD): Likewise.
462         * strtol.m4 (gl_PREREQ_STRTOL): Likewise.
463         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
464
465 2006-07-05  Eric Blake  <ebb9@byu.net>
466
467         * sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
468         to avoid 'header present but could not be compiled' on cygwin.
469
470 2006-07-03  Bruno Haible  <bruno@clisp.org>
471
472         * strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
473         the function exists, before testing against AIX.
474         Reported by Martin Lambers <marlam@marlam.de>.
475
476 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
477
478         * absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
479         to the absolute name, not just one, to bypass Sun C 5.8's
480         "warning: #include of /usr/include/... may be non-portable".
481
482 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
483
484         * absolute-header.m4: Renamed from full-header-path.m4.
485         This is to keep the terminology clean; POSIX talks about
486         "absolute pathnames", not "full pathnames", but the GNU
487         Coding Standards say to use "path" for something else;
488         so use "absolute" to keep both sides happy.
489         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
490         Set gl_absolute_header, not gl_full_header_path.
491         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
492         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
493         All uses changed.
494
495         Merge from coreutils.
496
497         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
498
499         * c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
500         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
501         want to require the building of c-strtod.o.
502         * lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
503         needs -lm directly.
504         * xstrtod.m4 (gl_XSTRTOLD): New macro.
505
506         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
507
508         * lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
509         --as-needed option if available.  Problem reported by Albert Chin in
510         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
511         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
512         cc merely issues a bunch of annoying warnings for --as-needed
513         (this problem was reported by Bob Proulx).  Also, try linking with
514         -lm to detect a bug in binutils 2.16 (this problem was reported
515         by Ralf Wildenhues).
516
517         2006-06-18  Jim Meyering  <jim@meyering.net>
518
519         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
520         * getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and macro.
521         * getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
522         also check for glibc-2.4's abort-inducing bug.
523
524         * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
525         Low-probability clean-up should be to use rmdir to get rid of
526         the just-created directory, not unlink.
527
528         * ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
529         configure fail, and request a bug report to inform us about it.
530         Add a comment that, barring reports to the contrary, in 2007 we'll
531         assume ftruncate is universally available.
532
533         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
534
535         * filemode.m4 (gl_FILEMODE): Check for strmode declaration.
536
537         2006-03-12  Jim Meyering  <jim@meyering.net>
538
539         * chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
540         * cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
541         * same.m4 (gl_SAME): Likewise.
542         * root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
543
544         2006-03-11  Eric Blake  <ebb9@byu.net>
545
546         * double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
547         * dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
548         * dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
549         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
550
551 2006-07-02  Eric Blake  <ebb9@byu.net>
552
553         * wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
554
555 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
556
557         * stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
558         test cases, so that config.log is a bit easier to follow.
559
560 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
561
562         * longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
563         but fix a bug, by requiring at least 64 bits.
564         * ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
565         * longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
566         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
567         * ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
568
569         * stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
570         changes.  Make 2.59 a prerequisite.  Check and substitute for
571         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
572         inttypes.h.  Do not use special include files; just use the
573         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
574         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
575         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
576         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
577         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
578         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
579         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
580         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
581         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
582         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
583         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
584         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
585         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
586         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
587         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
588         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
589         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
590         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
591         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
592         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
593         WINT_MAX.  Check for C99 conformance more strictly, by detecting
594         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
595         not check for things that C99 does not require, e.g., int8_t.  If
596         a test isn't needed unless <stdint.h> isn't working, and is
597         unlikely to be needed for any other reason, then don't do it
598         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
599         size_t, since we assume C89 freestanding at least.  Do not check
600         for sig_atomic_t, wchar_t, or wint_t, since the code now does
601         the right thing even if the types are not defined.  Instead use:
602         (gl_STDINT_TYPE_PROPERTIES): New macro.
603         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
604         testing whether <sys/types.h> clashes, as Autoconf does this for
605         us now.  All uses removed.
606         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
607         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
608         (gl_CHECK_TYPE_SAME):
609         Remove; no longer needed.
610         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
611         exists, since we'll return 0 anyway in that case.
612         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
613
614 2006-07-01  Eric Blake  <ebb9@byu.net>
615
616         * stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
617
618 2006-07-01  Eric Blake  <ebb9@byu.net>
619
620         * stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
621         Reported by Andreas Buening.
622
623 2006-06-29  Eric Blake  <ebb9@byu.net>
624
625         * sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
626
627 2006-06-29  Eric Blake  <ebb9@byu.net>
628
629         * sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
630
631 2006-06-29  Derek R. Price  <derek@ximbiot.com>
632
633         * strftime.m4: Don't call AC_FUNC_STRFTIME.
634
635 2006-06-29  Derek R. Price  <derek@ximbiot.com>
636
637         * c-bs-a.m4: Removed.
638
639 2006-06-28  Derek R. Price  <derek@ximbiot.com>
640
641         * savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
642
643         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
644         it's obsolete.
645         * strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
646
647 2006-06-28  Bruno Haible  <bruno@clisp.org>
648
649         * wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
650         gt_TYPE_WCHAR_T.
651
652 2006-06-28  Eric Blake  <ebb9@byu.net>
653
654         * mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
655         * wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
656
657 2006-06-28  Simon Josefsson  <jas@extundo.com>
658
659         * getaddrinfo.m4: Look for getnameinfo prototypes too.
660
661 2006-06-27  Simon Josefsson  <jas@extundo.com>
662
663         * sys_select_h.m4: New file, suggested by Bruno Haible, Paul
664         Eggert and Martin Lambers.
665
666 2006-06-27  Bruno Haible  <bruno@clisp.org>
667
668         * stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
669         result to 0, not to empty.
670         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
671
672 2006-06-26  Bruno Haible  <bruno@clisp.org>
673
674         * stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
675
676 2006-06-26  Bruno Haible  <bruno@clisp.org>
677
678         * stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
679         SGI C compiler in pre-C99 mode.
680         Suggested by Mark D. Baushke and Larry Jones.
681
682 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
683
684         * stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
685
686 2006-06-26  Simon Josefsson  <jas@extundo.com>
687
688         * inet_ntop.m4: Don't check for sys/types.h, we assume it is
689         present.
690
691 2006-06-23  Bruno Haible  <bruno@clisp.org>
692
693         * stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
694
695 2006-06-22  Simon Josefsson  <jas@extundo.com>
696
697         * sockpfaf.m4: Include winsock2.h too, to make it work under
698         MinGW.
699
700 2006-06-21  Simon Josefsson  <jas@extundo.com>
701
702         * getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
703         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
704         of using the (limited) gnulib implementation on Windows XP.
705
706         * inet_pton.m4: New file.
707
708 2006-06-19  Bruno Haible  <bruno@clisp.org>
709
710         * stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
711         and FULL_PATH_INTTYPES_H in angle brackets.
712         Reported by Mark D. Baushke <mdb@gnu.org>.
713
714 2006-06-17  Bruno Haible  <bruno@clisp.org>
715
716         * stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
717         <sys/inttypes.h>.
718
719 2006-06-16  Eric Blake  <ebb9@byu.net>
720
721         * rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
722         errno.
723
724 2006-06-17  Bruno Haible  <bruno@clisp.org>
725
726         * setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
727         whether errno is declared. Assume <errno.h> declares errno.
728
729 2006-06-15  Bruno Haible  <bruno@clisp.org>
730
731         * stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
732         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
733         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
734         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
735         gl_CHECK_TYPE_SAME): New macros.
736
737 2006-06-15  Bruno Haible  <bruno@clisp.org>
738
739         * size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
740
741 2006-06-15  Eric Blake  <ebb9@byu.net>
742
743         * ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
744
745 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
746             Bruno Haible  <bruno@clisp.org>
747
748         * strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
749         check for the declaration of strnlen and a run test that exposes the
750         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
751         rpl_strndup.
752
753 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
754
755         * c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
756         compile test, for Tru64 4.0D.
757
758 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
759
760         * nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
761         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
762         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
763         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
764         not really conditional on the cache.
765         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
766
767 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
768
769         * stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
770         test for C99 conformance; (bool) 0.5 is an integer constant
771         expression, but (bool) -0.5 is not.  Problem reported by Fedor
772         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
773
774 2006-05-11  Simon Josefsson  <jas@extundo.com>
775
776         * xvasprintf.m4: Fix obvious typo.
777
778 2006-05-09  Bruno Haible  <bruno@clisp.org>
779
780         * xvasprintf.m4: New file.
781
782 2006-05-08  Bruno Haible  <bruno@clisp.org>
783
784         * stdarg.m4: New file, from GNU gettext.
785
786 2006-05-05  Jim Meyering  <jim@meyering.net>
787
788         * warning.m4: New file, derived from bison's file by the same name.
789
790 2006-05-02  Bruno Haible  <bruno@clisp.org>
791
792         * full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
793         test from here...
794         * _inttypes_h.m4 (gl_INTTYPES_H): ... to here.
795
796 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
797
798         * unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
799         to define main with arguments, for C++.  Reported by Eric Blake.
800         * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
801         Prefer 'int main ()' to 'int main (void)', for C++.
802         * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
803         * fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
804         for 'main', for C99 and C++.
805
806 2006-04-23  Bruno Haible  <bruno@clisp.org>
807
808         * poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
809         assigned exactly once.
810
811 2006-04-23  Bruno Haible  <bruno@clisp.org>
812
813         * poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the poll()
814         implementation in AIX.
815         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
816
817 2006-03-04  Eric Blake  <ebb9@byu.net>
818
819         * strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
820
821 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
822
823         * fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
824         Don't assume that exit status -1 is valid.
825         * nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
826         * putenv.m4 (gl_FUNC_PUTENV): Likewise.
827         * rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
828         * readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
829         * rename.m4 (vb_FUNC_RENAME): Likewise.
830         * unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
831         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
832         functions can be used without declaring them, or that you can
833         exit with status -1.
834         * utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
835
836 2006-04-20  Bruno Haible  <bruno@clisp.org>
837
838         * argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
839         one argument, so that the code will be portable to Autoconf 2.60.
840         * getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
841         * getpass.m4 (gl_PREREQ_GETPASS): Likewise.
842         * unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
843
844 2006-04-19  Derek Price  <derek@ximbiot.com>
845             Eric Blake  <ebb9@byu.net>
846
847         * full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h> rather
848         than "/full/path.h".  Update comment to match.  Shorten & generalize
849         m4_translit call via AS_TR_CPP.
850
851 2006-04-18  Derek Price  <derek@ximbiot.com>
852             Paul Eggert  <eggert@cs.ucla.edu>
853
854         * _inttypes_h.m4, full-header-path.m4, include_next: New files.
855
856 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
857
858         * time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and time_r.h.
859
860 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
861
862         * regex.m4 (gl_REGEX): Check for new glibc interface to
863         translation table.
864
865 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
866
867         * argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
868         `__error_t_defined', so argp.h will not typedef the former.
869
870 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
871
872         * regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
873         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
874         glibc names.  Even if glibc is changed to conform to POSIX, the
875         traditional names will be available anyway, since regex depends on
876         the extensions module.  Also, fix a longstanding typo in the
877         implementation of Spencer ERE test #75 from grep 2.3.  Problems
878         reported by Emanuele Giaquinta.  Also, change sense of cached
879         variable, so that the message makes sense.
880
881 2006-03-17  Jim Meyering  <jim@meyering.net>
882
883         * regex.m4 (gl_REGEX): Fix typo in last change:
884         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
885
886 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
887
888         * regex.m4 (gl_REGEX): Don't check for off_t, since the code
889         no longer needs it.  Instead, check that regoff_t is as least
890         as wide as ptrdiff_t.
891
892         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
893         so that our regex.h stays compatible with the installed regex.
894         This is helpful for installers who configure --without-included-regex.
895         Problem reported by Emanuele Giaquinta.
896
897 2006-03-15  Eric Blake  <ebb9@byu.net>
898
899         * dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
900
901 2006-03-08  Simon Josefsson  <jas@extundo.com>
902
903         * gc-random.m4: Permit 'no' as variable values and fix warnings,
904         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
905
906 2006-03-08  Simon Josefsson  <jas@extundo.com>
907
908         * gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
909         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
910
911 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
912
913         * unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
914         Problem reported by Juan Manuel Guerrero.
915
916 2006-03-07  Simon Josefsson  <jas@extundo.com>
917
918         * unistd_h.m4: New file.
919
920 2006-03-07  Simon Josefsson  <jas@extundo.com>
921
922         * readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
923         test to be side-effect free by storing the result in the cache
924         variable gl_cv_lib_readline, and moving the assignment of
925         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
926         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
927
928 2006-03-07  Simon Josefsson  <jas@extundo.com>
929
930         * gc-random.m4: New file, mostly from gc.m4.  Warn instead of
931         error on missing devices (the functions will return an error).
932
933         * gc.m4: Move random stuff to gc-random.m4
934
935 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
936
937         * poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
938         our replacement poll.h in any case, to avoid a differing
939         declaration from a system header.  Seen on AIX.
940
941 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
942
943         * clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
944         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
945         pedantically.
946         * nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
947         * timespec.m4 (gl_TIMESPEC): Likewise.
948
949         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
950         not "==".  Reported by Ralf Wildenhues.
951
952 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
953
954         Sync from coreutils.
955         * mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
956         gl_CHDIR_SAFER.
957
958 2006-02-22  Jim Meyering  <jim@meyering.net>
959
960         Sync from coreutils.
961         * chdir-safer.m4: New file.
962
963 2006-02-17  Eric Blake  <address@hidden>
964
965         * getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
966
967 2006-02-15  Eric Blake  <ebb9@byu.net>
968
969         * sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
970         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
971         'present but cannot compile' warnings on cygwin.
972         * socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
973         use ws2tcpip.h if sys/socket.h works.
974         * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
975         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
976
977 2006-02-14  Jim Meyering  <jim@meyering.net>
978
979         Sync from coreutils.
980         * ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke AC_CHECK_FUNCS(getmntent)
981         unconditionally so that tests of $ac_cv_func_getmntent (e.g., in
982         gl_LIST_MOUNTED_FILE_SYSTEMS) need not double-quote uses of that
983         variable, to accommodate the rare case in which getmntent is
984         available in none of the libraries checked.  This happens at
985         least on FreeBSD 5.0.
986
987 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
988
989         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
990         __EXTENSIONS__ if this causes compilation to fail.  Problem
991         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
992         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
993
994 2006-01-25  Simon Josefsson  <jas@extundo.com>
995
996         * getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
997         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
998         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
999
1000 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
1001
1002         * stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
1003         so that we test the test.
1004         Check for yet another HP-UX cc bug involving *bool |= bool.
1005
1006 2006-01-24  Bruno Haible  <bruno@clisp.org>
1007
1008         * stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
1009         Patch by Paul Eggert.
1010
1011 2006-01-24  Jim Meyering  <jim@meyering.net>
1012
1013         * openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
1014         Reported by Mark D. Baushke.
1015
1016 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1017
1018         * getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
1019
1020 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
1021
1022         * lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
1023         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
1024         Suggested by Bruno Haible.
1025
1026 2006-01-19  Simon Josefsson  <jas@extundo.com>
1027
1028         * socklen.m4: Look in ws2tcpip.h too, for mingw32.
1029
1030 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
1031
1032         * lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
1033         it's not portable and it doesn't work with cross-compiles.
1034         Problem reported by Bruno Haible.  Fix missing-$ typo in
1035         'test "gl_cv_ignore_unused_libraries" ...' that prevented
1036         -zignore from being used with Sun's C compiler.
1037
1038 2006-01-12  Bruno Haible  <bruno@clisp.org>
1039
1040         * ldd.m4: New file.
1041
1042 2006-01-08  Bruno Haible  <bruno@clisp.org>
1043
1044         Ensure automatic ordering between gl_LOCK and gl_ARGP.
1045         * lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
1046         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
1047
1048 2006-01-10  Jim Meyering  <jim@meyering.net>
1049
1050         * fpending.m4: Also include <stdio.h>, for Dragonfly.
1051         Patch by Joerg Sonnenberger.
1052
1053 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
1054
1055         * memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
1056         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
1057         People who are still concerned with buggy memcmp implementations
1058         can invoke gl_FUNC_MEMCMP themselves.
1059
1060 2006-01-10  Simon Josefsson  <jas@extundo.com>
1061
1062         * sys_socket_h.m4: New file.
1063
1064 2006-01-10  Bruno Haible  <bruno@clisp.org>
1065
1066         * localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
1067         Reported by Werner Lemberg <wl@gnu.org>.
1068
1069 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
1070
1071         Sync from coreutils.
1072         * lib-ignore.m4: New file.
1073         * lchmod.m4: New file.
1074
1075 2006-01-09  Jim Meyering  <jim@meyering.net>
1076
1077         Sync from coreutils.
1078         * openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
1079         Require openat-priv.h.
1080
1081 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
1082
1083         Sync from coreutils.
1084         * acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
1085
1086 2005-10-16  Bruno Haible  <bruno@clisp.org>
1087
1088         * stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
1089
1090 2005-12-16  Jim Meyering  <jim@meyering.net>
1091
1092         * fprintftime.m4: New file.
1093
1094 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
1095
1096         * argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
1097         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
1098
1099 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
1100
1101         * argp.m4:  Check if program_invocation_name and
1102         program_invocation_short_name are declared and define appropriate
1103         macros if they are not.
1104
1105 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
1106
1107         * stat-time.m4 (gl_STAT_TIME): Add check for
1108         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
1109         porting problem reported by Georg Schwarz in
1110         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
1111
1112 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
1113
1114         * socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
1115         Use implementation from Albert Chin, with some
1116         comments/corrections by Stepan Kasal and myself.
1117
1118 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
1119
1120         * regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
1121         statement, to work around an HP-UX 10.20 compiler bug reported by
1122         Peter O'Gorman.
1123
1124 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
1125
1126         * gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
1127         or gettimeofday; no longer needed.
1128
1129 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
1130
1131         * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
1132         variables to suggest the intended function of the PATH_MAX check.
1133
1134 2005-10-30  Kean Johnston  <jkj@sco.com>
1135
1136         Trivial changes to support SCO systems.
1137         * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
1138         as PATH_MAX.
1139         * fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
1140         where __ptr is null when no I/O is pending.
1141
1142 2005-10-28  Simon Josefsson  <jas@extundo.com>
1143
1144         * inet_ntop.m4: More tests.
1145
1146         * gc-md2.m4, md2.m4: New file.
1147
1148 2005-10-22  Simon Josefsson  <jas@extundo.com>
1149
1150         * gc.m4: Don't be fooled by --disable-*random-device parameters,
1151         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
1152
1153 2005-10-21  Simon Josefsson  <jas@extundo.com>
1154
1155         * gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
1156         Bruno Haible <bruno@clisp.org>.
1157
1158         * gc-des.m4: New file.
1159
1160 2005-10-21  Simon Josefsson  <jas@extundo.com>
1161
1162         * arctwo.m4: New file.
1163
1164         * gc-arctwo.m4: New file.
1165
1166 2005-10-19  Simon Josefsson  <jas@extundo.com>
1167
1168         * gc-arcfour.m4: New file.
1169
1170         * gc-rijndael.m4: New file.
1171
1172 2005-10-19  Simon Josefsson  <jas@extundo.com>
1173
1174         * gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
1175         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
1176         <kasal@ucw.cz>.
1177
1178 2005-10-19  Simon Josefsson  <jas@extundo.com>
1179
1180         * gc-md4.m4: New file.
1181
1182 2005-10-18  Simon Josefsson  <jas@extundo.com>
1183
1184         * md4.m4: New file.
1185
1186 2005-10-17  Bruno Haible  <bruno@clisp.org>
1187
1188         * stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so that
1189         it can also be used in a test.
1190
1191 2005-10-11  Simon Josefsson  <jas@extundo.com>
1192
1193         * md5.m4: Remove call to uint32_t.m4.
1194
1195 2005-10-15  Simon Josefsson  <jas@extundo.com>
1196
1197         * rijndael.m4: New file.
1198
1199 2005-10-14  Simon Josefsson  <jas@extundo.com>
1200
1201         * arcfour.m4: New file.
1202
1203 2005-10-12  Bruno Haible  <bruno@clisp.org>
1204
1205         * stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
1206         Reported by Stepan Kasal <kasal@ucw.cz>.
1207
1208 2005-10-12  Simon Josefsson  <jas@extundo.com>
1209
1210         * gc-pbkdf2-sha1.m4: New file.
1211
1212         * gc-hmac-sha1.m4: New file.
1213
1214         * gc-sha1: New file.
1215
1216         * hmac-sha1.m4: New file.
1217
1218 2005-10-12  Simon Josefsson  <jas@extundo.com>
1219
1220         * gc-md5.m4, gc-hmac-md5: New files.
1221
1222         * gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
1223
1224 2005-10-11  Simon Josefsson  <jas@extundo.com>
1225
1226         * crc.m4: New file.
1227
1228 2005-10-07  Simon Josefsson  <jas@extundo.com>
1229
1230         * memxor.m4: Remove gl_C_RESTRICT call.
1231
1232 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
1233
1234         * stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
1235         promotes to int, not unsigned int, to catch the AIX 5.3
1236         compiler bug.
1237
1238 2005-10-06  Simon Josefsson  <jas@extundo.com>
1239
1240         * hmac-md5.m4: New file.
1241
1242         * memxor.m4: Require gl_C_RESTRICT.
1243
1244 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
1245
1246         * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
1247         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
1248         needed, since the source code now assumes these .h files.
1249
1250 2005-10-05  Simon Josefsson  <jas@extundo.com>
1251
1252         * memxor.m4: New file.
1253
1254 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
1255
1256         Sync from coreutils.
1257         * openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
1258         * ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
1259         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
1260         ULLONG_MAX doesn't work with 2.7.2.1.
1261
1262 2005-10-02  Jim Meyering  <jim@meyering.net>
1263
1264         Sync from coreutils.
1265         * utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
1266         from glibc-2.2.5 that fails for read-only files.
1267
1268 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
1269
1270         Sync from coreutils.
1271         * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
1272         against `yes', rather than just testing for nonempty.
1273
1274 2005-10-01  Simon Josefsson  <jas@extundo.com>
1275
1276         * getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
1277         and Darwin.
1278
1279         * getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
1280         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
1281         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
1282         freeaddrinfo and gai_strerror are declared by the POSIX headers.
1283         Check if struct addrinfo is declared.
1284
1285 2005-10-01  Jim Meyering  <jim@meyering.net>
1286
1287         Sync from coreutils.
1288
1289         * getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
1290         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
1291         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
1292         * getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
1293         in the inet and nsl libraries.  Required on Solaris 5.7.
1294
1295 2005-09-24  Jim Meyering  <jim@meyering.net>
1296
1297         Sync from coreutils.
1298         * getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
1299         in the inet and nsl libraries.  Required on Solaris 5.7.
1300
1301 2005-09-26  Bruno Haible  <bruno@clisp.org>
1302
1303         * mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't compile
1304         mbchar.c if they are not both present.
1305         * mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
1306         * mbiter.m4 (gl_MBITER): Likewise.
1307         * strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
1308         * strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
1309         * strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
1310
1311 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
1312
1313         * regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
1314         and similarly for the other external symbols.  Problem reported
1315         by James Gallager.
1316
1317         * fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
1318         bug reported by Jim Meyering.
1319
1320         * utimens.m4 (gl_UTIMENS): Check for futimesat.
1321         * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
1322         not needed, since socklen is a prerequisite module.
1323
1324 2005-09-23  Jim Meyering  <jim@meyering.net>
1325
1326         Sync from coreutils.
1327         Correct build failure (socklen_t not defined) on at least
1328         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
1329         * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
1330
1331 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
1332
1333         Sync from coreutils.
1334         * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
1335
1336 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
1337
1338         Sync from coreutils.
1339
1340         * backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
1341         * fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
1342         * getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
1343         * mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
1344         * physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
1345         * save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
1346         * userspec.m4, xgetcwd.m4, xreadlink.m4:
1347         Don't bother checking for string.h, stdlib.h, unistd.h.
1348         * fts.m4 (gl_FUNC_FTS_CORE): Don't require
1349         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
1350         module's job.
1351         * jm-macros.m4 (gl_MACROS): Likewise.
1352         * prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
1353
1354         * getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
1355         (gl_GETDATE): Use it.
1356
1357         * mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
1358
1359 2005-09-22  Jim Meyering  <jim@meyering.net>
1360
1361         Sync from coreutils.
1362
1363         * lstat.m4 (gl_FUNC_LSTAT):
1364         Use AC_LIBSOURCES to require lstat.c and lstat.h.
1365         Remove obsolete comment.
1366         * xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
1367         * xstrtod.m4: Likewise.
1368
1369         * openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
1370
1371 2005-09-19  Simon Josefsson  <jas@extundo.com>
1372
1373         * socklen.m4: Fix typo.
1374
1375 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
1376
1377         * st_mtim.m4: Remove.  Superseded by...
1378         * stat-time.m4: New file.
1379         * timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
1380         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
1381
1382 2005-09-15  Derek Price  <derek@ximbiot.com>
1383
1384         * strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
1385
1386 2005-09-12  Derek Price  <derek@ximbiot.com>
1387
1388         Make canon-host require getaddrinfo.
1389         * canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
1390         AC_LIBSOURCE canon-host.h.  Call...
1391         (gl_PREREQ_CANON_HOST): ...this new function, which requires
1392         gl_GETADDRINFO.
1393         * getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
1394
1395 2005-09-12  Derek Price  <derek@ximbiot.com>
1396             Paul Eggert  <eggert@cs.ucla.edu>
1397
1398         * glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
1399         glob_.h, glob-libc.h.
1400         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
1401
1402 2005-08-31  Simon Josefsson  <jas@extundo.com>
1403
1404         * socklen.m4: New file.
1405
1406 2005-09-03  Derek Price  <derek@ximbiot.com>
1407
1408         * getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
1409         From Larry Jones <lawrence.jones@ugs.com>.
1410
1411 2005-08-27  Bruno Haible  <bruno@clisp.org>
1412
1413         Support for lib vs. lib64 distinction on biarch platforms.
1414         * lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
1415         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
1416         * lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
1417
1418 2005-09-01  Jim Meyering  <jim@meyering.net>
1419
1420         * lchown.m4: Require gl_FUNC_CHOWN, for the definition of
1421         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
1422         Require gl_STAT_MACROS, too.
1423
1424 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1425
1426         * regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
1427         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
1428         and large-file glibc and in 32-bit large-file Solaris.
1429
1430 2005-08-28  Bruno Haible  <bruno@clisp.org>
1431
1432         * gnulib-tool.m4: New file.
1433
1434 2005-08-27  Jim Meyering  <jim@meyering.net>
1435
1436         * stdlib-safer.m4: New file.  From coreutils.
1437         * stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
1438         * fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
1439         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
1440         * unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
1441         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
1442
1443 2005-08-24  Simon Josefsson  <jas@extundo.com>
1444
1445         * getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
1446         __fsetlocking.
1447
1448 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
1449
1450         * regex.m4: Add AC_PREREQ(2.50).
1451         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
1452
1453 2005-08-25  Bruno Haible  <bruno@clisp.org>
1454
1455         * minmax.m4: Require autoconf 2.52.
1456         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
1457         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
1458         alternatives of translit over the alphabet.
1459         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
1460
1461 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1462
1463         * regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
1464         for GNU regex features.
1465
1466 2005-08-24  Jim Meyering  <jim@meyering.net>
1467
1468         Sync from coreutils.
1469         * fcntl-safer.m4: New file.
1470
1471         * xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
1472         and object files for this module.
1473
1474 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
1475
1476         * regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
1477         All contents moved to gl_REGEX.
1478         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
1479         assume that it does.
1480
1481 2005-08-20  Bruno Haible  <bruno@clisp.org>
1482
1483         * regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
1484
1485 2005-08-17  Bruno Haible  <bruno@clisp.org>
1486
1487         * strcasestr.m4: New file.
1488
1489 2005-08-17  Bruno Haible  <bruno@clisp.org>
1490
1491         * strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
1492         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
1493
1494 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
1495
1496         * getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
1497         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
1498         and gl_GETOPT are both invoked via different paths (as happens
1499         with GNU tar CVS because it uses both argp and getopt), the former
1500         wins.
1501
1502 2005-08-16  Bruno Haible  <bruno@clisp.org>
1503
1504         * strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function always.
1505         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
1506
1507 2005-08-16  Bruno Haible  <bruno@clisp.org>
1508
1509         * mbfile.m4: New file.
1510
1511 2005-08-16  Bruno Haible  <bruno@clisp.org>
1512
1513         * mbiter.m4: New file.
1514
1515 2005-08-16  Bruno Haible  <bruno@clisp.org>
1516
1517         * mbchar.m4: New file.
1518
1519 2005-08-16  Bruno Haible  <bruno@clisp.org>
1520
1521         * tls.m4: New file, from GNU gettext.
1522
1523 2005-08-12  Bruno Haible  <bruno@clisp.org>
1524
1525         * readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
1526
1527 2005-08-12  Simon Josefsson  <jas@extundo.com>
1528
1529         * readline.m4: Look for termcap, curses or ncurses if required.
1530
1531 2005-08-11  Simon Josefsson  <jas@extundo.com>
1532
1533         * readline.m4: New file.
1534
1535 2005-08-10  Simon Josefsson  <jas@extundo.com>
1536
1537         * strnlen.m4: New file.
1538
1539         * strndup.m4: Don't check for strnlen declaration, done in
1540         strnlen.m4.
1541
1542 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
1543
1544         * onceonly_2_57.m4: Really require Autoconf 2.57.
1545
1546 2005-08-02  Simon Josefsson  <jas@extundo.com>
1547
1548         * getline.m4: Separate out getdelim stuff into separate module.
1549
1550         * getdelim.m4: New file.
1551
1552 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
1553
1554         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
1555         normal way.
1556         * getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
1557         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
1558         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
1559         (gl_GETOPT): Use the new macros.  Most of the implementation
1560         is moved to the new macros.  This is for programs like Emacs
1561         that don't want all the functionality of gl_GETOPT.
1562
1563 2005-07-26  Bruno Haible  <bruno@clisp.org>
1564
1565         * lock.m4: Update from GNU gettext.
1566
1567 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
1568
1569         * regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
1570         obsolescent AC_TRY_RUN.  Include the default includes files, for 'exit'.
1571
1572 2005-07-24  Bruno Haible  <bruno@clisp.org>
1573
1574         * visibility.m4: New file.
1575
1576 2005-07-18  Bruno Haible  <bruno@clisp.org>
1577
1578         * lock.m4: New file, from GNU gettext.
1579
1580 2005-06-01  Bruno Haible  <bruno@clisp.org>
1581
1582         * poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
1583         When using lib/poll.c, define poll as rpl_poll.
1584
1585 2005-07-14  Bruno Haible  <bruno@clisp.org>
1586
1587         * argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
1588         Instead, test for *_unlocked function declarations directly.
1589
1590 2005-07-14  Derek Price  <derek@ximbiot.com>
1591
1592         * glob.m4 (gl_GLOB): Cache glob interface check result.  Add check for
1593         glob symlink bug.
1594
1595 2005-07-10  Bruno Haible  <bruno@clisp.org>
1596
1597         * size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
1598         Needed when size_t is smaller than 'unsigned int'.
1599         Reported by Paul Eggert.
1600
1601 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
1602
1603         * backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on pathconf.
1604         * same.m4 (gl_SAME): Likewise.
1605         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
1606
1607         * regex.m4: Adjust to new libc regex implementation.
1608         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
1609         all the .c and .h parts of (the new) regex.
1610         Quote the m4 stuff better.
1611         Check for RE_ICASE bug of old gnulib.
1612         Check for REG_STARTEND of recent libc.
1613         Rename local variables from jm_* to gl_*.
1614         Quote operand of "test -f".
1615         Say "recent enough" version of libc, not "version 2".
1616         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
1617         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
1618         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
1619         Remove check for btowc, isascii.
1620         Require AM_LANGINFO_CODESET.
1621
1622 2005-07-05  Bruno Haible  <bruno@clisp.org>
1623
1624         * mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
1625         autoconf CVS. Needed for mingw.
1626
1627 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
1628
1629         Remove the dependency of the strftime module on the tzset module.
1630         * strftime.m4 (gl_FUNC_STRFTIME): Don't require gl_FUNC_TZSET_CLOBBER.
1631
1632 2005-07-02  Jim Meyering  <jim@meyering.net>
1633
1634         * chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
1635         * getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
1636         * pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
1637         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
1638
1639 2005-06-28  Simon Josefsson  <jas@extundo.com>
1640
1641         * check-version.m4: New file, suggested by Jim Meyering
1642         <jim@meyering.net>.
1643
1644 2005-06-24  Derek Price  <derek@ximbiot.com>
1645         and Bruno Haible  <bruno@clisp.org>
1646
1647         Remove stat module & update lstat.
1648         * lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
1649         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1650         * stat.m4: Remove this file.
1651
1652 2005-06-20  Derek Price  <derek@ximbiot.com>
1653
1654         * bison.m4: Note that precious decls of YACC & YFLAGS will be
1655         unnecessary for Autoconfs > 2.59c.
1656
1657 2005-06-16  Derek Price  <derek@ximbiot.com>
1658
1659         * bison.m4: Declare YACC & YFLAGS precious.
1660
1661 2005-06-08  Bruno Haible  <bruno@clisp.org>
1662
1663         * csharpcomp.m4: New file, from GNU gettext.
1664
1665 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
1666
1667         Sync from coreutils.
1668         * mkdir-p.m4: Renamed from makepath.m4.
1669         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
1670         Rename files from makepath.c to mkdir-p.c, and from
1671         makepath.h to mkdir-p.h.
1672         * filenamecat.m4: Renamed from path-concat.m4.
1673         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
1674         Rename files from path-concat.c to filenamecat.c,
1675         and from path-concat.h to filenamecat.h.
1676         * getcwd-path-max.m4: Don't use "path" or "filename" to mean
1677         "file name" in local variables or comments.
1678         * rename.m4: Likewise.
1679
1680 2005-06-01  Bruno Haible  <bruno@clisp.org>
1681
1682         * csharp.m4: New file, from GNU gettext.
1683         * csharpexec.m4: New file, from GNU gettext.
1684
1685 2005-05-31  Derek Price  <derek@ximbiot.com>
1686             Paul Eggert  <eggert@cs.ucla.edu>
1687
1688         Sync from cvs.
1689         * glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
1690
1691 2005-05-29  Derek Price  <derek@ximbiot.com>
1692             Paul Eggert  <eggert@cs.ucla.edu>
1693
1694         * glob.m4: New file.
1695
1696 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
1697
1698         * fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
1699         and don't require gt_INTTYPES_PRI.
1700
1701 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
1702
1703         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
1704         _POSIX_PTHREAD_SEMANTICS for Solaris.
1705
1706 2005-05-25  Derek Price  <derek@ximbiot.com>
1707             Paul Eggert  <eggert@cs.ucla.edu>
1708
1709         * getlogin_r.m4: New files.
1710
1711 2005-05-22  Bruno Haible  <bruno@clisp.org>
1712
1713         * minmax.m4: New file.
1714         Based on a patch by Derek Price <derek@ximbiot.com>.
1715
1716 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
1717
1718         * fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
1719         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
1720
1721 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
1722
1723         * chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
1724         of -1.
1725
1726 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
1727
1728         * canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
1729         Don't check for stddef.h.
1730         * fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
1731         don't use its results.
1732         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
1733         since we include them unconditionally.  Don't require
1734         AM_STDBOOL_H, since stdbool is a prerequisite.
1735         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
1736         since we assume C89 or better.
1737         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
1738         as we don't use their results.
1739         Don't check for fchdir, memmove, memset, strrchr, as we use
1740         them unconditionally.
1741         * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
1742         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
1743
1744 2005-05-18  Jim Meyering  <jim@meyering.net>
1745
1746         * fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
1747         Reported by Yoann Vandoorselaere.
1748
1749 2005-05-17  Jim Meyering  <jim@meyering.net>
1750
1751         * fts.m4: New file, from coreutils.
1752
1753 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
1754
1755         Sync from coreutils.
1756         * unlinkdir.m4: New file.
1757
1758 2005-05-10  Derek Price  <derek@ximbiot.com>
1759
1760         * getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
1761         possible.
1762
1763 2005-05-10  Simon Josefsson  <jas@extundo.com>
1764
1765         * getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
1766         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
1767
1768 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1769             Bruno Haible  <bruno@clisp.org>
1770
1771         * inet_ntop.m4: New file.
1772
1773 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
1774
1775         * getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
1776         needless checks.
1777
1778 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
1779
1780         * euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require AC_HEADER_STAT.
1781         * lchown.m4 (gl_FUNC_CHOWN): Likewise.
1782         (gl_PREREQ_CHOWN): Remove.
1783         * lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
1784         it.  Don't require AC_HEADER_STAT.
1785         (gl_PREREQ_LSTAT): Remove.
1786         * mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
1787         Don't require AC_HEADER_STAT.
1788         * rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
1789         (gl_PREREQ_RMDIR): Remove.
1790         * canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
1791         mention stat-macros.h or AC_HEADER_STAT, since we'll make
1792         the stat-macros module a prerequisite.
1793         * file-type.m4 (gl_FILE_TYPE): Likewise.
1794         * filemode.m4 (gl_FILEMODE): Likewise.
1795         * makepath.m4 (gl_MAKEPATH): Likewise.
1796         * modechange.m4 (gl_MODECHANGE): Likewise.
1797         * clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
1798         variable names.
1799         * rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
1800         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
1801         variable prefixes.
1802         * fcntl-safer.m4: Remove.
1803         * stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
1804         * unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
1805         Invoke gl_PREREQ_FD_SAFER.
1806         (gl_PREREQ_FD_SAFER): New macro.
1807         * nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
1808         * readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
1809         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
1810         Remove duplicate call to AC_LIBOBJ(readutmp).
1811         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
1812
1813         * mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
1814         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
1815
1816 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
1817
1818         * byteswap.m4: New file.
1819
1820 2005-04-25  karl
1821
1822         * gettext.m4: Update from GNU gettext 0.14.4.
1823
1824 2005-04-15  Simon Josefsson  <jas@extundo.com>
1825
1826         * getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
1827
1828 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
1829
1830         * getcwd-path-max.m4: Return success on systems such as Cygwin
1831         where no absolute path name can be longer than PATH_MAX.
1832
1833 2005-03-22  Jim Meyering  <jim@meyering.net>
1834
1835         * stat-macros.m4 (gl_STAT_MACROS): New file/macro.
1836
1837 2005-03-21  Jim Meyering  <jim@meyering.net>
1838         and  Paul Eggert  <eggert@cs.ucla.edu>
1839
1840         * acl.m4, backupfile.m4, c-strtod.m4, canon-host.m4, canonicalize.m4,
1841         cloexec.m4, closeout.m4, dirfd.m4, dirname.m4, exclude.m4,
1842         exitfail.m4, file-type.m4, filemode.m4, fpending.m4, fsusage.m4,
1843         getcwd.m4, getdate.m4, getline.m4, getpagesize.m4, getpass.m4,
1844         getugroups.m4, group-member.m4, hard-locale.m4, hash.m4, human.m4,
1845         idcache.m4, inttostr.m4, long-options.m4, makepath.m4, md5.m4,
1846         memcasecmp.m4, memcoll.m4, modechange.m4, mountlist.m4, nanosleep.m4,
1847         path-concat.m4, pathmax.m4, physmem.m4, posixtm.m4, posixver.m4,
1848         quote.m4, quotearg.m4, readtokens.m4, readutmp.m4, safe-read.m4,
1849         safe-write.m4, same.m4, savedir.m4, settime.m4, sha1.m4, sig2str.m4,
1850         strdup.m4, strftime.m4, strndup.m4, strverscmp.m4, timespec.m4,
1851         unlocked-io.m4, userspec.m4, utimecmp.m4, utimens.m4, xalloc.m4,
1852         xnanosleep.m4, xstrtol.m4, yesno.m4:
1853         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
1854         for these modules.
1855
1856 2005-03-21  Jim Meyering  <jim@meyering.net>
1857
1858         * chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
1859         * memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
1860
1861 2005-03-16  Bruno Haible  <bruno@clisp.org>
1862
1863         * stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
1864         HAVE_LONGLONG_64BIT.
1865
1866 2005-03-14  Bruno Haible  <bruno@clisp.org>
1867
1868         * lib-link.m4, gettext.m4, nls.m4, po.m4:
1869         Update from GNU gettext 0.14.3.
1870
1871 2005-03-10  Jim Meyering  <jim@meyering.net>
1872
1873         * save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
1874
1875 2005-03-07  Bruno Haible  <bruno@clisp.org>
1876
1877         * mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
1878
1879 2005-03-03  Bruno Haible  <bruno@clisp.org>
1880
1881         * inttypes.m4, isc-posix.m4, once-only.m4:
1882         Use an all-permissive copyright notice, recommended by RMS.
1883
1884 2005-03-03  Derek R. Price  <derek@ximbiot.com>
1885
1886         * mmap-anon.m4: New file.
1887         * pagealign_alloc.m4: New file.
1888
1889 2005-01-28  Bruno Haible  <bruno@clisp.org>
1890
1891         * stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because of
1892         AIX, the replacement has to be done only after <string.h> is included,
1893         therefore not in config.h. stpncpy.h does the replacement, and
1894         stpncpy.c uses it.
1895
1896 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
1897
1898         * xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
1899         to detect nanosleep bug.
1900
1901 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
1902
1903         * gethrxtime.m4, xnanosleep.m4: New files.
1904         * gettime.m4 (gl_GETTIME): Check for nanotime.
1905
1906 2005-02-24  Bruno Haible  <bruno@clisp.org>
1907
1908         * gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
1909         * lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
1910         * progtest.m4:
1911         Update from GNU gettext 0.14.2.
1912         * glibc2.m4: New file, from GNU gettext 0.14.2.
1913
1914 2005-02-22  Simon Josefsson  <jas@extundo.com>
1915
1916         * iconvme.m4: New file.
1917
1918 2005-02-23  Jim Meyering  <jim@meyering.net>
1919
1920         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's change.
1921         Thanks to Bruno Haible for catching it.
1922
1923 2005-02-22  Jim Meyering  <jim@meyering.net>
1924
1925         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo: s/ifndef/ifdef/.
1926
1927 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
1928
1929         * memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
1930
1931 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
1932
1933         Sync from coreutils.
1934         * getloadavg.m4, glibc.m4, search-libs.m4: Remove.
1935
1936         Remove files that are specific to coreutils.
1937         * check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
1938
1939 2005-01-28  Bruno Haible  <bruno@clisp.org>
1940
1941         * javacomp.m4: New file, from GNU gettext.
1942
1943 2005-01-26  Bruno Haible  <bruno@clisp.org>
1944
1945         * javaexec.m4: New file, from GNU gettext.
1946
1947 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
1948
1949         * sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
1950         must be defined if the header file was not found, in order
1951         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
1952
1953 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1954
1955         * acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
1956         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
1957         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
1958         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
1959         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
1960         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
1961         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
1962         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
1963         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
1964         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
1965         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
1966         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
1967         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
1968         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
1969         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
1970         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
1971         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
1972         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
1973         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
1974         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
1975         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
1976         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
1977         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
1978         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
1979         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
1980         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
1981         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
1982         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
1983         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
1984         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
1985         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
1986         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
1987         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
1988         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
1989         xstrtol.m4, xstrtoumax.m4, yesno.m4:
1990         Use an all-permissive copyright notice, recommended by RMS.
1991
1992 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
1993
1994         * save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume it.
1995
1996 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
1997
1998         Merge from coreutils.
1999         * ullong_max.m4: New file.
2000         * jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
2001         (gl_MACROS): Assume localeconv exists.
2002
2003 2005-01-18  Jim Meyering  <jim@meyering.net>
2004
2005         Merge from coreutils.
2006         * chdir-long.m4, openat.m4: New files.
2007         * save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
2008         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
2009         * chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
2010         is sane and DOES follow symlinks.  Besides, testing 20 different
2011         systems found no broken chown implementations.
2012         Prompted by a change in rsync's copy of this macro.
2013         * jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
2014
2015         * lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
2016
2017         * utimes.m4: Work around tests/touch/empty-file failure on a system
2018         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
2019         NULL-means-set-to-current-time semantics.
2020         Remove temporary file immediately, rather than waiting
2021         for configure's at-exit trap code to do it.
2022
2023 2005-01-18  Bruno Haible  <bruno@clisp.org>
2024
2025         * allocsa.m4, codeset.m4, copy-file.m4, eaccess.m4, eealloc.m4:
2026         * eoverflow.m4, execute.m4, fatal-signal.m4, findprog.m4, glibc21.m4:
2027         * iconv.m4, intmax_t.m4, inttypes_h.m4, lib-ld.m4, lib-link.m4:
2028         * lib-prefix.m4, linebreak.m4, localcharset.m4, longdouble.m4:
2029         * longlong.m4, mbrtowc.m4, mbstate_t.m4, mbswidth.m4, mkdtemp.m4:
2030         * pipe.m4, readlink.m4, safe-read.m4, safe-write.m4, setenv.m4:
2031         * sig_atomic_t.m4, signalblocking.m4, signed.m4, size_max.m4:
2032         * ssize_t.m4, stdbool.m4, stdint_h.m4, stpcpy.m4, stpncpy.m4:
2033         * strcase.m4, strcspn.m4, strpbrk.m4, strstr.m4, ucs4-utf.m4:
2034         * uintmax_t.m4, ulonglong.m4, unicodeio.m4, utf-ucs4.m4, vasnprintf.m4:
2035         * vasprintf.m4, wait-process.m4, wchar_t.m4, wint_t.m4, xsize.m4:
2036         Use an all-permissive copyright notice, recommended by RMS.
2037
2038 2005-01-06  Bruno Haible  <bruno@clisp.org>
2039
2040         * stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
2041
2042 2005-01-04  Jim Meyering  <jim@meyering.net>
2043
2044         Changes imported from coreutils.
2045         * mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
2046         as the mkstemp template, use a temporary directory and an
2047         8.3-friendly template to avoid trouble on systems like DJGPP.
2048         Reported by Juan M. Guerrero via Stepan Kasal.
2049         * (gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of close.
2050         Remove the temporary directory right away, rather than waiting
2051         for configure's at-exit trap code to do it.
2052         Suggestion from Stepan Kasal.
2053
2054 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
2055
2056         * c-strtod.m4 (gl_C99_STRTOLD): New macro.
2057         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
2058
2059 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
2060
2061         * getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
2062
2063 2004-12-18  Bruno Haible  <bruno@clisp.org>
2064
2065         * fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
2066
2067 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
2068
2069         * ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
2070         spurious "-l"s.  Problem reported by Stepan Kasal.
2071
2072 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
2073
2074         * ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
2075         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
2076
2077 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2078
2079         Changes imported from coreutils.
2080         * hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
2081         exist.
2082         * human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
2083
2084 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
2085
2086         * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
2087         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
2088
2089         * readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
2090
2091 2004-11-30  Simon Josefsson  <jas@extundo.com>
2092
2093         * base64.m4: New file.
2094
2095 2004-11-30  Simon Josefsson  <jas@extundo.com>
2096
2097         * restrict.m4: Add copyright and copying conditions.
2098
2099 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2100
2101         * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
2102         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
2103         Use the _ONCE methods, for efficiency.
2104         Check for fcntl.h.  In test program, include <errno.h>
2105         and <fcntl.h> if available.  Remove old K&R cruft from
2106         test program.  Check for common errors in GNU/Linux,
2107         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
2108         don't do AC_LIBOBJ, as that's getcwd.m4's job.
2109         * getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
2110         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
2111         name accordingly.
2112         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
2113         accommodate new getcwd.c.
2114         * jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
2115         * prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
2116         * xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
2117         that's all we need now.
2118
2119 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
2120
2121         * utimens.m4 (gl_UTIMENS): Check for futimes function.
2122
2123 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
2124
2125         * argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
2126         argp-parse.c depends on getopt internals, that means we should
2127         always use our getopt, to be on the safe side.
2128         * getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
2129         order not to spoil the result of an eventual previous invocation
2130         of gl_GETOPT_SUBSTITUTE.
2131
2132 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2133
2134         * calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc implementations
2135         that mishandle size_t overflow.
2136
2137 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
2138
2139         * canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
2140
2141 2004-11-13  Jim Meyering  <jim@meyering.net>
2142
2143         * jm-macros.m4: Do require gl_FUNC_FPENDING.
2144
2145 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
2146
2147         * getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
2148         of replacing opterr, getopt, etc.  This should handle the
2149         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
2150
2151 2004-11-11  Simon Josefsson  <jas@extundo.com>
2152
2153         * strtok_r.m4: New file.
2154
2155         * getopt.m4: Replace opterr.
2156
2157 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
2158
2159         * prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
2160
2161 2004-11-10  Jim Meyering  <jim@meyering.net>
2162
2163         * jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
2164
2165 2004-11-08  Simon Josefsson  <jas@extundo.com>
2166
2167         * getaddrinfo.m4: New file.
2168
2169 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2170
2171         * strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
2172         gl_FUNC_STRFTIME.
2173         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
2174         and AC_REQUIRE when possible, to avoid duplicate checks.
2175         Check for <wchar.h>.
2176
2177 2004-11-09  Bruno Haible  <bruno@clisp.org>
2178
2179         * sockpfaf.m4: New file.
2180
2181 2004-11-03  Albert Chin <china@thewrittenword.com>
2182             Paul Eggert  <eggert@cs.ucla.edu>
2183
2184         * uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
2185         equivalent, substitute $ac_type for equivalent type rather than
2186         blindly using uint32_t *always* which won't work if uint32_t is not
2187         available.  Define _UINT32_T to work around typedef of uint32_t if
2188         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
2189         2.5.1.
2190
2191 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
2192
2193         * jm-macros.m4: Sync from coreutils.
2194         (gl_MACROS): Check for mbrlen, for pathchk.
2195         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
2196
2197 2004-11-02  Bruno Haible  <bruno@clisp.org>
2198
2199         * setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
2200         returns void.
2201
2202 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
2203
2204         * getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
2205         fflush_unlocked, flockfile, funlockfile, funlockfile,
2206         fputs_unlocked, putc_unlocked.
2207
2208 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
2209
2210         * getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
2211
2212 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
2213
2214         * getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
2215         implementation of getopt_long.  Problem reported by Alexander Taler in:
2216         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
2217
2218 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
2219
2220         * vsnprintf.m4: New file.
2221
2222 2004-10-05  Bruno Haible  <bruno@clisp.org>
2223
2224         * strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
2225         for the declaration of strsep.
2226
2227 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
2228
2229         * xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
2230
2231         * unlocked-io.m4: Add copyright notice.
2232         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
2233
2234 2004-10-04  Simon Josefsson  <jas@extundo.com>
2235
2236         * memmem.m4: New file.
2237
2238 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
2239
2240         * strsep.m4: New file.
2241
2242 2004-09-30  Simon Josefsson  <jas@extundo.com>
2243
2244         * snprintf.m4: New file.
2245
2246 2004-09-09  Bruno Haible  <bruno@clisp.org>
2247
2248         * eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
2249         modifications.
2250         * vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
2251
2252 2004-09-08  Bruno Haible  <bruno@clisp.org>
2253
2254         * stdint.m4: New file, taken from GNU clisp with modifications.
2255
2256 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
2257
2258         * userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
2259
2260 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
2261
2262         * argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
2263         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
2264         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
2265         Check for program_invocation_name, program_invocation_short_name,
2266         flockfile, funlockfile, features.h, _getopt_long_only_r.
2267
2268 2004-08-12  Simon Josefsson  <jas@extundo.com>
2269
2270         * getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
2271         as discussed with Paul Eggert in threads rooted at
2272         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
2273         and
2274         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
2275         Before, the test was empty, and relied on ELIDE_CODE in source
2276         code.)
2277         (gl_PREREQ_GETOPT): New macro.
2278         (gl_GETOPT): Use them.
2279
2280 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
2281
2282         Merge from coreutils.
2283
2284         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
2285
2286         * obstack.m4 (gl_PREREQ_OBSTACK): Require
2287         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
2288
2289 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
2290
2291         * uint32_t.m4, uintptr_t.m4: New files.
2292         * sha1.m4: Renamed from sha.m4.
2293         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
2294
2295 2004-08-08  Simon Josefsson  <jas@extundo.com>
2296
2297         * getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
2298         Check getpass declaration.
2299
2300 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
2301
2302         More merge from coreutils.
2303
2304         * utimens.m4, utimecmp.m4: New files.
2305         * backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
2306         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
2307         prereq.m4, sha.m4: Import changes from coreutils.
2308
2309 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
2310
2311         Merge from coreutils.
2312
2313         * c-strtod.m4, canonicalize.m4, fcntl-safer.m4, getcwd-path-max.m4:
2314         New files.
2315
2316         * dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
2317         FILESYSTEM_PREFIX_LEN ->
2318         FILE_SYSTEM_PREFIX_LEN.
2319         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
2320         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
2321         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
2322         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
2323
2324         * path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
2325         prerequisite modules now handle the DOS stuff.
2326         Don't check for unistd.h.
2327
2328 2004-08-03  Simon Josefsson  <jas@extundo.com>
2329
2330         * strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
2331
2332 2004-08-02  Simon Josefsson  <jas@extundo.com>
2333
2334         * getsubopt.m4: New file.
2335
2336 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
2337
2338         * fatal.m4: Remove, as the "fatal" module wasn't used or working.
2339
2340 2004-07-13  Robert Millan  <robertmh@gnu.org>
2341
2342         * host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
2343
2344 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2345
2346         * argz.m4: New file, which is autoupdated from libtool.
2347
2348 2004-06-01  Jim Meyering  <jim@meyering.net>
2349
2350         * calloc.m4: New file.
2351
2352 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
2353
2354         Merge from coreutils CVS.
2355
2356         * backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
2357         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
2358         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
2359         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
2360         xstrtol.m4: Fix copyright date and/or serial number.
2361
2362         * chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
2363         See if we need an fchown replacement.
2364         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
2365         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
2366         and use the replacement function if we detect either defect.
2367
2368         * prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
2369         gl_UTIMECMP.
2370
2371 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
2372
2373         * stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
2374         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
2375         Also, fix a typo in a diagnostic.
2376
2377 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
2378
2379         * xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
2380         or AC_FUNC_REALLOC.
2381
2382 2004-05-20  Andreas Schwab  <schwab@suse.de>
2383
2384         * free.m4: Replace free if it not known to work, not the other
2385         way round.
2386
2387 2004-05-17  Derek R. Price  <derek@ximbiot.com>
2388             Paul Eggert  <eggert@cs.ucla.edu>
2389
2390         * argp: Depend on alloca.
2391
2392 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
2393
2394         * alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
2395         for backward compatibility with older code.  We need our own
2396         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
2397         it under some other name, and our alloca.h will define it.
2398
2399 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
2400
2401         * gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
2402         Check for gettimeofday.
2403         * settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
2404         Check for settimeofday, stime.
2405
2406 2004-04-20  Paul Eggert  <eggert@twinsun.com>
2407
2408         * host-os.m4: Add a copyright notice.
2409
2410 2004-04-20  Jim Meyering  <jim@meyering.net>
2411
2412         Change UTILS_ to gl_ in AC_DEFINE'd names.
2413         Change utils_- and jm_-prefixed variables, too.
2414         * mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
2415         UTILS_FUNC_MKDIR_TRAILING_SLASH.
2416         * mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
2417
2418         * dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
2419         Don't emit trailing blanks.
2420         Also rename jm_-prefixed variables to have gl_ prefix.
2421
2422         * host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
2423         Also rename jm_-prefixed variables to have gl_ prefix.
2424
2425         * jm-macros.m4: Reflect the renamings.
2426         * prereq.m4: Likewise.
2427
2428 2004-04-19  Jim Meyering  <jim@meyering.net>
2429
2430         * readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
2431         now that readutmp.c may call `free (0)'.
2432
2433 2004-04-19  Bruno Haible  <bruno@clisp.org>
2434
2435         * mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
2436         * inttypes_h.m4: Likewise.
2437         * stdint_h.m4: Likewise.
2438         * intmax_t.m4: Likewise.
2439         * uintmax_t.m4: Likewise.
2440
2441 2004-04-18  Jim Meyering  <jim@meyering.net>
2442
2443         * prereq.m4: Don't forbid jm_ prefix.
2444
2445         * afs.m4, allocsa.m4, assert.m4, backupfile.m4, bison.m4:
2446         * check-decl.m4, chown.m4, d-ino.m4, d-type.m4, dirname.m4, dos.m4:
2447         * error.m4, fpending.m4, fstypename.m4, fsusage.m4, ftruncate.m4:
2448         * getdate.m4, getgroups.m4, gettext.m4, glibc21.m4, group-member.m4:
2449         * human.m4, intmax.m4, intmax_t.m4, inttostr.m4, inttypes.m4:
2450         * inttypes_h.m4, jm-macros.m4, jm-winsz1.m4, jm-winsz2.m4, lchown.m4:
2451         * lib-check.m4, link-follow.m4, localcharset.m4, longlong.m4:
2452         * ls-mntd-fs.m4, lstat.m4, makepath.m4, mbrtowc.m4, mbswidth.m4:
2453         * memchr.m4, memcmp.m4, mkdtemp.m4, mkstemp.m4, mountlist.m4:
2454         * nanosleep.m4, path-concat.m4, perl.m4, prereq.m4, putenv.m4:
2455         * quotearg.m4, regex.m4, stat.m4, stdint_h.m4, strftime.m4:
2456         * strtoimax.m4, strtoll.m4, strtoull.m4, strtoumax.m4, timespec.m4:
2457         * uintmax_t.m4, ulonglong.m4, unlink-busy.m4, unlocked-io.m4:
2458         * uptime.m4, utimbuf.m4, utime.m4, utimes-null.m4, vasnprintf.m4:
2459         * xstrtoimax.m4, xstrtol.m4, xstrtoumax.m4:
2460         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
2461
2462 2004-04-16  Jim Meyering  <jim@meyering.net>
2463
2464         * prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
2465         coreutils' stat program.
2466         (gl_PREREQ): Don't require jm_PREREQ_STAT.
2467
2468 2004-03-31  Jim Meyering  <jim@meyering.net>
2469
2470         * prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
2471         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
2472         * xalloc.m4: Likewise.
2473
2474 2004-03-30  Jim Meyering  <jim@meyering.net>
2475
2476         * realloc.m4: Remove file, since now it does no more than
2477         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
2478         the `configure.ac' section of module/realloc.
2479         * malloc.m4: Likewise, but for AC_FUNC_MALLOC.
2480
2481 2004-03-30  Paul Eggert  <eggert@twinsun.com>
2482
2483         Merge from coreutils.
2484
2485         * inttostr.m4: New file.
2486         * getdate.m4 (gl_GETDATE): Remove time-related stuff.
2487         Require AM_STDBOOL_H and gl_TIMESPEC instead.
2488         Require gl_CLOCK_TIME.
2489         * clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
2490
2491 2004-03-30  Jim Meyering  <jim@meyering.net>
2492
2493         Merge from coreutils.
2494
2495         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
2496         * ls-mntd-fs.m4: Test for sys/ucred.h separately, since
2497         on some systems one must include <grp.h> before it.
2498         Reported by Christian Krackowizer.
2499
2500 2004-03-29  Paul Eggert  <eggert@twinsun.com>
2501
2502         * cloexec.m4: New file.
2503
2504 2004-03-18  Paul Eggert  <eggert@twinsun.com>
2505             Bruno Haible  <bruno@clisp.org>
2506
2507         * mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
2508         mbswidth.
2509
2510 2004-03-07  Paul Eggert  <eggert@twinsun.com>
2511
2512         * c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
2513         All uses changed.  Check for sa_sigaction member; this fixes
2514         a bug first reported by Jason Andrade in
2515         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
2516
2517 2004-01-18  Simon Josefsson  <jas@extundo.com>
2518
2519         * strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
2520
2521 2004-02-18  Bruno Haible  <bruno@clisp.org>
2522
2523         * xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
2524         Reported by Derek Robert Price <derek@ximbiot.com>.
2525
2526 2004-02-06  Karl Berry  <karl@gnu.org>
2527
2528         * po.m4: update from gettext 0.14.1.
2529
2530 2004-02-03  Bruno Haible  <bruno@clisp.org>
2531
2532         * pipe.m4: New file, from GNU gettext.
2533
2534 2004-01-27  Bruno Haible  <bruno@clisp.org>
2535
2536         * execute.m4: New file, from GNU gettext.
2537
2538 2003-11-24  Bruno Haible  <bruno@clisp.org>
2539
2540         * allocsa.m4: New file, from GNU gettext.
2541
2542 2003-11-24  Bruno Haible  <bruno@clisp.org>
2543
2544         * eealloc.m4: New file, from GNU gettext.
2545
2546 2004-01-15  Paul Eggert  <eggert@twinsun.com>
2547
2548         Merge from coreutils.
2549
2550         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
2551         * posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
2552         (gl_DEFAULT_POSIX2_VERSION): Move
2553         the documentation from 'configure' into 'config.hin',
2554         so that 'configure --help' isn't burdened by it and
2555         we don't have to worry about its formatting there.
2556         Reword the documentation so that it's more succinct
2557         and can be run together into a single paragraph.
2558         * same.m4 (gl_SAME): Check for pathconf.
2559
2560 2004-01-15  Jim Meyering  <jim@meyering.net>
2561
2562         Merge from coreutils.
2563
2564         * clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
2565         if no library is required.
2566         * jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
2567         * jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
2568         * jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
2569         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
2570         * jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
2571         * lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
2572         value, $ac_cv_search_crypt, if it's "none required".
2573         * posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
2574         * prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
2575         not gl_FUNC_GETLOADAVG.
2576         * prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
2577         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
2578
2579 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
2580
2581         Merge from coreutils.
2582
2583         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
2584         value, $ac_cv_search_nanosleep, if it's "none required".
2585
2586 2003-12-03  Bruno Haible  <bruno@clisp.org>
2587
2588         * gettext.m4: Upgrade from gettext-0.13.
2589         * po.m4: Upgrade from gettext-0.13.
2590         * size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
2591         * intmax.m4: New file, from gettext-0.13.
2592         * printf-posix.m4: New file, from gettext-0.13.
2593
2594 2003-11-25  Bruno Haible  <bruno@clisp.org>
2595
2596         * vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
2597         gt_TYPE_SSIZE_T.
2598
2599 2003-11-17  Bruno Haible  <bruno@clisp.org>
2600
2601         * vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
2602
2603 2003-11-12  Paul Eggert  <eggert@twinsun.com>
2604
2605         * xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
2606         gl_PTRDIFF_MAX.
2607
2608 2003-11-11  Bruno Haible  <bruno@clisp.org>
2609
2610         * size_max.m4: New file.
2611         * ptrdiff_max.m4: New file.
2612         * xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
2613         * xalloc.m4 (gl_PREREQ_XALLOC): New macro.
2614         (gl_XALLOC): Invoke it.
2615
2616 2003-11-04  Bruno Haible  <bruno@clisp.org>
2617
2618         * xsize.m4: New file.
2619
2620 2003-11-03  Bruno Haible  <bruno@clisp.org>
2621
2622         * wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
2623
2624 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
2625
2626         * host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
2627         netbsd*-gnu*.  Suggested by Robert Millan.
2628
2629 2003-10-29  Paul Eggert  <eggert@twinsun.com>
2630
2631         * xalloc.m4 (gl_XALLOC): Undo previous change.
2632
2633 2003-10-29  Paul Eggert  <eggert@twinsun.com>
2634
2635         * host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
2636         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
2637         after the 'gnu' in these cases.  This fixes some bugs in the
2638         previous change, and is based on suggestions by Robert Millan.
2639
2640 2003-10-28  Paul Eggert  <eggert@twinsun.com>
2641
2642         * host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
2643         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
2644         NetBSD kernels.  Requested by Richard Stallman.
2645
2646 2003-10-26  Paul Eggert  <eggert@twinsun.com>
2647
2648         * xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
2649         now uses inline.
2650
2651 2003-10-23  Paul Eggert  <eggert@twinsun.com>
2652
2653         * getline.m4 (AM_FUNC_GETLINE):
2654         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
2655         hosts.  Problem reported by Derek Robert Price in
2656         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
2657         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
2658         * getndelim2.m4 (gl_GETNDELIM2): Likewise.
2659
2660 2003-10-20  Bruno Haible  <bruno@clisp.org>
2661
2662         * wait-process.m4: New file.
2663
2664 2003-10-14  Bruno Haible  <bruno@clisp.org>
2665
2666         * sig_atomic_t: New file, from GNU gettext.
2667         * fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
2668
2669 2003-10-12  Paul Eggert  <eggert@twinsun.com>
2670
2671         * xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
2672
2673 2003-10-10  Simon Josefsson  <jas@extundo.com>
2674
2675         * argp.m4: Add AC_C_INLINE.
2676
2677 2003-10-08  Paul Eggert  <eggert@twinsun.com>
2678
2679         * getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
2680
2681 2003-10-06  Bruno Haible  <bruno@clisp.org>
2682
2683         * fatal-signal.m4: New file.
2684         * signalblocking.m4: New file, from GNU gettext.
2685
2686 2003-09-27  Paul Eggert  <eggert@twinsun.com>
2687
2688         * free.m4: New file.
2689
2690 2003-09-26  Bruno Haible  <bruno@clisp.org>
2691
2692         * stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX stpncpy().
2693         Don't define stpncpy through config.h; it's now done through stpncpy.h.
2694
2695 2003-09-25  Simon Josefsson  <jas@extundo.com>
2696             Bruno Haible  <bruno@clisp.org>
2697
2698         * getdomainname.m4: New file.
2699
2700 2003-09-17  Paul Eggert  <eggert@twinsun.com>
2701
2702         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
2703         to avoid spurious warnings like "AC_RUN_IFELSE was called before
2704         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
2705
2706 2003-09-12  Paul Eggert  <eggert@twinsun.com>
2707
2708         * error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
2709
2710         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
2711         and AC_MINIX, too, so that their extensions are available.
2712
2713         * prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
2714         This macro has been superseded by gl_BACKUPFILE.
2715
2716         More patches to assume C89 or better.
2717
2718         * error.m4 (gl_ERROR): Don't check for vprintf.
2719
2720         * check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
2721         unconditionally.
2722         * closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
2723         * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
2724         Include <string.h>, <stdlib.h> unconditionally.
2725         * lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
2726         * readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
2727         * readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C headers
2728         or for string.h.
2729         * strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
2730         or strtoul.
2731
2732         * mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C headers.
2733         * strdup.m4 (gl_PREREQ_STRDUP): Likewise.
2734         * userspec.m4 (gl_USERSPEC): Likewise.
2735         * xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
2736         * xstrtod.m4 (gl_XSTRTOD): Likewise.
2737         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
2738         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
2739         memcpy, memset.
2740         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
2741         * strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
2742         * strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h, strtol.
2743         * strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
2744         * userspec.m4 (gl_USERSPEC): Do not check for string.h.
2745         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
2746         strtoul.
2747
2748 2003-09-11  Paul Eggert  <eggert@twinsun.com>
2749
2750         More patches to assume C89 or better.
2751         * strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
2752         * strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
2753         string.h, memchr, STDC_HEADERS.
2754
2755 2003-09-10  Bruno Haible  <bruno@clisp.org>
2756
2757         * strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
2758         * strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
2759         * strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
2760         * unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
2761         * setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
2762         <stdlib.h> and <string.h> checks.
2763         * xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
2764         * yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
2765
2766 2003-09-09  Paul Eggert  <eggert@twinsun.com>
2767
2768         More patches to assume C89 or better.
2769         * getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
2770         * getopt.m4 (gl_GETOPT): Don't check for string.h.
2771         * getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
2772         or for string.h.
2773         * getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for stdlib.h.
2774         * group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard C
2775         headers.
2776         * hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
2777         string.h.
2778         * hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
2779         * human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
2780         * idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
2781         or for string.h.
2782         * long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
2783         * makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
2784         C headers.
2785         * md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
2786         memcpy.
2787         * sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
2788         * memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
2789         * memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
2790         * memcoll.m4 (gl_MEMCOLL): Likewise.
2791         * memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
2792         * mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
2793         string.h, free.
2794         * mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
2795         * modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
2796         * mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
2797         C headers, or for string.h.
2798         * obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
2799         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
2800         * path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
2801         headers, memory.h, stdlib.h, string.h, strings.h.
2802         * posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
2803         * posixver.m4 (gl_POSIXVER): Don't check for getenv.
2804         * putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
2805         strchr.
2806         * readtokens.m4 (gl_READTOKENS): Don't check for standard C
2807         headers, memory.h, string.h.
2808         * regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
2809         * rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
2810         free.
2811         * rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C headers.
2812         * same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
2813         * save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
2814         * savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
2815         * strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
2816         * xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
2817
2818 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
2819
2820         * getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
2821         C89 spec.
2822
2823 2003-09-08  Paul Eggert  <eggert@twinsun.com>
2824
2825         Assume C89 or better; remove K&R cruft.
2826         * alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
2827         * backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
2828         string.h, getenv, malloc.
2829         * dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
2830         headers.
2831         * canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
2832         * error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
2833         do not check for strerror.
2834         * exclude.m4: Do not check for stdlib.h, string.h, strings.h.
2835         * exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
2836         * fatal.m4 (gl_FATAL): Do not require STDC headers, and
2837         do not check for doprnt or vprintf.
2838         * fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
2839         * getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
2840
2841 2003-09-06  Paul Eggert  <eggert@twinsun.com>
2842
2843         * time_r.m4: New file.
2844         * mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
2845         * timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime is.
2846         Check for timegm declaration.
2847         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
2848         Do not check for gmtime_r.
2849         Replace mktime if __mktime_internal does not exist and if mktime
2850         hasn't been replaced already.
2851
2852 2003-08-31  Simon Josefsson  <jas@extundo.com>
2853
2854         * timegm.m4: New file.
2855
2856 2003-08-26  Bruno Haible  <bruno@clisp.org>
2857
2858         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
2859         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
2860         followed by '#define fnmatch fnmatch_posix' gives an error.
2861
2862 2003-08-27  Jim Meyering  <jim@meyering.net>
2863
2864         * mkstemp.m4: Require that the system mkstemp be able to create
2865         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
2866         would fail after 32.  Reported by Danny Levinson.  Details here:
2867         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
2868
2869 2003-08-20  Karl Berry  <karl@gnu.org>
2870
2871         * lib-ld.m4: serial 1003 from gettext, no changes besides serial.
2872
2873 2003-08-19  Jim Meyering  <jim@meyering.net>
2874
2875         * lib-ld.m4: Revert yesterday's change, per Bruno's request here:
2876         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
2877
2878 2003-08-19  Bruno Haible  <bruno@clisp.org>
2879
2880         * xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any more.
2881
2882 2003-08-18  Jim Meyering  <jim@meyering.net>
2883
2884         * getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
2885         * lib-ld.m4: Likewise.
2886
2887 2003-08-17  Simon Josefsson  <jas@extundo.com>
2888
2889         * argp.m4: New file.
2890
2891 2003-08-17  Simon Josefsson  <jas@extundo.com>
2892
2893         * xstrndup.m4: New file.
2894
2895 2003-08-16  Jim Meyering  <jim@meyering.net>
2896
2897         * utimes.m4 (gl_FUNC_UTIMES): New file.
2898         * utimes.m4: Removed.
2899         * utimes-null.m4: Renamed from utimes.m4.
2900
2901         * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
2902         to 1MB, so as not to render systems with no stack size limit (e.g.,
2903         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
2904         Include <unistd.h>.  On some systems,
2905         it is required for the definition of _SC_PAGESIZE.
2906
2907 2003-08-16  Paul Eggert  <eggert@twinsun.com>
2908
2909         Merges from coreutils, etc.
2910         * rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
2911         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
2912         * readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
2913         fixing a typo.
2914         * host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
2915         * hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
2916
2917 2003-08-16  Jim Meyering  <jim@meyering.net>
2918         and Paul Eggert  <eggert@cs.ucla.edu>
2919
2920         Merges from coreutils, etc.
2921
2922         * jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
2923         using the latest version from cvs.  This avoids problems with #line
2924         directives using a vendor (Sun) compiler.
2925         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
2926         Don't set GETGROUPS_LIB here; now it's
2927         done via getgroups.m4's wrapper function.
2928         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
2929         rather than just in sh-util/configure.in, so that the
2930         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
2931         same.
2932         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
2933         AC_FUNC_GETLOADAVG where to find getloadavg.c.
2934         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
2935         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
2936         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
2937         Remove code that is now done by the newly-required macros.
2938         Append $(EXEEXT) to DF_PROG.
2939         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
2940         Do not invoke or require the following here,
2941         since prereq.m4 or some gnulib .m4 now does this for us:
2942         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
2943         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
2944         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
2945         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
2946         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
2947         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
2948         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
2949         AC_FUNC_OBSTACK.
2950         Do not replace the following functions, as this is now the job
2951         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
2952         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
2953         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
2954         atexit getpass, strdup, getpagesize.
2955         Replace 'raise'.
2956         Do not check for the following functions, as this is now the job
2957         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
2958         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
2959         setregid.
2960         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
2961         Check for sys/sysctl.h.
2962         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
2963         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
2964         of checking for ssize_t ourselves.
2965
2966         * prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
2967         Require every macro that gnulib/modules/* suggests for us.
2968         (jm_PREREQ_ADDEXT): New macro.
2969         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
2970         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
2971
2972         * physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
2973         (gl_PHYSMEM): Use it.
2974         Also check for `table' function.
2975         Check for new headers and functions.
2976         Add check for sys/sysmp.h.
2977         With suggestions from Kaveh Ghazi.
2978         Ignore headers that are present but cannot be compiled.  This
2979         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
2980         C 5.4.
2981
2982 2003-08-16  Jim Meyering  <jim@meyering.net>
2983
2984         Merges from coreutils.
2985         * readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
2986         prefix.  Adjust cache variables similarly.  Create 500 rather than
2987         just 300 files, to exercise bug on Darwin6.5, too.
2988         * perl.m4 (jm_PERL): Use $am_missing_run, not undefined $missing_dir.
2989         * jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not AM_SYS_POSIX_TERMIOS.
2990         Reported by mkc@mathdogs.com.
2991         Also change use of $am_cv_sys_posix_termios
2992         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
2993         * getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
2994         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
2995         * fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point in
2996         /proc/mounts until it finds one with matching device number.  This is
2997         unnecessary when the FILE argument *is* a mount point.  No stat call
2998         is necessary in that case.  So, disable the statvfs-testing code on
2999         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
3000         as RedHat bug# 84846.
3001         * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
3002         to 1MB, so as not to render systems with no stack size limit (e.g.,
3003         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
3004         Include <unistd.h>.  On some systems,
3005         it is required for the definition of _SC_PAGESIZE.
3006
3007 2003-08-15  Jim Meyering  <jim@meyering.net>
3008         and Paul Eggert  <eggert@cs.ucla.edu>
3009
3010         Merges from coreutils, etc.
3011         * strftime.m4 (_jm_STRFTIME_PREREQS):
3012         Require gl_FUNC_TZSET_CLOBBER.
3013         * readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit, ut_exit.e_exit,
3014         ut_exit.ut_termination, and ut_exit.e_termination members.
3015
3016 2003-08-14  Paul Eggert  <eggert@twinsun.com>
3017
3018         Help the merge from coreutils.
3019         * gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
3020         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
3021         * tzset.m4: Use it too.
3022
3023 2003-08-14  Jim Meyering  <jim@meyering.net>
3024
3025         Merge from coreutils.
3026         * tzset.m4: New file.
3027         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the MOUNTED_VMOUNT
3028         test to precede the MOUNTED_GETMNTENT1 tests, since otherwise, AIX 5.1
3029         systems would end up using the latter.  MOUNTED_GETMNTENT1 support
3030         is inadequate on such systems: 1) detecting whether a file system
3031         is remote doesn't work  2) the MOUNTED_VMOUNT code reports the
3032         HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1 code reports
3033         merely /MOUNT_POINT.  Reported by Mike Jetzer.
3034
3035 2003-08-13  Paul Eggert  <eggert@twinsun.com>
3036
3037         * exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
3038         Check for isascii.
3039
3040         * gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
3041         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
3042         Undo previous (whitespace-only) change.
3043
3044 2003-08-12  Paul Eggert  <eggert@twinsun.com>
3045
3046         * gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
3047         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
3048         Normalize leading white space and remove trailing white space.
3049
3050         Merge from coreutils
3051         * euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
3052
3053         * lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
3054         0.12.1.  These files are now being upgraded automatically by
3055         ../config/srclist-update.
3056
3057 2003-08-11  Bruno Haible  <bruno@clisp.org>
3058
3059         * vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
3060
3061 2003-08-09  Paul Eggert  <eggert@twinsun.com>
3062
3063         * regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
3064         apparently Emacs's Unicode mode got confused before my 2003-08-05
3065         checkin.
3066
3067 2003-08-08  Paul Eggert  <eggert@twinsun.com>
3068
3069         * extensions.m4: New file.
3070         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
3071         Require gl_USE_SYSTEM_EXTENSIONS.
3072         * unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
3073         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
3074
3075 2003-08-07  Paul Eggert  <eggert@twinsun.com>
3076
3077         * restrict.m4: New file.
3078         * regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
3079
3080 2003-08-07  Bruno Haible  <bruno@clisp.org>
3081
3082         * getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This makes
3083         the module 'getndelim2' compatible with the module 'getline'.
3084
3085 2003-08-05  Paul Eggert  <eggert@twinsun.com>
3086
3087         * regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
3088         byte with "\201" to avoid glitches when editing that source file
3089         with multi-gnome-terminal.
3090
3091 2003-07-31  Bruno Haible  <bruno@clisp.org>
3092
3093         * getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
3094
3095 2003-07-18  Bruno Haible  <bruno@clisp.org>
3096
3097         * getndelim2.m4: New file.
3098         * getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
3099         invoke gl_PREREQ_GETNDELIM2.
3100         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
3101         gl_PREREQ_GETNDELIM2.
3102         * getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
3103         gl_GETNDELIM2.
3104
3105 2003-07-17  Bruno Haible  <bruno@clisp.org>
3106
3107         * Makefile.am.in: Remove file.
3108         * Makefile.am: Remove file.
3109         * Makefile.in: Remove file.
3110
3111 2003-07-17  Bruno Haible  <bruno@clisp.org>
3112
3113         * getnline.m4: New file.
3114
3115 2003-07-14  Simon Josefsson  <jas@extundo.com>
3116
3117         * mempcpy.m4: New file.
3118
3119 2003-07-10  Jim Meyering  <jim@meyering.net>
3120
3121         * clock_time.m4: Remove trailing blank.
3122         * intmax_t.m4: Likewise.
3123
3124 2003-07-01  Paul Eggert  <eggert@twinsun.com>
3125
3126         * xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
3127         xreadlink.c now includes it unconditionally.
3128
3129 2003-07-01  Bruno Haible  <bruno@clisp.org>
3130
3131         * ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>. <sys/types.h>
3132         should be sufficient.
3133         Reported by Paul Eggert.
3134
3135 2003-06-25  Bruno Haible  <bruno@clisp.org>
3136
3137         * readlink.m4: New file.
3138
3139 2003-06-22  Bruno Haible  <bruno@clisp.org>
3140
3141         Portability to mingw32.
3142         * ssize_t.m4: New file, from GNU gettext.
3143         * safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
3144         * xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
3145
3146 2003-06-11  Bruno Haible  <bruno@clisp.org>
3147
3148         * sysexits.m4: New file.
3149
3150 2003-06-10  Simon Josefsson  <jas@extundo.com>
3151
3152         * strchrnul.m4: New file.
3153
3154 2003-06-07  Bruno Haible  <bruno@clisp.org>
3155
3156         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
3157         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
3158         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
3159         directory.
3160         * poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
3161         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
3162         directory.
3163
3164 2003-06-04  Paul Eggert  <eggert@twinsun.com>
3165
3166         * human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
3167         locale.h, localeconv.  This merges changes from coreutils.
3168
3169         * mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
3170         It can be removed after the next Autoconf is released.
3171         * exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
3172         needed.
3173
3174 2003-05-30  Bruno Haible  <bruno@clisp.org>
3175
3176         * gettext.m4: Upgrade to gettext-0.12.1.
3177         * nls.m4: New file, from gettext-0.12.1.
3178         * po.m4: New file, from gettext-0.12.1.
3179         * progtest.m4: Upgrade to gettext-0.12.1.
3180
3181 2003-05-28  Paul Eggert  <eggert@twinsun.com>
3182
3183         Assume the headers required for C89 freestanding compilers.
3184         * backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
3185         * fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
3186         * human.m4 (gl_HUMAN): Likewise.
3187         * pathmax.m4 (gl_PATHMAX): Likewise.
3188         * rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
3189         * userspec.m4 (gl_USERSPEC): Likewise.
3190         * xreadlink.m4 (gl_XREADLINK): Likewise.
3191         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
3192         * quote.m4 (gl_QUOTE): Don't check for stddef.h.
3193
3194 2003-05-26  Jim Meyering  <jim@meyering.net>
3195
3196         Merge in a change from coreutils:
3197         * dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
3198         that is guaranteed to be `no'.  Use `no_such_member' to indicate
3199         that condition, rather than `-1' which is slightly misleading.
3200         Change the name of the cache variable to have the gl_ prefix.
3201         Prompted by a patch from Richard Dawe for DJGPP.
3202
3203 2003-05-17  Bruno Haible  <bruno@clisp.org>
3204
3205         * dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an invalid
3206         expansion for AC_EGREP_CPP.
3207         * strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
3208         * strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
3209         Suggested by Akim Demaille <akim@epita.fr> in
3210         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
3211
3212 2003-04-21  Paul Eggert  <eggert@twinsun.com>
3213
3214         * error.m4 (gl_ERROR): Do not put under dynamic conditions some
3215         code which expansion is under static control.  Patch imported from
3216         Akim Demaille's patch to Bison; see
3217         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
3218
3219 2003-04-14  Bruno Haible  <bruno@clisp.org>
3220
3221         * error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
3222
3223 2003-04-10  Bruno Haible  <bruno@clisp.org>
3224
3225         * findprog.m4: New file.
3226         * eaccess.m4: New file.
3227
3228 2003-04-04  Bruno Haible  <bruno@clisp.org>
3229
3230         * linebreak.m4: New file.
3231
3232 2003-04-03  Bruno Haible  <bruno@clisp.org>
3233
3234         * utf-ucs4.m4: New file.
3235         * ucs4-utf.m4: New file.
3236
3237 2003-03-30  Bruno Haible  <bruno@clisp.org>
3238
3239         * copy-file.m4 (gl_COPY_FILE): Add check for chown().
3240
3241 2003-03-28  Bruno Haible  <bruno@clisp.org>
3242
3243         * copy-file.m4: New file.
3244
3245 2003-03-18  Bruno Haible  <bruno@clisp.org>
3246
3247         * onceonly.m4: Use m4_defn instead of defn, for better error checking.
3248         * onceonly_2_57.m4: Likewise.
3249
3250 2003-03-17  Bruno Haible  <bruno@clisp.org>
3251
3252         * onceonly.m4: Require autoconf 2.54 or newer.
3253         (m4_quote): Remove macro.
3254         * onceonly_2_57.m4: Require autoconf 2.54 or newer.
3255
3256 2003-03-14  Bruno Haible  <bruno@clisp.org>
3257
3258         * onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
3259         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
3260
3261 2003-03-13  Paul Eggert  <eggert@twinsun.com>
3262
3263         * onceonly.m4 (m4_quote): New macro.
3264         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
3265         Quote AC_FOREACH variable-expansions properly.
3266
3267 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
3268
3269         * poll.m4: New file.
3270
3271 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
3272
3273         * mathl.m4: New file.
3274
3275 2003-02-17  Bruno Haible  <bruno@clisp.org>
3276
3277         * mkdtemp.m4: New file, from GNU gettext with modifications.
3278
3279 2003-02-02  Jim Meyering  <jim@meyering.net>
3280
3281         * regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
3282         e.g. glibc-2.2.93.
3283
3284 2003-01-31  Bruno Haible  <bruno@clisp.org>
3285
3286         * rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
3287         'rpl_rename'.
3288         * strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
3289         'rpl_strnlen'.
3290         * strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
3291         'rpl_strtod'.
3292         * utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
3293         'rpl_utime'.
3294
3295 2003-01-30  Bruno Haible  <bruno@clisp.org>
3296
3297         * signed.m4: New file, from GNU gettext.
3298         * longdouble.m4: New file, from GNU gettext.
3299         * wchar_t.m4: New file, from GNU gettext.
3300         * wint_t.m4: New file, from GNU gettext.
3301         * vasnprintf.m4: New file.
3302         * vasprintf.m4: New file.
3303
3304 2003-01-29  Bruno Haible  <bruno@clisp.org>
3305
3306         * stpncpy.m4: New file.
3307
3308 2003-01-23  Jim Meyering  <jim@meyering.net>
3309
3310         * dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
3311         from working on systems without dirfd (at least Irix and OSF1/Tru64).
3312
3313 2003-01-16  Jim Meyering  <jim@meyering.net>
3314
3315         * regex.m4: The `regex' struct is both input and output.
3316         Initialize it before each use.  Patch by Tim Waugh.
3317
3318 2003-01-11  Bruno Haible  <bruno@clisp.org>
3319
3320         * longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
3321         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
3322         suffix.
3323
3324 2003-01-11  Bruno Haible  <bruno@clisp.org>
3325
3326         * md5.m4 (gl_MD5): Require AC_C_INLINE.
3327
3328 2003-01-11  Bruno Haible  <bruno@clisp.org>
3329
3330         * alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
3331
3332 2003-01-12  Paul Eggert  <eggert@twinsun.com>
3333
3334         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
3335         to avoid collisions with libcurses and libreadline.
3336
3337         * getstr.m4: Remove.
3338         * getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
3339
3340 2003-01-10  Bruno Haible  <bruno@clisp.org>
3341
3342         * alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
3343
3344 2003-01-09  Bruno Haible  <bruno@clisp.org>
3345
3346         * stdbool.m4 (AM_STDBOOL_H): New macro.
3347
3348 2002-12-31  Paul Eggert  <eggert@twinsun.com>
3349
3350         * memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
3351
3352 2002-12-24  Bruno Haible  <bruno@clisp.org>
3353
3354         General infrasructure.
3355         * README: Rewritten.
3356         * onceonly.m4: New file.
3357         * onceonly_2_57.m4: New file.
3358
3359         Module atexit.
3360         * atexit.m4: New file.
3361
3362         Module strtod.
3363         * strtod.m4: New file.
3364
3365         Module strtol.
3366         * strtol.m4: New file.
3367
3368         Module strtoul.
3369         * strtoul.m4: New file.
3370
3371         Module memchr.
3372         * memchr.m4: New file.
3373
3374         Module memcmp.
3375         * memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
3376         (jm_FUNC_MEMCMP): Invoke it.
3377
3378         Module memcpy.
3379         * memcpy.m4: New file.
3380
3381         Module memmove.
3382         * memmove.m4: New file.
3383
3384         Module memset.
3385         * memset.m4: New file.
3386
3387         Module strcspn.
3388         * strcspn.m4: New file.
3389
3390         Module strpbrk.
3391         * strpbrk.m4: New file.
3392
3393         Module strstr.
3394         * strstr.m4: New file.
3395
3396         Module strerror.
3397         * strerror.m4: New file.
3398
3399         Module mktime.
3400         * mktime.m4: Renamed from jm-mktime.m4.
3401         (gl_PREREQ_MKTIME): New macro.
3402         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
3403
3404         Module malloc.
3405         * malloc.m4 (gl_PREREQ_MALLOC): New macro.
3406         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
3407         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
3408
3409         Module realloc.
3410         * realloc.m4 (gl_PREREQ_REALLOC): New macro.
3411         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
3412         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
3413
3414         Module strftime.
3415         * tm_gmtoff.m4: New file, extracted from strftime.m4.
3416         * strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
3417         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
3418         gl_TM_GMTOFF.
3419         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
3420
3421         Module xalloc.
3422         * xalloc.m4: New file.
3423
3424         Module alloca.
3425         * alloca.m4: New file.
3426
3427         Module putenv.
3428         * putenv.m4 (gl_PREREQ_PUTENV): New macro.
3429         (jm_FUNC_PUTENV): Invoke it.
3430
3431         Module setenv.
3432         * setenv.m4 (gt_FUNC_SETENV): New macro.
3433         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
3434         when invoked twice.
3435         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
3436         gt_FUNC_SETENV.
3437
3438         Module memrchr.
3439         * memrchr.m4: New file.
3440
3441         Module stpcpy.
3442         * stpcpy.m4: New file.
3443
3444         Module strcase.
3445         * strcase.m4: New file.
3446
3447         Module strdup.
3448         * strdup.m4: New file.
3449
3450         Module strnlen.
3451         * strnlen.m4: New file.
3452
3453         Module strndup.
3454         * strndup.m4: New file.
3455
3456         Module xstrtod.
3457         * xstrtod.m4: New file.
3458
3459         Module xstrtol.
3460         * xstrtol.m4: New file.
3461
3462         Module getdate.
3463         * getdate.m4: New file.
3464
3465         Module unlocked-io.
3466         * unlocked-io.m4: Renamed from jm-glibc-io.m4.
3467         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
3468         * jm-glibc-io.m4n: Remove file.
3469
3470         Module long-options.
3471         * long-options.m4: New file.
3472
3473         Module md5.
3474         * md5.m4: New file.
3475
3476         Module sha.
3477         * sha.m4: New file.
3478
3479         Module getstr.
3480         * getstr.m4: New file.
3481
3482         Module getline.
3483         * getline.m4 (gl_PREREQ_GETLINE): New macro.
3484         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
3485         <sys/types.h>, for size_t. Use the function name gnu_getline, not
3486         simply getline. Infoke gl_PREREQ_GETLINE.
3487
3488         Module obstack.
3489         * obstack.m4: New file.
3490
3491         Module hash.
3492         * hash.m4: New file.
3493
3494         Module readtokens.
3495         * readtokens.m4: New file.
3496
3497         Module strverscmp.
3498         * strverscmp.m4: New file.
3499
3500         Module stdbool.
3501         * stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for OSF/1.
3502
3503         Module strtoll.
3504         * strtoll.m4: New file.
3505
3506         Module strtoull.
3507         * strtoull.m4: New file.
3508
3509         Module strtoimax.
3510         * strtoimax.m4: New file.
3511
3512         Module strtoumax.
3513         * strtoumax.m4: New file.
3514
3515         Module xstrtoimax.
3516         * xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from jm_AC_PREREQ_XSTRTOIMAX.
3517         Moved the strtol prerequisites to strtol.m4.
3518         Moved the strtoll prerequisites to strtoll.m4.
3519         Moved the strtoimax prerequisites to strtoimax.m4.
3520
3521         Module xstrtoumax.
3522         * xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from jm_AC_PREREQ_XSTRTOUMAX.
3523         Moved the strtoul prerequisites to strtoul.m4.
3524         Moved the strtoull prerequisites to strtoull.m4.
3525         Moved the strtoumax prerequisites to strtoumax.m4.
3526
3527         Module chown.
3528         * chown.m4 (gl_PREREQ_CHOWN): New macro.
3529         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
3530
3531         Module dup2.
3532         * dup2.m4: New file.
3533
3534         Module ftruncate.
3535         * ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
3536         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
3537
3538         Module getgroups.
3539         * getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
3540         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
3541
3542         Module gettimeofday.
3543         * gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
3544         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
3545         gl_PREREQ_GETTIMEOFDAY.
3546
3547         Module mkdir.
3548         * mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
3549         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
3550
3551         Module mkstemp.
3552         * mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
3553         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
3554         jm_AC_TYPE_UINTMAX_T.
3555         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
3556
3557         Module stat.
3558         * stat.m4 (gl_PREREQ_STAT): New macro.
3559         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
3560
3561         Module lstat.
3562         * lstat.m4 (gl_PREREQ_LSTAT): New macro.
3563         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
3564
3565         Module timespec.
3566         * timespec.m4 (gl_TIMESPEC): New macro.
3567         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
3568         * st_mtim.m4: Indentation.
3569
3570         Module nanosleep.
3571         * nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
3572         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
3573         gl_PREREQ_NANOSLEEP.
3574
3575         Module regex.
3576         * regex.m4 (jm_PREREQ_REGEX): New macro.
3577         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
3578         (gl_REGEX): New macro.
3579
3580         Module rename.
3581         * rename.m4 (gl_PREREQ_RENAME): New macro.
3582         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
3583
3584         Module rmdir.
3585         * rmdir.m4: New file.
3586
3587         Module utime.
3588         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
3589         * utime.m4 (gl_PREREQ_UTIME): New macro.
3590         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
3591
3592         Module dirname.
3593         * dirname.m4: New file.
3594
3595         Module getopt.
3596         * getopt.m4: New file.
3597
3598         Module unistd-safer.
3599         * unistd-safer.m4: New file.
3600
3601         Module fnmatch.
3602         * fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
3603         declaration.
3604         (gl_PREREQ_FNMATCH_EXTRA): New macro.
3605         (gl_FUNC_FNMATCH_POSIX): New macro.
3606         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
3607         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
3608         simply fnmatch.
3609
3610         Module exclude.
3611         * exclude.m4: New file.
3612
3613         Module human.
3614         * human.m4: New file.
3615
3616         Module acl.
3617         * acl.m4: Nop.
3618
3619         Module backupfile.
3620         * backupfile.m4: New file.
3621         * d-ino.m4: Indentation.
3622
3623         Module fsusage.
3624         * fsusage.m4 (gl_FSUSAGE): New macro.
3625         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
3626         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
3627
3628         Module dirfd.
3629         * dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP requirements.
3630
3631         Module euidaccess.
3632         * euidaccess.m4: New file.
3633
3634         Module file-type.
3635         * file-type.m4: New file.
3636
3637         Module fileblocks.
3638         * fileblocks.m4: New file.
3639
3640         Module filemode.
3641         * filemode.m4: New file.
3642
3643         Module isdir.
3644         * isdir.m4: New file.
3645
3646         Module lchown.
3647         * lchown.m4 (gl_PREREQ_LCHOWN): New macro.
3648         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
3649
3650         Module makepath.
3651         * makepath.m4: New file.
3652
3653         Module modechange.
3654         * modechange.m4: New file.
3655
3656         Module mountlist.
3657         * mountlist.m4: New file.
3658         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
3659         Indentation.
3660
3661         Module path-concat.
3662         * path-concat.m4: New file.
3663
3664         Module pathmax.
3665         * pathmax.m4: New file.
3666
3667         Module same.
3668         * same.m4: New file.
3669
3670         Module save-cwd.
3671         * save-cwd.m4: New file.
3672
3673         Module savedir.
3674         * savedir.m4: New file.
3675
3676         Module xgetcwd.
3677         * xgetcwd.m4: New file.
3678         * getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
3679
3680         Module xreadlink.
3681         * xreadlink.m4: New file.
3682
3683         Module safe-read.
3684         * safe-read.m4: New file.
3685
3686         Module safe-write.
3687         * safe-write.m4: New file.
3688
3689         Module closeout.
3690         * closeout.m4: New file.
3691
3692         Module stdio-safer.
3693         * stdio-safer.m4: New file.
3694
3695         Module getpass.
3696         * getpass.m4: New file.
3697
3698         Module getugroups.
3699         * getugroups.m4: New file.
3700
3701         Module group-member.
3702         * group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
3703         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
3704
3705         Module idcache.
3706         * idcache.m4: New file.
3707
3708         Module userspec.
3709         * userspec.m4: New file.
3710
3711         Module gettime.
3712         * clock_time.m4: New file.
3713         * gettime.m4: New file.
3714
3715         Module settime.
3716         * settime.m4: New file.
3717
3718         Module posixtm.
3719         * posixtm.m4: New file.
3720
3721         Module gethostname.
3722         * gethostname.m4: New file.
3723
3724         Module canon-host.
3725         * canon-host.m4: New file.
3726
3727         Module gettext.
3728         * codeset.m4: New file, from gettext-0.11.5.
3729         * gettext.m4: New file, from gettext-0.11.5.
3730         * glibc21.m4: New file, from gettext-0.11.5.
3731         * iconv.m4: New file, from gettext-0.11.5.
3732         * intdiv0.m4: New file, from gettext-0.11.5.
3733         * inttypes-pri.m4: New file, from gettext-0.11.5.
3734         * inttypes.m4: New file, from gettext-0.11.5.
3735         * inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
3736         * isc-posix.m4: New file, from gettext-0.11.5.
3737         * lcmessage.m4: New file, from gettext-0.11.5.
3738         * lib-ld.m4: New file, from gettext-0.11.5.
3739         * lib-link.m4: New file, from gettext-0.11.5.
3740         * lib-prefix.m4: New file, from gettext-0.11.5.
3741         * progtest.m4: New file, from gettext-0.11.5.
3742         * stdint_h.m4: New file, from gettext-0.11.5 with modifications.
3743         * uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
3744         * ulonglong.m4: New file, from gettext-0.11.5 with modifications.
3745
3746         Module localcharset.
3747         * localcharset.m4: New file.
3748
3749         Module hard-locale.
3750         * hard-locale.m4: New file.
3751
3752         Module mbswidth.
3753         * mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
3754         onceonly macros.
3755         * mbrtowc.m4: Add comment.
3756
3757         Module memcasecmp.
3758         * memcasecmp.m4: New file.
3759
3760         Module memcoll.
3761         * memcoll.m4: New file.
3762
3763         Module unicodeio.
3764         * unicodeio.m4: New file.
3765
3766         Module rpmatch.
3767         * rpmatch.m4: New file.
3768
3769         Module yesno.
3770         * yesno.m4: New file.
3771
3772         Module exitfail.
3773         * exitfail.m4: New file.
3774
3775         Module c-stack.
3776         * c-stack.m4 (gl_C_STACK): New macro.
3777         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
3778
3779         Module error.
3780         * error.m4 (gl_ERROR): New macro.
3781         (jm_PREREQ_ERROR): Use onceonly macros.
3782
3783         Module fatal.
3784         * fatal.m4: New file.
3785
3786         Module getloadavg.
3787         * getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
3788         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
3789
3790         Module getpagesize.
3791         * getpagesize.m4: New file.
3792
3793         Module getusershell.
3794         * getusershell.m4: New file.
3795
3796         Module physmem.
3797         * physmem.m4: New file.
3798
3799         Module posixver.
3800         * posixver.m4: New file.
3801
3802         Module quotearg.
3803         * quotearg.m4: New file.
3804
3805         Module quote.
3806         * quote.m4: New file.
3807
3808         Module readutmp.
3809         * readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
3810
3811         Module sig2str.
3812         * sig2str.m4: New file.
3813
3814         Other.
3815         * longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
3816         ulonglong.m4.
3817         * intmax_t.m4: New file.
3818         * d-type.m4: Indentation.
3819         * jm-macros.m4: Update.
3820         * prereq.m4 (jm_PREREQ): Update.
3821         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
3822         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
3823         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
3824         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
3825         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
3826         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
3827         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
3828         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
3829         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
3830         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
3831         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
3832         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
3833         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
3834         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
3835         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
3836         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
3837         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
3838         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
3839         * readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
3840
3841 2002-12-18  Bruno Haible  <bruno@clisp.org>
3842
3843         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
3844         * jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
3845
3846 2002-12-17  Bruno Haible  <bruno@clisp.org>
3847
3848         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
3849         stdlib.h, string.h.
3850
3851 2002-12-11  Bruno Haible  <bruno@clisp.org>
3852
3853         * setenv.m4: New file, from gettext-0.11.5.
3854
3855 2002-12-06  Paul Eggert  <eggert@twinsun.com>
3856
3857         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
3858         a pain in practice to deal with generated m4 files.  This change
3859         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
3860
3861         * Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
3862         and jm-glibc-io.m4, as they are no longer a special case.
3863         * jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
3864         kludge and the auto-generation stuff.  Check only whether the
3865         functions are declared, not whether they exist, since older hosts
3866         that don't declare the functions can't use the optimization anyway.
3867
3868 2002-07-06  Jim Meyering  <meyering@lucent.com>
3869
3870         * README: Don't mention Makefile.am.in.
3871         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
3872
3873 2002-06-11  Paul Eggert  <eggert@twinsun.com>
3874
3875         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
3876
3877 2002-06-22  Jim Meyering  <meyering@lucent.com>
3878
3879         * c-stack.m4: New file, from diffutils-2.8.2.
3880         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
3881
3882         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
3883         now that configure.ac uses AC_GNU_SOURCE.
3884         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
3885         * prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
3886
3887         Update to latest tools.  Suggestions from Paul Eggert.
3888         * stdbool.m4: New file, from diffutils-2.8.2.
3889         * gnu-source.m4: Update from diffutils-2.8.2.
3890         * fnmatch.m4: Likewise.
3891         * prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
3892         to AC_HEADER_STDBOOL
3893
3894 2002-06-21  Jim Meyering  <meyering@lucent.com>
3895
3896         * c-bs-a.m4: Add comment, from diffutils-2.8.2.
3897         * mbrtowc.m4: Likewise.
3898
3899         * mbstate_t.m4: Update from diffutils-2.8.2.
3900         * mbswidth.m4: Reflect name change:
3901         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
3902         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
3903
3904         * lib-link.m4: Update from gettext-0.11.2.
3905         * gettext.m4: Likewise.
3906
3907         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
3908         From Alfred M. Szmidt.
3909
3910 2002-05-19  Paul Eggert  <eggert@twinsun.com>
3911
3912         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
3913
3914 2002-06-07  Jim Meyering  <meyering@lucent.com>
3915
3916         * prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
3917         They're needed at least for NetBSD 1.5.2.
3918         ($statxfs_includes): Include those same headers.
3919         ($statxfs_includes): Include sys/vfs.h if available.
3920         ($statxfs_includes): Likewise for sys/statvfs.h.
3921         Check for the following members in both structs statfs and statvfs:
3922         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
3923
3924 2002-06-01  Jim Meyering  <meyering@lucent.com>
3925
3926         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
3927         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
3928
3929 2002-05-28  Jim Meyering  <meyering@lucent.com>
3930
3931         * readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
3932         Reported by Volker Borchert.
3933
3934 2002-05-27  Jim Meyering  <meyering@lucent.com>
3935
3936         * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
3937         localtime.
3938
3939         * readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
3940         use the replacement function; it wouldn't resolve at link time.
3941         Reported by Volker Borchert.
3942
3943 2002-04-30  Jim Meyering  <meyering@lucent.com>
3944
3945         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
3946
3947 2002-04-29  Paul Eggert  <eggert@twinsun.com>
3948
3949         * prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
3950         Do not check for alloca.h (no longer used) or stdbool.h (was never
3951         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
3952
3953 2002-04-28  Paul Eggert  <eggert@twinsun.com>
3954
3955         * prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
3956
3957 2002-04-29  Jim Meyering  <meyering@lucent.com>
3958
3959         * jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
3960         * prereq.m4: Add jm_PREREQ_STRNLEN.
3961         Use AC_FUNC_STRNLEN here instead.
3962
3963         * jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
3964         With autoconf-2.53a, it's part of AC_PROG_CC.
3965
3966 2002-04-28  Paul Eggert  <eggert@twinsun.com>
3967
3968         * jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
3969         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
3970
3971 2002-04-24  Jim Meyering  <meyering@lucent.com>
3972
3973         * prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
3974         (jm_PREREQ): Use it.
3975
3976         * getloadavg.m4: Check for these headers: locale.h unistd.h
3977         mach/mach.h fcntl.h.
3978         Check for this function: setlocale.
3979
3980 2002-04-16  Jim Meyering  <meyering@lucent.com>
3981
3982         * prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
3983         ut_pid, ut_id, ut_exit.
3984
3985 2002-04-12  Jim Meyering  <meyering@lucent.com>
3986
3987         * ls-mntd-fs.m4 (checking for getmntinfo function...): Remove now-bogus
3988         check for f_type in sys/mount.h.  Instead, just test for the existence
3989         of the getmntinfo function.  Needed for Darwin 5.3.
3990
3991         * dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
3992         This is necessary at least on Darwin 5.3.
3993
3994         * jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
3995         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of strnlen.o
3996         in the library, and that makes some versions of ranlib object.
3997
3998 2002-04-09  Jim Meyering  <meyering@lucent.com>
3999
4000         * malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
4001         to be more precise.  Rather than saying we're checking whether the
4002         function `works', say what we're testing.
4003         * realloc.m4 (jm_FUNC_REALLOC): Likewise.
4004         Reported by Bruno Haible.
4005
4006 2002-02-27  Paul Eggert  <eggert@twinsun.com>
4007
4008         * jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
4009         Check for clock_settime.
4010
4011 2002-02-25  Paul Eggert  <eggert@twinsun.com>
4012
4013         * acl.m4: New file.
4014         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
4015         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
4016
4017 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
4018
4019         * codeset.m4: Upgrade to gettext-0.11.
4020         * gettext.m4: Upgrade to gettext-0.11.
4021         * glibc21.m4: Upgrade to gettext-0.11.
4022         * iconv.m4: Upgrade to gettext-0.11.
4023         * isc-posix.m4: Upgrade to gettext-0.11.
4024         * lcmessage.m4: Upgrade to gettext-0.11.
4025         * lib-ld.m4: New file, from gettext-0.11.
4026         * lib-link.m4: New file, from gettext-0.11.
4027         * lib-prefix.m4: New file, from gettext-0.11.
4028         * progtest.m4: Upgrade to gettext-0.11.
4029
4030 2002-02-15  Paul Eggert  <eggert@twinsun.com>
4031
4032         * prereq.m4 (jm_PREREQ_POSIXVER): New macro.
4033         (jm_PREREQ): Use it.
4034
4035 2002-01-26  Jim Meyering  <meyering@lucent.com>
4036
4037         * jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
4038         * strnlen.m4: Remove file, now that it's part of autoconf.
4039
4040 2002-01-22  Paul Eggert  <eggert@twinsun.com>
4041
4042         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
4043
4044 2002-01-19  Jim Meyering  <meyering@lucent.com>
4045
4046         * jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
4047         Remove useless quotes: DF_PROG="df".
4048         * strnlen.m4: New file.
4049
4050 2001-12-14  Jim Meyering  <meyering@lucent.com>
4051
4052         * jm-macros.m4 (jm_MACROS): Check for iswspace.
4053         Suggestion from Bruno Haible.
4054
4055 2001-11-20  Jim Meyering  <meyering@lucent.com>
4056
4057         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
4058         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
4059
4060 2001-11-19  Jim Meyering  <meyering@lucent.com>
4061
4062         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
4063         directory.  Use "conftestXXXXXX" as the template.
4064         Suggestion from Paul Eggert.
4065
4066         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor immediately,
4067         so the test doesn't mistakenly hit the max-open-files limit.
4068
4069 2001-11-18  Jim Meyering  <meyering@lucent.com>
4070
4071         * prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
4072
4073 2001-11-17  Jim Meyering  <meyering@lucent.com>
4074
4075         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
4076         Prompted by a report from Bob Proulx.
4077
4078         * jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
4079         Instead, require UTILS_FUNC_MKSTEMP.
4080
4081 2001-11-11  Jim Meyering  <meyering@lucent.com>
4082
4083         * jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
4084         Now, that's done as part of AC_FUNC_STRTOD.
4085
4086 2001-10-22  Paul Eggert  <eggert@twinsun.com>
4087
4088         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
4089         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
4090
4091 2001-11-10  Jim Meyering  <meyering@lucent.com>
4092
4093         * prereq.m4 (jm_PREREQ_PHYSMEM): New function.
4094         (jm_PREREQ): Use it.
4095
4096 2001-11-09  Jim Meyering  <meyering@lucent.com>
4097
4098         * jm-macros.m4: Require autoconf-2.52f.
4099         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
4100         Use these AC_-prefixed names, not the AM_-prefixed ones.
4101
4102         * afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
4103
4104 2001-11-04  Jim Meyering  <meyering@lucent.com>
4105
4106         * fpending.m4: Remove unused cruft that saved, set, and restored $DEFS.
4107
4108 2001-11-03  Jim Meyering  <meyering@lucent.com>
4109
4110         * jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
4111         of AC_DEFUN.
4112
4113         * dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
4114         know the name of the variable in the macro definition.
4115
4116 2001-11-01  Jim Meyering  <meyering@lucent.com>
4117
4118         * dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
4119         * jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
4120
4121 2001-10-20  Paul Eggert  <eggert@twinsun.com>
4122
4123         * error.m4 (jm_PREREQ_ERROR):
4124         Do not invoke AC_CHECK_FUNCS with strerror_r, as
4125         AC_FUNC_STRERROR_R does that.
4126         Check for strerror declaration.
4127
4128         * strerror_r.m4: Add copyright notice, as nontrivial m4 files
4129         are supposed to have them these days.
4130         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
4131         Merge changes from latest Autoconf CVS.
4132         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
4133         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
4134         POSIX decided to standardize on the int flavor of strerror_r.
4135
4136 2001-09-30  Jim Meyering  <meyering@lucent.com>
4137
4138         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
4139         `struct fsstat' has the `f_fstypename' member.
4140         Use that to define FS_TYPE, which is now used to make
4141         the getfsstat link test tighter.
4142
4143 2001-09-29  Jim Meyering  <meyering@lucent.com>
4144
4145         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
4146         [one-argument getmntent function]): Include stdio.h before mntent.h.
4147         SunOS 4.1.x needs it for the declaration of `FILE'.
4148         Patch by Volker Borchert.
4149
4150         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
4151         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
4152         sys/fs_types.h, and make the link-test for getfsstat guard #include
4153         directives with appropriate #if HAVE_*_H tests so that we can
4154         detect getfsstat on Apple Darwin1.3.7 systems.
4155         Reported by Nelson Beebe.
4156         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
4157
4158 2001-09-28  Paul Eggert  <eggert@twinsun.com>
4159
4160         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
4161         #defines strtoimax.  Also treat the other strto* functions
4162         like strtoimax.
4163
4164         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
4165         Check for strtoul and strtoumax,
4166         as those declarations are made even in the signed case.
4167         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
4168         Likewise, for strtol and strtoimax.
4169
4170 2001-09-24  Jim Meyering  <meyering@lucent.com>
4171
4172         * gettext.m4: Use the version from gettext-0.10.40, not CVS.
4173
4174 2001-09-23  Jim Meyering  <meyering@lucent.com>
4175
4176         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
4177         instead of the mere test for existence of mntent.h.  The latter
4178         would get a false-positive on AIX 3.4 systems.
4179         In the outer getmntent if-block, don't die if neither of the getmntent
4180         tests succeeds.  Instead, just fall through and continue with the
4181         remaining tests.
4182
4183 2001-09-22  Jim Meyering  <meyering@lucent.com>
4184
4185         * gettext.m4: New file.  From gettext.
4186         * lcmessage.m4: Sync with gettext -- this changes only comments.
4187         * progtest.m4: Likewise
4188         * isc-posix.m4: Decrement serial number to sync with gettext.
4189         * glibc21.m4: Likewise.
4190
4191         * libintl.m4: Remove.  No longer used.
4192
4193 2001-09-20  Jim Meyering  <meyering@lucent.com>
4194
4195         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
4196         strtoimax.
4197         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
4198         strtoumax.
4199
4200 2001-09-17  Jim Meyering  <meyering@lucent.com>
4201
4202         * chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
4203         * jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
4204         * nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
4205         * st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
4206         * utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
4207         whenever the right hand side need not be expanded by the shell.
4208
4209 2001-09-16  Paul Eggert  <eggert@twinsun.com>
4210
4211         * fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
4212         library.  It's not correct, as some older glibcs are buggy.
4213         fnmatch wasn't fixed until glibc 2.2.
4214
4215         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
4216         special shell magic here.
4217
4218 2001-09-16  Jim Meyering  <meyering@lucent.com>
4219
4220         * mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
4221         * jm-macros.m4: Require it.
4222
4223 2001-09-15  Jim Meyering  <meyering@lucent.com>
4224
4225         * jm-macros.m4: Check for help2man.
4226
4227 2001-09-11  Jim Meyering  <meyering@lucent.com>
4228
4229         * host-os.m4 (UTILS_HOST_OS): New file/macro.
4230         The body, by Paul Eggert, was moved here from configure.in.
4231         * jm-macros.m4: Require UTILS_HOST_OS.
4232
4233 2001-09-04  Paul Eggert  <eggert@twinsun.com>
4234
4235         * prereq.m4 (jm_PREREQ_XREADLINK): New macro.
4236         (jm_PREREQ): Use it.
4237
4238 2001-09-03  Paul Eggert  <eggert@twinsun.com>
4239
4240         * prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
4241         sys/param.h, as pathmax.h includes them.
4242
4243 2001-09-03  Paul Eggert  <eggert@twinsun.com>
4244
4245         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
4246         (jm_PREREQ_XGETCWD): New macro.
4247
4248         * getcwd.m4: New file.
4249
4250 2001-09-01  Jim Meyering  <meyering@lucent.com>
4251
4252         * jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
4253         Used by df.
4254
4255 2001-08-30  Paul Eggert  <eggert@twinsun.com>
4256
4257         Simplify code, partly by assuming autoconf 2.52 semantics.
4258
4259         * Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
4260
4261         * inttypes.m4 (AC_PREREQ): Bump to 2.52.
4262         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
4263         All uses removed.
4264         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
4265         Move AC_REQUIRE to next-to-top level, to avoid confusion.
4266         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
4267         * prereq.m4 (jm_PREREQ_HUMAN): Don't require jm_AC_HEADER_INTTYPES_H.
4268         * jm-macros.m4 (jm_MACROS): Likewise.
4269
4270         * uintmax_t.m4: Remove, as it duplicates inttypes.m4.
4271
4272         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
4273         Quote first arg of AC_DEFUN.
4274         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
4275         since they are needed to parse the include file even if we need
4276         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
4277         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
4278         but with opposite signedness.
4279
4280 2001-08-30  Paul Eggert  <eggert@twinsun.com>
4281
4282         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
4283         (jm_PREREQ_EXCLUDE): New macro.
4284
4285 2001-08-26  Jim Meyering  <meyering@lucent.com>
4286
4287         * jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
4288
4289         * xstrtoimax.m4: New file.
4290         * xstrtoumax.m4: Add comments explaining why we
4291         AC_REPLACE_FUNCS(strtol).
4292
4293 2001-06-20  Paul Eggert  <eggert@twinsun.com>
4294
4295         * inttypes.m4: Add AC_PREREQ(2.13).
4296         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
4297         (jm_AC_TYPE_INTMAX_T): New macro.
4298         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
4299
4300         * longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
4301
4302         * longlong.m4: Renamed from ulonglong.m4.
4303         * inttypes.m4: Renamed from inttypes_h.m4.
4304         * uintmax_t.m4: Removed.
4305
4306 2001-08-12  Jim Meyering  <meyering@lucent.com>
4307
4308         * afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
4309         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
4310         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
4311         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
4312         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
4313         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
4314         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
4315         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
4316         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
4317         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
4318         utime.m4, utimes.m4, xstrtoumax.m4:
4319         Quote the first argument in each use of AC_DEFUN.
4320
4321 2001-08-05  Jim Meyering  <meyering@lucent.com>
4322
4323         * jm-macros.m4: Require autoconf-2.52.
4324
4325 2001-08-03  Paul Eggert  <eggert@twinsun.com>
4326
4327         The following changes are from gettext 0.10.39 as maintained by
4328         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
4329
4330         * codeset.m4: Upgrade to serial AM1.
4331         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
4332         all uses changed.  Quote first arg of AC_DEFUN.
4333         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
4334
4335         * iconv.m4: Upgrade to serial AM2.
4336         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
4337         Add --with-libconv-prefix.
4338         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
4339         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
4340         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
4341         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
4342         * jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
4343
4344         * c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
4345         * getline.m4 (AM_FUNC_GETLINE): Likewise.
4346         * glibc21.m4 (jm_GLIBC21): Likewise.
4347         * inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
4348         * isc-posix.m4 (AC_ISC_POSIX): Likewise.
4349         * lcmessage.m4 (AM_LC_MESSAGES): Likewise.
4350         * progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
4351         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
4352         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
4353
4354         * getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
4355         string.h any more.
4356
4357         * progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
4358         not the default value.
4359
4360         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
4361         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
4362         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
4363         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
4364         Also check for iswcntrl, used for wcwidth fallback.
4365         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
4366         to Autoconf 2.13.
4367
4368 2001-08-03  Jim Meyering  <meyering@lucent.com>
4369
4370         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
4371         as it was in the original.  Reported by Paul Eggert.
4372
4373 2001-07-16  Jim Meyering  <meyering@lucent.com>
4374
4375         * gettimeofday.m4: New file.
4376         Prompted by a report from Bernhard Baehr.
4377
4378 2001-07-15  Jim Meyering  <meyering@lucent.com>
4379
4380         * Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h stuff.
4381         Now it's in ../Makefile.cfg.
4382
4383 2001-07-04  Jim Meyering  <meyering@lucent.com>
4384
4385         * Makefile.am.in (glibc-io.struct): New target.  Rework the code
4386         that generates jm-glibc-io.m4 so that it doesn't trigger any make
4387         distcheck failure.
4388
4389 2001-07-02  Jim Meyering  <meyering@lucent.com>
4390
4391         The following changes were prompted by suggestions from Bruno Haible.
4392
4393         * jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
4394         is now generated.
4395         * Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
4396         definition of EXTRA_DIST.
4397         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
4398         ensure that the generated file is created/updated whenever the list
4399         of $(unlocked_functions) is changed.
4400         (jm-glibc-io.m4): New rule.
4401         (unlocked-io.h): New rule -- currently unused.
4402
4403 2001-06-24  Jim Meyering  <meyering@lucent.com>
4404
4405         * regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
4406         unmatched right bracket, rather than kludging it with an extra,
4407         falsely-matching quote in a comment.  Patch by Akim Demaille.
4408
4409 2001-05-27  Jim Meyering  <meyering@lucent.com>
4410
4411         * prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
4412         Check for ut_type in struct utmp.
4413
4414 2001-05-22  Jim Meyering  <meyering@lucent.com>
4415
4416         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
4417         now that we use the package-supplied version unconditionally.
4418         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
4419
4420 2001-05-21  Jim Meyering  <meyering@lucent.com>
4421
4422         * regex.m4: Change a couple backticks to single quotes to avoid shell
4423         syntax errors.
4424
4425 2001-05-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
4426
4427         * dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
4428
4429 2001-05-11  Paul Eggert  <eggert@twinsun.com>
4430
4431         * strftime.m4 (jm_FUNC_GNU_STRFTIME):
4432         Don't bother to check library strftime, since
4433         we'll be using our own my_strftime function anyway.
4434         Define my_strftime instead of strftime.
4435
4436 2001-05-15  Jim Meyering  <meyering@lucent.com>
4437
4438         * regex.m4: Use proper quoting so brackets appear in the test program.
4439         Reported by, and with help from, Bruno Haible.
4440
4441 2001-05-13  Jim Meyering  <meyering@lucent.com>
4442
4443         * jm-macros.m4 (major_t, minor_t): Define to unsigned int if undefined.
4444
4445 2000-11-26  Paul Eggert  <eggert@twinsun.com>
4446
4447         * jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
4448
4449 2001-04-21  Jim Meyering  <meyering@lucent.com>
4450
4451         * rmdir-errno.m4: Write to a new file, so that a restrictive umask
4452         doesn't interfere.
4453
4454 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
4455
4456         * ftruncate.m4: Check for chsize.
4457         Link with ftruncate.o unconditionally if ftruncate is missing.
4458         This was required when cross-compiling to i586-mingw32msvc.
4459
4460 2001-03-24  Jim Meyering  <meyering@lucent.com>
4461
4462         * jm-macros.m4: Require autoconf-2.49d.
4463
4464 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
4465
4466         * iconv.m4 (jm_ICONV): Recommend GNU libiconv.
4467
4468 2001-03-17  Jim Meyering  <meyering@lucent.com>
4469
4470         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
4471         now that the version in autoconf is equivalent.
4472         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
4473
4474         * error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
4475         Suggestion from Akim Demaille.
4476
4477         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
4478         (jm_PREREQ_TEMPNAME): New function.
4479
4480 2001-02-25  Paul Eggert  <eggert@twinsun.com>
4481
4482         * jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
4483         lacks mkstemp.  Compile our own tempname.c if we compile our own
4484         mkstemp.c, as mkstemp relies on tempname.
4485
4486 2001-03-01  Jim Meyering  <meyering@lucent.com>
4487
4488         * dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
4489         AH_VERBATIM really does output its argument verbatim.
4490
4491 2001-02-18  Paul Eggert  <eggert@twinsun.com>
4492
4493         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
4494
4495 2001-02-17  Jim Meyering  <meyering@lucent.com>
4496
4497         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
4498         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
4499         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
4500         UnixWare 7.1.1.
4501
4502         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
4503         rather than AC_CACHE_VAL.
4504
4505 2001-02-17  Paul Eggert  <eggert@twinsun.com>
4506
4507         * mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
4508         * mbswidth.m4 (jm_PREREQ_MBSWIDTH):
4509         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
4510         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
4511
4512 2001-02-07  Jim Meyering  <meyering@lucent.com>
4513
4514         * regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
4515
4516 2001-02-05  Jim Meyering  <meyering@lucent.com>
4517
4518         * jm-macros.m4: Require autoconf-2.14d (not yet released), because
4519         it includes the patch required for `large file' support with at least
4520         HP-UX's 10.20 /bin/cc.
4521
4522 2001-02-03  Jim Meyering  <meyering@lucent.com>
4523
4524         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
4525         AS_IF, now that it works once again (mysteriously).
4526         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
4527
4528 2001-01-30  Jim Meyering  <meyering@lucent.com>
4529
4530         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
4531         * chown.m4: Rename conftestchown to conftest.chown.
4532         * rename.m4: s/conftestdir/conftest.d1/ and s/conftestdir2/conftest.d2/.
4533         * utimes.m4: s/conftestdata/conftest.data/
4534         Inspired by Pavel Roskin's change in autoconf.
4535
4536 2001-01-27  Jim Meyering  <meyering@lucent.com>
4537
4538         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
4539         a use of AS_IF.
4540         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
4541
4542 2001-01-26  Jim Meyering  <meyering@lucent.com>
4543
4544         * prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
4545         quotearg.c includes it.
4546
4547 2001-01-15  Bruno Haible  <haible@clisp.cons.org>
4548
4549         * iconv.m4 (jm_ICONV): Also check whether the iconv declaration
4550         has const.
4551
4552 2001-01-20  Jim Meyering  <meyering@lucent.com>
4553
4554         Be sure that headers are checked before used in code compiled
4555         for the type checks.
4556         * jm-macros.m4 (jm_MACROS): Remove all header checks.
4557         In place of that, invoke jm_CHECK_ALL_TYPES.
4558         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
4559         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
4560         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
4561         The check for ssize_t was mistakenly run before the test for unistd.h.
4562
4563         The configure-time check for stdbool.h was missing.
4564         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
4565         (jm_PREREQ_HASH): New function.
4566
4567 2001-01-17  Jim Meyering  <meyering@lucent.com>
4568
4569         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
4570         for autoconf-2.49c.
4571         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
4572
4573 2001-01-14  Jim Meyering  <meyering@lucent.com>
4574
4575         * rename.m4: Use temporary directories named conftestdir{,2}, not
4576         foo and bar.  Create conftestdir/ in the script, not in the C code.
4577         Remove directories in the script, not in the C code.
4578         Remove conftestdir{,2} before trying to create the directory.
4579         Make the entire configure script fail if the mkdir fails.
4580
4581 2001-01-02  Volker Borchert  <bt@teknon.de>
4582
4583         * rename.m4: New file.
4584         * jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
4585
4586 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
4587
4588         * libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
4589         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
4590         so `make install' also works in VPATH builds.
4591
4592 2001-01-01  Jim Meyering  <meyering@lucent.com>
4593
4594         * prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available), even
4595         on systems with utmpx.h.  It's necessary for the declaration of utmp's
4596         ut_user member.  Reported by Andreas Jaeger.
4597
4598         * check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if available.
4599         They are required for the declarations of getgrgid and getpwuid resp.
4600         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
4601         Reported by Andreas Jaeger.
4602
4603 2000-12-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
4604
4605         * libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
4606         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
4607         can be used in subdirectories.
4608
4609 2000-12-26  Jim Meyering  <meyering@lucent.com>
4610
4611         * dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work better
4612         with autoheader.
4613
4614 2000-12-17  Jim Meyering  <meyering@lucent.com>
4615
4616         * dos.m4 (jm_AC_DOS): New file and macro.
4617         * jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
4618
4619 2000-12-06  Paul Eggert  <eggert@twinsun.com>
4620
4621         * off_t-format.m4: Remove this file.
4622         * jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
4623
4624 2000-12-06  Jim Meyering  <meyering@lucent.com>
4625
4626         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the replacement
4627         strtoull, we may well need the replacement strtoul, too.
4628         Check for declarations of strtoul and strtoull.
4629         Check for strtol.  Mainly as a cue to cause automake to include
4630         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
4631         Check for limits.h -- strtol.c needs it.
4632
4633 2000-12-02  Jim Meyering  <meyering@lucent.com>
4634
4635         * off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
4636         * jm-macros.m4 (jm_MACROS): require it.
4637
4638 2000-11-30  Jim Meyering  <meyering@lucent.com>
4639
4640         * jm-macros.m4 (jm_MACROS): Check for stdint.h.
4641
4642 2000-11-30  Jim Meyering  <meyering@lucent.com>
4643
4644         * getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
4645
4646 2000-11-03  Bruno Haible  <haible@clisp.cons.org>
4647
4648         * jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
4649
4650 2000-11-04  Jim Meyering  <meyering@lucent.com>
4651
4652         * regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
4653
4654 2000-10-29  Jim Meyering  <meyering@lucent.com>
4655
4656         * fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming.
4657         * ls-mntd-fs.m4: Likewise
4658
4659 2000-10-28  Jim Meyering  <meyering@lucent.com>
4660
4661         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
4662         (jm_PREREQ_MEMCHR): New function.
4663
4664 2000-10-21  Jim Meyering  <meyering@lucent.com>
4665
4666         * check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
4667         * prereq.m4 (jm_PREREQ_DIRNAME): New macro.
4668         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
4669
4670 2000-09-18  Jim Meyering  <meyering@lucent.com>
4671
4672         * getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of LIBS.
4673         Otherwise, everyone ends up linking with -lelf for some configurations.
4674         Reported by Mike Stone.
4675
4676 2000-08-26  Jim Meyering  <meyering@lucent.com>
4677
4678         * jm-macros.m4: Use jm_FUNC_FPENDING.
4679         * fpending.m4: New file.
4680
4681 2000-08-20  Jim Meyering  <meyering@lucent.com>
4682
4683         * check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
4684         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
4685         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
4686
4687 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
4688
4689         Improve fileutils installation on systems where running
4690         programs (like install) can't be unlinked.
4691         * unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
4692         * jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
4693
4694 2000-08-06  Paul Eggert  <eggert@twinsun.com>
4695
4696         * mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
4697         not char, for compatibility with glibc 2.1.3 strftime.c.
4698
4699 2000-07-23  Paul Eggert  <eggert@twinsun.com>
4700
4701         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
4702
4703 2000-07-23  Jim Meyering  <meyering@lucent.com>
4704
4705         * check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these, too:
4706         getgrgid, getpwuid, getuid.
4707
4708 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
4709
4710         * mbswidth.m4: New file.
4711         * prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
4712
4713 2000-07-14  Jim Meyering  <meyering@lucent.com>
4714
4715         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require jm_AC_TYPE_UINTMAX_T.
4716
4717 2000-07-10  Paul Eggert  <eggert@twinsun.com>
4718
4719         From a suggestion by Bruno Haible.
4720         * mbstate_t.m4 (AC_MBSTATE_T):
4721         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
4722         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
4723         and mbstate_t, to a single-part test that simply defines mbstate_t.
4724         * prereq.m4 (jm_PREREQ_QUOTEARG): s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
4725
4726 2000-07-10  Jim Meyering  <meyering@lucent.com>
4727
4728         * strerror_r.m4: Mirror the correction made in autoconf.
4729
4730         * gnu-source.m4: Output to confdefs.h directly.
4731         Suggestion from Akim Demaille.
4732
4733 2000-07-09  Jim Meyering  <meyering@lucent.com>
4734
4735         * jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
4736         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
4737
4738         * gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
4739         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
4740
4741 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
4742
4743         * strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
4744         to strerror_r.
4745         Include <ctype.h> for use of isalpha.
4746
4747 2000-07-05  Paul Eggert  <eggert@twinsun.com>
4748         and Bruno Haible  <haible@clisp.cons.org>
4749
4750         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
4751         only if the test for an object-type mbstate_t fails.  This
4752         prevents us from mistakenly reporting that mbstate_t is a
4753         system object type after we "#define mbstate_t int" to work
4754         around its lack.
4755
4756 2000-07-04  Jim Meyering  <meyering@lucent.com>
4757
4758         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
4759         of the deprecated AC_CHECKING.
4760
4761 2000-07-03  Jim Meyering  <meyering@lucent.com>
4762
4763         * check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
4764
4765 2000-07-03  Paul Eggert  <eggert@twinsun.com>
4766
4767         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
4768         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
4769
4770 2000-07-02  Jim Meyering  <meyering@lucent.com>
4771
4772         * mbstate_t.m4: Also define mbstate_t, if necessary.
4773
4774         * chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
4775         AC_LIBOBJ(function_name).
4776         * chown.m4: Likewise.
4777         * fnmatch.m4: Likewise.
4778         * ftruncate.m4: Likewise.
4779         * getgroups.m4: Likewise.
4780         * getline.m4: Likewise.
4781         * group-member.m4: Likewise.
4782         * jm-macros.m4: Likewise.
4783         * lstat.m4: Likewise.
4784         * malloc.m4: Likewise.
4785         * memcmp.m4: Likewise.
4786         * nanosleep.m4: Likewise.
4787         * putenv.m4: Likewise.
4788         * realloc.m4: Likewise.
4789         * regex.m4: Likewise.
4790         * stat.m4: Likewise.
4791         * strftime.m4: Likewise.
4792
4793 2000-07-01  Jim Meyering  <meyering@lucent.com>
4794
4795         * ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
4796         problem.
4797
4798 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
4799
4800         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
4801         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
4802
4803 2000-07-01  Jim Meyering  <meyering@lucent.com>
4804
4805         * uptime.m4: Put double quotes around use of $cross_compiling.
4806
4807 2000-06-28  Jim Meyering  <meyering@lucent.com>
4808
4809         * mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not included
4810         by quotearg.c, for which we perform this test.  From Bruno Haible.
4811
4812 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
4813
4814         * check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
4815         * prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
4816         <utmpx.h> exists, put readutmp.o into LIBOBJS.
4817
4818 2000-06-25  Jim Meyering  <meyering@lucent.com>
4819
4820         * mbstate_t.m4: Include stdio.h before wchar.h to work around
4821         Linux header bug when _XOPEN_SOURCE is defined to 500.
4822
4823 2000-06-24  Jim Meyering  <meyering@lucent.com>
4824
4825         * strerror_r.m4: Revive this file -- to try out an experimental
4826         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
4827         for which strerror does return char*, but which lacks a conveniently
4828         accessible declaration of the function.  If the compile-test says
4829         strerror_r doesn't work, then resort to a `run'-test that works on
4830         BeOS and segfaults on DEC Unix.
4831
4832 2000-06-19  Paul Eggert  <eggert@twinsun.com>
4833
4834         * mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
4835         * prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
4836
4837 2000-06-23  Jim Meyering  <meyering@lucent.com>
4838
4839         * afs.m4: Add missing AC_MSG_RESULT.
4840         Reported by Bruno Haible.
4841
4842         * fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
4843         Suggestion from Bruno Haible.
4844
4845 2000-06-21  Jim Meyering  <meyering@lucent.com>
4846
4847         * jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
4848
4849 2000-06-18  Jim Meyering  <meyering@lucent.com>
4850
4851         * jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
4852
4853         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
4854         `checking whether...' message to be consistent with that of the
4855         lstat test.
4856
4857 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
4858
4859         * glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
4860
4861 2000-06-12  Jim Meyering  <meyering@lucent.com>
4862
4863         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with AC_FUNC_GETLOADAVG
4864         from autoconf, and tweak the latter to accept an optional argument.
4865         * jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
4866         the optional argument, `lib'.
4867
4868 2000-06-08  Jim Meyering  <meyering@lucent.com>
4869
4870         * largefile.m4: Remove file (now that it's part of autoconf).
4871
4872 2000-06-04  Paul Eggert  <eggert@twinsun.com>
4873
4874         Rewrite largefile configuration so that we don't need to run
4875         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
4876         AC_CANONICAL_HOST in configure.in -- jmm]
4877
4878         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
4879         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
4880         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
4881         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
4882         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
4883         All uses changed.
4884         Instead of inspecting the output of getconf, try to compile the
4885         test program without and with the macro definition.
4886         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
4887         for getconf.  Instead, check for the needed flags by compiling
4888         test programs.
4889
4890 2000-06-03  Jim Meyering  <meyering@lucent.com>
4891
4892         * prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
4893         now that autoconf requires that.
4894
4895         * jm-glibc-io.m4: Add a kludge to make autoheader emit the required
4896         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
4897         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
4898
4899 2000-05-26  Bruno Haible  <haible@clisp.cons.org>
4900
4901         * glibc21.m4: New file.
4902         * jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
4903
4904 2000-05-28  Jim Meyering  <meyering@lucent.com>
4905
4906         * jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
4907         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
4908         * stat.m4: Likewise.
4909         * lstat.m4: Likewise.
4910         * lstat-slash.m4: Remove file (absorbed into autoconf).
4911
4912         * jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
4913         * strerror_r.m4: Remove file (absorbed into autoconf).
4914
4915 2000-05-26  Jim Meyering  <meyering@lucent.com>
4916
4917         * uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
4918
4919 2000-05-24  Jim Meyering  <meyering@lucent.com>
4920
4921         * prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
4922         autoconf requires that.
4923         * lib-check.m4: Likewise.
4924         * jm-macros.m4: Likewise.
4925         * strftime.m4: Likewise.
4926
4927         * check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in AC_CHECK_DECLS,
4928         now that autoconf requires that.
4929
4930 2000-05-22  Jim Meyering  <meyering@lucent.com>
4931
4932         * stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
4933         * lstat.m4: Likewise.
4934
4935 2000-05-20  Jim Meyering  <meyering@lucent.com>
4936
4937         * prereq.m4 (jm_PREREQ_HUMAN): New macro.
4938         (jm_PREREQ): Use it.
4939
4940 2000-05-09  Jim Meyering  <meyering@lucent.com>
4941
4942         * gettext.m4: Rename this...
4943         * libintl.m4: ...to this.
4944
4945 2000-05-06  Jim Meyering  <meyering@lucent.com>
4946
4947         * jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
4948         (AC_REPLACE_FUNCS): Add strnlen.
4949
4950         * rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
4951         * jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
4952
4953         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
4954         AC_SEARCH_LIBS call for nanosleep.
4955         (LIB_NANOSLEEP): Set and AC_SUBST.
4956
4957 2000-05-03  Paul Eggert  <eggert@twinsun.com>
4958
4959         * largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
4960         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
4961         2.1.3 bug.  This avoids a clash when files like regex.c define
4962         _GNU_SOURCE.
4963
4964 2000-05-05  Jim Meyering  <meyering@lucent.com>
4965
4966         * jm-macros.m4 (jm_MACROS): Save and restore LIBS around AC_SEARCH_LIBS
4967         call for clock_gettime.
4968         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
4969
4970         * search-libs.m4: Update from autoconf.
4971
4972         su doesn't work on Solaris 2.6.
4973         * lib-check.m4: When checking for struct spwd.sp_pwdp, also include
4974         <shadow.h>.  Reported by Dragos Harabor.
4975
4976 2000-05-03  Jim Meyering  <meyering@lucent.com>
4977
4978         * check-decl.m4 (AC_CHECK_DECLS): Add strndup.
4979
4980 2000-05-02  Paul Eggert  <eggert@twinsun.com>
4981
4982         * largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
4983         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
4984         compile-time test, rather than inspecting host and OS, to
4985         decide whether to define _LARGEFILE_SOURCE.
4986
4987 2000-05-01  Jim Meyering  <meyering@lucent.com>
4988
4989         * fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
4990
4991         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
4992         Based on a patch from Bruno Haible.
4993
4994 2000-04-18  Jim Meyering  <meyering@lucent.com>
4995
4996         * prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
4997         (jm_PREREQ): Use it.
4998
4999 2000-04-17  Jim Meyering  <meyering@lucent.com>
5000
5001         Get it right :-)
5002         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
5003         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
5004         Suggestion from Akim Demaille.
5005
5006 2000-04-14  Jim Meyering  <meyering@lucent.com>
5007
5008         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg form
5009         of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets clobbered.
5010
5011 2000-04-13  Jim Meyering  <meyering@lucent.com>
5012
5013         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new AH_VERBATIM
5014         to insert required #ifndef into config.h.in.
5015         Suggestion from Akim Demaille.
5016
5017 2000-04-12  Jim Meyering  <meyering@lucent.com>
5018
5019         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
5020         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
5021         Christian Krackowizer.
5022
5023         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
5024         * jm-macros.m4 (_GNU_SOURCE): Define.
5025         (AC_SYS_LARGEFILE): Require.
5026         (AM_C_PROTOTYPES): Require.
5027
5028 2000-04-05  Paul Eggert  <eggert@twinsun.com>
5029
5030         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
5031         IRIX if the installer said otherwise.
5032
5033 2000-04-05  Jim Meyering  <meyering@lucent.com>
5034
5035         Portability tweaks required for ultrix4.3.
5036         * check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
5037         (jm_CHECK_DECLS): Add getutent to the list of functions.
5038         (_jm_DECL_HEADERS): Add utmpx.h.
5039         From John David Anglin.
5040
5041         * strftime.m4: Back out the 2000-04-02 change.
5042         Instead of that change, simply undefine putenv in the test program.
5043
5044 2000-04-03  Jim Meyering  <meyering@lucent.com>
5045
5046         * gettext.m4: Fix typo in comment.
5047
5048         * codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
5049         textutils/configure.in).  Suggestion from Paul Eggert.
5050         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
5051
5052 2000-04-02  Paul Eggert  <eggert@twinsun.com>
5053
5054         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
5055         variable in the shell rather than using putenv, which isn't
5056         portable.  This avoids the configure-time inter-test dependency
5057         on the potentially-renamed putenv function.
5058
5059 2000-03-30  Paul Eggert  <eggert@twinsun.com>
5060
5061         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
5062         before checking struct stat.st_blksize, so that
5063         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
5064
5065 2000-03-29  Paul Eggert  <eggert@twinsun.com>
5066
5067         * strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
5068         since strftime.c uses HAVE_STRFTIME to decide whether to use
5069         the underlying strftime.
5070
5071 2000-03-10  Jim Meyering  <meyering@lucent.com>
5072
5073         * lib-check.m4: Look for getspnam in -lgen, too.
5074         From Marco Franzen.
5075
5076 2000-02-02  Bruno Haible  <haible@clisp.cons.org>
5077
5078         * codeset.m4: New file.
5079         * iconv.m4: New file.
5080         * jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
5081
5082 2000-03-04  Jim Meyering  <meyering@lucent.com>
5083
5084         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
5085         for lib/localcharset.c.
5086
5087 2000-03-03  Jim Meyering  <meyering@lucent.com>
5088
5089         * regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
5090
5091 2000-03-02  Jim Meyering  <meyering@lucent.com>
5092
5093         * timespec.m4: Require AC_HEADER_TIME before the cache check so
5094         the messages come out on separate lines.
5095
5096         * jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
5097         rather than jm_CHECK_DECLARATIONS.
5098         * decl.m4: Remove now-unused file.
5099
5100         * check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid.
5101
5102 2000-02-27  Jim Meyering  <meyering@lucent.com>
5103
5104         * check-decl.m4: Add getenv to the list.
5105
5106 2000-02-23  Jim Meyering  <meyering@lucent.com>
5107
5108         * check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
5109         in place of my hack.
5110
5111 2000-02-10  Jim Meyering  <meyering@lucent.com>
5112
5113         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
5114         gnu_nanosleep to rpl_nanosleep.
5115
5116 2000-02-09  Jim Meyering  <meyering@lucent.com>
5117
5118         * lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
5119         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
5120
5121 2000-02-08  Akim Demaille  <akim@epita.fr>
5122
5123         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
5124         `[' and `]' and remove uses of `changequote'.
5125         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
5126         (AC_SYS_LARGEFILE): Likewise.
5127         * gettext.m4 (AM_GNU_GETTEXT): Likewise.
5128         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
5129         of changequote.
5130         * regex.m4 (jm_INCLUDED_REGEX): Likewise.
5131         * readdir.m4 (jm_FUNC_READDIR): Likewise
5132         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
5133         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
5134
5135 2000-02-05  Jim Meyering  <meyering@lucent.com>
5136
5137         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
5138         Remove explicit use of AC_HEADER_TIME.  It is required by
5139         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
5140         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
5141         in autoconf whereby the expansion of the latter ended up preceding
5142         the expansion of its prerequisite, AC_HEADER_TIME.
5143         Reported by Volker Borchert.
5144
5145 2000-02-03  Jim Meyering  <meyering@lucent.com>
5146
5147         * prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
5148
5149 2000-02-02  Jim Meyering  <meyering@lucent.com>
5150
5151         * prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
5152         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
5153         Reported by Eli Zaretskii.
5154
5155 2000-01-31  Jim Meyering  <meyering@lucent.com>
5156
5157         * check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
5158         functions.  Add the time.h and sys/time.h headers along with the
5159         AC_REQUIRE'ment of AC_HEADER_TIME.
5160
5161 2000-01-30  Jim Meyering  <meyering@lucent.com>
5162
5163         * lib-check.m4: Clean up some kludgy old shadow password tests.
5164
5165         * prereq.m4 (utmp_includes): Define.
5166         Check for ut_user and ut_name members in both struct utmpx
5167         and struct utmp.
5168
5169 2000-01-29  Jim Meyering  <meyering@lucent.com>
5170
5171         * lib-check.m4: New file containing library-related checks from
5172         fileutils and sh-utils (textutils had none).
5173
5174 2000-01-28  Jim Meyering  <meyering@lucent.com>
5175
5176         * perl.m4: Change format of warning message to look more like that
5177         from the missing script.  Suggestion from François Pinard.
5178
5179 2000-01-25  Jim Meyering  <meyering@lucent.com>
5180
5181         * timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as well
5182         as time.h in the compile check.
5183         * nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
5184         Fix typo in cross-compiling case: s/yes/no/.
5185
5186 2000-01-23  Jim Meyering  <meyering@lucent.com>
5187
5188         * jm-macros.m4: Move df-related tests here from fileutils/configure.in
5189
5190         * ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
5191         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
5192
5193         * fsusage.m4: New file.  Extracted from fileutils/configure.in.
5194         s/space/ac_fsusage_space/.
5195         (jm_FILE_SYSTEM_USAGE): Take two parameters.
5196
5197         * ftruncate.m4: New file (derived from part of fileutils/configure.in).
5198         * jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
5199         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
5200
5201         * jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
5202         AC_SUBST these here, rather than just in sh-util/configure.in, so
5203         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
5204         all the same.
5205         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
5206         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
5207         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
5208         (AC_SUBST(POW_LIBM)): Likewise.
5209         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
5210
5211 2000-01-22  Jim Meyering  <meyering@lucent.com>
5212
5213         * jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
5214
5215         * prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
5216
5217         * jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
5218         configure.in
5219         (AC_CHECK_HEADERS): Likewise for sh-utils.
5220         (AC_CHECK_HEADERS): Likewise for textutils.
5221         Merge the three lists of headers.
5222
5223         * prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
5224         from fileutils' configure.in.
5225
5226         * decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code.
5227         Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4.
5228
5229         * check-decl.m4: Use #if rather than #ifdef.
5230         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
5231         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
5232         (_jm_DECL_HEADERS): Define new function.
5233         (jm_CHECK_DECLARATIONS): Require it.
5234
5235 2000-01-19  Jim Meyering  <meyering@lucent.com>
5236
5237         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
5238         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
5239         defines `struct timespec' in <sys/time.h>
5240
5241         * c-bs-a.m4: Remove uses of changequote altogether.
5242         Thanks to Akim for explaining.
5243
5244 2000-01-16  Jim Meyering  <meyering@lucent.com>
5245
5246         * jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
5247         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
5248         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
5249         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
5250
5251 2000-01-16  Jim Meyering  <meyering@lucent.com>
5252
5253         * c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
5254         because the latter didn't work.
5255
5256 2000-01-15  Jim Meyering  <meyering@lucent.com>
5257
5258         * jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
5259         (AC_REPLACE_FUNCS): Add memcpy and memset.
5260         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
5261         Add strpbrk.
5262         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
5263
5264 2000-01-12  Jim Meyering  <meyering@lucent.com>
5265
5266         * prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
5267         (jm_PREREQ): Use it.
5268         (jm_PREREQ_READUTMP): New macro.
5269         (jm_PREREQ): Use it.
5270
5271 2000-01-11  Paul Eggert  <eggert@twinsun.com>
5272
5273         Quote multibyte characters correctly.
5274         * c-bs-a.m4: New file.
5275         * prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
5276         (jm_PREREQ): Use it.
5277
5278 2000-01-11  Paul Eggert  <eggert@twinsun.com>
5279
5280         * uintmax_t.m4: Port to autoconf 2.13.
5281
5282 2000-01-08  Jim Meyering  <meyering@ascend.com>
5283
5284         * strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
5285         * jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
5286
5287 2000-01-04  Jim Meyering  <meyering@ascend.com>
5288
5289         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
5290         jm_STRUCT_DIRENT_D_TYPE.
5291         * d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
5292         jm_STRUCT_DIRENT_D_INO.
5293         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
5294         jm_STRUCT_UTIMBUF.
5295         * jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/ renamings.
5296         * utime.m4: Likewise.
5297
5298         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
5299         * jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
5300
5301 2000-01-03  Paul Eggert  <eggert@twinsun.com>
5302
5303         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
5304         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
5305
5306 2000-01-02  Jim Meyering  <meyering@ascend.com>
5307
5308         * search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
5309         remember if this is necessary.
5310
5311 1999-12-26  Jim Meyering  <meyering@ascend.com>
5312
5313         * jm-macros.m4: Use it here.
5314         * nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
5315
5316 1999-12-23  Jim Meyering  <meyering@ascend.com>
5317
5318         * jm-macros.m4: Check for clock_gettime (moved from
5319         fileutils/configure.in)
5320         Check for gettimeofday.
5321
5322 1999-12-20  Jim Meyering  <meyering@ascend.com>
5323
5324         * strftime.m4: Remove kludge, now that I'm using the fixed
5325         autoconf-2.14a-1999-12-20.
5326
5327 1999-12-19  Jim Meyering  <meyering@ascend.com>
5328
5329         * lstat-slash.m4: New file.
5330         * jm-macros.m4: Use the new macro:
5331         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
5332
5333 1999-12-07  Jim Meyering  <meyering@ascend.com>
5334
5335         * perl.m4: Require that File::Compare be available, too.
5336         Too many systems seem to lack it.
5337
5338         * strftime.m4: Add checks for most of the cpp macros tested in
5339         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
5340
5341 1999-11-18  Paul Eggert  <eggert@twinsun.com>
5342
5343         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
5344         problem with the QNX 4.25 shell, which doesn't propagate exit
5345         status of failed commands inside shell assignments.
5346
5347 1999-11-17  Jim Meyering  <meyering@ascend.com>
5348
5349         * gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
5350
5351 1999-11-07  Jim Meyering  <meyering@ascend.com>
5352
5353         * getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
5354
5355 1999-11-06  Jim Meyering  <meyering@ascend.com>
5356
5357         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
5358         * jm-macros.m4 (jm_MACROS): Use it here.
5359
5360 1999-11-05  Jim Meyering  <meyering@ascend.com>
5361
5362         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from configure.in
5363         of textutils, fileutils, and sh-utils into this one (shared between
5364         those packages) file.
5365         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
5366         AC_STRUCT_ST_BLKSIZE.
5367
5368 1999-11-03  Jim Meyering  <meyering@ascend.com>
5369
5370         * ssize_t.m4: Remove file.  No longer needed since the new version of
5371         AC_CHECK_TYPE checks includes unistd.h.
5372         * jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
5373         Suggestion from Akim Demaille.
5374
5375 1999-10-30  Jim Meyering  <meyering@ascend.com>
5376
5377         * uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
5378         m4-quoted string.
5379         * ls-mntd-fs.m4: Likewise.
5380         * jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
5381         * jm-winsz1.m4: Likewise.
5382
5383         * const.m4: Remove file, since the fix made it into the experimental
5384         version of autoconf.
5385         * mktime.m4: Likewise.
5386
5387         * check-type.m4: Remove file, now that the latest version of
5388         AC_CHECK_TYPE takes a third arg to specify additional #includes.
5389
5390         * ssize_t.m4: New file, requires experimental version of autoconf.
5391         * jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
5392         AC_CHECK_TYPE.
5393
5394 1999-10-04  Jim Meyering  <meyering@ascend.com>
5395
5396         * jm-macros.m4: Don't require autoconf-2.14.1.
5397
5398 1999-09-22  Paul Eggert  <eggert@twinsun.com>
5399
5400         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
5401         2.95.1 bug with HP-UX 10.20.
5402
5403 1999-09-17  Jim Meyering  <meyering@ascend.com>
5404
5405         * jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
5406         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
5407         due to missing strdup (against sh-utils-2.0).
5408
5409 1999-08-29  Jim Meyering  <meyering@ascend.com>
5410
5411         * jm-macros.m4: Require jm_BISON.
5412         * bison.m4: New file.
5413
5414 1999-08-17  Paul Eggert  <eggert@twinsun.com>
5415
5416         * largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
5417         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
5418
5419 1999-08-05  Jim Meyering  <meyering@ascend.com>
5420
5421         * getline.m4: Rename test file from conftestdata to conftest.data
5422         to avoid conflicts with `conftest' on 8+3 filesystems.
5423         Suggestion from Eli Zaretskii.
5424
5425 1999-08-04  Jim Meyering  <meyering@ascend.com>
5426
5427         * jm-macros.m4: Move a 4-line block of code from the configure.in of
5428         fileutils and sh-utils (textutils's getline test was inadequate).
5429         (AM_FUNC_GETLINE): Run this test.
5430         (AC_CHECK_FUNCS): Check for getdelim.
5431         Reported by Bob Proulx.
5432
5433 1999-08-02  Jim Meyering  <meyering@ascend.com>
5434
5435         * jm-macros.m4: Add a comment.
5436
5437 1999-08-01  Jim Meyering  <meyering@ascend.com>
5438
5439         * mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4.
5440
5441 1999-08-01  Paul Eggert  <eggert@twinsun.com>
5442
5443         * lfs.m4: Remove this file.
5444         * largefile.m4: New file.  It contains the old contents of
5445         lfs.m4, except that all names with prefix AC_LFS have been
5446         changed to use the prefix AC_SYS_LARGEFILE instead, to be
5447         compatible with future autoconf versions.  Also, some minor m4
5448         quoting problems have been fixed.
5449
5450 1999-07-16  Paul Eggert  <eggert@twinsun.com>
5451
5452         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
5453         that we can shift, multiply and divide unsigned long long
5454         values; Ultrix cc can't do it.
5455
5456 1999-07-14  Paul Eggert  <eggert@twinsun.com>
5457
5458         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
5459         <inttypes.h> defines strtoumax as a macro (and not as a
5460         function).
5461
5462 1999-07-05  Paul Eggert  <eggert@twinsun.com>
5463
5464         * gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
5465         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
5466         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
5467         and simplify the shell code.
5468
5469 1999-07-03  Paul Eggert  <eggert@twinsun.com>
5470
5471         * mktime.m4: New file, which is a preview of what should appear
5472         in the next public autoconf release.
5473
5474 1999-07-20  Jim Meyering  <meyering@ascend.com>
5475
5476         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
5477
5478 1999-07-15  Jim Meyering  <meyering@ascend.com>
5479
5480         * jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
5481
5482 1999-05-22  Jim Meyering  <meyering@ascend.com>
5483
5484         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
5485
5486 1999-05-20  Jim Meyering  <meyering@ascend.com>
5487
5488         * search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
5489         Add a colon after each `then' in case $4 is empty.
5490
5491 1999-05-16  Jim Meyering  <meyering@ascend.com>
5492
5493         * search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
5494
5495 1999-05-10  Jim Meyering  <meyering@ascend.com>
5496
5497         * jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
5498
5499         * jm-macros.m4: Require 2.14.1, since we use newly-renamed
5500         AC_FUNC_MKTIME.
5501
5502 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
5503
5504         * jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
5505
5506 1999-05-04  Paul Eggert  <eggert@twinsun.com>
5507
5508         * lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
5509         not CPPFLAGS, so that linking works correctly in IRIX.
5510
5511 1999-04-30  Paul Eggert  <eggert@twinsun.com>
5512
5513         * jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
5514
5515 1999-04-20  Jim Meyering  <meyering@ascend.com>
5516
5517         * xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
5518         AC_REPLACE xstroull if necessary.  From Paul Eggert.
5519         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
5520
5521 1999-04-20  Paul Eggert  <eggert@twinsun.com>
5522
5523         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
5524         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
5525         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
5526         jm_AC_TYPE_UNSIGNED_LONG_LONG.
5527         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
5528
5529         * lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
5530
5531 1999-04-18  Jim Meyering  <meyering@ascend.com>
5532
5533         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
5534         * jm-macros.m4: Use it.
5535
5536 1999-04-06  Jim Meyering  <meyering@ascend.com>
5537
5538         * strftime.m4: Remove test for %f.
5539
5540 1999-03-29  Jim Meyering  <meyering@ascend.com>
5541
5542         * jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
5543         superset of the AC_TYPE_* checks in the textutils, fileutils,
5544         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
5545         AC_TYPE_PID_T.
5546
5547 1999-03-28  Jim Meyering  <meyering@ascend.com>
5548
5549         * jm-macros.m4: Define GNU_PACKAGE here.
5550         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
5551         replaced e.g., in the *.sh files of the sh-utils.
5552
5553 1999-03-20  Jim Meyering  <meyering@ascend.com>
5554
5555         * jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
5556         * regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
5557         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
5558
5559 1999-03-19  Jim Meyering  <meyering@ascend.com>
5560
5561         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
5562
5563 1999-03-12  Jim Meyering  <meyering@ascend.com>
5564
5565         * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
5566
5567 1999-03-07  Jim Meyering  <meyering@ascend.com>
5568
5569         * jm-glibc-io.m4: Use only those *_unlocked macros that are declared.
5570
5571 1999-02-17  Jim Meyering  <meyering@ascend.com>
5572
5573         * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets
5574         in macro definition.  From Eli Zaretskii and Alain Magloire.
5575
5576 1999-02-07  Jim Meyering  <meyering@ascend.com>
5577
5578         * group-member.m4: New file -- extracted from sh-utils' configure.in.
5579
5580         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
5581         * gettext.m4: Support DOS-style d:/foo/bar absolute file names.
5582
5583 1999-02-06  Jim Meyering  <meyering@ascend.com>
5584
5585         * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
5586         * fnmatch.m4: Likewise.
5587         * getgroups.m4: Likewise.
5588         * lstat.m4: Likewise.
5589         * malloc.m4: Likewise.
5590         * putenv.m4: Likewise.
5591         * realloc.m4: Likewise.
5592         * regex.m4: Likewise.
5593         * stat.m4: Likewise.
5594         * strftime.m4: Likewise.
5595         Suggestion from Alain Magloire.
5596
5597         * chown.m4: Use `.$ac_objext', not `.o'.
5598         * fnmatch.m4: Likewise.
5599         * getgroups.m4: Likewise.
5600         * getline.m4: Likewise.
5601         * lstat.m4: Likewise.
5602         * malloc.m4: Likewise.
5603         * memcmp.m4: Likewise.
5604         * putenv.m4: Likewise.
5605         * realloc.m4: Likewise.
5606         * regex.m4: Likewise.
5607         * stat.m4: Likewise.
5608         * strftime.m4: Likewise.
5609         Suggestion from Alain Magloire.
5610
5611         * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
5612         an argument.
5613
5614         * regex.m4: Add a run-time Test for proper operation of
5615         re_compile_pattern.
5616
5617 1999-01-31  Jim Meyering  <meyering@ascend.com>
5618
5619         * getloadavg.m4: Check for locale.h and the function, setlocale.
5620
5621 1999-01-30  Jim Meyering  <meyering@ascend.com>
5622
5623         * check-type.m4: Use 3-arg form of AC_DEFINE.
5624
5625         * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME
5626         rather than my private copy, now that the official one is up to date.
5627         * mktime.m4: Remove file.
5628
5629         * getloadavg.m4: Use 3-arg form of AC_DEFINE.
5630         * uptime.m4: Likewise.
5631         * uintmax_t.m4: Likewise.
5632
5633 1999-01-28  Jim Meyering  <meyering@ascend.com>
5634
5635         * jm-macros.m4: Use jm_AFS.
5636         * afs.m4: New file (from fileutils' configure.in).
5637
5638         * assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
5639         * chown.m4: Likewise.
5640         * d-ino.m4: Likewise.
5641         * d-type.m4: Likewise.
5642         * fnmatch.m4: Likewise.
5643         * getgroups.m4: Likewise.
5644         * gettext.m4: Likewise.
5645         * jm-mktime.m4: Likewise.
5646         * jm-winsz2.m4: Likewise.
5647         * lcmessage.m4: Likewise.
5648         * ls-mntd-fs.m4: Likewise.
5649         * malloc.m4: Likewise.
5650         * memcmp.m4: Likewise.
5651         * putenv.m4: Likewise.
5652         * realloc.m4: Likewise.
5653         * st_mtim.m4: Likewise.
5654         * strftime.m4: Likewise.
5655
5656 1999-01-16  Jim Meyering  <meyering@ascend.com>
5657
5658         * jm-macros.m4 (ARGMATCH_DIE): Define.
5659         (ARGMATCH_DIE_DECL): Define.
5660
5661 1999-01-12  Jim Meyering  <meyering@ascend.com>
5662
5663         * Makefile.am.in: Rewrite to avoid using fmt.
5664         Reported by Lars Hecking.
5665
5666 1999-01-10  Jim Meyering  <meyering@ascend.com>
5667
5668         * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
5669         gross kludge.
5670         * inttypes_h.m4: Likewise.
5671         * lstat.m4: Likewise.
5672         * malloc.m4: Likewise.
5673         * readdir.m4: Likewise.
5674         * realloc.m4: Likewise.
5675         * st_dm_mode.m4: Likewise.
5676         * stat.m4: Likewise.
5677         * utimbuf.m4: Likewise.
5678         * utimes.m4: Likewise.
5679
5680         * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
5681         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
5682         comments in config.h.in are meaningful.
5683
5684         * jm-macros.m4: Require autoconf-2.13 here.
5685
5686         * regex.m4: By default, don't use the included regex.c on systems
5687         with glibc 2.  Suggestion from Uli Drepper.
5688
5689 1999-01-02  Jim Meyering  <meyering@ascend.com>
5690
5691         * jm-macros.m4: Replace strcasecmp and strncasecmp.
5692
5693 1998-12-18  Jim Meyering  <meyering@ascend.com>
5694
5695         * Makefile.am.in (Makefile.am): Simplify rule.
5696         Based on a suggestion from Lars Hecking.
5697
5698 1998-11-16  Jim Meyering  <meyering@ascend.com>
5699
5700         * lfs.m4: Double-quote the `uname...` expression.
5701
5702 1998-11-16  Paul Eggert  <eggert@twinsun.com>
5703
5704         * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
5705
5706 1998-11-14  Jim Meyering  <meyering@ascend.com>
5707
5708         * lstat.m4: Correct comment.  POSIX does not permit it to succeed.
5709         * stat.m4: Likewise.
5710
5711 1998-11-03  Jim Meyering  <meyering@ascend.com>
5712
5713         * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
5714         * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
5715
5716 1998-10-18  Jim Meyering  <meyering@ascend.com>
5717
5718         * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
5719
5720 1998-10-17  Jim Meyering  <meyering@ascend.com>
5721
5722         * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
5723         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
5724         calls for those previously hard-coded headers.  Instead, take a new
5725         parameter.
5726         (jm_CHECK_DECLARATIONS): Reflect interface change.
5727         * check-decl.m4 (jm_CHECK_DECLS): Likewise.
5728         (jm_CHECK_DECL_LOCALTIME_R): New macro.
5729
5730         * mktime.m4: Test for spring-forward gap before long-running test.
5731
5732 1998-10-14  Jim Meyering  <meyering@ascend.com>
5733
5734         * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
5735         instead of "TZ=America/Vancouver".  From Paul Eggert.
5736
5737 1998-10-11  Jim Meyering  <meyering@ascend.com>
5738
5739         * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
5740         This adds a test for a recently added compatibility fix for mktime.c.
5741         * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
5742
5743 1998-09-27  Jim Meyering  <meyering@ascend.com>
5744
5745         * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
5746
5747         * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
5748         ../configure.in, including a change from Gordon Matzigkeit to allow
5749         cross-compiling for the Hurd.
5750
5751         * glibc.m4: New file/macro to test for the GNU C Library
5752         versions 1 and 2.  From Gordon Matzigkeit.
5753         Indent.
5754
5755 1998-09-21  Jim Meyering  <meyering@ascend.com>
5756
5757         * chown.m4: Declare locals: before, after.  From Andries Brouwer.
5758
5759 1998-08-18  Paul Eggert  <eggert@twinsun.com>
5760
5761         Port nanosecond-resolution times to UnixWare 2.1.2 and
5762         pedantic Solaris 2.6.
5763
5764         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
5765         AC_STRUCT_ST_MTIM.
5766         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
5767         Generate name of ns member, instead of just 1 or undef.
5768         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
5769
5770 1998-08-15  Jim Meyering  <meyering@ascend.com>
5771
5772         * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
5773         * check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
5774         * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
5775         instead of jm_TYPE_SSIZE_T.
5776
5777 1998-08-12  Jim Meyering  <meyering@ascend.com>
5778
5779         * st_dm_mode.m4: New file.  From Johan Danielsson.
5780
5781 1998-08-02  Jim Meyering  <meyering@ascend.com>
5782
5783         * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
5784         in acconfig.h manually.
5785
5786 1998-07-31  Paul Eggert  <eggert@twinsun.com>
5787
5788         * st_mtim.m4: New file.
5789
5790 1998-07-28  Jim Meyering  <meyering@ascend.com>
5791
5792         * utimes.m4: Undef stat.
5793
5794 1998-07-25  Jim Meyering  <meyering@ascend.com>
5795
5796         * utime.m4 (jm_FUNC_UTIME): New file and macro.
5797         * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
5798
5799 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
5800
5801         * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
5802         uid and gid actually remain unchanged.
5803
5804 1998-07-07  Jim Meyering  <meyering@ascend.com>
5805
5806         * jm-glibc-io.m4: Remove fclose_unlocked.
5807
5808 1998-07-04  Jim Meyering  <meyering@ascend.com>
5809
5810         * regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
5811         to prove that this macro can be used in packages without regex.c.
5812
5813 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5814
5815         * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
5816         is to be used.
5817
5818 1998-07-03  Jim Meyering  <meyering@ascend.com>
5819
5820         * gettext.m4: Add -lintl if it's found to be necessary.
5821
5822         * gettext.m4: New file -- from gettext-0.10.35.
5823         * lcmessage.m4: Likewise.
5824         * progtest.m4: Likewise.
5825
5826         * regex.m4 (jm_WITH_REGEX): New file and macro.
5827         * jm-macros.m4: Require the new macro.
5828
5829 1998-06-29  Jim Meyering  <meyering@ascend.com>
5830
5831         * fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
5832         for the definition of NGROUPS (used in a system header included
5833         by sys/mount.h).
5834
5835 1998-06-28  Jim Meyering  <meyering@ascend.com>
5836
5837         * ls-mntd-fs.m4: New file.
5838         * fstypename.m4: New file.
5839
5840         * jm-macros.m4: Require the new macro.
5841         * jm-glibc-io.m4: New file.
5842
5843 1998-05-19  Jim Meyering  <meyering@ascend.com>
5844
5845         * jm-macros.m4: Add jm_FUNC_LCHOWN.
5846         * lchown.m4: New file.
5847
5848         * Makefile.am.in: New file.
5849         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
5850
5851 1998-05-14  Jim Meyering  <meyering@ascend.com>
5852
5853         * Makefile.am (EXTRA_DIST): Add them.
5854         * jm-macros.m4: New file.
5855         * utimbuf.m4: New file.
5856
5857 1998-05-12  Jim Meyering  <meyering@ascend.com>
5858
5859         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
5860
5861 1998-05-11  Jim Meyering  <meyering@ascend.com>
5862
5863         * isc-posix.m4: New file.
5864
5865 1998-05-10  Jim Meyering  <meyering@ascend.com>
5866
5867         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
5868
5869 1998-05-09  Jim Meyering  <meyering@ascend.com>
5870
5871         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
5872         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
5873         with automake.
5874
5875         * ssize_t.m4: New file.
5876         * mktime.m4: Remove file -- the new automake has this now.
5877
5878 1998-04-26  Jim Meyering  <meyering@ascend.com>
5879
5880         * assert.m4: New file.
5881         * Makefile.am (EXTRA_DIST): Add assert.m4.
5882
5883 1998-04-05  Jim Meyering  <meyering@ascend.com>
5884
5885         * prereq.m4 (jm_PREREQ_REGEX): New macro.
5886         (jm_PREREQ): Use it here.
5887
5888 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
5889
5890         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
5891         in acconfig.h.
5892
5893 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
5894
5895         * prereq.m4: New file.
5896         * error.m4: New file.
5897         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
5898
5899 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
5900
5901         * getline.m4: Don't set am_cv_func_working_getline before the
5902         cache-check for the same variable -- that defeated the purpose of
5903         the test; the test program was never run.  This was a problem only
5904         on systems with losing getline functions -- HP-UX 10.20 is one.
5905         Reported by Bjorn Helgaas.
5906
5907 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
5908
5909         * Makefile.am (EXTRA_DIST): Add perl.m4.
5910
5911 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
5912
5913         * Makefile.am (EXTRA_DIST): Add const.m4.
5914
5915         * const.m4: New file.  Use an initializer in this declaration
5916         typedef int charset[2]; const charset x;
5917         Reported by Bob Glickstein.
5918
5919 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
5920
5921         * chown.m4: Fix reversed types on -1 args to chown.
5922         From Kaveh Ghazi.
5923
5924 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
5925
5926         * check-decl.m4: s/DECLARATION_/DECL_/g.
5927         Add lseek and memchr.
5928
5929         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
5930         T.E.Dickey <dickey@clark.net> said that some older preprocessors
5931         have a 20-character limit on names.
5932
5933 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
5934
5935         * inttypes_h.m4: New file.
5936         * uintmax_t.m4: New file.
5937         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
5938
5939 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
5940   Free Software Foundation, Inc.
5941 Copying and distribution of this file, with or without modification,
5942 are permitted provided the copyright notice and this notice are preserved.