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